diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-24 03:03:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-24 03:03:45 -0500 |
commit | 39556605cd27a567a45bfc2c46af745ac031ab90 (patch) | |
tree | c2ff7645625d62e94b369080ba37071eb98426d1 /include/constants/metatile_labels.h | |
parent | ef1f9ead0ba44c67185dccc616846646d7ce9257 (diff) | |
parent | 85e5c57e8c86cca00e8bfc7d54e21d08c9e62e69 (diff) |
Merge branch 'master' into doc-ttower
Diffstat (limited to 'include/constants/metatile_labels.h')
-rw-r--r-- | include/constants/metatile_labels.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/constants/metatile_labels.h b/include/constants/metatile_labels.h index 292852b4f..ac2cb6469 100644 --- a/include/constants/metatile_labels.h +++ b/include/constants/metatile_labels.h @@ -37,6 +37,16 @@ #define METATILE_PokemonMansion_Statue_RedEyes_Shade 0x34E #define METATILE_PokemonMansion_Statue_RedEyes_Basement 0x34F +// Cinnabar Gym +#define METATILE_CinnabarGym_Floor 0x281 +#define METATILE_CinnabarGym_Floor_ShadeDiagonal 0x282 +#define METATILE_CinnabarGym_Floor_ShadeFull 0x289 +#define METATILE_CinnabarGym_Floor_WallRightCorner 0x2C6 +#define METATILE_CinnabarGym_Floor_WallLeftCorner 0x2C7 +#define METATILE_CinnabarGym_Floor_WallRightEdge 0x2CE +#define METATILE_CinnabarGym_Floor_WallLeftEdge 0x2CF +#define METATILE_CinnabarGym_Wall_RetractedBarrier 0x2D1 + // gTileset_82D504C. Below metatile probably needs generic name #define METATILE_MtEmber_CaveEntrance 0x346 |