diff options
Diffstat (limited to 'include/felicity_bank.h')
-rw-r--r-- | include/felicity_bank.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/include/felicity_bank.h b/include/felicity_bank.h index d09843b..5b68d65 100644 --- a/include/felicity_bank.h +++ b/include/felicity_bank.h @@ -3,6 +3,7 @@ #include "file_system.h" #include "text.h" +#include "menu.h" struct unkStruct_203B204 { @@ -12,7 +13,9 @@ struct unkStruct_203B204 u32 unk8; u32 chosenAmount; u32 unk10; - u8 fill14[0x64 - 0x14]; + struct MenuItem unk14[5]; + u8 fill3C[0x54 - 0x3C]; + u16 unk54[8]; u32 unk64; u8 fill68[0x78 - 0x68]; u32 unk78; |