From 52559f4c165f0ad4dd8bdff838c1dbdea9e93aa7 Mon Sep 17 00:00:00 2001 From: ProjectRevoTPP Date: Thu, 4 Oct 2018 21:55:27 -0400 Subject: decompile script.c --- include/global.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'include') 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]; }; -- cgit v1.2.3