Fix witch item bug
This commit is contained in:
16
hooks.asm
16
hooks.asm
@@ -2525,6 +2525,22 @@ JSL ParadoxCaveGfxFix
|
||||
NOP
|
||||
;================================================================================
|
||||
|
||||
;================================================================================
|
||||
; Resolve conflict between race game and witch item
|
||||
;--------------------------------------------------------------------------------
|
||||
; Change race game to use $021B instead of $0ABF for detecting cheating
|
||||
org $0DCB9D ; STZ.w $0ABF
|
||||
STZ $021B
|
||||
|
||||
org $0DCBFE ; LDA.w $0ABF
|
||||
LDA $021B
|
||||
|
||||
org $02BFE0 ; LDA.b #$01 : STA.w $0ABF
|
||||
JSL SetOverworldTransitionFlags
|
||||
NOP
|
||||
; For mirroring, the new flag is set in IncrementOWMirror in stats.asm
|
||||
;================================================================================
|
||||
|
||||
;================================================================================
|
||||
; Player Sprite Fixes
|
||||
;--------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user