let's dev 6/17/17
updated invincible ganon check to allow requiring all dungeons added extra guard to rain sequence to block misuse of link's house glove upgrade fixed stat tracking for swordless boss victories
This commit is contained in:
@@ -6,11 +6,11 @@
|
||||
; GanonWarpRNG
|
||||
; out: Accumulator - #$00 or #01 randomly, with no repeated #$01s
|
||||
;--------------------------------------------------------------------------------
|
||||
GanonWarpRNG:
|
||||
JSL GetRandomInt : AND.b #$01 : BEQ .zero
|
||||
LDA !GANON_WARP_CHAIN : EOR #$01 : STA !GANON_WARP_CHAIN
|
||||
RTL
|
||||
.zero
|
||||
STA !GANON_WARP_CHAIN
|
||||
RTL
|
||||
;GanonWarpRNG:
|
||||
; JSL GetRandomInt : AND.b #$01 : BEQ .zero
|
||||
; LDA !GANON_WARP_CHAIN : EOR #$01 : STA !GANON_WARP_CHAIN
|
||||
;RTL
|
||||
; .zero
|
||||
; STA !GANON_WARP_CHAIN
|
||||
;RTL
|
||||
;--------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user