pokeemerald/data/maps/SootopolisCity_PokemonCenter_1F/scripts.inc

74 lines
2.7 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
SootopolisCity_PokemonCenter_1F_MapScripts:: @ 82264F1
map_script MAP_SCRIPT_ON_TRANSITION, SootopolisCity_PokemonCenter_1F_OnTransition
2019-10-12 04:23:05 +02:00
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
2017-11-10 02:21:31 +01:00
.byte 0
SootopolisCity_PokemonCenter_1F_OnTransition: @ 82264FC
setrespawn HEAL_LOCATION_SOOTOPOLIS_CITY
2017-11-10 02:21:31 +01:00
end
2019-11-03 18:29:41 +01:00
@ VAR_0x800B is the Nurse's object event id
SootopolisCity_PokemonCenter_1F_EventScript_Nurse:: @ 8226500
2017-11-10 02:21:31 +01:00
setvar VAR_0x800B, 1
2019-08-15 05:38:42 +02:00
call Common_EventScript_PkmnCenterNurse
2017-11-10 02:21:31 +01:00
waitmessage
waitbuttonpress
release
end
2019-11-03 18:29:41 +01:00
SootopolisCity_PokemonCenter_1F_EventScript_Gentleman:: @ 822650E
2017-11-10 02:21:31 +01:00
lock
faceplayer
compare VAR_SKY_PILLAR_STATE, 2
2019-11-03 18:29:41 +01:00
goto_if_ge SootopolisCity_PokemonCenter_1F_EventScript_GentlemanNoLegendaries
goto_if_unset FLAG_KYOGRE_ESCAPED_SEAFLOOR_CAVERN, SootopolisCity_PokemonCenter_1F_EventScript_GentlemanNoLegendaries
msgbox SootopolisCity_PokemonCenter_1F_Text_EveryoneTakenRefuge, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-03 18:29:41 +01:00
SootopolisCity_PokemonCenter_1F_EventScript_GentlemanNoLegendaries:: @ 822652E
msgbox SootopolisCity_PokemonCenter_1F_Text_WallaceToughestInHoenn, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-03 18:29:41 +01:00
SootopolisCity_PokemonCenter_1F_EventScript_Woman:: @ 8226538
2017-11-10 02:21:31 +01:00
lock
faceplayer
compare VAR_SKY_PILLAR_STATE, 2
2019-11-03 18:29:41 +01:00
goto_if_ge SootopolisCity_PokemonCenter_1F_EventScript_WomanNoLegendaries
goto_if_unset FLAG_KYOGRE_ESCAPED_SEAFLOOR_CAVERN, SootopolisCity_PokemonCenter_1F_EventScript_WomanNoLegendaries
msgbox SootopolisCity_PokemonCenter_1F_Text_ArentPokemonOurFriends, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-03 18:29:41 +01:00
SootopolisCity_PokemonCenter_1F_EventScript_WomanNoLegendaries:: @ 8226558
msgbox SootopolisCity_PokemonCenter_1F_Text_AlwaysBeFriendsWithPokemon, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2019-11-03 18:29:41 +01:00
SootopolisCity_PokemonCenter_1F_Text_WallaceToughestInHoenn: @ 8226562
2017-11-10 02:21:31 +01:00
.string "WALLACE is rumored to be the toughest\n"
.string "TRAINER in the whole HOENN region.\p"
2018-12-07 16:41:08 +01:00
.string "This town's GYM is led by the TRAINER\n"
2017-11-10 02:21:31 +01:00
.string "who taught WALLACE.\p"
2018-12-07 16:41:08 +01:00
.string "But the ELITE FOUR… They're said to be\n"
.string "even stronger than WALLACE's mentor.\p"
2017-11-10 02:21:31 +01:00
.string "How strong could they be?$"
2019-11-03 18:29:41 +01:00
SootopolisCity_PokemonCenter_1F_Text_EveryoneTakenRefuge: @ 822664B
2017-11-10 02:21:31 +01:00
.string "Everyone in town has taken refuge\n"
2018-12-07 16:41:08 +01:00
.string "and won't come out of their homes.\p"
2017-11-10 02:21:31 +01:00
.string "Even I would rather not venture\n"
.string "outside.$"
2019-11-03 18:29:41 +01:00
SootopolisCity_PokemonCenter_1F_Text_AlwaysBeFriendsWithPokemon: @ 82266B9
2017-11-10 02:21:31 +01:00
.string "Whenever, wherever, and whatever\n"
.string "happens, I will always be friends with\l"
.string "POKéMON.\p"
2018-12-07 16:41:08 +01:00
.string "Because it's fun to be with POKéMON!$"
2017-11-10 02:21:31 +01:00
2019-11-03 18:29:41 +01:00
SootopolisCity_PokemonCenter_1F_Text_ArentPokemonOurFriends: @ 822672F
2018-12-07 16:41:08 +01:00
.string "Aren't POKéMON our friends?\p"
2017-11-10 02:21:31 +01:00
.string "Why are they going wild this way?$"