Increase the chance that a flea produces a mushroom.

This commit is contained in:
Jeremy Rand 2020-07-28 15:44:55 -04:00
parent 8bcd4fccf6
commit 2b45813cbb
1 changed files with 1 additions and 1 deletions

View File

@ -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