2025-04-08 01:07:12 +08:00

47 lines
1.7 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
MauvilleCity_PokemonCenter_1F_MapScripts::
map_script MAP_SCRIPT_ON_TRANSITION, MauvilleCity_PokemonCenter_1F_OnTransition
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
.byte 0
MauvilleCity_PokemonCenter_1F_OnTransition:
setrespawn HEAL_LOCATION_MAUVILLE_CITY
call Common_EventScript_UpdateBrineyLocation
goto MauvilleCity_PokemonCenter_1F_EventScript_SetMauvilleOldManGfx
end
MauvilleCity_PokemonCenter_1F_EventScript_SetMauvilleOldManGfx::
special SetMauvilleOldManObjEventGfx
end
MauvilleCity_PokemonCenter_1F_EventScript_Nurse::
setvar VAR_0x800B, LOCALID_NURSE
call Common_EventScript_PkmnCenterNurse
waitmessage
waitbuttonpress
release
end
MauvilleCity_PokemonCenter_1F_EventScript_Woman1::
msgbox MauvilleCity_PokemonCenter_1F_Text_ManOverThereSaysWeirdThings, MSGBOX_NPC
end
MauvilleCity_PokemonCenter_1F_EventScript_Woman2::
msgbox MauvilleCity_PokemonCenter_1F_Text_MyDataUpdatedFromRecordCorner, MSGBOX_NPC
end
MauvilleCity_PokemonCenter_1F_EventScript_Youngster::
msgbox MauvilleCity_PokemonCenter_1F_Text_RecordCornerSoundsFun, MSGBOX_NPC
end
MauvilleCity_PokemonCenter_1F_Text_ManOverThereSaysWeirdThings:
.string "那边那个人总是在说些\n奇怪的话!\p那个怪人真有趣\n我想我不可能忘了他!$"
MauvilleCity_PokemonCenter_1F_Text_MyDataUpdatedFromRecordCorner:
.string "我连接到联机中心时,\n武斗镇流行事件的资料\l就更新了。\p现在这和我朋友的资料\n一模一样!$"
MauvilleCity_PokemonCenter_1F_Text_RecordCornerSoundsFun:
.string "宝可梦中心楼上\n开了个联机中心,\p不知道是干什么的\n但听起来挺好玩。我要去看看!$"