2017-11-10 02:21:31 +01:00
|
|
|
FortreeCity_House4_MapScripts:: @ 8217C80
|
|
|
|
.byte 0
|
|
|
|
|
|
|
|
FortreeCity_House4_EventScript_217C81:: @ 8217C81
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox FortreeCity_House4_Text_217D33, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
FortreeCity_House4_EventScript_217C8A:: @ 8217C8A
|
|
|
|
lockall
|
2019-01-02 22:12:43 +01:00
|
|
|
goto_if_set FLAG_RECEIVED_MENTAL_HERB, FortreeCity_House4_EventScript_217D06
|
|
|
|
goto_if_set FLAG_WINGULL_DELIVERED_MAIL, FortreeCity_House4_EventScript_217CD8
|
|
|
|
goto_if_set FLAG_WINGULL_SENT_ON_ERRAND, FortreeCity_House4_EventScript_217CC4
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox FortreeCity_House4_Text_217DB9, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
closemessage
|
2019-01-02 22:12:43 +01:00
|
|
|
setflag FLAG_WINGULL_SENT_ON_ERRAND
|
2018-10-18 21:28:59 +02:00
|
|
|
clearflag FLAG_HIDE_MOSSDEEP_CITY_HOUSE_2_WINGULL
|
2017-11-10 02:21:31 +01:00
|
|
|
applymovement 3, FortreeCity_House4_Movement_217D1A
|
|
|
|
waitmovement 0
|
|
|
|
removeobject 3
|
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
|
|
|
FortreeCity_House4_EventScript_217CC4:: @ 8217CC4
|
2019-02-23 02:09:14 +01:00
|
|
|
applymovement VAR_LAST_TALKED, Common_Movement_FacePlayer
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox FortreeCity_House4_Text_217DD2, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
|
|
|
FortreeCity_House4_EventScript_217CD8:: @ 8217CD8
|
2019-02-23 02:09:14 +01:00
|
|
|
applymovement VAR_LAST_TALKED, Common_Movement_FacePlayer
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox FortreeCity_House4_Text_217E05, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
giveitem_std ITEM_MENTAL_HERB
|
2017-12-21 20:47:52 +01:00
|
|
|
compare VAR_RESULT, 0
|
2019-02-23 01:52:11 +01:00
|
|
|
goto_if_eq Common_EventScript_ShowBagIsFull
|
2019-01-02 22:12:43 +01:00
|
|
|
setflag FLAG_RECEIVED_MENTAL_HERB
|
2017-11-10 02:21:31 +01:00
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
|
|
|
FortreeCity_House4_EventScript_217D06:: @ 8217D06
|
2019-02-23 02:09:14 +01:00
|
|
|
applymovement VAR_LAST_TALKED, Common_Movement_FacePlayer
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox FortreeCity_House4_Text_217EA8, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
releaseall
|
|
|
|
end
|
|
|
|
|
|
|
|
FortreeCity_House4_Movement_217D1A: @ 8217D1A
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_fast_down
|
|
|
|
walk_fast_down
|
|
|
|
walk_fast_right
|
|
|
|
walk_in_place_fastest_down
|
|
|
|
delay_8
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
|
|
|
FortreeCity_House4_EventScript_217D20:: @ 8217D20
|
|
|
|
lock
|
|
|
|
faceplayer
|
|
|
|
waitse
|
|
|
|
playmoncry SPECIES_WINGULL, 0
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox FortreeCity_House4_Text_217EE0, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmoncry
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
FortreeCity_House4_Text_217D33: @ 8217D33
|
|
|
|
.string "By being together with POKéMON,\n"
|
|
|
|
.string "people make more and more friends.\p"
|
|
|
|
.string "And that brings the world closer\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "together. I think it's wonderful!$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
|
|
|
FortreeCity_House4_Text_217DB9: @ 8217DB9
|
|
|
|
.string "There!\n"
|
|
|
|
.string "Go, BIRD POKéMON!$"
|
|
|
|
|
|
|
|
FortreeCity_House4_Text_217DD2: @ 8217DD2
|
|
|
|
.string "Heheh, I asked my WINGULL to run\n"
|
|
|
|
.string "an errand for me.$"
|
|
|
|
|
|
|
|
FortreeCity_House4_Text_217E05: @ 8217E05
|
|
|
|
.string "Good!\n"
|
|
|
|
.string "Welcome back, WINGULL!\p"
|
|
|
|
.string "Huh? What is this?\n"
|
|
|
|
.string "What is it holding?\p"
|
|
|
|
.string "A MENTAL HERB?\n"
|
|
|
|
.string "It must have picked it up somewhere.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "But I'm not a TRAINER, so you can\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "have it.$"
|
|
|
|
|
|
|
|
FortreeCity_House4_Text_217EA8: @ 8217EA8
|
|
|
|
.string "Thanks to my WINGULL, I have friends\n"
|
|
|
|
.string "who live far away.$"
|
|
|
|
|
|
|
|
FortreeCity_House4_Text_217EE0: @ 8217EE0
|
|
|
|
.string "WINGULL: Pihyoh!$"
|
|
|
|
|