Mobile trade incbins and coordinate macros.

This commit is contained in:
yenatch 2015-02-02 15:46:06 -08:00
parent fe230e2e7d
commit 46f2dbb367
2 changed files with 763 additions and 286 deletions

View File

@ -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

1041
main.asm

File diff suppressed because it is too large Load Diff