Reference TMs and HMs by move instead of number (#1732)
This commit is contained in:
@@ -9,11 +9,11 @@ Route114_FossilManiacsHouse_OnTransition:
|
||||
Route114_FossilManiacsHouse_EventScript_FossilManiacsBrother::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_RECEIVED_TM28, Route114_FossilManiacsHouse_EventScript_ReceivedDig
|
||||
goto_if_set FLAG_RECEIVED_TM_DIG, Route114_FossilManiacsHouse_EventScript_ReceivedDig
|
||||
msgbox Route114_FossilManiacsHouse_Text_HaveThisToDigLikeMyBrother, MSGBOX_DEFAULT
|
||||
giveitem ITEM_TM28
|
||||
giveitem ITEM_TM_DIG
|
||||
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_ShowBagIsFull
|
||||
setflag FLAG_RECEIVED_TM28
|
||||
setflag FLAG_RECEIVED_TM_DIG
|
||||
release
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user