Fix sprite macro

This commit is contained in:
scawful
2025-01-10 19:39:35 -05:00
parent 740a94d3bc
commit 9060ecd855

View File

@@ -42,7 +42,11 @@ macro Set_Sprite_Properties(SprPrep, SprMain)
endmacro
macro sta(...)
%loop(STA, ...)
!a #= 0
while !a < sizeof(...)
STA <...>
!a #= !a+1
endwhile
endmacro
macro m16()