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

33 lines
1.2 KiB
PHP
Raw 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.

VerdanturfTown_PokemonCenter_1F_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, VerdanturfTown_PokemonCenter_1F_OnTransition
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
.byte 0
VerdanturfTown_PokemonCenter_1F_OnTransition:
setrespawn HEAL_LOCATION_VERDANTURF_TOWN
call Common_EventScript_UpdateBrineyLocation
end
VerdanturfTown_PokemonCenter_1F_EventScript_Nurse::
setvar VAR_0x800B, LOCALID_VERDANTURF_NURSE
call Common_EventScript_PkmnCenterNurse
waitmessage
waitbuttonpress
release
end
VerdanturfTown_PokemonCenter_1F_EventScript_Gentleman::
msgbox VerdanturfTown_PokemonCenter_1F_Text_FaithInYourPokemon, MSGBOX_NPC
end
VerdanturfTown_PokemonCenter_1F_EventScript_ExpertM::
msgbox VerdanturfTown_PokemonCenter_1F_Text_VisitForBattleTent, MSGBOX_NPC
end
VerdanturfTown_PokemonCenter_1F_Text_FaithInYourPokemon:
.string "如果你不信任自己的宝可梦,\n你就不是一个真正的训练家。\p只有相信自己宝可梦的人\n才能笑到最后。$"
VerdanturfTown_PokemonCenter_1F_Text_VisitForBattleTent:
.string "大家都想来\n绿茵镇的原因……\p毫无疑问\n是对战帐篷。\p还是说\n你是来找朋友的?$"