Merge branch 'master' of https://github.com/GriffinRichards/pokefirered into clone-union
This commit is contained in:
@@ -1,23 +1,23 @@
|
||||
TwoIsland_PokemonCenter_1F_MapScripts:: @ 81717B4
|
||||
TwoIsland_PokemonCenter_1F_MapScripts::
|
||||
map_script MAP_SCRIPT_ON_TRANSITION, TwoIsland_PokemonCenter_1F_OnTransition
|
||||
map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume
|
||||
.byte 0
|
||||
|
||||
TwoIsland_PokemonCenter_1F_OnTransition:: @ 81717BF
|
||||
TwoIsland_PokemonCenter_1F_OnTransition::
|
||||
setrespawn SPAWN_TWO_ISLAND
|
||||
end
|
||||
|
||||
TwoIsland_PokemonCenter_1F_EventScript_Nurse:: @ 81717C3
|
||||
TwoIsland_PokemonCenter_1F_EventScript_Nurse::
|
||||
lock
|
||||
faceplayer
|
||||
call EventScript_PkmnCenterNurse
|
||||
release
|
||||
end
|
||||
|
||||
TwoIsland_PokemonCenter_1F_EventScript_GBAKid:: @ 81717CC
|
||||
TwoIsland_PokemonCenter_1F_EventScript_GBAKid::
|
||||
msgbox TwoIsland_PokemonCenter_1F_Text_HaveYouVisitedGameCorner, MSGBOX_NPC
|
||||
end
|
||||
|
||||
TwoIsland_PokemonCenter_1F_EventScript_BugCatcher:: @ 81717D5
|
||||
TwoIsland_PokemonCenter_1F_EventScript_BugCatcher::
|
||||
msgbox TwoIsland_PokemonCenter_1F_Text_OldLadyLivesOutOnCape, MSGBOX_NPC
|
||||
end
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
TwoIsland_PokemonCenter_1F_Text_HaveYouVisitedGameCorner:: @ 81A2E59
|
||||
TwoIsland_PokemonCenter_1F_Text_HaveYouVisitedGameCorner::
|
||||
.string "Have you visited the GAME CORNER\n"
|
||||
.string "already?\p"
|
||||
.string "It's no good to go alone.\n"
|
||||
.string "You have to take a friend along.$"
|
||||
|
||||
TwoIsland_PokemonCenter_1F_Text_OldLadyLivesOutOnCape:: @ 81A2EBE
|
||||
TwoIsland_PokemonCenter_1F_Text_OldLadyLivesOutOnCape::
|
||||
.string "Not many people live on\n"
|
||||
.string "TWO ISLAND.\p"
|
||||
.string "There is this old lady who lives\n"
|
||||
|
||||
Reference in New Issue
Block a user