mirror of
https://github.com/a2-4am/4sports.git
synced 2024-11-17 15:07:08 +00:00
17 lines
353 B
Plaintext
17 lines
353 B
Plaintext
;license:MIT
|
|
;(c) 2019-2022 by 4am/qkumba
|
|
;
|
|
!cpu 6502
|
|
!to "build/FX.INDEXED/DITHER.HEART",plain
|
|
*=$6000
|
|
|
|
!source "src/fx/fx.hgr.precomputed.2bit.a"
|
|
|
|
+FX_INITONCE_2BIT CoordinatesFile, Start
|
|
Start
|
|
+FX_PRECOMPUTED_2BIT_DITHER Coordinates2Bit, EndCoordinates2Bit
|
|
|
|
CoordinatesFile
|
|
!byte 13
|
|
!text "FX/HEART.DATA"
|