mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Sync coordinate macros with pokecrystal
This commit is contained in:
parent
45ed05decf
commit
13129459f1
75 changed files with 675 additions and 661 deletions
|
|
@ -185,7 +185,7 @@ SetEvents: MACRO
|
|||
SetEvent \1
|
||||
REPT _NARG - 1
|
||||
SetEventReuseHL \2
|
||||
shift
|
||||
SHIFT
|
||||
ENDR
|
||||
ENDM
|
||||
|
||||
|
|
@ -237,7 +237,7 @@ ResetEvents: MACRO
|
|||
ResetEvent \1
|
||||
REPT _NARG - 1
|
||||
ResetEventReuseHL \2
|
||||
shift
|
||||
SHIFT
|
||||
ENDR
|
||||
ENDM
|
||||
|
||||
|
|
|
|||
|
|
@ -200,7 +200,7 @@ script_mart: MACRO
|
|||
db _NARG ; number of items
|
||||
REPT _NARG
|
||||
db \1 ; item id
|
||||
shift
|
||||
SHIFT
|
||||
ENDR
|
||||
db -1 ; end
|
||||
ENDM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue