RoamerX db73674ea3 修正部分专有名词为官译+修正招式详情中文字与图标位置+修复R键投球图颜色错误
包括以下:
精灵	宝可梦
训练师	训练家
背包	包包
技能	招式
口袋领航员	宝可梦导航仪
濒死	昏厥
烧伤	灼伤
命中率	命中	注:指招式的命中,对战内宝可梦的能力仍叫做命中率
2025-04-11 15:14:45 +08:00

35 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.

.set LOCALID_NURSE, 1
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_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你就不是一个真正的\l训练家。\p只有相信\n自己宝可梦的人\l才能笑到最后。$"
VerdanturfTown_PokemonCenter_1F_Text_VisitForBattleTent:
.string "大家都想来\n绿荫镇的原因…\p毫无疑问\n是对战帐篷。\p还是说你是来\n找朋友的?$"