You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
dsprite y, ypx, x, xpx, off, attr -> dbsprite x, y, xpx, ypx, off, attr
This commit is contained in:
@@ -6,6 +6,11 @@
|
||||
callba EQUS "farcall"
|
||||
callab EQUS "callfar"
|
||||
|
||||
; macros/gfx.asm
|
||||
dsprite: MACRO
|
||||
dbsprite \2, \4, \1, \3, \5, \6
|
||||
ENDM
|
||||
|
||||
; macros/scripts/audio.asm
|
||||
__ EQU 0
|
||||
CC EQU 13
|
||||
|
||||
Reference in New Issue
Block a user