mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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)
|
ld \1, TileMap + SCREEN_WIDTH * (\3) + (\2)
|
||||||
ENDM
|
ENDM
|
||||||
|
|
||||||
|
dwcoord: MACRO
|
||||||
|
rept _NARG / 2
|
||||||
|
dw TileMap + SCREEN_WIDTH * (\2) + (\1)
|
||||||
|
shift
|
||||||
|
shift
|
||||||
|
endr
|
||||||
|
ENDM
|
||||||
|
|
||||||
|
|
||||||
; pic animations
|
; pic animations
|
||||||
frame: MACRO
|
frame: MACRO
|
||||||
|
Loading…
Reference in New Issue
Block a user