4cade/src/fx/fx.hgr.dither.flower.radial.a

18 lines
346 B
Plaintext
Raw Permalink Normal View History

2022-08-25 02:30:49 +00:00
;license:MIT
;(c) 2019-2022 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/DITHER.FLOWERRD",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.3bit.a"
+FX_INITONCE_3BIT FXCodeFile, CoordinatesFile, Start
2022-08-25 02:30:49 +00:00
Start
jmp FXCode
2022-08-25 02:30:49 +00:00
FXCodeFile
+PSTRING "HGRDITHER3"
2022-08-25 02:30:49 +00:00
CoordinatesFile
+PSTRING "FLOWER.RAD.DATA"