mirror of
https://github.com/pkali/scorch_src.git
synced 2026-05-20 22:34:21 +02:00
KAZ splash probability - 1/8 :)
This commit is contained in:
@@ -56,7 +56,7 @@ pmg1 .ds $0300
|
||||
|
||||
main1
|
||||
lda SplashTypeFlag
|
||||
bpl old_splash
|
||||
beq old_splash
|
||||
rts
|
||||
old_splash
|
||||
jsr init_song
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user