Move events and scripts into map dirs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
MossdeepCity_House2_EventObjects: @ 85329CC
|
||||
object_event 1, EVENT_OBJ_GFX_MAN_5, 0, 6, 6, 3, 9, 0, 0, 0, 0, MossdeepCity_House2_EventScript_2220DF, 0
|
||||
object_event 2, EVENT_OBJ_GFX_LITTLE_GIRL_1, 0, 4, 4, 3, 8, 0, 0, 0, 0, MossdeepCity_House2_EventScript_2220E8, 0
|
||||
object_event 3, EVENT_OBJ_GFX_WINGULL, 0, 4, 5, 3, 7, 0, 0, 0, 0, MossdeepCity_House2_EventScript_2220F1, 934
|
||||
|
||||
MossdeepCity_House2_MapWarps: @ 8532A14
|
||||
warp_def 3, 8, 0, 3, MAP_MOSSDEEP_CITY
|
||||
warp_def 4, 8, 0, 3, MAP_MOSSDEEP_CITY
|
||||
|
||||
MossdeepCity_House2_MapEvents:: @ 8532A24
|
||||
map_events MossdeepCity_House2_EventObjects, MossdeepCity_House2_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -0,0 +1,70 @@
|
||||
MossdeepCity_House2_MapScripts:: @ 82220DE
|
||||
.byte 0
|
||||
|
||||
MossdeepCity_House2_EventScript_2220DF:: @ 82220DF
|
||||
msgbox MossdeepCity_House2_Text_222146, 2
|
||||
end
|
||||
|
||||
MossdeepCity_House2_EventScript_2220E8:: @ 82220E8
|
||||
msgbox MossdeepCity_House2_Text_2221A6, 2
|
||||
end
|
||||
|
||||
MossdeepCity_House2_EventScript_2220F1:: @ 82220F1
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_WINGULL, 0
|
||||
msgbox MossdeepCity_House2_Text_22222E, 4
|
||||
waitmoncry
|
||||
closemessage
|
||||
setflag FLAG_0x0E0
|
||||
clearflag FLAG_0x3A5
|
||||
compare VAR_FACING, 2
|
||||
call_if 1, MossdeepCity_House2_EventScript_222124
|
||||
compare VAR_FACING, 3
|
||||
call_if 1, MossdeepCity_House2_EventScript_22212F
|
||||
removeobject 3
|
||||
release
|
||||
end
|
||||
|
||||
MossdeepCity_House2_EventScript_222124:: @ 8222124
|
||||
applymovement 3, MossdeepCity_House2_Movement_22213A
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
MossdeepCity_House2_EventScript_22212F:: @ 822212F
|
||||
applymovement 3, MossdeepCity_House2_Movement_222141
|
||||
waitmovement 0
|
||||
return
|
||||
|
||||
MossdeepCity_House2_Movement_22213A: @ 822213A
|
||||
walk_fast_right
|
||||
walk_fast_down
|
||||
walk_fast_down
|
||||
walk_fast_left
|
||||
walk_fast_down
|
||||
delay_8
|
||||
step_end
|
||||
|
||||
MossdeepCity_House2_Movement_222141: @ 8222141
|
||||
walk_fast_down
|
||||
walk_fast_down
|
||||
walk_fast_down
|
||||
delay_8
|
||||
step_end
|
||||
|
||||
MossdeepCity_House2_Text_222146: @ 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
|
||||
.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
|
||||
.string "WINGULL: Pihyoh!$"
|
||||
|
||||
Reference in New Issue
Block a user