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

40 lines
1.5 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.

LavaridgeTown_PokemonCenter_1F_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, LavaridgeTown_PokemonCenter_1F_OnTransition
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
.byte 0
LavaridgeTown_PokemonCenter_1F_OnTransition:
setrespawn HEAL_LOCATION_LAVARIDGE_TOWN
call Common_EventScript_UpdateBrineyLocation
end
LavaridgeTown_PokemonCenter_1F_EventScript_Nurse::
setvar VAR_0x800B, LOCALID_LAVARIDGE_NURSE
call Common_EventScript_PkmnCenterNurse
waitmessage
waitbuttonpress
release
end
LavaridgeTown_PokemonCenter_1F_EventScript_Youngster::
msgbox LavaridgeTown_PokemonCenter_1F_Text_HotSpringCanInvigorate, MSGBOX_NPC
end
LavaridgeTown_PokemonCenter_1F_EventScript_Woman::
msgbox LavaridgeTown_PokemonCenter_1F_Text_TrainersPokemonSpendTimeTogether, MSGBOX_NPC
end
LavaridgeTown_PokemonCenter_1F_EventScript_Gentleman::
msgbox LavaridgeTown_PokemonCenter_1F_Text_TrainersShouldRestToo, MSGBOX_NPC
end
LavaridgeTown_PokemonCenter_1F_Text_TrainersPokemonSpendTimeTogether:
.string "如果训练家和宝可梦经常\n在一起,他们会变得更加亲密的,\p而且越久越好。\n我是这么想的。$"
LavaridgeTown_PokemonCenter_1F_Text_HotSpringCanInvigorate:
.string "在温泉中坐一会儿就会再次\n充满活力,好像魔术一样。\p如果能让宝可梦也\n泡泡多好。$"
LavaridgeTown_PokemonCenter_1F_Text_TrainersShouldRestToo:
.string "呵呵呵!喂,孩子,\n你可以从这里进入温泉。\p宝可梦休息的时候\n训练家也该放松一下。$"