diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-04-18 18:23:00 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-18 18:23:00 -0400 |
commit | 918ed2d31eeeb036230d0912cc2527b83788bc85 (patch) | |
tree | d4a6e64701f4c79fcb00c20d2efd01a6e43da177 /include/constants/map_groups.h | |
parent | 9392ba8ab1a726e48c0a40321ede325bdb74178c (diff) | |
parent | c128e68062b0f9ff06be35d8563549fe8144f7d4 (diff) |
Merge pull request #417 from SatoMew/master
Replace rival labels
Diffstat (limited to 'include/constants/map_groups.h')
-rw-r--r-- | include/constants/map_groups.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/constants/map_groups.h b/include/constants/map_groups.h index a219613aa..788ea7bda 100644 --- a/include/constants/map_groups.h +++ b/include/constants/map_groups.h @@ -270,7 +270,7 @@ // Map Group 4 #define MAP_PALLET_TOWN_PLAYERS_HOUSE_1F (0 | (4 << 8)) #define MAP_PALLET_TOWN_PLAYERS_HOUSE_2F (1 | (4 << 8)) -#define MAP_PALLET_TOWN_GARYS_HOUSE (2 | (4 << 8)) +#define MAP_PALLET_TOWN_RIVALS_HOUSE (2 | (4 << 8)) #define MAP_PALLET_TOWN_PROFESSOR_OAKS_LAB (3 | (4 << 8)) // Map Group 5 |