From 4ab3d77d8043fbf2dc7d7892b8e2f0ef1e96134f Mon Sep 17 00:00:00 2001 From: GriffinR Date: Mon, 2 Mar 2020 12:57:54 -0500 Subject: Fix special var names --- data/maps/TwoIsland_House/scripts.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'data/maps/TwoIsland_House/scripts.inc') diff --git a/data/maps/TwoIsland_House/scripts.inc b/data/maps/TwoIsland_House/scripts.inc index 692f374fd..241f317a4 100644 --- a/data/maps/TwoIsland_House/scripts.inc +++ b/data/maps/TwoIsland_House/scripts.inc @@ -78,7 +78,7 @@ TwoIsland_House_EventScript_GiveBigMushroom:: @ 8171727 removeitem ITEM_BIG_MUSHROOM, 1 textcolor 3 msgbox TwoIsland_House_Text_HandedOverOneBigMushroom - call EventScript_1A6675 + call EventScript_RestorePrevTextColor goto TwoIsland_House_EventScript_EndTutorMove end @@ -86,7 +86,7 @@ TwoIsland_House_EventScript_GiveTinyMushrooms:: @ 8171741 removeitem ITEM_TINY_MUSHROOM, 2 textcolor 3 msgbox TwoIsland_House_Text_HandedOverTwoTinyMushrooms - call EventScript_1A6675 + call EventScript_RestorePrevTextColor goto TwoIsland_House_EventScript_EndTutorMove end -- cgit v1.2.3