summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2017-09-01 23:40:13 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2017-09-01 23:40:13 +0200
commit449d546556f02dd0270be4deabb4787c432dc307 (patch)
tree15d9b3a697deed4fb7bbdd82204cdecd83711bfc /include
parentb614971cba1fda45b218fd398caabdfae79264c2 (diff)
split some battle files
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];