diff options
author | PikalaxALT <PikalaxALT@users.noreply.github.com> | 2020-02-16 11:23:34 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-16 11:23:34 -0500 |
commit | 4e07002d13c97f90cb8885298c0db2c331dc2b07 (patch) | |
tree | 483de567be27ed57cc4ffe8851e82444193e892e /include/constants/map_groups.h | |
parent | 51b7b11a55c16c0dfc821b1d6bd536b03f6396e8 (diff) | |
parent | ce9f821b4e993fd86122476d17870afd0527513a (diff) |
Merge pull request #244 from GriffinRichards/doc-saffron
Document Saffron City scripts
Diffstat (limited to 'include/constants/map_groups.h')
-rw-r--r-- | include/constants/map_groups.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/constants/map_groups.h b/include/constants/map_groups.h index 1b1b74d37..fe7178dcf 100644 --- a/include/constants/map_groups.h +++ b/include/constants/map_groups.h @@ -366,15 +366,15 @@ #define MAP_INDIGO_PLATEAU_POKEMON_CENTER_2F (1 | (13 << 8)) // Map Group 14 -#define MAP_SAFFRON_CITY_HOUSE1_1F (0 | (14 << 8)) -#define MAP_SAFFRON_CITY_HOUSE1_2F (1 | (14 << 8)) +#define MAP_SAFFRON_CITY_COPYCATS_HOUSE_1F (0 | (14 << 8)) +#define MAP_SAFFRON_CITY_COPYCATS_HOUSE_2F (1 | (14 << 8)) #define MAP_SAFFRON_CITY_DOJO (2 | (14 << 8)) #define MAP_SAFFRON_CITY_GYM (3 | (14 << 8)) -#define MAP_SAFFRON_CITY_HOUSE2 (4 | (14 << 8)) +#define MAP_SAFFRON_CITY_HOUSE (4 | (14 << 8)) #define MAP_SAFFRON_CITY_MART (5 | (14 << 8)) #define MAP_SAFFRON_CITY_POKEMON_CENTER_1F (6 | (14 << 8)) #define MAP_SAFFRON_CITY_POKEMON_CENTER_2F (7 | (14 << 8)) -#define MAP_SAFFRON_CITY_HOUSE3 (8 | (14 << 8)) +#define MAP_SAFFRON_CITY_MR_PSYCHICS_HOUSE (8 | (14 << 8)) #define MAP_SAFFRON_CITY_POKEMON_TRAINER_FAN_CLUB (9 | (14 << 8)) // Map Group 15 |