summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2020-03-16 07:59:31 -0400
committerGitHub <noreply@github.com>2020-03-16 07:59:31 -0400
commit2c7387951ba78349712d891ca71b55db4d0ec96e (patch)
treebebb3b6ca857a67cfa53602dc81bdda7cf93b962 /include
parent77c133e6a1165d256f97a94fcad34063b6c3025d (diff)
parent090591b71d627a39ef387ee9520e7a70bf05c129 (diff)
Merge pull request #301 from GriffinRichards/doc-borderdim
Label border dimension fields
Diffstat (limited to 'include')
-rw-r--r--include/global.fieldmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h
index 514bebb95..6e92ddd06 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