diff --git a/Items/jump_feather.asm b/Items/jump_feather.asm index ab752cf..ee59f4a 100644 --- a/Items/jump_feather.asm +++ b/Items/jump_feather.asm @@ -80,9 +80,10 @@ LinkItem_JumpFeather: CheckIfJumpingForSpikeDamage: { PHB : PHK : PLB - LDA $29 : BNE .airborne + ; Check Z pos of Link + LDA $24 : BNE .airborne LDA.w .spike_floor_damage, Y : STA.w $0373 - .airborne + .airborne PLB RTL