summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2018-10-04 21:55:27 -0400
committerProjectRevoTPP <projectrevotpp@hotmail.com>2018-10-04 21:55:27 -0400
commit52559f4c165f0ad4dd8bdff838c1dbdea9e93aa7 (patch)
tree2b8537ef2909c976146fff2fbeaed2cc01536925 /include/global.h
parent9975ba7211cc91dc7fddec5f423ed3c42fc0d064 (diff)
decompile script.c
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h6
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];
};