mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-12-26 19:54:21 +01:00
Fix setvaddress params
This commit is contained in:
parent
2c0e5a41a2
commit
eb65458b67
@ -1248,10 +1248,9 @@
|
||||
.byte 0xb7
|
||||
.endm
|
||||
|
||||
.macro setvaddress long, word
|
||||
.macro setvaddress pointer
|
||||
.byte 0xb8
|
||||
.4byte \long
|
||||
.2byte \word
|
||||
.4byte \pointer
|
||||
.endm
|
||||
|
||||
.macro vgoto pointer
|
||||
|
Loading…
Reference in New Issue
Block a user