diff options
author | sphericalice <sphericalice@outlook.com> | 2021-10-25 18:11:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 18:11:06 +0100 |
commit | 5bce17cbcee66842b33e1c46c2a71684ee8093fb (patch) | |
tree | 86df6ba70763d13a164d221ce4f1a0af603d8507 | |
parent | 0637910f5856ea0ee0e877f81c57150f7101d419 (diff) |
Fix typo in the TILESET_WIDTH comment
-rw-r--r-- | include/global.fieldmap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/global.fieldmap.h b/include/global.fieldmap.h index a1e752415..5c673fc45 100644 --- a/include/global.fieldmap.h +++ b/include/global.fieldmap.h @@ -36,7 +36,7 @@ struct Tileset /*0x14*/ TilesetCB callback; }; -// Tilesets do not actually have s strict width. +// Tilesets do not actually have a strict width. // This constant is simply used for the offset between rows of metatiles for // large tiles, such as the Battle Pike's curtain tile. #define TILESET_WIDTH 8 |