diff options
| author | GriffinR <griffin.g.richards@gmail.com> | 2020-03-02 12:57:54 -0500 |
|---|---|---|
| committer | GriffinR <griffin.g.richards@gmail.com> | 2020-03-02 12:57:54 -0500 |
| commit | 4ab3d77d8043fbf2dc7d7892b8e2f0ef1e96134f (patch) | |
| tree | f0cb562e42e0e7850eba8921e22cf885bcb72360 /data/maps/TwoIsland_House | |
| parent | 9803cb612e6ca383694527d01f05f33edcc777a2 (diff) | |
Fix special var names
Diffstat (limited to 'data/maps/TwoIsland_House')
| -rw-r--r-- | data/maps/TwoIsland_House/scripts.inc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
