Remove address comments
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
ViridianCity_PokemonCenter_1F_MapScripts:: @ 816A2C0
|
||||
ViridianCity_PokemonCenter_1F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, ViridianCity_PokemonCenter_1F_OnTransition
|
||||
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
||||
.byte 0
|
||||
|
||||
ViridianCity_PokemonCenter_1F_OnTransition:: @ 816A2CB
|
||||
ViridianCity_PokemonCenter_1F_OnTransition::
|
||||
setrespawn SPAWN_VIRIDIAN_CITY
|
||||
end
|
||||
|
||||
ViridianCity_PokemonCenter_1F_EventScript_Nurse:: @ 816A2CF
|
||||
ViridianCity_PokemonCenter_1F_EventScript_Nurse::
|
||||
lock
|
||||
faceplayer
|
||||
call EventScript_PkmnCenterNurse
|
||||
release
|
||||
end
|
||||
|
||||
ViridianCity_PokemonCenter_1F_EventScript_Boy:: @ 816A2D8
|
||||
ViridianCity_PokemonCenter_1F_EventScript_Boy::
|
||||
msgbox ViridianCity_PokemonCenter_1F_Text_PokeCenterInEveryTown, MSGBOX_NPC
|
||||
end
|
||||
|
||||
ViridianCity_PokemonCenter_1F_EventScript_Gentleman:: @ 816A2E1
|
||||
ViridianCity_PokemonCenter_1F_EventScript_Gentleman::
|
||||
msgbox ViridianCity_PokemonCenter_1F_Text_FeelFreeToUsePC, MSGBOX_NPC
|
||||
end
|
||||
|
||||
ViridianCity_PokemonCenter_1F_EventScript_Youngster:: @ 816A2EA
|
||||
ViridianCity_PokemonCenter_1F_EventScript_Youngster::
|
||||
msgbox ViridianCity_PokemonCenter_1F_Text_PokeCentersHealMons, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
ViridianCity_PokemonCenter_1F_Text_FeelFreeToUsePC:: @ 8190384
|
||||
ViridianCity_PokemonCenter_1F_Text_FeelFreeToUsePC::
|
||||
.string "Please feel free to use that PC in\n"
|
||||
.string "the corner.\p"
|
||||
.string "The receptionist told me so.\n"
|
||||
.string "It's so kind of her!$"
|
||||
|
||||
ViridianCity_PokemonCenter_1F_Text_PokeCenterInEveryTown:: @ 81903E5
|
||||
ViridianCity_PokemonCenter_1F_Text_PokeCenterInEveryTown::
|
||||
.string "There's a POKéMON CENTER in every\n"
|
||||
.string "town ahead.\p"
|
||||
.string "They charge no money, so don't\n"
|
||||
.string "be shy about healing POKéMON.$"
|
||||
|
||||
ViridianCity_PokemonCenter_1F_Text_PokeCentersHealMons:: @ 8190450
|
||||
ViridianCity_PokemonCenter_1F_Text_PokeCentersHealMons::
|
||||
.string "POKéMON CENTERS heal your tired,\n"
|
||||
.string "hurt, or fainted POKéMON.\p"
|
||||
.string "They make all POKéMON completely\n"
|
||||
|
||||
Reference in New Issue
Block a user