Document the CloseBattlePikeCurtain special
This commit is contained in:
@@ -352,6 +352,7 @@
|
||||
#define METATILE_InsideShip_IntactDoor_Bottom_Interior 0x297
|
||||
|
||||
// gTileset_BattlePike
|
||||
#define METATILE_BattlePike_CurtainFrames_Start 0x201
|
||||
#define METATILE_BattlePike_Curtain_Stage0_Tile0 0x24A
|
||||
#define METATILE_BattlePike_Curtain_Stage0_Tile1 0x251
|
||||
#define METATILE_BattlePike_Curtain_Stage0_Tile2 0x252
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user