diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2016-11-05 17:11:17 -0400 |
---|---|---|
committer | YamaArashi <YamaArashi@users.noreply.github.com> | 2016-11-05 14:11:17 -0700 |
commit | e31301d6ea7a772df3f25b7ce60d261e0c039cc0 (patch) | |
tree | fbe253b38adb7bfc1eefdf06b88e605869f494b6 /include | |
parent | d26298bd4e742218a39ce7b635e502f704f73eba (diff) |
decompile mori_debug_menu.c (#90)
* decompile mori_debug_menu.c
* formatting
Diffstat (limited to 'include')
-rw-r--r-- | include/global.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index bbae9faf9..b1bfa25ad 100644 --- a/include/global.h +++ b/include/global.h @@ -234,7 +234,9 @@ struct SaveBlock1 /*0x2EFC*/ struct SB1_2EFC_Struct sb1_2EFC_struct[5]; /*0x2F9C*/ u8 filler_2F9C[0xA0]; /*0x303C*/ u8 filler_303C[0x38]; - /*0x3074*/ u8 filler_3074[0x9C]; + /*0x3074*/ u8 filler_3074[0x42]; + /*0x30B6*/ u8 filler_30B6; + /*0x30B7*/ u8 filler_30B7[0x59]; /*0x3110*/ u8 giftRibbons[7]; /*0x3117*/ u8 filler_311B[0x2D]; /*0x3144*/ struct Roamer roamer; |