Reference TMs and HMs by move instead of number (#1732)
This commit is contained in:
@@ -1300,7 +1300,7 @@ SootopolisCity_EventScript_Wallace::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_eq VAR_SOOTOPOLIS_CITY_STATE, 4, SootopolisCity_EventScript_GoToSkyPillar
|
||||
goto_if_set FLAG_RECEIVED_HM07, SootopolisCity_EventScript_GoToGym
|
||||
goto_if_set FLAG_RECEIVED_HM_WATERFALL, SootopolisCity_EventScript_GoToGym
|
||||
goto_if_set FLAG_SOOTOPOLIS_ARCHIE_MAXIE_LEAVE, SootopolisCity_EventScript_GiveWaterfall
|
||||
msgbox SootopolisCity_Text_AquaMagmaDidntMeanHarm, MSGBOX_DEFAULT
|
||||
release
|
||||
@@ -1308,8 +1308,8 @@ SootopolisCity_EventScript_Wallace::
|
||||
|
||||
SootopolisCity_EventScript_GiveWaterfall::
|
||||
msgbox SootopolisCity_Text_ThankYouForHelpAcceptThis, MSGBOX_DEFAULT
|
||||
giveitem ITEM_HM07
|
||||
setflag FLAG_RECEIVED_HM07
|
||||
giveitem ITEM_HM_WATERFALL
|
||||
setflag FLAG_RECEIVED_HM_WATERFALL
|
||||
msgbox SootopolisCity_Text_ExplainWaterfallGoToGym, MSGBOX_DEFAULT
|
||||
closemessage
|
||||
call_if_eq VAR_FACING, DIR_NORTH, SootopolisCity_EventScript_WallaceMoveFromGym
|
||||
|
||||
Reference in New Issue
Block a user