From 9c2be80bf3fbdac6505787b00da0f4ff71839a05 Mon Sep 17 00:00:00 2001 From: Rangi Date: Mon, 6 Jul 2020 12:39:29 -0400 Subject: text_linkpromptbutton -> text_waitbutton Fixes #260 --- scripts/CopycatsHouse2F.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/CopycatsHouse2F.asm') diff --git a/scripts/CopycatsHouse2F.asm b/scripts/CopycatsHouse2F.asm index e72b1467..580d9b11 100755 --- a/scripts/CopycatsHouse2F.asm +++ b/scripts/CopycatsHouse2F.asm @@ -56,7 +56,7 @@ ReceivedTM31Text: sound_get_item_1 TM31ExplanationText1: text_far _TM31ExplanationText1 - text_linkpromptbutton + text_waitbutton text_end TM31ExplanationText2: @@ -65,7 +65,7 @@ TM31ExplanationText2: TM31NoRoomText: text_far _TM31NoRoomText - text_linkpromptbutton + text_waitbutton text_end CopycatsHouse2FText2: -- cgit v1.3.1-sl0p