2022-05-19 19:14:13 +02:00
|
|
|
.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 "That man over there, he says weird\n"
|
|
|
|
.string "things!\p"
|
|
|
|
.string "He's funny in a weird way.\n"
|
|
|
|
.string "I doubt I'll forget about him!$"
|
|
|
|
|
|
|
|
MauvilleCity_PokemonCenter_1F_Text_MyDataUpdatedFromRecordCorner:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "When I accessed the Record Corner,\n"
|
|
|
|
.string "the data for what's hot in Dewford\l"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "got updated.\p"
|
|
|
|
.string "Now that bit of data is the same\n"
|
|
|
|
.string "as my friend's!$"
|
|
|
|
|
|
|
|
MauvilleCity_PokemonCenter_1F_Text_RecordCornerSoundsFun:
|
2022-08-21 22:56:26 +02:00
|
|
|
.string "A Record Corner opened upstairs in\n"
|
|
|
|
.string "the Pokémon Center.\p"
|
2022-05-19 19:14:13 +02:00
|
|
|
.string "I don't know what it's about, but it\n"
|
|
|
|
.string "sounds fun. I'll go check it out!$"
|
|
|
|
|