mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-17 03:57:38 +01:00
55 lines
1.7 KiB
PHP
55 lines
1.7 KiB
PHP
MauvilleCity_PokemonCenter_1F_MapScripts:: @ 8210E5B
|
|
map_script MAP_SCRIPT_ON_TRANSITION, MauvilleCity_PokemonCenter_1F_OnTransition
|
|
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
|
.byte 0
|
|
|
|
MauvilleCity_PokemonCenter_1F_OnTransition: @ 8210E66
|
|
setrespawn HEAL_LOCATION_MAUVILLE_CITY
|
|
call Common_EventScript_UpdateBrineyLocation
|
|
goto MauvilleCity_PokemonCenter_1F_EventScript_210E74
|
|
end
|
|
|
|
MauvilleCity_PokemonCenter_1F_EventScript_210E74:: @ 8210E74
|
|
special ScrSpecial_SetMauvilleOldManEventObjGfx
|
|
end
|
|
|
|
MauvilleCity_PokemonCenter_1F_EventScript_210E78:: @ 8210E78
|
|
setvar VAR_0x800B, 1
|
|
call Common_EventScript_PkmnCenterNurse
|
|
waitmessage
|
|
waitbuttonpress
|
|
release
|
|
end
|
|
|
|
MauvilleCity_PokemonCenter_1F_EventScript_210E86:: @ 8210E86
|
|
msgbox MauvilleCity_PokemonCenter_1F_Text_210EA1, MSGBOX_NPC
|
|
end
|
|
|
|
MauvilleCity_PokemonCenter_1F_EventScript_210E8F:: @ 8210E8F
|
|
msgbox MauvilleCity_PokemonCenter_1F_Text_210F06, MSGBOX_NPC
|
|
end
|
|
|
|
MauvilleCity_PokemonCenter_1F_EventScript_210E98:: @ 8210E98
|
|
msgbox MauvilleCity_PokemonCenter_1F_Text_210F8A, MSGBOX_NPC
|
|
end
|
|
|
|
MauvilleCity_PokemonCenter_1F_Text_210EA1: @ 8210EA1
|
|
.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_210F06: @ 8210F06
|
|
.string "When I accessed the RECORD CORNER,\n"
|
|
.string "the data for what's hot in DEWFORD\l"
|
|
.string "got updated.\p"
|
|
.string "Now that bit of data is the same\n"
|
|
.string "as my friend's!$"
|
|
|
|
MauvilleCity_PokemonCenter_1F_Text_210F8A: @ 8210F8A
|
|
.string "A RECORD CORNER opened upstairs in\n"
|
|
.string "the POKéMON CENTER.\p"
|
|
.string "I don't know what it's about, but it\n"
|
|
.string "sounds fun. I'll go check it out!$"
|
|
|