From b16d34c82e9601e851140de26a583ab6aa6b1b46 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 27 Jun 2016 00:55:08 -0400 Subject: event_8a takes three args. --- asm/macros/event.s | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. -- cgit v1.2.3