mirror of
https://github.com/Pecusx/scorch_src.git
synced 2026-05-21 06:39:40 +02:00
KAZ splash probability - 1/8 :)
This commit is contained in:
@@ -56,7 +56,7 @@ pmg1 .ds $0300
|
|||||||
|
|
||||||
main1
|
main1
|
||||||
lda SplashTypeFlag
|
lda SplashTypeFlag
|
||||||
bpl old_splash
|
beq old_splash
|
||||||
rts
|
rts
|
||||||
old_splash
|
old_splash
|
||||||
jsr init_song
|
jsr init_song
|
||||||
|
|||||||
@@ -72,8 +72,9 @@ mother
|
|||||||
main
|
main
|
||||||
.IF CART_VERSION
|
.IF CART_VERSION
|
||||||
lda random
|
lda random
|
||||||
bmi new_splash
|
and #%11100000 ; Old splash probability 1/8
|
||||||
sta SplashTypeFlag
|
sta SplashTypeFlag
|
||||||
|
bne new_splash
|
||||||
rts ; KAZ splash :)
|
rts ; KAZ splash :)
|
||||||
new_splash
|
new_splash
|
||||||
.ENDIF
|
.ENDIF
|
||||||
|
|||||||
Reference in New Issue
Block a user