mirror of
https://github.com/a2-4am/4sports.git
synced 2025-04-08 11:37:05 +00:00
add 7-pointed star transition effects
This commit is contained in:
parent
440c805006
commit
bb3cc2d88e
@ -60,6 +60,7 @@ DHGR.STAR
|
||||
DHGR.48.LDIAGON
|
||||
DHGR.MAPLE.IN
|
||||
DHGR.DITHBUTTER
|
||||
DHGR.STAR7
|
||||
DHGR.BAR.DISSLV
|
||||
DHGR.BLOOM
|
||||
DHGR.SLOW.STARI
|
||||
@ -77,6 +78,7 @@ DHGR.SOFTIRISIN
|
||||
DHGR.DITHSTAR
|
||||
DHGR.RADIAL2
|
||||
DHGR.IRIS
|
||||
DHGR.STAR7.RIP
|
||||
DHGR.BUBBLES.IN
|
||||
DHGR.SLOWST.RIP
|
||||
DHGR.DITHWAVYIR
|
||||
@ -87,6 +89,7 @@ DHGR.48.PAGEC
|
||||
DHGR.DITHBLOOM
|
||||
DHGR.BFLY.RIP
|
||||
DHGR.IRIS.IN
|
||||
DHGR.DITHSTAR7
|
||||
DHGR.SWIRL
|
||||
DHGR.48.SPIRALC
|
||||
DHGR.DITHRADIAL
|
||||
@ -94,6 +97,7 @@ DHGR.MAPLE.RIP
|
||||
DHGR.R.BY.PIXEL
|
||||
DHGR.HEART.IN
|
||||
DHGR.SNOWFL.RIP
|
||||
DHGR.STAR7.IN
|
||||
DHGR.DITHRAD2
|
||||
DHGR.48.SIDES
|
||||
DHGR.CORNER4.IN
|
||||
|
@ -33,6 +33,7 @@ HEART.IN
|
||||
CRYSTAL
|
||||
STAR.RIPPLE
|
||||
BIT2.FIZZLE
|
||||
STAR7
|
||||
DITHER.HEART
|
||||
MEETINTHEMIDDLE
|
||||
BOXES48
|
||||
@ -62,6 +63,7 @@ DITHER.MAPLE
|
||||
DIAG.STRIPES
|
||||
APPLE
|
||||
MANDELBROT.RIP
|
||||
STAR7.IN
|
||||
SOFT.L
|
||||
DITHER.SOFTIRIS
|
||||
HEART.RIPPLE
|
||||
@ -93,6 +95,7 @@ FLOWER.RIPPLE
|
||||
SPLIT.UD.INTRO
|
||||
WAVY.IRIS.IN
|
||||
R.BY.2
|
||||
STAR7.RIPPLE
|
||||
DITHER.RADIAL4
|
||||
HALF.FIZZLE
|
||||
BOXES48.LDIAGON
|
||||
@ -130,6 +133,7 @@ CHECKERB.FIZZLE
|
||||
BOXES48.SIDES
|
||||
CIRCLE.STRIPES
|
||||
STAGGERWHITE.LR
|
||||
DITHER.STAR7
|
||||
SOFT.UD.OUT
|
||||
ONESQUARE
|
||||
W.IRIS.BLOOM
|
||||
|
16
src/fx/fx.dhgr.dither.star7.a
Normal file
16
src/fx/fx.dhgr.dither.star7.a
Normal file
@ -0,0 +1,16 @@
|
||||
;license:MIT
|
||||
;(c) 2019-2022 by 4am/qkumba
|
||||
;
|
||||
!cpu 6502
|
||||
!to "build/FX.INDEXED/DHGR.DITHSTAR7",plain
|
||||
*=$6000
|
||||
|
||||
!source "src/fx/fx.dhgr.precomputed.2bit.a"
|
||||
|
||||
+FX_INITONCE_2BIT CoordinatesFile, Start
|
||||
Start
|
||||
+FX_PRECOMPUTED_2BIT_DHGR_DITHER Coordinates2Bit, EndCoordinates2Bit
|
||||
|
||||
CoordinatesFile
|
||||
!byte 13
|
||||
!text "FX/STAR7.DATA"
|
16
src/fx/fx.dhgr.star7.a
Normal file
16
src/fx/fx.dhgr.star7.a
Normal file
@ -0,0 +1,16 @@
|
||||
;license:MIT
|
||||
;(c) 2019-2022 by 4am/qkumba
|
||||
;
|
||||
!cpu 6502
|
||||
!to "build/FX.INDEXED/DHGR.STAR7",plain
|
||||
*=$6000
|
||||
|
||||
!source "src/fx/fx.dhgr.precomputed.2bit.a"
|
||||
|
||||
+FX_INITONCE_2BIT CoordinatesFile, Start
|
||||
Start
|
||||
+FX_PRECOMPUTED_2BIT_DHGR Coordinates2Bit
|
||||
|
||||
CoordinatesFile
|
||||
!byte 13
|
||||
!text "FX/STAR7.DATA"
|
17
src/fx/fx.dhgr.star7.in.a
Normal file
17
src/fx/fx.dhgr.star7.in.a
Normal file
@ -0,0 +1,17 @@
|
||||
;license:MIT
|
||||
;(c) 2019-2022 by 4am/qkumba
|
||||
;
|
||||
!cpu 6502
|
||||
!to "build/FX.INDEXED/DHGR.STAR7.IN",plain
|
||||
*=$6000
|
||||
|
||||
!source "src/fx/fx.dhgr.precomputed.2bit.a"
|
||||
|
||||
+FX_INITONCE_2BIT CoordinatesFile, Start
|
||||
+FX_REVERSE_2BIT
|
||||
Start
|
||||
+FX_PRECOMPUTED_2BIT_DHGR Coordinates2Bit
|
||||
|
||||
CoordinatesFile
|
||||
!byte 13
|
||||
!text "FX/STAR7.DATA"
|
17
src/fx/fx.dhgr.star7.ripple.a
Normal file
17
src/fx/fx.dhgr.star7.ripple.a
Normal file
@ -0,0 +1,17 @@
|
||||
;license:MIT
|
||||
;(c) 2019-2022 by 4am/qkumba
|
||||
;
|
||||
!cpu 6502
|
||||
!to "build/FX.INDEXED/DHGR.STAR7.RIP",plain
|
||||
*=$6000
|
||||
|
||||
!source "src/fx/fx.dhgr.precomputed.2bit.a"
|
||||
|
||||
+FX_INITONCE_2BIT CoordinatesFile, Start
|
||||
+FX_RIPPLE_2BIT
|
||||
Start
|
||||
+FX_PRECOMPUTED_2BIT_DHGR Coordinates2Bit
|
||||
|
||||
CoordinatesFile
|
||||
!byte 13
|
||||
!text "FX/STAR7.DATA"
|
16
src/fx/fx.hgr.dither.star7.a
Normal file
16
src/fx/fx.hgr.dither.star7.a
Normal file
@ -0,0 +1,16 @@
|
||||
;license:MIT
|
||||
;(c) 2019-2022 by 4am/qkumba
|
||||
;
|
||||
!cpu 6502
|
||||
!to "build/FX.INDEXED/DITHER.STAR7",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/STAR7.DATA"
|
16
src/fx/fx.hgr.star7.a
Normal file
16
src/fx/fx.hgr.star7.a
Normal file
@ -0,0 +1,16 @@
|
||||
;license:MIT
|
||||
;(c) 2019-2022 by 4am/qkumba
|
||||
;
|
||||
!cpu 6502
|
||||
!to "build/FX.INDEXED/STAR7",plain
|
||||
*=$6000
|
||||
|
||||
!source "src/fx/fx.hgr.precomputed.2bit.a"
|
||||
|
||||
+FX_INITONCE_2BIT CoordinatesFile, Start
|
||||
Start
|
||||
+FX_PRECOMPUTED_2BIT Coordinates2Bit
|
||||
|
||||
CoordinatesFile
|
||||
!byte 13
|
||||
!text "FX/STAR7.DATA"
|
7683
src/fx/fx.hgr.star7.data.a
Normal file
7683
src/fx/fx.hgr.star7.data.a
Normal file
File diff suppressed because it is too large
Load Diff
17
src/fx/fx.hgr.star7.in.a
Normal file
17
src/fx/fx.hgr.star7.in.a
Normal file
@ -0,0 +1,17 @@
|
||||
;license:MIT
|
||||
;(c) 2019-2022 by 4am/qkumba
|
||||
;
|
||||
!cpu 6502
|
||||
!to "build/FX.INDEXED/STAR7.IN",plain
|
||||
*=$6000
|
||||
|
||||
!source "src/fx/fx.hgr.precomputed.2bit.a"
|
||||
|
||||
+FX_INITONCE_2BIT CoordinatesFile, Start
|
||||
+FX_REVERSE_2BIT
|
||||
Start
|
||||
+FX_PRECOMPUTED_2BIT Coordinates2Bit
|
||||
|
||||
CoordinatesFile
|
||||
!byte 13
|
||||
!text "FX/STAR7.DATA"
|
17
src/fx/fx.hgr.star7.ripple.a
Normal file
17
src/fx/fx.hgr.star7.ripple.a
Normal file
@ -0,0 +1,17 @@
|
||||
;license:MIT
|
||||
;(c) 2019-2022 by 4am/qkumba
|
||||
;
|
||||
!cpu 6502
|
||||
!to "build/FX.INDEXED/STAR7.RIPPLE",plain
|
||||
*=$6000
|
||||
|
||||
!source "src/fx/fx.hgr.precomputed.2bit.a"
|
||||
|
||||
+FX_INITONCE_2BIT CoordinatesFile, Start
|
||||
+FX_RIPPLE_2BIT
|
||||
Start
|
||||
+FX_PRECOMPUTED_2BIT Coordinates2Bit
|
||||
|
||||
CoordinatesFile
|
||||
!byte 13
|
||||
!text "FX/STAR7.DATA"
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1463745
|
||||
!be24 1467651
|
||||
!le16 496
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1452568
|
||||
!be24 1456330
|
||||
!le16 917
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1446196
|
||||
!be24 1449958
|
||||
!le16 214
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1447461
|
||||
!be24 1451223
|
||||
!le16 458
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1448998
|
||||
!be24 1452760
|
||||
!le16 399
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1451083
|
||||
!be24 1454845
|
||||
!le16 688
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1464241
|
||||
!be24 1468147
|
||||
!le16 306
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1464891
|
||||
!be24 1468797
|
||||
!le16 256
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1465147
|
||||
!be24 1469053
|
||||
!le16 303
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1456060
|
||||
!le16 1561
|
||||
!be24 1459887
|
||||
!le16 1640
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1464623
|
||||
!be24 1468529
|
||||
!le16 67
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1463733
|
||||
!be24 1467639
|
||||
!le16 12
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1462942
|
||||
!be24 1466848
|
||||
!le16 739
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1461278
|
||||
!be24 1465184
|
||||
!le16 216
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1453485
|
||||
!le16 2575
|
||||
!be24 1457247
|
||||
!le16 2640
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1457979
|
||||
!be24 1461885
|
||||
!le16 797
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1464547
|
||||
!be24 1468453
|
||||
!le16 76
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1463681
|
||||
!be24 1467587
|
||||
!le16 52
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1464690
|
||||
!be24 1468596
|
||||
!le16 201
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1461494
|
||||
!be24 1465400
|
||||
!le16 335
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1461829
|
||||
!be24 1465735
|
||||
!le16 69
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1461898
|
||||
!be24 1465804
|
||||
!le16 81
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1461979
|
||||
!be24 1465885
|
||||
!le16 62
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1462041
|
||||
!be24 1465947
|
||||
!le16 623
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1462664
|
||||
!be24 1466570
|
||||
!le16 274
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1462938
|
||||
!be24 1466844
|
||||
!le16 4
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1465450
|
||||
!be24 1469356
|
||||
!le16 2370
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1459838
|
||||
!be24 1463744
|
||||
!le16 381
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1460219
|
||||
!be24 1464125
|
||||
!le16 420
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1451771
|
||||
!be24 1455533
|
||||
!le16 797
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1445629
|
||||
!be24 1449391
|
||||
!le16 567
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1446410
|
||||
!be24 1450172
|
||||
!le16 1051
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1447919
|
||||
!be24 1451681
|
||||
!le16 1079
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1449397
|
||||
!be24 1453159
|
||||
!le16 1686
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1457621
|
||||
!be24 1461527
|
||||
!le16 358
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1458776
|
||||
!be24 1462682
|
||||
!le16 1062
|
||||
|
@ -4,5 +4,5 @@
|
||||
; This file is automatically generated
|
||||
;
|
||||
!byte 0
|
||||
!be24 1460639
|
||||
!be24 1464545
|
||||
!le16 639
|
||||
|
Loading…
x
Reference in New Issue
Block a user