diff --git a/Sprites/NPCs/eon_owl.asm b/Sprites/NPCs/eon_owl.asm index 6132f14..d8234f5 100644 --- a/Sprites/NPCs/eon_owl.asm +++ b/Sprites/NPCs/eon_owl.asm @@ -137,9 +137,10 @@ Sprite_EonOwl_Main: KaeporaGaebora: { %PlayAnimation(0,0,1) - LDA.w SprTimerA, X : BNE .not_ready - %ShowUnconditionalMessage($146) - %GotoAction(4) + JSL GetDistance8bit_Long : CMP.b #$50 : BCC .not_ready + LDA.w SprTimerA, X : BNE .not_ready + %ShowUnconditionalMessage($146) + %GotoAction(4) .not_ready RTS }