Move events and scripts into map dirs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
FortreeCity_PokemonCenter_1F_EventObjects: @ 8530D94
|
||||
object_event 1, EVENT_OBJ_GFX_NURSE, 0, 7, 2, 3, 8, 0, 0, 0, 0, FortreeCity_PokemonCenter_1F_EventScript_2173E7, 0
|
||||
object_event 2, EVENT_OBJ_GFX_GENTLEMAN, 0, 4, 7, 3, 1, 0, 0, 0, 0, FortreeCity_PokemonCenter_1F_EventScript_2173F5, 0
|
||||
object_event 3, EVENT_OBJ_GFX_MAN_4, 0, 8, 5, 3, 1, 0, 0, 0, 0, FortreeCity_PokemonCenter_1F_EventScript_2173FE, 0
|
||||
object_event 4, EVENT_OBJ_GFX_BOY_3, 0, 2, 3, 3, 8, 1, 1, 0, 0, FortreeCity_PokemonCenter_1F_EventScript_217407, 0
|
||||
|
||||
FortreeCity_PokemonCenter_1F_MapWarps: @ 8530DF4
|
||||
warp_def 7, 8, 3, 0, MAP_FORTREE_CITY
|
||||
warp_def 6, 8, 3, 0, MAP_FORTREE_CITY
|
||||
warp_def 1, 6, 4, 0, MAP_FORTREE_CITY_POKEMON_CENTER_2F
|
||||
|
||||
FortreeCity_PokemonCenter_1F_MapEvents:: @ 8530E0C
|
||||
map_events FortreeCity_PokemonCenter_1F_EventObjects, FortreeCity_PokemonCenter_1F_MapWarps, 0x0, 0x0
|
||||
|
||||
@@ -0,0 +1,55 @@
|
||||
FortreeCity_PokemonCenter_1F_MapScripts:: @ 82173D8
|
||||
map_script 3, FortreeCity_PokemonCenter_1F_MapScript1_2173E3
|
||||
map_script 5, FortreeCity_PokemonCenter_1F_MapScript1_277C30
|
||||
.byte 0
|
||||
|
||||
FortreeCity_PokemonCenter_1F_MapScript1_2173E3: @ 82173E3
|
||||
setrespawn 7
|
||||
end
|
||||
|
||||
FortreeCity_PokemonCenter_1F_EventScript_2173E7:: @ 82173E7
|
||||
setvar VAR_0x800B, 1
|
||||
call FortreeCity_PokemonCenter_1F_EventScript_27191E
|
||||
waitmessage
|
||||
waitbuttonpress
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_PokemonCenter_1F_EventScript_2173F5:: @ 82173F5
|
||||
msgbox FortreeCity_PokemonCenter_1F_Text_217410, 2
|
||||
end
|
||||
|
||||
FortreeCity_PokemonCenter_1F_EventScript_2173FE:: @ 82173FE
|
||||
msgbox FortreeCity_PokemonCenter_1F_Text_21746D, 2
|
||||
end
|
||||
|
||||
FortreeCity_PokemonCenter_1F_EventScript_217407:: @ 8217407
|
||||
msgbox FortreeCity_PokemonCenter_1F_Text_21751F, 2
|
||||
end
|
||||
|
||||
FortreeCity_PokemonCenter_1F_Text_217410: @ 8217410
|
||||
.string "Listen, kid, are you working\n"
|
||||
.string "on a POKéDEX?\p"
|
||||
.string "Hmm… Go to the SAFARI ZONE.\n"
|
||||
.string "That’s my suggestion.$"
|
||||
|
||||
FortreeCity_PokemonCenter_1F_Text_21746D: @ 821746D
|
||||
.string "Have you done anything at\n"
|
||||
.string "the RECORD CORNER?\p"
|
||||
.string "It’s pretty neat. It mixes and matches\n"
|
||||
.string "the records of TRAINERS.\p"
|
||||
.string "I don’t know quite how it works,\n"
|
||||
.string "but it’s cool. It’s exciting, even!$"
|
||||
|
||||
FortreeCity_PokemonCenter_1F_Text_21751F: @ 821751F
|
||||
.string "Oh, wow, you have a POKéNAV!\n"
|
||||
.string "And it’s just like mine!\p"
|
||||
.string "Do you know about POKéNAV’s\n"
|
||||
.string "MATCH CALL system?\p"
|
||||
.string "Access it, and you can chat with\n"
|
||||
.string "registered TRAINERS anytime.\p"
|
||||
.string "It also shows you which TRAINERS\n"
|
||||
.string "want a rematch with you.\p"
|
||||
.string "It’s really nifty! Those DEVON guys\n"
|
||||
.string "sure know what they’re doing!$"
|
||||
|
||||
Reference in New Issue
Block a user