Fix pedestal pull ending animation

This commit is contained in:
qwertymodo
2019-09-06 18:32:12 -07:00
parent 2e5cf2af97
commit f0425c7a36
2 changed files with 19 additions and 3 deletions

View File

@@ -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

View File

@@ -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
;--------------------------------------------------------------------------------
;================================================================================