You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Mobile trade incbins and coordinate macros.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user