2020-06-21 07:56:57 +02:00
|
|
|
.set LOCALID_WINGULL, 3
|
|
|
|
|
2017-11-10 02:21:31 +01:00
|
|
|
MossdeepCity_House2_MapScripts:: @ 82220DE
|
|
|
|
.byte 0
|
|
|
|
|
2019-11-09 17:28:28 +01:00
|
|
|
MossdeepCity_House2_EventScript_Man:: @ 82220DF
|
|
|
|
msgbox MossdeepCity_House2_Text_SisterMailsBoyfriendInFortree, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-09 17:28:28 +01:00
|
|
|
MossdeepCity_House2_EventScript_Twin:: @ 82220E8
|
|
|
|
msgbox MossdeepCity_House2_Text_PokemonCarriesMailBackAndForth, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-09 17:28:28 +01:00
|
|
|
MossdeepCity_House2_EventScript_Wingull:: @ 82220F1
|
2017-11-10 02:21:31 +01:00
|
|
|
lock
|
|
|
|
faceplayer
|
|
|
|
waitse
|
|
|
|
playmoncry SPECIES_WINGULL, 0
|
2019-11-09 17:28:28 +01:00
|
|
|
msgbox MossdeepCity_House2_Text_Wingull, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmoncry
|
|
|
|
closemessage
|
2019-01-02 22:12:43 +01:00
|
|
|
setflag FLAG_WINGULL_DELIVERED_MAIL
|
2018-10-18 04:07:23 +02:00
|
|
|
clearflag FLAG_HIDE_FORTREE_CITY_HOUSE_4_WINGULL
|
2019-10-07 06:14:10 +02:00
|
|
|
compare VAR_FACING, DIR_NORTH
|
2019-11-09 17:28:28 +01:00
|
|
|
call_if_eq MossdeepCity_House2_EventScript_WingullExitNorth
|
2019-10-07 06:14:10 +02:00
|
|
|
compare VAR_FACING, DIR_WEST
|
2019-11-09 17:28:28 +01:00
|
|
|
call_if_eq MossdeepCity_House2_EventScript_WingullExitWest
|
2020-06-21 07:56:57 +02:00
|
|
|
removeobject LOCALID_WINGULL
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-09 17:28:28 +01:00
|
|
|
MossdeepCity_House2_EventScript_WingullExitNorth:: @ 8222124
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_WINGULL, MossdeepCity_House2_Movement_WingullExitNorth
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
return
|
|
|
|
|
2019-11-09 17:28:28 +01:00
|
|
|
MossdeepCity_House2_EventScript_WingullExitWest:: @ 822212F
|
2020-06-21 07:56:57 +02:00
|
|
|
applymovement LOCALID_WINGULL, MossdeepCity_House2_Movement_WingullExitEast
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
return
|
|
|
|
|
2019-11-09 17:28:28 +01:00
|
|
|
MossdeepCity_House2_Movement_WingullExitNorth: @ 822213A
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_fast_right
|
|
|
|
walk_fast_down
|
|
|
|
walk_fast_down
|
|
|
|
walk_fast_left
|
|
|
|
walk_fast_down
|
|
|
|
delay_8
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
2019-11-09 17:28:28 +01:00
|
|
|
MossdeepCity_House2_Movement_WingullExitEast: @ 8222141
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_fast_down
|
|
|
|
walk_fast_down
|
|
|
|
walk_fast_down
|
|
|
|
delay_8
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
2019-11-09 17:28:28 +01:00
|
|
|
MossdeepCity_House2_Text_SisterMailsBoyfriendInFortree: @ 8222146
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "My little sister exchanges MAIL with\n"
|
|
|
|
.string "her boyfriend in FORTREE.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I don't envy her one bit at all.$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2019-11-09 17:28:28 +01:00
|
|
|
MossdeepCity_House2_Text_PokemonCarriesMailBackAndForth: @ 82221A6
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Even though I can't see my friend in\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "FORTREE, my POKéMON carries MAIL\l"
|
|
|
|
.string "back and forth for us.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I'm not lonesome, even though we're\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "apart.$"
|
|
|
|
|
2019-11-09 17:28:28 +01:00
|
|
|
MossdeepCity_House2_Text_Wingull: @ 822222E
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "WINGULL: Pihyoh!$"
|
|
|
|
|