fixed gt animation (#46)
This commit is contained in:
12
inverted.asm
12
inverted.asm
@@ -157,8 +157,20 @@ GanonTowerAnimation:
|
||||
.done
|
||||
LDA.b #$05 : STA $04C6 ;what we wrote over
|
||||
STZ $B0 ; (continued)
|
||||
STZ $C8 ; (continued)
|
||||
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
|
||||
HardcodedRocks:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user