summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2016-06-27 00:55:08 -0400
committeryenatch <yenatch@gmail.com>2016-06-27 00:55:08 -0400
commitb16d34c82e9601e851140de26a583ab6aa6b1b46 (patch)
tree45eff47c8bd424f3091c25aa6161799b51738f4d
parent1ccf4589f2f11d6f0e550d537c371ca5306e064e (diff)
event_8a takes three args.
-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.