From f3f0e711bf4f4205fd29f2b448c93ff5597507e5 Mon Sep 17 00:00:00 2001 From: luckytyphlosion <10688458+luckytyphlosion@users.noreply.github.com> Date: Tue, 3 Jul 2018 14:10:28 -0400 Subject: Fix uncaught build errors. --- home/music.asm | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100755 home/music.asm (limited to 'home') diff --git a/home/music.asm b/home/music.asm deleted file mode 100755 index 4ad9d06..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 -- cgit v1.2.3