event_8a takes three args.

This commit is contained in:
yenatch 2016-06-27 00:55:08 -04:00
parent 1ccf4589f2
commit b16d34c82e

View File

@ -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.