diff options
Diffstat (limited to 'home/music.asm')
| -rwxr-xr-x | home/music.asm | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/home/music.asm b/home/music.asm deleted file mode 100755 index 8d908f0..0000000 --- a/home/music.asm +++ /dev/null @@ -1,26 +0,0 @@ -SECTION "PlayMapMusic", ROM0[$3de1]
-
-PlayMapMusic: ; 00:3de1
- push hl
- push de
- push bc
- push af
- call GetMapMusic
- ld a, [wMapMusic]
- cp e
- jr z, .dont_play
- push de
- ld de, 0
- call PlayMusic
- call DelayFrame
- pop de
- ld a, e
- ld [wMapMusic], a
- call PlayMusic
-
-.dont_play
- pop af
- pop bc
- pop de
- pop hl
- ret
|
