Fix pedestal pull ending animation
This commit is contained in:
10
bugfixes.asm
10
bugfixes.asm
@@ -184,3 +184,13 @@ RTL
|
||||
dey
|
||||
bpl -
|
||||
RTL
|
||||
|
||||
;--------------------------------------------------------------------------------
|
||||
; Fix pedestal pull overlay
|
||||
PedestalPullOverlayFix:
|
||||
LDA.b #$09 : STA $039F, X ; the thing we wrote over
|
||||
LDA $1B : BNE +
|
||||
LDA $8A : CMP.b #$80 : BNE +
|
||||
LDA $8C : CMP.b #$97
|
||||
+
|
||||
RTL
|
||||
|
||||
12
hooks.asm
12
hooks.asm
@@ -542,10 +542,16 @@ NOP #2
|
||||
;--------------------------------------------------------------------------------
|
||||
|
||||
;================================================================================
|
||||
; Master Sword Chest Fix
|
||||
; Master Sword Overlay Fix
|
||||
;--------------------------------------------------------------------------------
|
||||
;org $0987d7 ; <- ancilla_init.asm : 1071
|
||||
;NOP #4
|
||||
org $0987b2 ; <- ancilla_init.asm : 1051 (LDA.b #$09)
|
||||
JSL.l PedestalPullOverlayFix
|
||||
|
||||
org $0987b8 ; <- ancilla_init.asm : 1055 (STA $039F, X)
|
||||
NOP #3
|
||||
|
||||
org $0987df ; <- ancilla_init.asm : 1077 (STA $039F, X)
|
||||
NOP #3
|
||||
;--------------------------------------------------------------------------------
|
||||
|
||||
;================================================================================
|
||||
|
||||
Reference in New Issue
Block a user