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:
@@ -63,7 +63,7 @@ JSL.l GoalItemGanonCheck
|
||||
;--------------------------------------------------------------------------------
|
||||
;Hammerable Ganon
|
||||
org $06F2EA ; <- 372EA - Bank06.asm : 5791 (LDA $0E20, X : CMP.b #$D6 : BCS .no_collision)
|
||||
JSL.l GoalItemGanonCheck : NOP
|
||||
JSL.l CheckGanonHammerDamage : NOP
|
||||
;--------------------------------------------------------------------------------
|
||||
|
||||
;================================================================================
|
||||
@@ -171,6 +171,16 @@ RTS
|
||||
;NOP #4
|
||||
;--------------------------------------------------------------------------------
|
||||
|
||||
;================================================================================
|
||||
; Hyrule Castle Rain Sequence Guards (allowing Gloves in Link's house)
|
||||
;--------------------------------------------------------------------------------
|
||||
org $09C8B7 ; <- 4C8B7
|
||||
dw #CastleRainSpriteData
|
||||
org $09F7BD ; <- 4F7BD
|
||||
CastleRainSpriteData:
|
||||
db $06, $1F, $40, $12, $01, $3F, $14, $01, $3F, $13, $1F, $42, $1A, $1F, $4B, $1A, $20, $4B, $25, $2D, $3F, $29, $20, $3F, $2A, $3C, $3F, $FF
|
||||
;--------------------------------------------------------------------------------
|
||||
|
||||
;================================================================================
|
||||
; Sprite_DrawMultiple
|
||||
;--------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user