diff --git a/Items/jump_feather.asm b/Items/jump_feather.asm index ee59f4a..a5e81db 100644 --- a/Items/jump_feather.asm +++ b/Items/jump_feather.asm @@ -81,7 +81,7 @@ CheckIfJumpingForSpikeDamage: { PHB : PHK : PLB ; Check Z pos of Link - LDA $24 : BNE .airborne + LDA $5D : CMP.b #$02 : BEQ .airborne LDA.w .spike_floor_damage, Y : STA.w $0373 .airborne PLB