diff options
author | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-04 21:55:27 -0400 |
---|---|---|
committer | ProjectRevoTPP <projectrevotpp@hotmail.com> | 2018-10-04 21:55:27 -0400 |
commit | 52559f4c165f0ad4dd8bdff838c1dbdea9e93aa7 (patch) | |
tree | 2b8537ef2909c976146fff2fbeaed2cc01536925 /include/global.h | |
parent | 9975ba7211cc91dc7fddec5f423ed3c42fc0d064 (diff) |
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]; }; |