summaryrefslogtreecommitdiff
path: root/home/audio.asm
diff options
context:
space:
mode:
authorentrpntr <entrpntr@gmail.com>2020-04-10 18:30:21 -0400
committerentrpntr <entrpntr@gmail.com>2020-04-10 18:31:36 -0400
commit22922bbb5965dfbcd9fc4aaffff92967d1f7f390 (patch)
treea399bf51b38a165eac97abb3839df0b62db2633d /home/audio.asm
parent48c658ccdbb1c79608f805264c83a39d20c60817 (diff)
Add engine/overworld/map_setup.asm.
Diffstat (limited to 'home/audio.asm')
-rw-r--r--home/audio.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/audio.asm b/home/audio.asm
index b69687db..726d758c 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -254,7 +254,7 @@ LowVolume::
ld [wVolume], a
ret
-VolumeOff::
+MinVolume::
xor a
ld [wVolume], a
ret
@@ -332,7 +332,7 @@ PlayMapMusic::
pop hl
ret
-EnterMapMusic::
+PlayMapMusicBike::
push hl
push de
push bc