mirror of
https://github.com/a2-4am/4cade.git
synced 2025-08-10 23:25:14 +00:00
remove some old transition effects
This commit is contained in:
@@ -1 +1 @@
|
||||
RIPPLE
|
||||
RIPPLE
|
@@ -1,16 +0,0 @@
|
||||
;license:MIT
|
||||
;(c) 2018 by 4am
|
||||
;
|
||||
!cpu 6502
|
||||
!to "build/FX/CORNER.CIRCLE",plain
|
||||
*=$6000
|
||||
|
||||
!source "src/fx/fx.hgr.precomputed.a"
|
||||
|
||||
+FX_PRECOMPUTED HGRHalfBlockCopy, Coordinates, $28
|
||||
|
||||
rts
|
||||
|
||||
Coordinates
|
||||
!source "src/fx/fx.hgr.corner.circle.data.a"
|
||||
!byte $80
|
File diff suppressed because it is too large
Load Diff
@@ -1,44 +0,0 @@
|
||||
;license:MIT
|
||||
;(c) 2018 by 4am
|
||||
;
|
||||
coord = $FE
|
||||
|
||||
jmp Start
|
||||
|
||||
!source "src/wait.a"
|
||||
!source "src/fx/fx.hgr.common.a"
|
||||
|
||||
Start
|
||||
|
||||
!macro FX_PRECOMPUTED .copy, .coords, .wait {
|
||||
lda #<.coords
|
||||
sta coord
|
||||
lda #>.coords
|
||||
sta coord+1
|
||||
ldy #0
|
||||
@loop
|
||||
lda (coord),y
|
||||
bpl +
|
||||
lda #.wait
|
||||
jsr WaitForKeyWithTimeout
|
||||
bmi @exit
|
||||
bpl @next
|
||||
+ tax
|
||||
iny
|
||||
lda (coord),y
|
||||
tay
|
||||
txa
|
||||
jsr .copy
|
||||
@next
|
||||
inc coord
|
||||
bne +
|
||||
inc coord+1
|
||||
+ inc coord
|
||||
bne +
|
||||
inc coord+1
|
||||
+ ldy #$00
|
||||
lda ($FE),y
|
||||
cmp #$80
|
||||
bne @loop
|
||||
@exit
|
||||
}
|
@@ -1,16 +0,0 @@
|
||||
;license:MIT
|
||||
;(c) 2018 by 4am
|
||||
;
|
||||
!cpu 6502
|
||||
!to "build/FX/RADIAL2",plain
|
||||
*=$6000
|
||||
|
||||
!source "src/fx/fx.hgr.precomputed.a"
|
||||
|
||||
+FX_PRECOMPUTED HGRHalfBlockCopy, Coordinates, $06
|
||||
|
||||
rts
|
||||
|
||||
Coordinates
|
||||
!source "src/fx/fx.hgr.radial2.data.a"
|
||||
!byte $80
|
File diff suppressed because it is too large
Load Diff
@@ -1,16 +0,0 @@
|
||||
;license:MIT
|
||||
;(c) 2018 by 4am
|
||||
;
|
||||
!cpu 6502
|
||||
!to "build/FX/RADIAL4",plain
|
||||
*=$6000
|
||||
|
||||
!source "src/fx/fx.hgr.precomputed.a"
|
||||
|
||||
+FX_PRECOMPUTED HGRHalfBlockCopy, Coordinates, $06
|
||||
|
||||
rts
|
||||
|
||||
Coordinates
|
||||
!source "src/fx/fx.hgr.radial4.data.a"
|
||||
!byte $80
|
File diff suppressed because it is too large
Load Diff
@@ -1,16 +0,0 @@
|
||||
;license:MIT
|
||||
;(c) 2018 by 4am
|
||||
;
|
||||
!cpu 6502
|
||||
!to "build/FX/RADIAL5",plain
|
||||
*=$6000
|
||||
|
||||
!source "src/fx/fx.hgr.precomputed.a"
|
||||
|
||||
+FX_PRECOMPUTED HGRHalfBlockCopy, Coordinates, $06
|
||||
|
||||
rts
|
||||
|
||||
Coordinates
|
||||
!source "src/fx/fx.hgr.radial5.data.a"
|
||||
!byte $80
|
File diff suppressed because it is too large
Load Diff
@@ -1,16 +0,0 @@
|
||||
;license:MIT
|
||||
;(c) 2018 by 4am
|
||||
;
|
||||
!cpu 6502
|
||||
!to "build/FX/RIPPLE2",plain
|
||||
*=$6000
|
||||
|
||||
!source "src/fx/fx.hgr.precomputed.a"
|
||||
|
||||
+FX_PRECOMPUTED HGRHalfBlockCopy, Coordinates, $08
|
||||
|
||||
rts
|
||||
|
||||
Coordinates
|
||||
!source "src/fx/fx.hgr.ripple2.data.a"
|
||||
!byte $80
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user