Document the CloseBattlePikeCurtain special

This commit is contained in:
sphericalice
2021-10-25 18:03:14 +01:00
parent 3834cc2957
commit 120e75d275
3 changed files with 29 additions and 11 deletions
+5
View File
@@ -36,6 +36,11 @@ struct Tileset
/*0x14*/ TilesetCB callback;
};
// Tilesets do not actually have s 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
struct MapLayout
{
/*0x00*/ s32 width;