Document Mossdeep scripts

This commit is contained in:
GriffinR
2019-11-09 11:28:28 -05:00
committed by huderlem
parent ed76620d28
commit e4d65addf4
12 changed files with 247 additions and 246 deletions

View File

@@ -1,43 +1,43 @@
MossdeepCity_House2_MapScripts:: @ 82220DE
.byte 0
MossdeepCity_House2_EventScript_2220DF:: @ 82220DF
msgbox MossdeepCity_House2_Text_222146, MSGBOX_NPC
MossdeepCity_House2_EventScript_Man:: @ 82220DF
msgbox MossdeepCity_House2_Text_SisterMailsBoyfriendInFortree, MSGBOX_NPC
end
MossdeepCity_House2_EventScript_2220E8:: @ 82220E8
msgbox MossdeepCity_House2_Text_2221A6, MSGBOX_NPC
MossdeepCity_House2_EventScript_Twin:: @ 82220E8
msgbox MossdeepCity_House2_Text_PokemonCarriesMailBackAndForth, MSGBOX_NPC
end
MossdeepCity_House2_EventScript_2220F1:: @ 82220F1
MossdeepCity_House2_EventScript_Wingull:: @ 82220F1
lock
faceplayer
waitse
playmoncry SPECIES_WINGULL, 0
msgbox MossdeepCity_House2_Text_22222E, MSGBOX_DEFAULT
msgbox MossdeepCity_House2_Text_Wingull, MSGBOX_DEFAULT
waitmoncry
closemessage
setflag FLAG_WINGULL_DELIVERED_MAIL
clearflag FLAG_HIDE_FORTREE_CITY_HOUSE_4_WINGULL
compare VAR_FACING, DIR_NORTH
call_if_eq MossdeepCity_House2_EventScript_222124
call_if_eq MossdeepCity_House2_EventScript_WingullExitNorth
compare VAR_FACING, DIR_WEST
call_if_eq MossdeepCity_House2_EventScript_22212F
call_if_eq MossdeepCity_House2_EventScript_WingullExitWest
removeobject 3
release
end
MossdeepCity_House2_EventScript_222124:: @ 8222124
applymovement 3, MossdeepCity_House2_Movement_22213A
MossdeepCity_House2_EventScript_WingullExitNorth:: @ 8222124
applymovement 3, MossdeepCity_House2_Movement_WingullExitNorth
waitmovement 0
return
MossdeepCity_House2_EventScript_22212F:: @ 822212F
applymovement 3, MossdeepCity_House2_Movement_222141
MossdeepCity_House2_EventScript_WingullExitWest:: @ 822212F
applymovement 3, MossdeepCity_House2_Movement_WingullExitEast
waitmovement 0
return
MossdeepCity_House2_Movement_22213A: @ 822213A
MossdeepCity_House2_Movement_WingullExitNorth: @ 822213A
walk_fast_right
walk_fast_down
walk_fast_down
@@ -46,25 +46,25 @@ MossdeepCity_House2_Movement_22213A: @ 822213A
delay_8
step_end
MossdeepCity_House2_Movement_222141: @ 8222141
MossdeepCity_House2_Movement_WingullExitEast: @ 8222141
walk_fast_down
walk_fast_down
walk_fast_down
delay_8
step_end
MossdeepCity_House2_Text_222146: @ 8222146
MossdeepCity_House2_Text_SisterMailsBoyfriendInFortree: @ 8222146
.string "My little sister exchanges MAIL with\n"
.string "her boyfriend in FORTREE.\p"
.string "I don't envy her one bit at all.$"
MossdeepCity_House2_Text_2221A6: @ 82221A6
MossdeepCity_House2_Text_PokemonCarriesMailBackAndForth: @ 82221A6
.string "Even though I can't see my friend in\n"
.string "FORTREE, my POKéMON carries MAIL\l"
.string "back and forth for us.\p"
.string "I'm not lonesome, even though we're\n"
.string "apart.$"
MossdeepCity_House2_Text_22222E: @ 822222E
MossdeepCity_House2_Text_Wingull: @ 822222E
.string "WINGULL: Pihyoh!$"