Merge pull request #301 from GriffinRichards/doc-borderdim

Label border dimension fields
This commit is contained in:
PikalaxALT
2020-03-16 07:59:31 -04:00
committed by GitHub
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