Label border dimension fields

This commit is contained in:
GriffinR
2020-03-15 01:24:31 -04:00
parent 6af8c04d8f
commit de53dabab2
2 changed files with 37 additions and 37 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