4cade/src/fx/fx.hgr.radbubbles.a

18 lines
328 B
Plaintext
Raw Permalink Normal View History

2019-11-29 03:01:27 +00:00
;license:MIT
;(c) 2019 by 4am
;
!cpu 6502
!to "build/FX.INDEXED/RADBUBBLES",plain
2019-11-29 03:01:27 +00:00
*=$6000
!source "src/fx/fx.hgr.precomputed.1bit.a"
+FX_INITONCE_1BIT FXCodeFile, CoordinatesFile, Start
2024-05-29 22:52:01 +00:00
Start
jmp FXCode
2024-05-29 22:52:01 +00:00
FXCodeFile
+PSTRING "HGRRADIAL"
2024-05-29 22:52:01 +00:00
CoordinatesFile
+PSTRING "RADBUBBLES.DATA"