From d8341c650df5f81d9b96f4a94d637407f3f43b68 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 12 Jun 2025 10:28:38 -0500 Subject: [PATCH] Fixed issue with Kiki running away at maze if Link spawns from Sanc --- follower.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/follower.asm b/follower.asm index d857700..1d1f780 100644 --- a/follower.asm +++ b/follower.asm @@ -793,7 +793,7 @@ Kiki_OfferToFollow: PHA LDA.w SpriteTimerE, X : BNE .skip_collision_check PLA - JML Sprite_ShowMessageFromPlayerContact ; what we wrote over + JML Sprite_ShowMessageUnconditional ; what we wrote over .skip_collision_check PLA CLC : RTL