KAZ splash probability - 1/8 :)

This commit is contained in:
Pecusx
2023-07-29 21:16:44 +02:00
parent 2d0a1f2896
commit 9c55fe4d2c
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ pmg1 .ds $0300
main1
lda SplashTypeFlag
bpl old_splash
beq old_splash
rts
old_splash
jsr init_song
+2 -1
View File
@@ -72,8 +72,9 @@ mother
main
.IF CART_VERSION
lda random
bmi new_splash
and #%11100000 ; Old splash probability 1/8
sta SplashTypeFlag
bne new_splash
rts ; KAZ splash :)
new_splash
.ENDIF