From 3fcd2ac8a8c65784384ca8230e781882edfaad17 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Sun, 19 Jul 2020 02:19:56 -0400 Subject: [PATCH] Double the speed of the flea. --- BuGS/gameFlea.s | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/BuGS/gameFlea.s b/BuGS/gameFlea.s index 91b0469..6f78eab 100644 --- a/BuGS/gameFlea.s +++ b/BuGS/gameFlea.s @@ -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