diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-10-22 02:13:16 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2013-10-22 02:13:16 -0400 |
commit | 7059bb15f3c7b1ba0f589126ae71fdca55c4a993 (patch) | |
tree | df5d48e37a4bffa7c0956c3f9fb003e56226dc08 /constants.asm | |
parent | d47cdd6e159066fa71a0ca2a0571b10547834159 (diff) |
Fix blue and yellow music
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/constants.asm b/constants.asm index 84950cd6..54f367f1 100644 --- a/constants.asm +++ b/constants.asm @@ -3499,10 +3499,6 @@ unknownmusic0xee: MACRO db \1 ENDM -unknownmusic0xef: MACRO - db $EF -ENDM - stereopanning: MACRO db $F0 db \1 |