summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorMarijn van der Werf <marijn.vanderwerf@gmail.com>2016-12-02 19:06:22 +0100
committerYamaArashi <YamaArashi@users.noreply.github.com>2016-12-02 10:06:22 -0800
commit1f222c04ef1d10ff5a5c6bb98cd4380ecf2bba86 (patch)
tree573d6368233110b17292e498f49532c1c9244404 /include/global.h
parent4258e60771aa9fdabd678930eca534423bd371b8 (diff)
[WIP] Extract all external function declarations to headers (#114)
* Extract other external function declarations * Fix GBA compilation * Revert `sub_803C434` to asm
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index 7fbf5755b..79204e082 100644
--- a/include/global.h
+++ b/include/global.h
@@ -294,6 +294,23 @@ struct SaveBlock2
/*0xA8*/ u8 filler_A8[0x7E8];
};
+struct UnkStruct_8054FF8_Substruct
+{
+ s16 x;
+ s16 y;
+ u8 field_8;
+};
+
+struct UnkStruct_8054FF8
+{
+ u8 a;
+ u8 b;
+ u8 c;
+ u8 d;
+ struct UnkStruct_8054FF8_Substruct sub;
+ u16 field_C;
+};
+
extern struct SaveBlock2 gSaveBlock2;
#endif // GUARD_GLOBAL_H