diff options
Diffstat (limited to 'home/map.asm')
-rw-r--r-- | home/map.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/map.asm b/home/map.asm index 473280ba..ea4b5a26 100644 --- a/home/map.asm +++ b/home/map.asm @@ -2165,7 +2165,7 @@ ReloadTilesetAndPalettes:: ; 2c87 (0:2c87) call OverworldTextModeSwitch call LoadTileset ld a, $8 - call Function3e92 + call SkipMusic pop af rst Bankswitch call EnableLCD @@ -2340,7 +2340,7 @@ GetWorldMapLocation:: pop hl ret -GetMapHeaderMusic:: +GetMapMusic:: push hl push bc ld de, $6 |