summaryrefslogtreecommitdiff
path: root/include/global.h
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-02-14 00:58:22 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-02-14 00:58:22 +0100
commit94b47c0686d3f4c5da962011797cc89a2efdd88c (patch)
tree39c301010ead5f96ceb927a72e09de7d9550b266 /include/global.h
parentf22be4d0105304147ca982a91c239b9e3a7d31aa (diff)
decompile overworld
Diffstat (limited to 'include/global.h')
-rw-r--r--include/global.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index b815e1e5f..8c56c0a58 100644
--- a/include/global.h
+++ b/include/global.h
@@ -144,6 +144,18 @@ struct UCoords16
u16 y;
};
+struct Coords32
+{
+ s32 x;
+ s32 y;
+};
+
+struct UCoords32
+{
+ u32 x;
+ u32 y;
+};
+
struct Time
{
/*0x00*/ s16 days;