diff options
author | IIMarckus <iimarckus@gmail.com> | 2018-08-20 01:47:06 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2018-08-20 01:47:06 -0600 |
commit | b38965afe50fa46e849768c9cc625ddad929a7d5 (patch) | |
tree | 9b8d3f57a8a6f0002282ad6a9b811317cb80eed3 /constants/map_constants.asm | |
parent | 8e19fee1a97979dd38269e81bda7170698f19e6b (diff) |
Add all map objects from bank 42.
Diffstat (limited to 'constants/map_constants.asm')
-rw-r--r-- | constants/map_constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants/map_constants.asm b/constants/map_constants.asm index 8662cea0..0fcef278 100644 --- a/constants/map_constants.asm +++ b/constants/map_constants.asm @@ -275,7 +275,7 @@ ENDM map_const VERMILION_HOUSE_DIGLETTS_CAVE_SPEECH_HOUSE, 4, 4 ; 10 map_const VERMILION_GYM, 9, 5 ; 11 map_const ROUTE_6_SAFFRON_GATE, 4, 5 ; 12 - map_const ROUTE_6_UNDERGROUND_ENTRANCE, 4, 4 ; 13 + map_const ROUTE_6_UNDERGROUND_PATH_ENTRANCE, 4, 4 ; 13 newgroup ; 13 @@ -457,7 +457,7 @@ ENDM map_const SILPH_CO_1F, 4, 8 ; 10 map_const COPYCATS_HOUSE_1F, 4, 4 ; 11 map_const COPYCATS_HOUSE_2F, 3, 5 ; 12 - map_const ROUTE_5_UNDERGROUND_ENTRANCE, 4, 4 ; 13 + map_const ROUTE_5_UNDERGROUND_PATH_ENTRANCE, 4, 4 ; 13 map_const ROUTE_5_SAFFRON_CITY_GATE, 4, 5 ; 14 map_const ROUTE_5_CLEANSE_TAG_SPEECH_HOUSE, 4, 4 ; 15 |