diff options
Diffstat (limited to 'data/maps/SootopolisCity_PokemonCenter_1F/scripts.inc')
-rw-r--r-- | data/maps/SootopolisCity_PokemonCenter_1F/scripts.inc | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/data/maps/SootopolisCity_PokemonCenter_1F/scripts.inc b/data/maps/SootopolisCity_PokemonCenter_1F/scripts.inc index 712fd166b..9e017861b 100644 --- a/data/maps/SootopolisCity_PokemonCenter_1F/scripts.inc +++ b/data/maps/SootopolisCity_PokemonCenter_1F/scripts.inc @@ -1,15 +1,15 @@ .set LOCALID_NURSE, 1 -SootopolisCity_PokemonCenter_1F_MapScripts:: @ 82264F1 +SootopolisCity_PokemonCenter_1F_MapScripts:: map_script MAP_SCRIPT_ON_TRANSITION, SootopolisCity_PokemonCenter_1F_OnTransition map_script MAP_SCRIPT_ON_RESUME, CableClub_OnResume .byte 0 -SootopolisCity_PokemonCenter_1F_OnTransition: @ 82264FC +SootopolisCity_PokemonCenter_1F_OnTransition: setrespawn HEAL_LOCATION_SOOTOPOLIS_CITY end -SootopolisCity_PokemonCenter_1F_EventScript_Nurse:: @ 8226500 +SootopolisCity_PokemonCenter_1F_EventScript_Nurse:: setvar VAR_0x800B, LOCALID_NURSE call Common_EventScript_PkmnCenterNurse waitmessage @@ -17,7 +17,7 @@ SootopolisCity_PokemonCenter_1F_EventScript_Nurse:: @ 8226500 release end -SootopolisCity_PokemonCenter_1F_EventScript_Gentleman:: @ 822650E +SootopolisCity_PokemonCenter_1F_EventScript_Gentleman:: lock faceplayer compare VAR_SKY_PILLAR_STATE, 2 @@ -27,12 +27,12 @@ SootopolisCity_PokemonCenter_1F_EventScript_Gentleman:: @ 822650E release end -SootopolisCity_PokemonCenter_1F_EventScript_GentlemanNoLegendaries:: @ 822652E +SootopolisCity_PokemonCenter_1F_EventScript_GentlemanNoLegendaries:: msgbox SootopolisCity_PokemonCenter_1F_Text_WallaceToughestInHoenn, MSGBOX_DEFAULT release end -SootopolisCity_PokemonCenter_1F_EventScript_Woman:: @ 8226538 +SootopolisCity_PokemonCenter_1F_EventScript_Woman:: lock faceplayer compare VAR_SKY_PILLAR_STATE, 2 @@ -42,12 +42,12 @@ SootopolisCity_PokemonCenter_1F_EventScript_Woman:: @ 8226538 release end -SootopolisCity_PokemonCenter_1F_EventScript_WomanNoLegendaries:: @ 8226558 +SootopolisCity_PokemonCenter_1F_EventScript_WomanNoLegendaries:: msgbox SootopolisCity_PokemonCenter_1F_Text_AlwaysBeFriendsWithPokemon, MSGBOX_DEFAULT release end -SootopolisCity_PokemonCenter_1F_Text_WallaceToughestInHoenn: @ 8226562 +SootopolisCity_PokemonCenter_1F_Text_WallaceToughestInHoenn: .string "WALLACE is rumored to be the toughest\n" .string "TRAINER in the whole HOENN region.\p" .string "This town's GYM is led by the TRAINER\n" @@ -56,19 +56,19 @@ SootopolisCity_PokemonCenter_1F_Text_WallaceToughestInHoenn: @ 8226562 .string "even stronger than WALLACE's mentor.\p" .string "How strong could they be?$" -SootopolisCity_PokemonCenter_1F_Text_EveryoneTakenRefuge: @ 822664B +SootopolisCity_PokemonCenter_1F_Text_EveryoneTakenRefuge: .string "Everyone in town has taken refuge\n" .string "and won't come out of their homes.\p" .string "Even I would rather not venture\n" .string "outside.$" -SootopolisCity_PokemonCenter_1F_Text_AlwaysBeFriendsWithPokemon: @ 82266B9 +SootopolisCity_PokemonCenter_1F_Text_AlwaysBeFriendsWithPokemon: .string "Whenever, wherever, and whatever\n" .string "happens, I will always be friends with\l" .string "POKéMON.\p" .string "Because it's fun to be with POKéMON!$" -SootopolisCity_PokemonCenter_1F_Text_ArentPokemonOurFriends: @ 822672F +SootopolisCity_PokemonCenter_1F_Text_ArentPokemonOurFriends: .string "Aren't POKéMON our friends?\p" .string "Why are they going wild this way?$" |