Remove address comments
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
FuchsiaCity_PokemonCenter_1F_MapScripts:: @ 816D6F1
|
||||
FuchsiaCity_PokemonCenter_1F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, FuchsiaCity_PokemonCenter_1F_OnTransition
|
||||
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
||||
.byte 0
|
||||
|
||||
FuchsiaCity_PokemonCenter_1F_OnTransition:: @ 816D6FC
|
||||
FuchsiaCity_PokemonCenter_1F_OnTransition::
|
||||
setrespawn SPAWN_FUCHSIA_CITY
|
||||
end
|
||||
|
||||
FuchsiaCity_PokemonCenter_1F_EventScript_Nurse:: @ 816D700
|
||||
FuchsiaCity_PokemonCenter_1F_EventScript_Nurse::
|
||||
lock
|
||||
faceplayer
|
||||
call EventScript_PkmnCenterNurse
|
||||
release
|
||||
end
|
||||
|
||||
FuchsiaCity_PokemonCenter_1F_EventScript_Man:: @ 816D709
|
||||
FuchsiaCity_PokemonCenter_1F_EventScript_Man::
|
||||
msgbox FuchsiaCity_PokemonCenter_1F_Text_CantBecomeGoodTrainerWithOneMon, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FuchsiaCity_PokemonCenter_1F_EventScript_CooltrainerF:: @ 816D712
|
||||
FuchsiaCity_PokemonCenter_1F_EventScript_CooltrainerF::
|
||||
msgbox FuchsiaCity_PokemonCenter_1F_Text_PokemonLeagueWestOfViridian, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FuchsiaCity_PokemonCenter_1F_EventScript_Youngster:: @ 816D71B
|
||||
FuchsiaCity_PokemonCenter_1F_EventScript_Youngster::
|
||||
msgbox FuchsiaCity_PokemonCenter_1F_Text_VisitSafariZoneForPokedex, MSGBOX_NPC
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user