mirror of
https://github.com/pret/pokeruby.git
synced 2025-01-19 11:12:26 +00:00
event_8a takes three args.
This commit is contained in:
parent
1ccf4589f2
commit
b16d34c82e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user