mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Decompile ovl_Bg_Haka_Tubo (#280)
* Bg_Haka_Tubo OK * Ran formatter * Review suggestions * Fix commented field offsets in header Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Fix other field offset Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * Named data and made static Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
parent
b39cddd576
commit
e6cee80a7b
14 changed files with 202 additions and 723 deletions
|
@ -1287,7 +1287,8 @@ typedef struct {
|
|||
typedef enum {
|
||||
DPM_UNK = 0,
|
||||
DPM_PLAYER = 1,
|
||||
DPM_ENEMY = 2
|
||||
DPM_ENEMY = 2,
|
||||
DPM_UNK3 = 3
|
||||
} DynaPolyMoveFlag;
|
||||
|
||||
// Some animation related structure
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue