diff options
| author | dannye <33dannye@gmail.com> | 2020-11-07 14:35:40 -0600 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2020-11-07 14:35:40 -0600 |
| commit | 453107ab8ac6a7b76d21c466e32aa7290643724d (patch) | |
| tree | 5b2fd7691446b591fca4c3dc396d5a672299f892 /audio.asm | |
| parent | Start disassembling debug yellow (diff) | |
| download | pokeyellow-453107ab8ac6a7b76d21c466e32aa7290643724d.tar.gz pokeyellow-453107ab8ac6a7b76d21c466e32aa7290643724d.tar.xz pokeyellow-453107ab8ac6a7b76d21c466e32aa7290643724d.zip | |
More debug yellow
only debug menu left
Diffstat (limited to 'audio.asm')
| -rw-r--r-- | audio.asm | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
