mirror of https://github.com/pret/pokecrystal.git
Mobile trade incbins and coordinate macros.
This commit is contained in:
parent
fe230e2e7d
commit
46f2dbb367
|
@ -90,6 +90,14 @@ coord: MACRO
|
|||
ld \1, TileMap + SCREEN_WIDTH * (\3) + (\2)
|
||||
ENDM
|
||||
|
||||
dwcoord: MACRO
|
||||
rept _NARG / 2
|
||||
dw TileMap + SCREEN_WIDTH * (\2) + (\1)
|
||||
shift
|
||||
shift
|
||||
endr
|
||||
ENDM
|
||||
|
||||
|
||||
; pic animations
|
||||
frame: MACRO
|
||||
|
|
Loading…
Reference in New Issue