diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-05 15:59:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-05 15:59:40 -0500 |
commit | 7990309f0ae8c1ba1e7d5979bc913c22a9f411cf (patch) | |
tree | 2b8537ef2909c976146fff2fbeaed2cc01536925 /include/global.h | |
parent | 9975ba7211cc91dc7fddec5f423ed3c42fc0d064 (diff) | |
parent | 52559f4c165f0ad4dd8bdff838c1dbdea9e93aa7 (diff) |
Merge pull request #11 from ProjectRevoTPP/script
decompile script.c
Diffstat (limited to 'include/global.h')
-rw-r--r-- | include/global.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h index e5c463c6e..75911b9f2 100644 --- a/include/global.h +++ b/include/global.h @@ -474,7 +474,11 @@ struct RecordMixingDayCareMail struct SaveBlock1 { - /*0x0000*/ u8 filler[0x3A4C]; + /*0x0000*/ u8 filler[0x4]; + /*0x0004*/ struct WarpData location; + /*0x000C*/ u8 fillerC[0x3610]; + /*0x361C*/ struct RamScript ramScript; + /*0x3A08*/ u8 filler3A08[0x44]; /*0x3A4C*/ u8 rivalName[PLAYER_NAME_LENGTH]; }; |