diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-16 11:07:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 11:07:47 -0500 |
commit | 04130a97d9ff799c9f1b439d091c0116adb31bfb (patch) | |
tree | 7b610171c3d893d1cace513cf61e0b74014dbad2 /include/constants/metatile_labels.h | |
parent | fee980decd6dfd5dc98c15ba13c9ea8f7b597934 (diff) | |
parent | a4cd331634d1fcc5f7cb217c51c328c5769a9616 (diff) |
Merge pull request #239 from GriffinRichards/doc-ttower
Document Trainer Tower scripts
Diffstat (limited to 'include/constants/metatile_labels.h')
-rw-r--r-- | include/constants/metatile_labels.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/constants/metatile_labels.h b/include/constants/metatile_labels.h index 8726113f4..207ed2a88 100644 --- a/include/constants/metatile_labels.h +++ b/include/constants/metatile_labels.h @@ -85,5 +85,8 @@ // gTileset_82D504C. Below metatile probably needs generic name #define METATILE_MtEmber_CaveEntrance 0x346 +// Trainer Tower +#define METATILE_TrainerTower_Floor_ShadeBottomLeft 0x287 +#define METATILE_TrainerTower_CounterBarrier 0x2B4 #endif // GUARD_METATILE_LABELS_H |