4cade/src/fx/fx.hgr.flower.ripple.a

19 lines
372 B
Plaintext
Raw Permalink Normal View History

2019-11-06 01:12:26 +00:00
;license:MIT
;(c) 2019-2020 by 4am/qkumba
2019-11-06 01:12:26 +00:00
;
!cpu 6502
!to "build/FX.INDEXED/FLOWER.RIPPLE",plain
2019-11-06 01:12:26 +00:00
*=$6000
!source "src/fx/fx.hgr.precomputed.3bit.a"
+FX_INITONCE_3BIT FXCodeFile, CoordinatesFile, Start
jsr iRippleCoordinates3Bit
Start
jmp FXCode
2019-11-06 01:12:26 +00:00
FXCodeFile
+PSTRING "HGR3"
CoordinatesFile
+PSTRING "FLOWER.DATA"