Double the speed of the flea.

This commit is contained in:
Jeremy Rand 2020-07-19 02:19:56 -04:00
parent 063b4ce60c
commit 3fcd2ac8a8

View File

@ -97,7 +97,7 @@ updateFlea_bottomOfTile anop
bra updateFlea_nextAction bra updateFlea_nextAction
updateFlea_nextTile anop updateFlea_nextTile anop
lda #$7 lda #$3
sta fleaHeightInTile sta fleaHeightInTile
ldx fleaTileOffsets ldx fleaTileOffsets
@ -119,7 +119,7 @@ updateFlea_bottom anop
updateFlea_nextAction anop updateFlea_nextAction anop
lda fleaScreenOffset lda fleaScreenOffset
clc clc
adc #$a0 adc #$140
sta fleaScreenOffset sta fleaScreenOffset
updateFlea_done anop updateFlea_done anop
@ -133,7 +133,7 @@ addFlea entry
lda #fleaState_falling lda #fleaState_falling
sta fleaState sta fleaState
lda #$7 lda #$3
sta fleaHeightInTile sta fleaHeightInTile
lda #$40 lda #$40
@ -147,7 +147,7 @@ addFlea entry
lda tiles+2,x lda tiles+2,x
sec sec
sbc #$463 sbc #$3c3
sta fleaScreenOffset sta fleaScreenOffset
addFlea_done anop addFlea_done anop