diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-01-26 15:32:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-26 15:32:39 -0500 |
commit | a2c6174ee995f8980bcd38d3199ab2e395cca2ae (patch) | |
tree | b5a1b7af6d63cd1064db1a59e9961e5906c0ebf4 /include/constants/metatile_labels.h | |
parent | 905912e2784c116e28dfe22a95b149f7ef00f640 (diff) | |
parent | 97d2555fad45c046862b97cf84c443b6935928a6 (diff) |
Merge pull request #241 from GriffinRichards/doc-viridian
Document Viridian City scripts and adjacent routes
Diffstat (limited to 'include/constants/metatile_labels.h')
-rw-r--r-- | include/constants/metatile_labels.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/constants/metatile_labels.h b/include/constants/metatile_labels.h index 1bbc360df..8726113f4 100644 --- a/include/constants/metatile_labels.h +++ b/include/constants/metatile_labels.h @@ -4,6 +4,10 @@ // General #define METATILE_General_CalmWater 0x12B +// PokeMart +#define METATILE_Shop_CounterMid_Top 0x2BF +#define METATILE_Shop_CounterMid_Bottom 0x2C0 + // Vermilion Gym #define METATILE_VermilionGym_Floor 0x281 #define METATILE_VermilionGym_Beam_MidTop 0x285 |