summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorProjectRevoTPP <projectrevotpp@hotmail.com>2017-05-05 00:43:55 -0400
committerYamaArashi <YamaArashi@users.noreply.github.com>2017-05-04 21:49:14 -0700
commita85fc2a69c48a22ea400ae14b697c5600c8c7a8b (patch)
treedf8b576e79d5a83a40b3acdec0ca364df9782270 /include/global.h
parent91eb914feb7751fd2ef57531ffe2fae4316a388a (diff)
use macros and defines for save.c making it easier to add new sections
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index f4f9f0048..62e557ef4 100644
--- a/include/global.h
+++ b/include/global.h
@@ -485,6 +485,13 @@ struct UnkStruct_8054FF8
u16 field_C;
};
+// wasnt defined so I had to define it
+struct HallOfFame
+{
+ u8 filler[0x1F00];
+};
+
+extern struct HallOfFame gHallOfFame;
extern struct SaveBlock2 gSaveBlock2;
#endif // GUARD_GLOBAL_H