diff options
| author | theo3 <arisstephenson2@gmail.com> | 2022-03-28 12:06:05 -0700 |
|---|---|---|
| committer | theo3 <arisstephenson2@gmail.com> | 2022-03-28 12:06:05 -0700 |
| commit | a9784e96ba9eeae32972ceae60445c4c5382cc9f (patch) | |
| tree | 4247a2cccdfd0081cf72a5907a6b63543dffc1eb /include/structures.h | |
| parent | c86ada3e3d7b91f59b9a1b9dca32047898cfa2b2 (diff) | |
identify some functions
Diffstat (limited to 'include/structures.h')
| -rw-r--r-- | include/structures.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/structures.h b/include/structures.h index 00e83b72..7fc1210f 100644 --- a/include/structures.h +++ b/include/structures.h @@ -208,7 +208,7 @@ typedef struct { extern PriorityHandler gPriorityHandler; extern struct { - u8 unk0; + u8 disabled; u8 unk1; u8 unk2[0xf]; u8 unk11; @@ -218,8 +218,8 @@ extern struct { u8 unk15; s8 unk16; u8 unk17; -} gUnk_02034490; -static_assert(sizeof(gUnk_02034490) == 0x18); +} gPauseMenuOptions; +static_assert(sizeof(gPauseMenuOptions) == 0x18); typedef struct { u8 unk00 : 1; |
