mirror of
https://github.com/a2-4am/4cade.git
synced 2025-01-15 04:30:18 +00:00
21 lines
422 B
Plaintext
21 lines
422 B
Plaintext
;license:MIT
|
|
;(c) 2019-2020 by 4am/qkumba
|
|
;
|
|
!cpu 6502
|
|
!to "build/FX.INDEXED/RADIAL4",plain
|
|
*=$6000
|
|
|
|
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
|
|
|
+FX_INITONCE_1BIT CoordinatesFile, Start
|
|
jsr EndCoordinates1Bit+1
|
|
|
|
Start
|
|
!source "src/fx/fx.hgr.radial.common.a"
|
|
|
|
CoordinatesFile
|
|
!byte 14
|
|
!text "FX/RADIAL.DATA"
|
|
Coordinates=Coordinates1Bit
|
|
EndCoordinates=EndCoordinates1Bit
|