diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-10 18:30:21 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-10 18:31:36 -0400 |
commit | 22922bbb5965dfbcd9fc4aaffff92967d1f7f390 (patch) | |
tree | a399bf51b38a165eac97abb3839df0b62db2633d /home/audio.asm | |
parent | 48c658ccdbb1c79608f805264c83a39d20c60817 (diff) |
Add engine/overworld/map_setup.asm.
Diffstat (limited to 'home/audio.asm')
-rw-r--r-- | home/audio.asm | 4 |
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 |