From 6b3118b14b3c8272e1a2467d7a19bf5e0d299dc0 Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 27 Oct 2024 16:58:59 -0400 Subject: [PATCH] Fix Tingle not enough rupees dialogue --- Sprites/NPCs/tingle.asm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Sprites/NPCs/tingle.asm b/Sprites/NPCs/tingle.asm index d44c4b3..3cb5cdf 100644 --- a/Sprites/NPCs/tingle.asm +++ b/Sprites/NPCs/tingle.asm @@ -68,7 +68,7 @@ Sprite_Tingle_Main: %PlayAnimation(0,0,10) JSR Sprite_Tingle_TrackPlayer RTS -} + } Tingle_Right: { @@ -130,7 +130,8 @@ Sprite_Tingle_Main: STZ.w SprAction, X RTS .not_enough_rupees - %ShowSolicitedMessage($018F) ; Not enough rupees + %ShowUnconditionalMessage($018F) ; Not enough rupees + STZ.w SprAction, X RTS .said_no %GotoAction(5)