summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/global.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/include/global.h b/include/global.h
index 08ccc670b..93f5f0a7c 100644
--- a/include/global.h
+++ b/include/global.h
@@ -75,6 +75,18 @@ enum
BAG_KEYITEMS
};
+struct Coords16
+{
+ s16 x;
+ s16 y;
+};
+
+struct UCoords16
+{
+ u16 x;
+ u16 y;
+};
+
struct SaveBlock2
{
/*0x00*/ u8 playerName[8];