summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-09 13:22:35 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-06-09 13:47:20 -0400
commit0c7ed80e8f0db0e0a908e372a1bcd11ab7c06e0b (patch)
tree753c550ea0b68914c2bfdb7293819e7128dfb6ad /macros.asm
parent32de1b269468f48d073a8e6d52843877baff0ba4 (diff)
Improve music command names
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm12
1 files changed, 6 insertions, 6 deletions
diff --git a/macros.asm b/macros.asm
index 2a7c8d47..b2eb15ab 100644
--- a/macros.asm
+++ b/macros.asm
@@ -247,7 +247,7 @@ octave: MACRO
db $E8 - \1
ENDM
-togglecall: MACRO
+toggleperfectpitch: MACRO
db $E8
ENDM
@@ -271,18 +271,18 @@ ENDM
tempo: MACRO
db $ED
- db \1
- db \2
+ db \1 / $100
+ db \1 % $100
ENDM
-unknownmusic0xee: MACRO
+stereopanning: MACRO
db $EE
db \1
ENDM
-stereopanning: MACRO
+volume: MACRO
db $F0
- db \1
+ db (\1 << 4) | \2
ENDM
executemusic: MACRO