diff options
author | GriffinR <griffin.richards@comcast.net> | 2019-11-09 03:07:32 -0500 |
---|---|---|
committer | huderlem <huderlem@gmail.com> | 2019-11-09 08:37:06 -0600 |
commit | a38bff8c17fa416bb7d74db45de0d24a136e2706 (patch) | |
tree | c57a641dff9f027242e8df9346cdcb4dd68d513e /include/constants/map_groups.h | |
parent | 1174a20a17aacab509cb4ea1df7b8c4689dfd4d4 (diff) |
Document Slateport scripts
Diffstat (limited to 'include/constants/map_groups.h')
-rwxr-xr-x | include/constants/map_groups.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/constants/map_groups.h b/include/constants/map_groups.h index 63717c92c..be8f2fec8 100755 --- a/include/constants/map_groups.h +++ b/include/constants/map_groups.h @@ -136,12 +136,12 @@ #define MAP_SLATEPORT_CITY_BATTLE_TENT_LOBBY (2 | (9 << 8)) #define MAP_SLATEPORT_CITY_BATTLE_TENT_CORRIDOR (3 | (9 << 8)) #define MAP_SLATEPORT_CITY_BATTLE_TENT_BATTLE_ROOM (4 | (9 << 8)) -#define MAP_SLATEPORT_CITY_HOUSE1 (5 | (9 << 8)) +#define MAP_SLATEPORT_CITY_NAME_RATERS_HOUSE (5 | (9 << 8)) #define MAP_SLATEPORT_CITY_POKEMON_FAN_CLUB (6 | (9 << 8)) #define MAP_SLATEPORT_CITY_OCEANIC_MUSEUM_1F (7 | (9 << 8)) #define MAP_SLATEPORT_CITY_OCEANIC_MUSEUM_2F (8 | (9 << 8)) #define MAP_SLATEPORT_CITY_HARBOR (9 | (9 << 8)) -#define MAP_SLATEPORT_CITY_HOUSE2 (10 | (9 << 8)) +#define MAP_SLATEPORT_CITY_HOUSE (10 | (9 << 8)) #define MAP_SLATEPORT_CITY_POKEMON_CENTER_1F (11 | (9 << 8)) #define MAP_SLATEPORT_CITY_POKEMON_CENTER_2F (12 | (9 << 8)) #define MAP_SLATEPORT_CITY_MART (13 | (9 << 8)) |