mirror of
https://github.com/jeremysrand/BuGS.git
synced 2025-01-01 01:30:27 +00:00
Double the speed of the flea.
This commit is contained in:
parent
063b4ce60c
commit
3fcd2ac8a8
@ -97,7 +97,7 @@ updateFlea_bottomOfTile anop
|
||||
bra updateFlea_nextAction
|
||||
|
||||
updateFlea_nextTile anop
|
||||
lda #$7
|
||||
lda #$3
|
||||
sta fleaHeightInTile
|
||||
|
||||
ldx fleaTileOffsets
|
||||
@ -119,7 +119,7 @@ updateFlea_bottom anop
|
||||
updateFlea_nextAction anop
|
||||
lda fleaScreenOffset
|
||||
clc
|
||||
adc #$a0
|
||||
adc #$140
|
||||
sta fleaScreenOffset
|
||||
|
||||
updateFlea_done anop
|
||||
@ -133,7 +133,7 @@ addFlea entry
|
||||
lda #fleaState_falling
|
||||
sta fleaState
|
||||
|
||||
lda #$7
|
||||
lda #$3
|
||||
sta fleaHeightInTile
|
||||
|
||||
lda #$40
|
||||
@ -147,7 +147,7 @@ addFlea entry
|
||||
|
||||
lda tiles+2,x
|
||||
sec
|
||||
sbc #$463
|
||||
sbc #$3c3
|
||||
sta fleaScreenOffset
|
||||
|
||||
addFlea_done anop
|
||||
|
Loading…
Reference in New Issue
Block a user