4cade/src/fx/fx.dhgr.radial4.a

21 lines
429 B
Plaintext
Raw Normal View History

2018-12-29 18:43:59 +00:00
;license:MIT
2020-11-23 23:08:31 +00:00
;(c) 2019-2020 by 4am/qkumba
2018-12-29 18:43:59 +00:00
;
!cpu 6502
!to "build/FX.INDEXED/DHGR.RADIAL4",plain
*=$6000
2020-11-23 23:08:31 +00:00
!source "src/fx/fx.dhgr.precomputed.1bit.a"
2020-11-23 23:08:31 +00:00
+FX_INITONCE_1BIT CoordinatesFile, Start
jsr EndCoordinates1Bit+1
2020-11-23 23:08:31 +00:00
Start
!source "src/fx/fx.dhgr.radial.common.a"
CoordinatesFile
2020-11-23 23:08:31 +00:00
!byte 14
!text "FX/RADIAL.DATA"
Coordinates=Coordinates1Bit
EndCoordinates=EndCoordinates1Bit