summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-04-19 08:47:37 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-04-19 08:47:37 -0400
commit561c95338ceafd6356e649a221493ee72c0b2e93 (patch)
treeea0d57af05c6b0a80029d08d1a7ab216acc9e4ce /macros.asm
parent1064d148d6e781cb86ac525f829fce990a79923e (diff)
Turns out noise format is the same
Diffstat (limited to 'macros.asm')
-rwxr-xr-xmacros.asm10
1 files changed, 10 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index 219cb27..d45fa47 100755
--- a/macros.asm
+++ b/macros.asm
@@ -19,6 +19,7 @@ emptybank: MACRO
endr
ENDM
+; notes
C_ EQU $1
C# EQU $2
D_ EQU $3
@@ -32,6 +33,14 @@ A_ EQU $A
A# EQU $B
B_ EQU $C
+; instruments
+noise1 EQU $1
+noise3 EQU $3
+noise5 EQU $5
+noise7 EQU $7
+noise9 EQU $9
+noisec EQU $c
+
note: MACRO
db (\1 << 4) | (\2 - 1)
ENDM
@@ -80,6 +89,7 @@ EndLoop: MACRO
db $e0
ENDM
+; unused
music_jp: MACRO
db $e1
dw \1