aboutsummaryrefslogtreecommitdiffstats
path: root/audio.asm
diff options
context:
space:
mode:
authorDaniel Harding <33dannye@gmail.com>2020-11-07 21:28:20 -0600
committerGitHub <noreply@github.com>2020-11-07 21:28:20 -0600
commitedf375aff14e54bd54e7a25780fe8b714691ccc7 (patch)
tree015c63e79e4a245c28f72b18954f2a845d30271c /audio.asm
parentIgnore tools/pcm (diff)
parentFix typo (diff)
downloadpokeyellow-edf375aff14e54bd54e7a25780fe8b714691ccc7.tar.gz
pokeyellow-edf375aff14e54bd54e7a25780fe8b714691ccc7.tar.xz
pokeyellow-edf375aff14e54bd54e7a25780fe8b714691ccc7.zip
Merge pull request #63 from dannye/debug
Debug Yellow
Diffstat (limited to 'audio.asm')
-rw-r--r--audio.asm4
1 files changed, 3 insertions, 1 deletions
diff --git a/audio.asm b/audio.asm
index 2434bf07..15d50c26 100644
--- a/audio.asm
+++ b/audio.asm
@@ -539,7 +539,9 @@ INCLUDE "audio/music/surfingpikachu.asm"
INCLUDE "audio/music/yellowunusedsong.asm"
INCLUDE "audio/music/meetjessiejames.asm"
-INCBIN "garbage/bank20.bin"
+IF !DEF(_DEBUG)
+ INCBIN "garbage/bank20.bin"
+ENDC
; Pikachu cries are in different banks