From 2b45813cbb2cf7d71f0c02c3543dc7ab10986766 Mon Sep 17 00:00:00 2001 From: Jeremy Rand Date: Tue, 28 Jul 2020 15:44:55 -0400 Subject: [PATCH] Increase the chance that a flea produces a mushroom. --- BuGS/gameFlea.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BuGS/gameFlea.s b/BuGS/gameFlea.s index 6213b12..79a18bb 100644 --- a/BuGS/gameFlea.s +++ b/BuGS/gameFlea.s @@ -174,7 +174,7 @@ updateFlea_nextTile anop bne updateFlea_nextAction jsl rand0_to_65534 - and #$7 + and #$3 bne updateFlea_nextAction lda #TILE_MUSHROOM4 sta tiles+TILE_TYPE_OFFSET,x