mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-23 12:33:32 +00:00
replace two effects with better ones that reuse existing assets
This commit is contained in:
parent
23e8e0f030
commit
c455158253
@ -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
|
||||
|
@ -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
17
src/fx/fx.hgr.corner4.ripple.a
Normal file
17
src/fx/fx.hgr.corner4.ripple.a
Normal 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"
|
17
src/fx/fx.hgr.slow.star.ripple.a
Normal file
17
src/fx/fx.hgr.slow.star.ripple.a
Normal 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"
|
@ -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
Loading…
Reference in New Issue
Block a user