diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-15 01:24:31 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-15 01:24:31 -0400 |
commit | de53dabab2fafa7bad233b0f7f2a12e41cb4734d (patch) | |
tree | f2531fc8e2dddac11faf4b41ce423634f947e02b /include/global.fieldmap.h | |
parent | 6af8c04d8fa6aaeaeb6c8b919e7770a65b9a883d (diff) |
Label border dimension fields
Diffstat (limited to 'include/global.fieldmap.h')
-rw-r--r-- | include/global.fieldmap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index 9c380d993..0ee5c97eb 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -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 |