diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-06 09:31:04 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-06 16:41:56 -0600 |
commit | 6730df23216881d3ec8c70cc5c097ef0b74d5856 (patch) | |
tree | 5185d7e5c7ae70149f9c0cbcbd5f169f01b8c7eb /include | |
parent | 37bd93ec6c3890048e49bada3e41127fd3fcea4f (diff) |
Document Abandoned Ship scripts
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/metatile_labels.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/constants/metatile_labels.h b/include/constants/metatile_labels.h index 2f3ce5f71..6d17fc047 100644 --- a/include/constants/metatile_labels.h +++ b/include/constants/metatile_labels.h @@ -255,10 +255,10 @@ #define METATILE_EliteFour_EntryDoor_ClosedBottom 0x20E // gTileset_InsideShip -#define METATILE_InsideShip_InTactDoor0_Bottom 0x233 -#define METATILE_InsideShip_InTactDoor1_Bottom 0x22B -#define METATILE_InsideShip_DoorIndent1 0x21A -#define METATILE_InsideShip_DoorIndent0 0x234 +#define METATILE_InsideShip_IntactDoor_Bottom_Unlocked 0x22B +#define METATILE_InsideShip_IntactDoor_Bottom_Locked 0x233 +#define METATILE_InsideShip_DoorIndent_Unlocked 0x21A +#define METATILE_InsideShip_DoorIndent_Locked 0x234 // gTileset_BattlePike #define METATILE_BattlePike_Curtain_Stage0_Tile0 0x24A |