diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 12:39:29 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-07-06 12:40:36 -0400 |
commit | 9c2be80bf3fbdac6505787b00da0f4ff71839a05 (patch) | |
tree | 02483fc07e60d64a4b526ce8b402f26960ad33b2 /scripts/CopycatsHouse2F.asm | |
parent | 8a79315635ee9ebb6eed5c9648fe89746085d0b1 (diff) |
text_linkpromptbutton -> text_waitbutton
Fixes #260
Diffstat (limited to 'scripts/CopycatsHouse2F.asm')
-rwxr-xr-x | scripts/CopycatsHouse2F.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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: |