4cade/src/fx/fx.hgr.dither.star.a
2024-05-29 12:24:29 -04:00

16 lines
301 B
Plaintext

;license:MIT
;(c) 2019-2022 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/DITHER.STAR",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.2bit.a"
+FX_INITONCE_2BIT CoordinatesFile, Start
Start
jmp iHGRDitherPrecomputed2Bit
CoordinatesFile
+PSTRING "STAR.DATA"