4sports/src/fx/fx.hgr.dither.radial5.a

20 lines
386 B
Plaintext
Raw Permalink Normal View History

2022-08-25 02:31:23 +00:00
;license:MIT
;(c) 2019-2020 by 4am/qkumba
;
!cpu 6502
!to "build/FX.INDEXED/DITHER.RADIAL5",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.1bit.a"
+FX_INITONCE_1BIT FXCodeFile, CoordinatesFile, Start
jsr iRippleCoordinates1Bit3
2022-08-25 02:31:23 +00:00
Start
jmp FXCode
2022-08-25 02:31:23 +00:00
FXCodeFile
+PSTRING "HGRDITHERRADIAL"
2022-08-25 02:31:23 +00:00
CoordinatesFile
+PSTRING "RADIAL.DATA"