Cleanup Ocarina item code
This commit is contained in:
@@ -3,14 +3,9 @@
|
||||
;
|
||||
; =========================================================
|
||||
|
||||
org $0994FE
|
||||
AddTravelBird:
|
||||
|
||||
org $098D11
|
||||
AddWeathervaneExplosion:
|
||||
|
||||
org $078021
|
||||
Player_DoSfx1:
|
||||
AddTravelBird = $0994FE
|
||||
AddWeathervaneExplosion = $098D11
|
||||
Player_DoSfx1 = $078021
|
||||
|
||||
; =========================================================
|
||||
; Song of Healing
|
||||
@@ -87,9 +82,12 @@ Song_of_Storms:
|
||||
}
|
||||
; assert pc() <= $1A8FD4
|
||||
|
||||
; =========================================================
|
||||
|
||||
; A, D, F, A, D, F
|
||||
; SFX3_27 Agahnim charge
|
||||
; 0x003B
|
||||
|
||||
org $1A91F0
|
||||
Song_of_Time:
|
||||
{
|
||||
@@ -445,11 +443,11 @@ RainAnimation_Overridden:
|
||||
LDA.b $1A
|
||||
|
||||
CMP.b #$03 : BEQ .lightning ; On the 0x03rd frame, cue the lightning.
|
||||
CMP.b #$05 : BEQ .normalLight ; On the 0x05th frame, normal light level.
|
||||
CMP.b #$24 : BEQ .thunder ; On the 0x24th frame, cue the thunder.
|
||||
CMP.b #$2C : BEQ .normalLight ; On the 0x2Cth frame, normal light level.
|
||||
CMP.b #$58 : BEQ .lightning ; On the 0x58th frame, cue the lightning.
|
||||
CMP.b #$5A : BNE .moveOverlay ; On the 0x5Ath frame, normal light level.
|
||||
CMP.b #$05 : BEQ .normalLight ; On the 0x05th frame, normal light level.
|
||||
CMP.b #$24 : BEQ .thunder ; On the 0x24th frame, cue the thunder.
|
||||
CMP.b #$2C : BEQ .normalLight ; On the 0x2Cth frame, normal light level.
|
||||
CMP.b #$58 : BEQ .lightning ; On the 0x58th frame, cue the lightning.
|
||||
CMP.b #$5A : BNE .moveOverlay ; On the 0x5Ath frame, normal light level.
|
||||
|
||||
.normalLight
|
||||
|
||||
|
||||
Reference in New Issue
Block a user