diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-28 04:21:03 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-28 04:21:03 -0500 |
commit | eae373576ddb6893d500d4a4134538f480b0d322 (patch) | |
tree | 7564a4e9d24de648d11988c1733c6966f92e0cde /include | |
parent | 8a8bb4fb02b04852f9d4a16ce447c8c5c4870dea (diff) |
Document Victory Road scripts
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/metatile_labels.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/constants/metatile_labels.h b/include/constants/metatile_labels.h index 8726113f4..8b101b0f1 100644 --- a/include/constants/metatile_labels.h +++ b/include/constants/metatile_labels.h @@ -85,5 +85,10 @@ // gTileset_82D504C. Below metatile probably needs generic name #define METATILE_MtEmber_CaveEntrance 0x346 +// gTileset_82D4BFC +#define METATILE_Cave_Floor_Ledge_Top 0x2D1 +#define METATILE_Cave_Floor_Ledge_Bottom 0x2E1 +#define METATILE_Cave_RockBarrier_Top 0x307 +#define METATILE_Cave_RockBarrier_Bottom 0x317 #endif // GUARD_METATILE_LABELS_H |