shave some bytes

This commit is contained in:
4am 2020-11-13 21:41:50 -05:00
parent 3189ef9176
commit 2a9201b5aa
2 changed files with 0 additions and 6 deletions

View File

@ -134,8 +134,6 @@ InitOnce
}
!macro FX_REVERSE_1BIT {
lda #$80
sta Coordinates1Bit + $3480
ldy #0 ; <Coordinates1Bit
sty $f0
lda #>Coordinates1Bit
@ -177,9 +175,6 @@ InitOnce
}
!macro FX_RIPPLE_1BIT {
lda #$80
sta Coordinates1Bit + $3480
lda #2 ; <(Coordinates1Bit + 2)
sta $f0
ldy #0

View File

@ -136,7 +136,6 @@ InitOnce
!macro FX_RIPPLE_2BIT {
ldy #0
sty Coordinates2Bit + $3C00
ldx #$33
- lda ptrtbl, x