Move events and scripts into map dirs
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
FortreeCity_House5_EventObjects: @ 8531044
|
||||
object_event 1, EVENT_OBJ_GFX_WOMAN_2, 0, 6, 4, 3, 20, 0, 0, 0, 0, FortreeCity_House5_EventScript_217EF2, 0
|
||||
object_event 2, EVENT_OBJ_GFX_ZIGZAGOON_2, 0, 6, 3, 3, 8, 0, 0, 0, 0, FortreeCity_House5_EventScript_217F04, 0
|
||||
object_event 3, EVENT_OBJ_GFX_MAN_1, 0, 2, 4, 3, 10, 0, 0, 0, 0, FortreeCity_House5_EventScript_217EFB, 0
|
||||
|
||||
FortreeCity_House5_MapWarps: @ 853108C
|
||||
warp_def 3, 5, 0, 7, MAP_FORTREE_CITY
|
||||
warp_def 4, 5, 0, 7, MAP_FORTREE_CITY
|
||||
|
||||
FortreeCity_House5_MapEvents:: @ 853109C
|
||||
map_events FortreeCity_House5_EventObjects, FortreeCity_House5_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -0,0 +1,35 @@
|
||||
FortreeCity_House5_MapScripts:: @ 8217EF1
|
||||
.byte 0
|
||||
|
||||
FortreeCity_House5_EventScript_217EF2:: @ 8217EF2
|
||||
msgbox FortreeCity_House5_Text_217F17, 2
|
||||
end
|
||||
|
||||
FortreeCity_House5_EventScript_217EFB:: @ 8217EFB
|
||||
msgbox FortreeCity_House5_Text_217F80, 2
|
||||
end
|
||||
|
||||
FortreeCity_House5_EventScript_217F04:: @ 8217F04
|
||||
lock
|
||||
faceplayer
|
||||
waitse
|
||||
playmoncry SPECIES_ZIGZAGOON, 0
|
||||
msgbox FortreeCity_House5_Text_217FFB, 4
|
||||
waitmoncry
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_House5_Text_217F17: @ 8217F17
|
||||
.string "The tree houses of FORTREE are great!\p"
|
||||
.string "I think it’s the number one town for\n"
|
||||
.string "living together with POKéMON.$"
|
||||
|
||||
FortreeCity_House5_Text_217F80: @ 8217F80
|
||||
.string "POKéMON and people have adapted to\n"
|
||||
.string "nature for survival.\p"
|
||||
.string "There’s no need to make nature\n"
|
||||
.string "conform to the way we want to live.$"
|
||||
|
||||
FortreeCity_House5_Text_217FFB: @ 8217FFB
|
||||
.string "ZIGZAGOON: Bufuu!$"
|
||||
|
||||
Reference in New Issue
Block a user