2025-06-02 14:17:22 +08:00

58 lines
2.3 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

SootopolisCity_PokemonCenter_1F_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, SootopolisCity_PokemonCenter_1F_OnTransition
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
.byte 0
SootopolisCity_PokemonCenter_1F_OnTransition:
setrespawn HEAL_LOCATION_SOOTOPOLIS_CITY
end
SootopolisCity_PokemonCenter_1F_EventScript_Nurse::
setvar VAR_0x800B, LOCALID_SOOTOPOLIS_NURSE
call Common_EventScript_PkmnCenterNurse
waitmessage
waitbuttonpress
release
end
SootopolisCity_PokemonCenter_1F_EventScript_Gentleman::
lock
faceplayer
goto_if_ge VAR_SKY_PILLAR_STATE, 2, 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
release
end
SootopolisCity_PokemonCenter_1F_EventScript_GentlemanNoLegendaries::
msgbox SootopolisCity_PokemonCenter_1F_Text_WallaceToughestInHoenn, MSGBOX_DEFAULT
release
end
SootopolisCity_PokemonCenter_1F_EventScript_Woman::
lock
faceplayer
goto_if_ge VAR_SKY_PILLAR_STATE, 2, 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
release
end
SootopolisCity_PokemonCenter_1F_EventScript_WomanNoLegendaries::
msgbox SootopolisCity_PokemonCenter_1F_Text_AlwaysBeFriendsWithPokemon, MSGBOX_DEFAULT
release
end
SootopolisCity_PokemonCenter_1F_Text_WallaceToughestInHoenn:
.string "传说米可利是整个丰缘地区\n最强的训练家,\p而这城镇道馆的训练家\n是米可利的老师。\p但四天王……据说比米可利的老师\n还要强。\p那么他们会有多强呢$"
SootopolisCity_PokemonCenter_1F_Text_EveryoneTakenRefuge:
.string "城镇里的人都躲在家里\n不愿出来,\p就算是我也\n不想出门冒险。$"
SootopolisCity_PokemonCenter_1F_Text_AlwaysBeFriendsWithPokemon:
.string "无论何时,无论何地,\n无论发生什么,\l我都会和宝可梦在一起。\p和宝可梦交朋友是我的乐趣$"
SootopolisCity_PokemonCenter_1F_Text_ArentPokemonOurFriends:
.string "宝可梦不是我们的朋友吗?\p它们为什么会如此疯狂$"