mirror of
https://github.com/a2-4am/4cade.git
synced 2024-11-24 03:34:02 +00:00
shave some bytes
This commit is contained in:
parent
3189ef9176
commit
2a9201b5aa
@ -134,8 +134,6 @@ InitOnce
|
|||||||
}
|
}
|
||||||
|
|
||||||
!macro FX_REVERSE_1BIT {
|
!macro FX_REVERSE_1BIT {
|
||||||
lda #$80
|
|
||||||
sta Coordinates1Bit + $3480
|
|
||||||
ldy #0 ; <Coordinates1Bit
|
ldy #0 ; <Coordinates1Bit
|
||||||
sty $f0
|
sty $f0
|
||||||
lda #>Coordinates1Bit
|
lda #>Coordinates1Bit
|
||||||
@ -177,9 +175,6 @@ InitOnce
|
|||||||
}
|
}
|
||||||
|
|
||||||
!macro FX_RIPPLE_1BIT {
|
!macro FX_RIPPLE_1BIT {
|
||||||
lda #$80
|
|
||||||
sta Coordinates1Bit + $3480
|
|
||||||
|
|
||||||
lda #2 ; <(Coordinates1Bit + 2)
|
lda #2 ; <(Coordinates1Bit + 2)
|
||||||
sta $f0
|
sta $f0
|
||||||
ldy #0
|
ldy #0
|
||||||
|
@ -136,7 +136,6 @@ InitOnce
|
|||||||
|
|
||||||
!macro FX_RIPPLE_2BIT {
|
!macro FX_RIPPLE_2BIT {
|
||||||
ldy #0
|
ldy #0
|
||||||
sty Coordinates2Bit + $3C00
|
|
||||||
|
|
||||||
ldx #$33
|
ldx #$33
|
||||||
- lda ptrtbl, x
|
- lda ptrtbl, x
|
||||||
|
Loading…
Reference in New Issue
Block a user