diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-16 12:07:20 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 12:07:20 -0500 |
commit | 3b40ec23c7200a72b49c0cf0ede06e886a702aec (patch) | |
tree | 7135b9b03c8617d9be554279d520fc7a540b1982 /include | |
parent | 6c52359bcb3e8ed72628bcdb16b7fc153d0e67f1 (diff) | |
parent | fd0fc184d6d06e01e017ba88b06d3c1709e626de (diff) |
Merge pull request #246 from GriffinRichards/doc-pokemonleague
Document Pokemon League scripts
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/metatile_labels.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/include/constants/metatile_labels.h b/include/constants/metatile_labels.h index 0ef192b73..93c4ca6f1 100644 --- a/include/constants/metatile_labels.h +++ b/include/constants/metatile_labels.h @@ -103,6 +103,17 @@ #define METATILE_CinnabarGym_Floor_WallLeftEdge 0x2CF #define METATILE_CinnabarGym_Wall_RetractedBarrier 0x2D1 +// Pokemon League +#define METATILE_PokemonLeague_Door_Top_Open 0x28E +#define METATILE_PokemonLeague_Door_Mid_Open 0x296 +#define METATILE_PokemonLeague_Entry_TopLeft_Closed 0x29D +#define METATILE_PokemonLeague_Entry_TopMid_Closed 0x29E +#define METATILE_PokemonLeague_Entry_TopRight_Closed 0x29F +#define METATILE_PokemonLeague_Entry_BottomLeft_Closed 0x2A5 +#define METATILE_PokemonLeague_Entry_BottomMid_Closed 0x2A6 +#define METATILE_PokemonLeague_Entry_BottomRight_Closed 0x2A7 +#define METATILE_PokemonLeague_Floor_ShadeFull_Lance 0x311 + // gTileset_82D504C. Below metatile probably needs generic name #define METATILE_MtEmber_CaveEntrance 0x346 |