diff options
Diffstat (limited to 'include/constants/metatile_labels.h')
-rw-r--r-- | include/constants/metatile_labels.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/metatile_labels.h b/include/constants/metatile_labels.h index 8b101b0f1..be42c5baf 100644 --- a/include/constants/metatile_labels.h +++ b/include/constants/metatile_labels.h @@ -91,4 +91,8 @@ #define METATILE_Cave_RockBarrier_Top 0x307 #define METATILE_Cave_RockBarrier_Bottom 0x317 +// Trainer Tower +#define METATILE_TrainerTower_Floor_ShadeBottomLeft 0x287 +#define METATILE_TrainerTower_CounterBarrier 0x2B4 + #endif // GUARD_METATILE_LABELS_H |