diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-05 21:27:15 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-05 21:38:09 -0500 |
commit | 4e67eb8a1895c249807d06d770b497a6101a50ec (patch) | |
tree | 79df6942e88386002d1390fdf80ca0e07b9693e6 /include | |
parent | 1bb4b48024c4a1ff0a55612a4c82267df32eb0e8 (diff) |
Combine animated door frames
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/metatile_labels.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/constants/metatile_labels.h b/include/constants/metatile_labels.h index 6197d6060..a9642eeac 100644 --- a/include/constants/metatile_labels.h +++ b/include/constants/metatile_labels.h @@ -93,7 +93,8 @@ #define METATILE_SeaCottage_Teleporter_Door_FullGlowing 0x2B8 // gTileset_VermilionCity -#define METATILE_VermilionCity_Door 0x29E +#define METATILE_VermilionCity_Door 0x29E +#define METATILE_VermilionCity_PokemonFanClubDoor 0x2E1 // Used to reference door tiles in field_door.c, but the metatile in the tileset is dummied // gTileset_VermilionGym #define METATILE_VermilionGym_Floor 0x281 |