4cade/src/fx/fx.hgr.full.of.stars.a

18 lines
359 B
Plaintext
Raw Normal View History

2019-11-29 00:25:00 +00:00
;license:MIT
;(c) 2019 by 4am
;
!cpu 6502
!to "build/FX.INDEXED/FULL.OF.STARS",plain
2019-11-29 00:25:00 +00:00
*=$6000
!source "src/fx/fx.hgr.precomputed.1bit.a"
2024-05-29 22:52:01 +00:00
+FX_INITONCE_1BIT CoordinatesFile, Start
Start
jmp iHGRRadialPrecomputed1Bit
CoordinatesFile
+PSTRING "FULL.STARS.DATA"
Coordinates=Coordinates1Bit
EndCoordinates=EndCoordinates1Bit