Drop some optional script command arguments

This commit is contained in:
GriffinR
2022-08-09 15:19:49 -04:00
parent acb480f1c1
commit 8e7dd94eca
82 changed files with 144 additions and 144 deletions
+2 -2
View File
@@ -21,7 +21,7 @@ TwoIsland_House_EventScript_MoveManiac::
end
TwoIsland_House_EventScript_CheckPlayerHasMushrooms::
checkitem ITEM_BIG_MUSHROOM, 1
checkitem ITEM_BIG_MUSHROOM
compare VAR_RESULT, TRUE
call_if_eq TwoIsland_House_EventScript_SetHasBigMushroom
checkitem ITEM_TINY_MUSHROOM, 2
@@ -75,7 +75,7 @@ TwoIsland_House_EventScript_ChooseMoveToTeach::
end
TwoIsland_House_EventScript_GiveBigMushroom::
removeitem ITEM_BIG_MUSHROOM, 1
removeitem ITEM_BIG_MUSHROOM
textcolor 3
msgbox TwoIsland_House_Text_HandedOverOneBigMushroom
call EventScript_RestorePrevTextColor