Skip to content

Commit

Permalink
Remove Oracle symbol from ApplyGoldstarDamageClass, check $0202
Browse files Browse the repository at this point in the history
  • Loading branch information
scawful committed Oct 22, 2024
1 parent 1eaa977 commit 4b2b656
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion masks/Goldstar.asm
Original file line number Diff line number Diff line change
Expand Up @@ -957,7 +957,7 @@ ApplyGoldstarDamageClass:
; If the hookshot is active
LDA.w $0202 : CMP.b #$03 : BNE .return
; If the goldstar is active, swap in the damage class
LDA.w GoldstarOrHookshot : CMP.b #$02 : BNE .return
LDA.w $0202 : CMP.b #$08 : BNE .return
PLA
LDA #$02
JMP .apply
Expand Down Expand Up @@ -991,3 +991,5 @@ LinkHookshot_GetDragged:
; Ancilla_CheckDamageToSprite.not_airborne
org $06ECF2
JSL ApplyGoldstarDamageClass

pullpc

0 comments on commit 4b2b656

Please sign in to comment.