Remove address comments
This commit is contained in:
@@ -1,15 +1,15 @@
|
||||
.set LOCALID_NURSE, 1
|
||||
|
||||
FortreeCity_PokemonCenter_1F_MapScripts:: @ 82173D8
|
||||
FortreeCity_PokemonCenter_1F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, FortreeCity_PokemonCenter_1F_OnTransition
|
||||
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
||||
.byte 0
|
||||
|
||||
FortreeCity_PokemonCenter_1F_OnTransition: @ 82173E3
|
||||
FortreeCity_PokemonCenter_1F_OnTransition:
|
||||
setrespawn HEAL_LOCATION_FORTREE_CITY
|
||||
end
|
||||
|
||||
FortreeCity_PokemonCenter_1F_EventScript_Nurse:: @ 82173E7
|
||||
FortreeCity_PokemonCenter_1F_EventScript_Nurse::
|
||||
setvar VAR_0x800B, LOCALID_NURSE
|
||||
call Common_EventScript_PkmnCenterNurse
|
||||
waitmessage
|
||||
@@ -17,25 +17,25 @@ FortreeCity_PokemonCenter_1F_EventScript_Nurse:: @ 82173E7
|
||||
release
|
||||
end
|
||||
|
||||
FortreeCity_PokemonCenter_1F_EventScript_Gentleman:: @ 82173F5
|
||||
FortreeCity_PokemonCenter_1F_EventScript_Gentleman::
|
||||
msgbox FortreeCity_PokemonCenter_1F_Text_GoToSafariZone, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_PokemonCenter_1F_EventScript_Man:: @ 82173FE
|
||||
FortreeCity_PokemonCenter_1F_EventScript_Man::
|
||||
msgbox FortreeCity_PokemonCenter_1F_Text_RecordCornerIsNeat, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_PokemonCenter_1F_EventScript_Boy:: @ 8217407
|
||||
FortreeCity_PokemonCenter_1F_EventScript_Boy::
|
||||
msgbox FortreeCity_PokemonCenter_1F_Text_DoYouKnowAboutPokenav, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FortreeCity_PokemonCenter_1F_Text_GoToSafariZone: @ 8217410
|
||||
FortreeCity_PokemonCenter_1F_Text_GoToSafariZone:
|
||||
.string "Listen, kid, are you working\n"
|
||||
.string "on a POKéDEX?\p"
|
||||
.string "Hmm… Go to the SAFARI ZONE.\n"
|
||||
.string "That's my suggestion.$"
|
||||
|
||||
FortreeCity_PokemonCenter_1F_Text_RecordCornerIsNeat: @ 821746D
|
||||
FortreeCity_PokemonCenter_1F_Text_RecordCornerIsNeat:
|
||||
.string "Have you done anything at\n"
|
||||
.string "the RECORD CORNER?\p"
|
||||
.string "It's pretty neat. It mixes and matches\n"
|
||||
@@ -43,7 +43,7 @@ FortreeCity_PokemonCenter_1F_Text_RecordCornerIsNeat: @ 821746D
|
||||
.string "I don't know quite how it works,\n"
|
||||
.string "but it's cool. It's exciting, even!$"
|
||||
|
||||
FortreeCity_PokemonCenter_1F_Text_DoYouKnowAboutPokenav: @ 821751F
|
||||
FortreeCity_PokemonCenter_1F_Text_DoYouKnowAboutPokenav:
|
||||
.string "Oh, wow, you have a POKéNAV!\n"
|
||||
.string "And it's just like mine!\p"
|
||||
.string "Do you know about POKéNAV's\n"
|
||||
|
||||
Reference in New Issue
Block a user