mirror of
https://github.com/a2-4am/4cade.git
synced 2025-02-05 21:33:34 +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
|
DIAGONAL
|
||||||
PINWHEELS
|
PINWHEELS
|
||||||
STAGGERWHITE.UD
|
STAGGERWHITE.UD
|
||||||
CORNER.SUPERRIP
|
CORNER4.RIP
|
||||||
BOLT
|
BOLT
|
||||||
RADIAL2
|
RADIAL2
|
||||||
STAR
|
STAR
|
||||||
@ -111,7 +111,7 @@ MAPLE.RIPPLE
|
|||||||
INTERLOCK.UD
|
INTERLOCK.UD
|
||||||
LITTLE.BOXES
|
LITTLE.BOXES
|
||||||
SPIRAL
|
SPIRAL
|
||||||
WAVY.CORNER
|
SLOW.STAR.RIP
|
||||||
BOXES48.ARROW
|
BOXES48.ARROW
|
||||||
REDLINES
|
REDLINES
|
||||||
FLICK
|
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…
x
Reference in New Issue
Block a user