mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-19 02:10:39 +00:00
18 lines
305 B
Plaintext
18 lines
305 B
Plaintext
;license:MIT
|
|
;(c) 2019 by 4am
|
|
;
|
|
!cpu 6502
|
|
!to "build/FX/SWIRL",plain
|
|
*=$6000
|
|
|
|
!source "src/fx/fx.hgr.precomputed.1bit.a"
|
|
!source "src/fx/fx.hgr.radial.common.a"
|
|
|
|
!if * and 1 {
|
|
!byte 0
|
|
}
|
|
Coordinates
|
|
!source "src/fx/fx.hgr.swirl.data.a"
|
|
EndCoordinates
|
|
!byte $80
|