diff options
author | yenatch <yenatch@gmail.com> | 2014-01-09 14:17:58 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-01-09 14:17:58 -0500 |
commit | 4cdc06b2c34d9699bb64de40dcd27062d66dbf99 (patch) | |
tree | 2434041737dd35205582514aacd3f69ae63ff600 /audio.asm | |
parent | 10bb09c4e210ab8d922081a221ce4833b5d50def (diff) |
consolidate red/blue diffs in sfx
Diffstat (limited to 'audio.asm')
-rw-r--r-- | audio.asm | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -623,12 +623,7 @@ INCLUDE "music/sfx/sfx_1f_5a.asm" INCLUDE "music/sfx/sfx_1f_5b.asm" INCLUDE "music/sfx/sfx_1f_5c.asm" INCLUDE "music/sfx/sfx_1f_40.asm" -IF _RED - INCLUDE "music/sfx/sfx_1f_5d.asm" -ENDC -IF _BLUE - INCLUDE "music/blue/sfx_1f_5d.asm" -ENDC +INCLUDE "music/sfx/sfx_1f_5d.asm" INCLUDE "music/sfx/sfx_1f_3d.asm" INCLUDE "music/sfx/sfx_1f_43.asm" INCLUDE "music/sfx/sfx_1f_3e.asm" |