Merge branch 'master' of github.com:pret/pokefirered into pokemon_storage_system

This commit is contained in:
PikalaxALT
2020-03-16 07:59:43 -04:00
2 changed files with 19 additions and 40 deletions
+2 -2
View File
@@ -43,8 +43,8 @@ struct MapLayout
/*0x0c*/ u16 *map;
/*0x10*/ struct Tileset *primaryTileset;
/*0x14*/ struct Tileset *secondaryTileset;
/*0x18*/ u8 unk18;
/*0x19*/ u8 unk19;
/*0x18*/ u8 borderWidth;
/*0x19*/ u8 borderHeight;
};
struct BackupMapLayout