split some battle files

This commit is contained in:
DizzyEggg
2017-09-01 23:40:13 +02:00
parent b614971cba
commit 449d546556
72 changed files with 30944 additions and 30879 deletions

View File

@@ -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];