Add GetTilePos to sprite_macros

This commit is contained in:
scawful
2024-03-09 08:46:29 -05:00
parent b7543f771e
commit b81f34d63a

View File

@@ -205,4 +205,8 @@ endmacro
macro NextAction()
INC $0D80, X
endmacro
macro GetTilePos(x, y)
LDX.w #((<y>*$80)+(<x>*$02))
endmacro