mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-16 12:54:40 +00:00
Decompile the remaining Oceff actors + Add ichaindis.py (#125)
* Decompile the remaining Oceff actors + Add ichaindis.py - z_oceff_spot.c: OK - z_oceff_storm.c : 1 non-matching left - Add ichaindis.py * Rename SetActionFunc to SetupAction + Add Actor descriptions * Minor fixes in PR #125
This commit is contained in:
parent
40836f5d82
commit
3e5ed389b9
29 changed files with 662 additions and 1125 deletions
|
@ -615,7 +615,8 @@ typedef struct {
|
|||
/* 0xE3F4 */ u16 unk_E3F4;
|
||||
/* 0xE3F6 */ char unk_E3F6[0x16];
|
||||
/* 0xE40C */ u16 unk_E40C;
|
||||
/* 0xE40E */ char unk_E40E[0x0A];
|
||||
/* 0xE40E */ s16 unk_E40E;
|
||||
/* 0xE410 */ char unk_E410[0x08];
|
||||
} MessageContext; // size = 0xE418
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue