diff options
Diffstat (limited to 'constants/map_constants.asm')
-rw-r--r-- | constants/map_constants.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index 1d74fd4c..bb2b5930 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -433,9 +433,9 @@ ENDM map_const ROUTE_29, 9, 30 ; 3 map_const NEW_BARK_TOWN, 9, 10 ; 4 map_const ELMS_LAB, 6, 5 ; 5 - map_const KRISS_HOUSE_1F, 4, 5 ; 6 - map_const KRISS_HOUSE_2F, 3, 4 ; 7 - map_const KRISS_NEIGHBORS_HOUSE, 4, 4 ; 8 + map_const PLAYERS_HOUSE_1F, 4, 5 ; 6 + map_const PLAYERS_HOUSE_2F, 3, 4 ; 7 + map_const PLAYERS_NEIGHBORS_HOUSE, 4, 4 ; 8 map_const ELMS_HOUSE, 4, 4 ; 9 map_const ROUTE_26_HEAL_SPEECH_HOUSE, 4, 4 ; 10 map_const ROUTE_26_DAY_OF_WEEK_SIBLINGS_HOUSE, 4, 4 ; 11 |