mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Decompile code_8008E6A0.c / Add CHECK_PAD macro (#156)
* Decompile code_8008E6A0.c * Delete "counter" file
This commit is contained in:
parent
9a478a96ec
commit
89b0977e39
16 changed files with 88 additions and 111 deletions
|
@ -448,8 +448,8 @@ typedef struct {
|
|||
} SoundContext; // size = 0x4
|
||||
|
||||
typedef struct {
|
||||
/* 0x00 */ s32 unk_0;
|
||||
/* 0x04 */ char unk_4[0x4];
|
||||
/* 0x00 */ u32 toggle;
|
||||
/* 0x04 */ s32 counter;
|
||||
} SubGlobalContext7B8; // size = 0x8
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue