diff options
author | Seth Barberee <seth.barberee@gmail.com> | 2021-06-18 17:56:20 -0500 |
---|---|---|
committer | Seth Barberee <seth.barberee@gmail.com> | 2021-06-18 17:56:20 -0500 |
commit | f1fdcc2b0ade13ad1a4cc7360eac70f27396d26a (patch) | |
tree | 3ac5b9f61650299f96095e3d3c09ad771793be08 /include/felicity_bank.h | |
parent | e806b05526bfcc540cb2c1f3165a96e76f6c235d (diff) |
more splitting and labeling with some decomp
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; |