Remove address comments
This commit is contained in:
@@ -1,21 +1,21 @@
|
||||
.set LOCALID_NURSE, 1
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_MapScripts:: @ 8210E5B
|
||||
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: @ 8210E66
|
||||
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:: @ 8210E74
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_SetMauvilleOldManGfx::
|
||||
special ScrSpecial_SetMauvilleOldManObjEventGfx
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_Nurse:: @ 8210E78
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_Nurse::
|
||||
setvar VAR_0x800B, LOCALID_NURSE
|
||||
call Common_EventScript_PkmnCenterNurse
|
||||
waitmessage
|
||||
@@ -23,32 +23,32 @@ MauvilleCity_PokemonCenter_1F_EventScript_Nurse:: @ 8210E78
|
||||
release
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_Woman1:: @ 8210E86
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_Woman1::
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_ManOverThereSaysWeirdThings, MSGBOX_NPC
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_Woman2:: @ 8210E8F
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_Woman2::
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_MyDataUpdatedFromRecordCorner, MSGBOX_NPC
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_Youngster:: @ 8210E98
|
||||
MauvilleCity_PokemonCenter_1F_EventScript_Youngster::
|
||||
msgbox MauvilleCity_PokemonCenter_1F_Text_RecordCornerSoundsFun, MSGBOX_NPC
|
||||
end
|
||||
|
||||
MauvilleCity_PokemonCenter_1F_Text_ManOverThereSaysWeirdThings: @ 8210EA1
|
||||
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: @ 8210F06
|
||||
MauvilleCity_PokemonCenter_1F_Text_MyDataUpdatedFromRecordCorner:
|
||||
.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_RecordCornerSoundsFun: @ 8210F8A
|
||||
MauvilleCity_PokemonCenter_1F_Text_RecordCornerSoundsFun:
|
||||
.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"
|
||||
|
||||
Reference in New Issue
Block a user