diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-26 14:08:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-26 14:08:19 -0500 |
commit | 435fe5962169ddd51a8d09409470c2b99df7db4e (patch) | |
tree | 2773bc3005072225a63597e8d37a3462fa550660 /include | |
parent | e3447d23664117985dd882698a2c0badfb2ac212 (diff) | |
parent | e3ffb019126c1174afbd0009d7fe687f527aafc4 (diff) |
Merge pull request #270 from GriffinRichards/doc-oneisland
Document One Island scripts
Diffstat (limited to 'include')
-rw-r--r-- | include/constants/metatile_labels.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/include/constants/metatile_labels.h b/include/constants/metatile_labels.h index 830e66d01..01140a160 100644 --- a/include/constants/metatile_labels.h +++ b/include/constants/metatile_labels.h @@ -14,9 +14,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 #define METATILE_PokemonCenter_Escalator_Top_Normal 0x2E4 #define METATILE_PokemonCenter_Escalator_Top_Transition1 0x317 #define METATILE_PokemonCenter_Escalator_Top_Transition2 0x315 |