summaryrefslogtreecommitdiff
path: root/asm
diff options
context:
space:
mode:
Diffstat (limited to 'asm')
-rw-r--r--asm/macros/event.s3
1 files changed, 2 insertions, 1 deletions
diff --git a/asm/macros/event.s b/asm/macros/event.s
index d29e72e97..e3caa0c4f 100644
--- a/asm/macros/event.s
+++ b/asm/macros/event.s
@@ -938,8 +938,9 @@
.endm
@ In FireRed, this command is a nop.
- .macro event_8a
+ .macro event_8a byte1, byte2, byte3
.byte 0x8a
+ .byte \byte1, \byte2, \byte3
.endm
@ In FireRed, this command sets the byte at 0x03000EA8 to 0x01. I do not know what that means.