summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorpikalaxalt <PikalaxALT@gmail.com>2016-05-31 14:01:10 -0400
committerpikalaxalt <PikalaxALT@gmail.com>2016-05-31 14:01:10 -0400
commit9298c87bc6d689e23f910ca97991760984dbd4f9 (patch)
tree13d9bb3f40782306abf5a4c589bd1ed1b5c971fe /home
parent799b0ad911ae85ed89f3a571f62eef3bc6e5fc4a (diff)
The rest of SS Anne
Diffstat (limited to 'home')
-rw-r--r--home/audio.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/audio.asm b/home/audio.asm
index c0dd7b8f..f1daa4f1 100644
--- a/home/audio.asm
+++ b/home/audio.asm
@@ -25,11 +25,11 @@ PlayDefaultMusicCommon:: ; 2118 (0:2118)
jr z, .surfing
call CheckForNoBikingMusicMap
jr c, .walking
- ld a, $d2 ; MUSIC_BIKE_RIDING
+ ld a, MUSIC_BIKE_RIDING
jr .next
.surfing
- ld a, $d6 ; MUSIC_SURFING
+ ld a, MUSIC_SURFING
.next
ld b, a