summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2018-10-09 21:17:43 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2018-10-09 21:17:43 -0400
commitd1381d8b77ee691cc5dc1fe1fdcb158e7524283a (patch)
tree3d338bc3fceafd05af7bbcf4e7e3a92669f83902 /include/global.h
parent10fff9c6f2d29899952d1751d3de827e7e98bb60 (diff)
Start decompiling quest_log.o
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/include/global.h b/include/global.h
index 11a79ebe8..791eb2dbf 100644
--- a/include/global.h
+++ b/include/global.h
@@ -474,6 +474,11 @@ struct MysteryEventStruct
u8 unk_1;
};
+struct QuestLog
+{
+ /*0x0000*/ u8 filler_0000[0x19a0];
+};
+
#define MAP_OBJECTS_COUNT 16
#define BERRY_TREES_COUNT 128
#define FLAGS_COUNT 300
@@ -494,7 +499,9 @@ struct SaveBlock1
/*0x63a*/ u8 trainerRematches[100];
/*0x06A0*/ struct MapObject mapObjects[MAP_OBJECTS_COUNT];
/*0x08E0*/ struct MapObjectTemplate mapObjectTemplates[64];
- /*0x0EE0*/ u8 fillerEE0[0x2580];
+ /*0x0EE0*/ u8 fillerEE0[0x420];
+ /*0x1300*/ struct QuestLog questLog;
+ /*0x2ca0*/ u8 filler2CA0[0x7c0];
/*0x3460*/ struct MysteryEventStruct unk_3460;
/*0x3464*/ u8 filler_3464[0x1b8];
/*0x361C*/ struct RamScript ramScript;