diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-09-01 18:05:30 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-01 18:05:30 -0700 |
commit | db05ce306fa55c9d64b7123e47cf2b66416afe40 (patch) | |
tree | fa0258192daa7a0319a425a688e1c56a8ed67ab2 /src/debug_menu_2.c | |
parent | 459171cf48157699e044b66b8274e500ecd5fe0d (diff) |
More PMD grind (#50)
* more sese grind
* match sub_802ABF8
* some more work
Diffstat (limited to 'src/debug_menu_2.c')
-rw-r--r-- | src/debug_menu_2.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/debug_menu_2.c b/src/debug_menu_2.c index dbcb60e..0704581 100644 --- a/src/debug_menu_2.c +++ b/src/debug_menu_2.c @@ -24,8 +24,7 @@ struct unkStruct_203B3F8 u32 unk7C; u32 unk80; u8 fill84[0x90 - 0x84]; - struct MenuItem unk90[3]; - u8 fillA8[0xD0 - 0xA8]; + struct MenuItem unk90[8]; u16 unkD0[8]; struct UnkTextStruct2 unkE0[4]; }; |