summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
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