replace two effects with better ones that reuse existing assets

This commit is contained in:
4am 2020-11-13 17:56:03 -05:00
parent 23e8e0f030
commit c455158253
7 changed files with 36 additions and 20510 deletions

View File

@ -18,7 +18,7 @@ W.RIPPLE.BLOOM
DIAGONAL
PINWHEELS
STAGGERWHITE.UD
CORNER.SUPERRIP
CORNER4.RIP
BOLT
RADIAL2
STAR
@ -111,7 +111,7 @@ MAPLE.RIPPLE
INTERLOCK.UD
LITTLE.BOXES
SPIRAL
WAVY.CORNER
SLOW.STAR.RIP
BOXES48.ARROW
REDLINES
FLICK

View File

@ -1,14 +0,0 @@
;license:MIT
;(c) 2019 by 4am
;
!cpu 6502
!to "build/FX/CORNER.SUPERRIP",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.3bit.a"
+FX_PRECOMPUTED_3BIT Coordinates
Coordinates
!source "src/fx/fx.hgr.corner.superripple.data.a"
!byte $80

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,17 @@
;license:MIT
;(c) 2019-2020 by 4am/qkumba
;
!cpu 6502
!to "build/FX/CORNER4.RIP",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.1bit.a"
+FX_INITONCE_1BIT CoordinatesFile, Start
+FX_RIPPLE_1BIT
Start
+FX_PRECOMPUTED_1BIT Coordinates1Bit
CoordinatesFile
!byte 15
!text "FX/CORNER4.DATA"

View File

@ -0,0 +1,17 @@
;license:MIT
;(c) 2019-2020 by 4am/qkumba
;
!cpu 6502
!to "build/FX/SLOW.STAR.RIP",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.1bit.a"
+FX_INITONCE_1BIT CoordinatesFile, Start
+FX_RIPPLE_1BIT
Start
+FX_PRECOMPUTED_1BIT Coordinates1Bit
CoordinatesFile
!byte 17
!text "FX/SLOW.STAR.DATA"

View File

@ -1,14 +0,0 @@
;license:MIT
;(c) 2019 by 4am
;
!cpu 6502
!to "build/FX/WAVY.CORNER",plain
*=$6000
!source "src/fx/fx.hgr.precomputed.3bit.a"
+FX_PRECOMPUTED_3BIT Coordinates
Coordinates
!source "src/fx/fx.hgr.wavy.corner.data.a"
!byte $80

File diff suppressed because it is too large Load Diff