52 lines
1.7 KiB
PHP
52 lines
1.7 KiB
PHP
BattleFrontier_PokemonCenter_1F_MapScripts::
|
|
map_script MAP_SCRIPT_ON_TRANSITION, BattleFrontier_PokemonCenter_1F_OnTransition
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
|
.byte 0
|
|
|
|
BattleFrontier_PokemonCenter_1F_OnTransition:
|
|
setrespawn HEAL_LOCATION_BATTLE_FRONTIER_OUTSIDE_EAST
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Nurse::
|
|
setvar VAR_0x800B, LOCALID_FRONTIER_NURSE
|
|
call Common_EventScript_PkmnCenterNurse
|
|
waitmessage
|
|
waitbuttonpress
|
|
release
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_SchoolKid::
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_NeverSeenPokemon, MSGBOX_NPC
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Man::
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_NextStopBattleArena, MSGBOX_NPC
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Picnicker::
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_GoingThroughEveryChallenge, MSGBOX_NPC
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_EventScript_Skitty::
|
|
lock
|
|
faceplayer
|
|
waitse
|
|
playmoncry SPECIES_SKITTY, CRY_MODE_NORMAL
|
|
msgbox BattleFrontier_PokemonCenter_1F_Text_Skitty, MSGBOX_DEFAULT
|
|
waitmoncry
|
|
release
|
|
end
|
|
|
|
BattleFrontier_PokemonCenter_1F_Text_NeverSeenPokemon:
|
|
.string "有人使用过我从来没有\n见过的宝可梦。\p至少我在训练家学校\n还从没听说过。\p不知道那种宝可梦\n在哪儿能捕捉呢?$"
|
|
|
|
BattleFrontier_PokemonCenter_1F_Text_NextStopBattleArena:
|
|
.string "好了!下一站是对战竞技场!\n最好先去电脑寄放系统\l换出合适的宝可梦来。$"
|
|
|
|
BattleFrontier_PokemonCenter_1F_Text_GoingThroughEveryChallenge:
|
|
.string "咯咯……我可要和这个孩子\n一同赢得所有的比赛!$"
|
|
|
|
BattleFrontier_PokemonCenter_1F_Text_Skitty:
|
|
.string "向尾喵:喵 喵!$"
|
|
|