Reference TMs and HMs by move instead of number (#1732)
This commit is contained in:
@@ -329,11 +329,11 @@ Route104_EventScript_Woman::
|
||||
Route104_EventScript_Boy2::
|
||||
lock
|
||||
faceplayer
|
||||
goto_if_set FLAG_RECEIVED_TM09, Route104_EventScript_ReceivedBulletSeed
|
||||
goto_if_set FLAG_RECEIVED_TM_BULLET_SEED, Route104_EventScript_ReceivedBulletSeed
|
||||
msgbox Route104_Text_LikeFillingMouthWithSeedsTakeThis, MSGBOX_DEFAULT
|
||||
giveitem ITEM_TM09
|
||||
giveitem ITEM_TM_BULLET_SEED
|
||||
goto_if_eq VAR_RESULT, FALSE, Common_EventScript_ShowBagIsFull
|
||||
setflag FLAG_RECEIVED_TM09
|
||||
setflag FLAG_RECEIVED_TM_BULLET_SEED
|
||||
release
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user