ref: d11cac9e833a9c2188415cfeb6de7d4687336c2f
parent: e32e5212af3783f530af884852570d8003e69486
author: Rangi <[email protected]>
date: Fri Feb 2 20:55:22 EST 2018
can't achieve this with rgbds 0.3.5
--- a/macros/data.asm
+++ b/macros/data.asm
@@ -115,7 +115,7 @@
x = 0.0
rept \1
dw (sin(x) + (sin(x) & $ff)) >> 8 ; round up
-x = x + (32768.0 / \1) ; a circle has 65536.0 "degrees"
+x = x + 1024.0 ; a circle has 65536.0 "degrees"
endr
ENDM