mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 06:38:40 +13:00
Fixing Rod House map error
For some reason the Daycare and the Super Rod house use the exact same map interior pointers? This commit uncouples them so edits can be made to the Daycare while leaving that house unaltered. (also have some small text fixes I made ages ago and never pushed lol)
This commit is contained in:
parent
a3c81c549c
commit
97a99c3744
4 changed files with 14 additions and 8 deletions
|
|
@ -192,7 +192,7 @@ MapSongBanks::
|
|||
db MUSIC_CITIES1, 0 ; ROUTE_16_GATE_1F
|
||||
db MUSIC_CITIES1, 0 ; ROUTE_16_GATE_2F
|
||||
db MUSIC_CELADON, 0 ; ROUTE_16_FLY_HOUSE
|
||||
db MUSIC_CITIES1, 0 ; ROUTE_12_SUPER_ROD_HOUSE
|
||||
db MUSIC_CITIES2, 0 ; ROUTE_12_SUPER_ROD_HOUSE
|
||||
db MUSIC_CITIES1, 0 ; ROUTE_18_GATE_1F
|
||||
db MUSIC_CITIES1, 0 ; ROUTE_18_GATE_2F
|
||||
db MUSIC_DUNGEON2, 0 ; SEAFOAM_ISLANDS_1F
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue