fixed gt animation (#46)

This commit is contained in:
Zarby89
2018-09-16 17:33:41 -04:00
committed by Kevin Cathcart
parent 84e0432607
commit 79c1682f34

View File

@@ -157,8 +157,20 @@ GanonTowerAnimation:
.done .done
LDA.b #$05 : STA $04C6 ;what we wrote over LDA.b #$05 : STA $04C6 ;what we wrote over
STZ $B0 ; (continued) STZ $B0 ; (continued)
STZ $C8 ; (continued)
RTL RTL
GanonTowerInvertedCheck:
{
LDA InvertedMode : BEQ .done
LDA #$01 ; Load a random value so it doesn't BEQ
RTL
.done
LDA $8A : CMP.b #$43 ;what we wrote over
RTL
}
;Hard coded rock removed in LW for Inverted mode ;Hard coded rock removed in LW for Inverted mode
HardcodedRocks: HardcodedRocks: