1
0
Fork 0
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:
Tharo 2020-07-21 00:57:02 +01:00 committed by GitHub
parent b39cddd576
commit e6cee80a7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 202 additions and 723 deletions

View file

@ -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