summaryrefslogtreecommitdiff
path: root/macros.asm
diff options
context:
space:
mode:
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm5
1 files changed, 5 insertions, 0 deletions
diff --git a/macros.asm b/macros.asm
index 43ffa0ad..a31d981a 100644
--- a/macros.asm
+++ b/macros.asm
@@ -349,6 +349,11 @@ tx_pre_jump: MACRO
jp PrintPredefTextID
ENDM
+sound0x0A: macro
+ db $11
+endm
+
+
WALK EQU $FE
STAY EQU $FF