diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-02-26 00:26:05 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-02-26 00:26:05 -0500 |
commit | ad4f363a582651657a6c27e989ce9e48dc48ea9a (patch) | |
tree | ce38f5f906bf5a638102ca6e93cc69472600baca /include | |
parent | 3b558edc7906b2a75b7d65aa396c611ce1802e62 (diff) |
Document One Island scripts
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/metatile_labels.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/include/constants/metatile_labels.h b/include/constants/metatile_labels.h index b71e7d08f..f18091598 100644 --- a/include/constants/metatile_labels.h +++ b/include/constants/metatile_labels.h @@ -6,7 +6,13 @@ // gTileset_Mart #define METATILE_Mart_CounterMid_Top 0x2BF -#define METATILE_Mart_CounterMid_Bottom 0x2C0 +#define METATILE_Mart_CounterMid_Bottom 0x2C0 + +// gTileset_PokemonCenter +#define METATILE_PokemonCenter_NetworkMachine_ScreenLeft_On 0x35A +#define METATILE_PokemonCenter_NetworkMachine_ScreenRight_On 0x35B +#define METATILE_PokemonCenter_NetworkMachine_Ruby 0x35D +#define METATILE_PokemonCenter_NetworkMachine_Sapphire 0x35F // gTileset_VermilionGym #define METATILE_VermilionGym_Floor 0x281 |