Fix typo in the TILESET_WIDTH comment
This commit is contained in:
parent
0637910f58
commit
5bce17cbce
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ struct Tileset
|
||||||
/*0x14*/ TilesetCB callback;
|
/*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
|
// This constant is simply used for the offset between rows of metatiles for
|
||||||
// large tiles, such as the Battle Pike's curtain tile.
|
// large tiles, such as the Battle Pike's curtain tile.
|
||||||
#define TILESET_WIDTH 8
|
#define TILESET_WIDTH 8
|
||||||
|
|
Loading…
Reference in a new issue