2017-11-10 02:21:31 +01:00
|
|
|
MauvilleCity_PokemonCenter_1F_MapScripts:: @ 8210E5B
|
2019-04-22 22:31:51 +02:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, MauvilleCity_PokemonCenter_1F_OnTransition
|
2019-10-12 04:23:05 +02:00
|
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
2019-04-22 22:31:51 +02:00
|
|
|
MauvilleCity_PokemonCenter_1F_OnTransition: @ 8210E66
|
2018-08-10 16:45:15 +02:00
|
|
|
setrespawn HEAL_LOCATION_MAUVILLE_CITY
|
2019-08-15 05:38:42 +02:00
|
|
|
call Common_EventScript_UpdateBrineyLocation
|
2019-11-03 18:29:41 +01:00
|
|
|
goto MauvilleCity_PokemonCenter_1F_EventScript_SetMauvilleOldManGfx
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
MauvilleCity_PokemonCenter_1F_EventScript_SetMauvilleOldManGfx:: @ 8210E74
|
2018-06-12 02:11:48 +02:00
|
|
|
special ScrSpecial_SetMauvilleOldManEventObjGfx
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
@ VAR_0x800B is the Nurse's object event id
|
|
|
|
MauvilleCity_PokemonCenter_1F_EventScript_Nurse:: @ 8210E78
|
2017-11-10 02:21:31 +01:00
|
|
|
setvar VAR_0x800B, 1
|
2019-08-15 05:38:42 +02:00
|
|
|
call Common_EventScript_PkmnCenterNurse
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmessage
|
|
|
|
waitbuttonpress
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
MauvilleCity_PokemonCenter_1F_EventScript_Woman1:: @ 8210E86
|
|
|
|
msgbox MauvilleCity_PokemonCenter_1F_Text_ManOverThereSaysWeirdThings, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
MauvilleCity_PokemonCenter_1F_EventScript_Woman2:: @ 8210E8F
|
|
|
|
msgbox MauvilleCity_PokemonCenter_1F_Text_MyDataUpdatedFromRecordCorner, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
MauvilleCity_PokemonCenter_1F_EventScript_Youngster:: @ 8210E98
|
|
|
|
msgbox MauvilleCity_PokemonCenter_1F_Text_RecordCornerSoundsFun, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
MauvilleCity_PokemonCenter_1F_Text_ManOverThereSaysWeirdThings: @ 8210EA1
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "That man over there, he says weird\n"
|
|
|
|
.string "things!\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "He's funny in a weird way.\n"
|
|
|
|
.string "I doubt I'll forget about him!$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
MauvilleCity_PokemonCenter_1F_Text_MyDataUpdatedFromRecordCorner: @ 8210F06
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "When I accessed the RECORD CORNER,\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "the data for what's hot in DEWFORD\l"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "got updated.\p"
|
|
|
|
.string "Now that bit of data is the same\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "as my friend's!$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2019-11-03 18:29:41 +01:00
|
|
|
MauvilleCity_PokemonCenter_1F_Text_RecordCornerSoundsFun: @ 8210F8A
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "A RECORD CORNER opened upstairs in\n"
|
|
|
|
.string "the POKéMON CENTER.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I don't know what it's about, but it\n"
|
|
|
|
.string "sounds fun. I'll go check it out!$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|