Remove address comments
This commit is contained in:
@@ -1,27 +1,27 @@
|
||||
FourIsland_PokemonCenter_1F_MapScripts:: @ 8171BEA
|
||||
FourIsland_PokemonCenter_1F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, FourIsland_PokemonCenter_1F_OnTransition
|
||||
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
||||
.byte 0
|
||||
|
||||
FourIsland_PokemonCenter_1F_OnTransition:: @ 8171BF5
|
||||
FourIsland_PokemonCenter_1F_OnTransition::
|
||||
setrespawn SPAWN_FOUR_ISLAND
|
||||
end
|
||||
|
||||
FourIsland_PokemonCenter_1F_EventScript_Nurse:: @ 8171BF9
|
||||
FourIsland_PokemonCenter_1F_EventScript_Nurse::
|
||||
lock
|
||||
faceplayer
|
||||
call EventScript_PkmnCenterNurse
|
||||
release
|
||||
end
|
||||
|
||||
FourIsland_PokemonCenter_1F_EventScript_Man:: @ 8171C02
|
||||
FourIsland_PokemonCenter_1F_EventScript_Man::
|
||||
msgbox FourIsland_PokemonCenter_1F_Text_RareIceMonsInCave, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FourIsland_PokemonCenter_1F_EventScript_Woman:: @ 8171C0B
|
||||
FourIsland_PokemonCenter_1F_EventScript_Woman::
|
||||
msgbox FourIsland_PokemonCenter_1F_Text_DayCarePeopleFoundEggBefore, MSGBOX_NPC
|
||||
end
|
||||
|
||||
FourIsland_PokemonCenter_1F_EventScript_Gentleman:: @ 8171C14
|
||||
FourIsland_PokemonCenter_1F_EventScript_Gentleman::
|
||||
msgbox FourIsland_PokemonCenter_1F_Text_NewPokemonJournalHasntArrived, MSGBOX_NPC
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user