包括以下: 精灵 宝可梦 训练师 训练家 背包 包包 技能 招式 口袋领航员 宝可梦导航仪 濒死 昏厥 烧伤 灼伤 命中率 命中 注:指招式的命中,对战内宝可梦的能力仍叫做命中率
60 lines
2.3 KiB
PHP
60 lines
2.3 KiB
PHP
.set LOCALID_NURSE, 1
|
||
|
||
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_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它们为什么会如此疯狂?$"
|
||
|