diff options
Diffstat (limited to 'data/maps/SootopolisCity/scripts.inc')
-rw-r--r-- | data/maps/SootopolisCity/scripts.inc | 340 |
1 files changed, 170 insertions, 170 deletions
diff --git a/data/maps/SootopolisCity/scripts.inc b/data/maps/SootopolisCity/scripts.inc index 00fb6b541..efeae33d1 100644 --- a/data/maps/SootopolisCity/scripts.inc +++ b/data/maps/SootopolisCity/scripts.inc @@ -16,7 +16,7 @@ .set LOCALID_ARCHIE, 17 .set LOCALID_WALLACE, 18 -SootopolisCity_MapScripts:: @ 81E565C +SootopolisCity_MapScripts:: map_script MAP_SCRIPT_ON_LOAD, SootopolisCity_OnLoad map_script MAP_SCRIPT_ON_TRANSITION, SootopolisCity_OnTransition map_script MAP_SCRIPT_ON_RESUME, SootopolisCity_OnResume @@ -24,16 +24,16 @@ SootopolisCity_MapScripts:: @ 81E565C map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, SootopolisCity_OnWarp .byte 0 -SootopolisCity_OnLoad: @ 81E5676 +SootopolisCity_OnLoad: call_if_unset FLAG_SOOTOPOLIS_ARCHIE_MAXIE_LEAVE, SootopolisCity_EventScript_LockGymDoor goto_if_unset FLAG_KYOGRE_ESCAPED_SEAFLOOR_CAVERN, SootopolisCity_EventScript_LegendariesNotArrived call_if_unset FLAG_SOOTOPOLIS_ARCHIE_MAXIE_LEAVE, SootopolisCity_EventScript_LockHouseDoors end -SootopolisCity_EventScript_LegendariesNotArrived:: @ 81E5692 +SootopolisCity_EventScript_LegendariesNotArrived:: end -SootopolisCity_EventScript_LockHouseDoors:: @ 81E5693 +SootopolisCity_EventScript_LockHouseDoors:: setmetatile 9, 6, METATILE_Sootopolis_Door_Closed, 1 setmetatile 9, 17, METATILE_Sootopolis_Door_Closed, 1 setmetatile 9, 26, METATILE_Sootopolis_Door_Closed, 1 @@ -45,11 +45,11 @@ SootopolisCity_EventScript_LockHouseDoors:: @ 81E5693 setmetatile 51, 36, METATILE_Sootopolis_Door_Closed, 1 return -SootopolisCity_EventScript_LockGymDoor:: @ 81E56E5 +SootopolisCity_EventScript_LockGymDoor:: setmetatile 31, 32, METATILE_Sootopolis_GymDoor_Closed, 1 return -SootopolisCity_OnTransition: @ 81E56EF +SootopolisCity_OnTransition: setflag FLAG_VISITED_SOOTOPOLIS_CITY compare VAR_SOOTOPOLIS_CITY_STATE, 1 call_if_eq SootopolisCity_EventScript_HideMapNamePopup @@ -79,11 +79,11 @@ SootopolisCity_OnTransition: @ 81E56EF call_if_eq SootopolisCity_EventScript_SetExpertBlockCaveEntrance end -SootopolisCity_EventScript_HideMapNamePopup:: @ 81E5781 +SootopolisCity_EventScript_HideMapNamePopup:: setflag FLAG_HIDE_MAP_NAME_POPUP return -SootopolisCity_EventScript_SetBattleSpectators:: @ 81E5785 +SootopolisCity_EventScript_SetBattleSpectators:: setobjectxyperm LOCALID_KIRI, 13, 48 setobjectxyperm LOCALID_BOY_1, 46, 32 setobjectxyperm LOCALID_NINJA_BOY, 48, 41 @@ -94,7 +94,7 @@ SootopolisCity_EventScript_SetBattleSpectators:: @ 81E5785 setobjectmovementtype LOCALID_WOMAN_1, MOVEMENT_TYPE_FACE_LEFT return -SootopolisCity_EventScript_SetLayout:: @ 81E57B2 +SootopolisCity_EventScript_SetLayout:: compare VAR_SOOTOPOLIS_CITY_STATE, 0 goto_if_eq SootopolisCity_EventScript_SetNormalLayout compare VAR_SOOTOPOLIS_CITY_STATE, 6 @@ -111,14 +111,14 @@ SootopolisCity_EventScript_SetLayout:: @ 81E57B2 goto_if_le SootopolisCity_EventScript_SetLegendariesLayout return -SootopolisCity_EventScript_SetNormalLayout:: @ 81E5800 +SootopolisCity_EventScript_SetNormalLayout:: return -SootopolisCity_EventScript_SetLegendariesLayout:: @ 81E5801 +SootopolisCity_EventScript_SetLegendariesLayout:: setmaplayoutindex LAYOUT_SOOTOPOLIS_CITY_LEGENDS_BATTLE return -SootopolisCity_EventScript_SetWeather:: @ 81E5805 +SootopolisCity_EventScript_SetWeather:: compare VAR_SOOTOPOLIS_CITY_STATE, 0 goto_if_eq SootopolisCity_EventScript_SetNormalWeather compare VAR_SOOTOPOLIS_CITY_STATE, 6 @@ -131,29 +131,29 @@ SootopolisCity_EventScript_SetWeather:: @ 81E5805 goto_if_le Common_EventScript_SetAbnormalWeather return -SootopolisCity_EventScript_SetNormalWeather:: @ 81E583D +SootopolisCity_EventScript_SetNormalWeather:: return -SootopolisCity_EventScript_SetDownpour:: @ 81E583E +SootopolisCity_EventScript_SetDownpour:: setweather WEATHER_DOWNPOUR return -SootopolisCity_EventScript_CheckSetEnterCaveOfOriginObjPos:: @ 81E5842 +SootopolisCity_EventScript_CheckSetEnterCaveOfOriginObjPos:: goto_if_set FLAG_STEVEN_GUIDES_TO_CAVE_OF_ORIGIN, SootopolisCity_EventScript_SetEnterCaveOfOriginObjPos return -SootopolisCity_EventScript_SetEnterCaveOfOriginObjPos:: @ 81E584C +SootopolisCity_EventScript_SetEnterCaveOfOriginObjPos:: setobjectxyperm LOCALID_EXPERT, 30, 18 setobjectxyperm LOCALID_STEVEN, 32, 18 return -SootopolisCity_EventScript_SetExitCaveOfOriginObjPos:: @ 81E585B +SootopolisCity_EventScript_SetExitCaveOfOriginObjPos:: setobjectxyperm LOCALID_EXPERT, 30, 18 setobjectxyperm LOCALID_WALLACE, 31, 18 setobjectxyperm LOCALID_STEVEN, 32, 18 end -SootopolisCity_EventScript_SetOutsideGymObjPos:: @ 81E5871 +SootopolisCity_EventScript_SetOutsideGymObjPos:: setobjectxyperm LOCALID_EXPERT, 31, 18 setobjectxyperm LOCALID_STEVEN, 29, 33 setobjectxyperm LOCALID_MAXIE, 33, 35 @@ -166,56 +166,56 @@ SootopolisCity_EventScript_SetOutsideGymObjPos:: @ 81E5871 call_if_eq SootopolisCity_EventScript_SetWallaceLeft return -SootopolisCity_EventScript_SetWallaceMiddle:: @ 81E58AF +SootopolisCity_EventScript_SetWallaceMiddle:: setobjectxyperm LOCALID_WALLACE, 31, 33 setobjectmovementtype LOCALID_WALLACE, MOVEMENT_TYPE_FACE_DOWN return -SootopolisCity_EventScript_SetWallaceRight:: @ 81E58BB +SootopolisCity_EventScript_SetWallaceRight:: setobjectxyperm LOCALID_WALLACE, 32, 33 setobjectmovementtype LOCALID_WALLACE, MOVEMENT_TYPE_FACE_DOWN return -SootopolisCity_EventScript_SetWallaceLeft:: @ 81E58C7 +SootopolisCity_EventScript_SetWallaceLeft:: setobjectxyperm LOCALID_WALLACE, 30, 33 setobjectmovementtype LOCALID_WALLACE, MOVEMENT_TYPE_FACE_DOWN return -SootopolisCity_EventScript_SetExpertBlockCaveEntrance:: @ 81E58D3 +SootopolisCity_EventScript_SetExpertBlockCaveEntrance:: setobjectxyperm LOCALID_EXPERT, 31, 18 return -SootopolisCity_OnWarp: @ 81E58DB +SootopolisCity_OnWarp: map_script_2 VAR_SOOTOPOLIS_CITY_STATE, 5, SootopolisCity_EventScript_PlayerFaceLegendaries .2byte 0 -SootopolisCity_EventScript_PlayerFaceLegendaries:: @ 81E58E5 +SootopolisCity_EventScript_PlayerFaceLegendaries:: compare VAR_SKY_PILLAR_STATE, 1 call_if_eq SootopolisCity_EventScript_PlayerFaceLegendaries1 compare VAR_SKY_PILLAR_STATE, 2 call_if_eq SootopolisCity_EventScript_PlayerFaceLegendaries2 end -SootopolisCity_EventScript_PlayerFaceLegendaries1:: @ 81E58FC +SootopolisCity_EventScript_PlayerFaceLegendaries1:: turnobject OBJ_EVENT_ID_PLAYER, DIR_NORTH return -SootopolisCity_EventScript_PlayerFaceLegendaries2:: @ 81E5901 +SootopolisCity_EventScript_PlayerFaceLegendaries2:: turnobject OBJ_EVENT_ID_PLAYER, DIR_NORTH setvar VAR_SKY_PILLAR_STATE, 3 return -SootopolisCity_OnResume: @ 81E590B +SootopolisCity_OnResume: setdivewarp MAP_UNDERWATER_SOOTOPOLIS_CITY, 255, 9, 6 end -SootopolisCity_OnFrame: @ 81E5914 +SootopolisCity_OnFrame: map_script_2 VAR_SOOTOPOLIS_CITY_STATE, 1, SootopolisCity_EventScript_StartLegendariesScene map_script_2 VAR_SKY_PILLAR_STATE, 1, SootopolisCity_EventScript_StartRayquazaScene .2byte 0 @ If not at PokeCenter, assumed to have arrived via Dive -SootopolisCity_EventScript_StartLegendariesScene:: @ 81E5926 +SootopolisCity_EventScript_StartLegendariesScene:: lockall special StorePlayerCoordsInVars compare VAR_0x8004, 43 @@ -225,7 +225,7 @@ SootopolisCity_EventScript_StartLegendariesScene:: @ 81E5926 goto SootopolisCity_EventScript_LegendariesSceneFromPokeCenter end -SootopolisCity_EventScript_LegendariesSceneFromPokeCenter:: @ 81E5946 +SootopolisCity_EventScript_LegendariesSceneFromPokeCenter:: delay 60 special SpawnCameraObject applymovement OBJ_EVENT_ID_CAMERA, SootopolisCity_Movement_PanToActionFromPokeCenter @@ -295,7 +295,7 @@ SootopolisCity_EventScript_LegendariesSceneFromPokeCenter:: @ 81E5946 releaseall end -SootopolisCity_Movement_PanToActionFromPokeCenter: @ 81E5A68 +SootopolisCity_Movement_PanToActionFromPokeCenter: walk_slow_diag_southwest walk_slow_diag_southwest walk_slow_diag_southwest @@ -310,7 +310,7 @@ SootopolisCity_Movement_PanToActionFromPokeCenter: @ 81E5A68 walk_slow_diag_southwest step_end -SootopolisCity_Movement_PanBackToPokeCenter: @ 81E5A75 +SootopolisCity_Movement_PanBackToPokeCenter: walk_slow_diag_northeast walk_slow_diag_northeast walk_slow_diag_northeast @@ -325,7 +325,7 @@ SootopolisCity_Movement_PanBackToPokeCenter: @ 81E5A75 walk_slow_diag_northeast step_end -SootopolisCity_EventScript_LegendariesSceneFromDive:: @ 81E5A82 +SootopolisCity_EventScript_LegendariesSceneFromDive:: delay 60 special SpawnCameraObject applymovement OBJ_EVENT_ID_CAMERA, SootopolisCity_Movement_PanToActionFromDive @@ -395,7 +395,7 @@ SootopolisCity_EventScript_LegendariesSceneFromDive:: @ 81E5A82 releaseall end -SootopolisCity_Movement_PanToActionFromDive: @ 81E5BA4 +SootopolisCity_Movement_PanToActionFromDive: walk_slow_diag_northeast walk_slow_diag_northeast walk_up @@ -407,7 +407,7 @@ SootopolisCity_Movement_PanToActionFromDive: @ 81E5BA4 walk_up step_end -SootopolisCity_Movement_PanBackToDive: @ 81E5BAE +SootopolisCity_Movement_PanBackToDive: walk_down walk_down walk_down @@ -419,7 +419,7 @@ SootopolisCity_Movement_PanBackToDive: @ 81E5BAE walk_slow_diag_southwest step_end -SootopolisCity_Movement_KyogreAttack: @ 81E5BB8 +SootopolisCity_Movement_KyogreAttack: walk_in_place_slow_left walk_in_place_slow_left walk_in_place_slow_left @@ -431,7 +431,7 @@ SootopolisCity_Movement_KyogreAttack: @ 81E5BB8 clear_affine_anim step_end -SootopolisCity_Movement_KyogreDefend: @ 81E5BC2 +SootopolisCity_Movement_KyogreDefend: delay_16 delay_16 delay_16 @@ -446,7 +446,7 @@ SootopolisCity_Movement_KyogreDefend: @ 81E5BC2 clear_affine_anim step_end -SootopolisCity_Movement_KyogreMoveBack: @ 81E5BCF +SootopolisCity_Movement_KyogreMoveBack: lock_facing_direction walk_right delay_16 @@ -455,7 +455,7 @@ SootopolisCity_Movement_KyogreMoveBack: @ 81E5BCF unlock_facing_direction step_end -SootopolisCity_Movement_KyogreIdle: @ 81E5BD6 +SootopolisCity_Movement_KyogreIdle: walk_in_place_slow_left walk_in_place_slow_left walk_in_place_slow_left @@ -464,7 +464,7 @@ SootopolisCity_Movement_KyogreIdle: @ 81E5BD6 walk_in_place_slow_left step_end -SootopolisCity_Movement_GroudonAttack: @ 81E5BDD +SootopolisCity_Movement_GroudonAttack: walk_in_place_slow_right walk_in_place_slow_right walk_in_place_slow_right @@ -474,7 +474,7 @@ SootopolisCity_Movement_GroudonAttack: @ 81E5BDD walk_fast_right step_end -SootopolisCity_Movement_GroudonDefend: @ 81E5BE5 +SootopolisCity_Movement_GroudonDefend: delay_16 delay_16 delay_16 @@ -487,7 +487,7 @@ SootopolisCity_Movement_GroudonDefend: @ 81E5BE5 walk_fast_right step_end -SootopolisCity_Movement_GroudonMoveBack: @ 81E5BF0 +SootopolisCity_Movement_GroudonMoveBack: lock_facing_direction walk_left delay_16 @@ -496,7 +496,7 @@ SootopolisCity_Movement_GroudonMoveBack: @ 81E5BF0 unlock_facing_direction step_end -SootopolisCity_Movement_GroudonIdle: @ 81E5BF7 +SootopolisCity_Movement_GroudonIdle: walk_in_place_slow_right walk_in_place_slow_right walk_in_place_slow_right @@ -506,7 +506,7 @@ SootopolisCity_Movement_GroudonIdle: @ 81E5BF7 step_end @ If not at PokeCenter, assumed to have arrived via Dive -SootopolisCity_EventScript_StartRayquazaScene:: @ 81E5BFE +SootopolisCity_EventScript_StartRayquazaScene:: lockall special StorePlayerCoordsInVars compare VAR_0x8004, 43 @@ -516,7 +516,7 @@ SootopolisCity_EventScript_StartRayquazaScene:: @ 81E5BFE goto SootopolisCity_EventScript_RayquazaSceneFromPokeCenter end -SootopolisCity_EventScript_RayquazaSceneFromPokeCenter:: @ 81E5C1E +SootopolisCity_EventScript_RayquazaSceneFromPokeCenter:: delay 60 special SpawnCameraObject applymovement OBJ_EVENT_ID_CAMERA, SootopolisCity_Movement_PanToActionFromPokeCenter @@ -569,7 +569,7 @@ SootopolisCity_EventScript_RayquazaSceneFromPokeCenter:: @ 81E5C1E waitstate end -SootopolisCity_EventScript_RayquazaSceneFromDive:: @ 81E5CCE +SootopolisCity_EventScript_RayquazaSceneFromDive:: delay 60 special SpawnCameraObject applymovement OBJ_EVENT_ID_CAMERA, SootopolisCity_Movement_PanToActionFromDive @@ -622,7 +622,7 @@ SootopolisCity_EventScript_RayquazaSceneFromDive:: @ 81E5CCE waitstate end -SootopolisCity_EventScript_SetRoughWater:: @ 81E5D82 +SootopolisCity_EventScript_SetRoughWater:: setmetatile 27, 43, METATILE_Sootopolis_RoughWater, 0 setmetatile 28, 43, METATILE_Sootopolis_RoughWater, 0 setmetatile 29, 43, METATILE_Sootopolis_RoughWater, 0 @@ -649,7 +649,7 @@ SootopolisCity_EventScript_SetRoughWater:: @ 81E5D82 setmetatile 35, 45, METATILE_Sootopolis_RoughWater, 0 return -SootopolisCity_Movement_RayquazaFlyOff: @ 81E5E5B +SootopolisCity_Movement_RayquazaFlyOff: walk_fast_up walk_fastest_up walk_fastest_up @@ -659,14 +659,14 @@ SootopolisCity_Movement_RayquazaFlyOff: @ 81E5E5B walk_fastest_up step_end -SootopolisCity_Movement_PanUp: @ 81E5E63 +SootopolisCity_Movement_PanUp: walk_up walk_up walk_up walk_up step_end -SootopolisCity_Movement_PlayerApproachLegendaries: @ 81E5E68 +SootopolisCity_Movement_PlayerApproachLegendaries: walk_up walk_up walk_up @@ -674,7 +674,7 @@ SootopolisCity_Movement_PlayerApproachLegendaries: @ 81E5E68 step_end @ Unused -SootopolisCity_Movement_PlayerApproachLegendariesDown: @ 81E5E6D +SootopolisCity_Movement_PlayerApproachLegendariesDown: walk_down walk_down walk_down @@ -682,7 +682,7 @@ SootopolisCity_Movement_PlayerApproachLegendariesDown: @ 81E5E6D step_end @ Unused -SootopolisCity_Movement_UnusedPanUp: @ 81E5E72 +SootopolisCity_Movement_UnusedPanUp: walk_slow_diag_northeast walk_slow_diag_northeast walk_slow_diag_northeast @@ -698,7 +698,7 @@ SootopolisCity_Movement_UnusedPanUp: @ 81E5E72 step_end @ Unused -SootopolisCity_Movement_UnusedPanBack: @ 81E5E7F +SootopolisCity_Movement_UnusedPanBack: walk_down walk_down walk_down @@ -714,7 +714,7 @@ SootopolisCity_Movement_UnusedPanBack: @ 81E5E7F walk_slow_diag_southwest step_end -SootopolisCity_EventScript_CaveOfOriginExpert:: @ 81E5E8D +SootopolisCity_EventScript_CaveOfOriginExpert:: lock faceplayer compare VAR_SOOTOPOLIS_CITY_STATE, 6 @@ -727,22 +727,22 @@ SootopolisCity_EventScript_CaveOfOriginExpert:: @ 81E5E8D release end -SootopolisCity_EventScript_ExpertLeadToCave:: @ 81E5EBA +SootopolisCity_EventScript_ExpertLeadToCave:: msgbox SootopolisCity_Text_LeadSuperiorTrainerToCave, MSGBOX_DEFAULT release end -SootopolisCity_EventScript_ExpertPostLegendaries:: @ 81E5EC4 +SootopolisCity_EventScript_ExpertPostLegendaries:: msgbox SootopolisCity_Text_CaveOfOriginSleepsToo, MSGBOX_DEFAULT release end -SootopolisCity_EventScript_ExpertLegendaries:: @ 81E5ECE +SootopolisCity_EventScript_ExpertLegendaries:: msgbox SootopolisCity_Text_AwakenedPokemonClash, MSGBOX_DEFAULT release end -SootopolisCity_EventScript_Kiri:: @ 81E5ED8 +SootopolisCity_EventScript_Kiri:: lock faceplayer compare VAR_SOOTOPOLIS_CITY_STATE, 1 @@ -758,14 +758,14 @@ SootopolisCity_EventScript_Kiri:: @ 81E5ED8 release end -SootopolisCity_EventScript_KiriRayquaza:: @ 81E5F10 +SootopolisCity_EventScript_KiriRayquaza:: msgbox SootopolisCity_Text_PrettyMonCameFromSky, MSGBOX_DEFAULT closemessage release end @ Gives 2 berries daily. First ranges from FIRST_KIRI_BERRY to LAST_KIRI_BERRY, second is always Figy or Iapapa -SootopolisCity_EventScript_KiriGiveBerry:: @ 81E5F1B +SootopolisCity_EventScript_KiriGiveBerry:: dotimebasedevents special GetPlayerBigGuyGirlString goto_if_set FLAG_DAILY_SOOTOPOLIS_RECEIVED_BERRY, SootopolisCity_EventScript_KiriReceivedBerry @@ -785,7 +785,7 @@ SootopolisCity_EventScript_KiriGiveBerry:: @ 81E5F1B goto_if_eq SootopolisCity_EventScript_GiveIapapaBerry end -SootopolisCity_EventScript_GiveFigyBerry:: @ 81E5F79 +SootopolisCity_EventScript_GiveFigyBerry:: giveitem ITEM_FIGY_BERRY compare VAR_RESULT, FALSE goto_if_eq Common_EventScript_ShowBagIsFull @@ -793,7 +793,7 @@ SootopolisCity_EventScript_GiveFigyBerry:: @ 81E5F79 release end -SootopolisCity_EventScript_GiveIapapaBerry:: @ 81E5F9A +SootopolisCity_EventScript_GiveIapapaBerry:: giveitem ITEM_IAPAPA_BERRY compare VAR_RESULT, FALSE goto_if_eq Common_EventScript_ShowBagIsFull @@ -801,7 +801,7 @@ SootopolisCity_EventScript_GiveIapapaBerry:: @ 81E5F9A release end -SootopolisCity_EventScript_KiriReceivedBerry:: @ 81E5FBB +SootopolisCity_EventScript_KiriReceivedBerry:: msgbox SootopolisCity_Text_LikeSeasonBornIn, MSGBOX_YESNO compare VAR_RESULT, YES goto_if_eq SootopolisCity_EventScript_KiriLikeSeasonBornIn @@ -809,12 +809,12 @@ SootopolisCity_EventScript_KiriReceivedBerry:: @ 81E5FBB release end -SootopolisCity_EventScript_KiriLikeSeasonBornIn:: @ 81E5FD8 +SootopolisCity_EventScript_KiriLikeSeasonBornIn:: msgbox SootopolisCity_Text_ThenILoveAutumn, MSGBOX_DEFAULT release end -SootopolisCity_EventScript_Woman2:: @ 81E5FE2 +SootopolisCity_EventScript_Woman2:: lockall applymovement LOCALID_WOMAN_2, Common_Movement_FacePlayer waitmovement 0 @@ -827,12 +827,12 @@ SootopolisCity_EventScript_Woman2:: @ 81E5FE2 releaseall end -SootopolisCity_EventScript_Woman2Rayquaza:: @ 81E600D +SootopolisCity_EventScript_Woman2Rayquaza:: msgbox SootopolisCity_Text_YouBroughtFlyingMon, MSGBOX_DEFAULT releaseall end -SootopolisCity_EventScript_Man:: @ 81E6017 +SootopolisCity_EventScript_Man:: lock faceplayer compare VAR_SOOTOPOLIS_CITY_STATE, 6 @@ -841,12 +841,12 @@ SootopolisCity_EventScript_Man:: @ 81E6017 release end -SootopolisCity_EventScript_ManPostLegendaries:: @ 81E602E +SootopolisCity_EventScript_ManPostLegendaries:: msgbox SootopolisCity_Text_CityRegainedCalm, MSGBOX_DEFAULT release end -SootopolisCity_EventScript_Woman1:: @ 81E6038 +SootopolisCity_EventScript_Woman1:: lock faceplayer compare VAR_SOOTOPOLIS_CITY_STATE, 6 @@ -859,7 +859,7 @@ SootopolisCity_EventScript_Woman1:: @ 81E6038 release end -SootopolisCity_EventScript_Woman1Legendaries:: @ 81E6065 +SootopolisCity_EventScript_Woman1Legendaries:: msgbox SootopolisCity_Text_GiganticPokemonFight, MSGBOX_DEFAULT closemessage applymovement LOCALID_WOMAN_1, Common_Movement_FaceOriginalDirection @@ -867,17 +867,17 @@ SootopolisCity_EventScript_Woman1Legendaries:: @ 81E6065 release end -SootopolisCity_EventScript_Woman1PostLegendaries:: @ 81E607A +SootopolisCity_EventScript_Woman1PostLegendaries:: msgbox SootopolisCity_Text_NightSkyFavoriteScenery, MSGBOX_DEFAULT release end -SootopolisCity_EventScript_Woman1Rayquaza:: @ 81E6084 +SootopolisCity_EventScript_Woman1Rayquaza:: msgbox SootopolisCity_Text_FearedWorstWhenPokemonFlewDown, MSGBOX_DEFAULT release end -SootopolisCity_EventScript_NinjaBoy:: @ 81E608E +SootopolisCity_EventScript_NinjaBoy:: lockall applymovement LOCALID_NINJA_BOY, Common_Movement_FacePlayer waitmovement 0 @@ -894,17 +894,17 @@ SootopolisCity_EventScript_NinjaBoy:: @ 81E608E release end -SootopolisCity_EventScript_NinjaBoyNormal:: @ 81E60CF +SootopolisCity_EventScript_NinjaBoyNormal:: msgbox SootopolisCity_Text_WonderWhatWorldIsLike, MSGBOX_DEFAULT release end -SootopolisCity_EventScript_NinjaBoyRayquaza:: @ 81E60D9 +SootopolisCity_EventScript_NinjaBoyRayquaza:: msgbox SootopolisCity_Text_ThatWasWicked, MSGBOX_DEFAULT release end -SootopolisCity_EventScript_Boy1:: @ 81E60E3 +SootopolisCity_EventScript_Boy1:: lockall applymovement LOCALID_BOY_1, Common_Movement_FacePlayer waitmovement 0 @@ -922,34 +922,34 @@ SootopolisCity_EventScript_Boy1:: @ 81E60E3 release end -SootopolisCity_EventScript_Boy1Rayquaza:: @ 81E612D +SootopolisCity_EventScript_Boy1Rayquaza:: msgbox SootopolisCity_Text_WhatIsThatGreenPokemon, MSGBOX_DEFAULT release end -SootopolisCity_EventScript_Boy1GameClear:: @ 81E6137 +SootopolisCity_EventScript_Boy1GameClear:: msgbox SootopolisCity_Text_WhereDidLegendariesGo, MSGBOX_DEFAULT release end -SootopolisCity_EventScript_Boy1Normal:: @ 81E6141 +SootopolisCity_EventScript_Boy1Normal:: msgbox SootopolisCity_Text_PhysicallyFitLivingHere, MSGBOX_DEFAULT release end -SootopolisCity_EventScript_GymSign:: @ 81E614B +SootopolisCity_EventScript_GymSign:: msgbox SootopolisCity_Text_GymSign, MSGBOX_SIGN end -SootopolisCity_EventScript_CitySign:: @ 81E6154 +SootopolisCity_EventScript_CitySign:: msgbox SootopolisCity_Text_CitySign, MSGBOX_SIGN end -EventScript_ClosedSootopolisDoor:: @ 81E615D +EventScript_ClosedSootopolisDoor:: msgbox SootopolisCity_Text_DoorIsClosed, MSGBOX_SIGN end -SootopolisCity_EventScript_Steven:: @ 81E6166 +SootopolisCity_EventScript_Steven:: lockall applymovement LOCALID_STEVEN, Common_Movement_FacePlayer waitmovement 0 @@ -965,22 +965,22 @@ SootopolisCity_EventScript_Steven:: @ 81E6166 releaseall end -SootopolisCity_EventScript_StevenHelpWallace:: @ 81E61AE +SootopolisCity_EventScript_StevenHelpWallace:: msgbox SootopolisCity_Text_KnowWhatsNeededToHelpHim, MSGBOX_DEFAULT releaseall end -SootopolisCity_EventScript_StevenMaxieArchieLeft:: @ 81E61B8 +SootopolisCity_EventScript_StevenMaxieArchieLeft:: msgbox SootopolisCity_Text_MaxieArchieLeft, MSGBOX_DEFAULT releaseall end -SootopolisCity_EventScript_StevenHelpedWallace:: @ 81E61C2 +SootopolisCity_EventScript_StevenHelpedWallace:: msgbox SootopolisCity_Text_NeverBeenToSkyPillar, MSGBOX_DEFAULT releaseall end -SootopolisCity_EventScript_StevenLeadPlayerCaveOfOrigin:: @ 81E61CC +SootopolisCity_EventScript_StevenLeadPlayerCaveOfOrigin:: msgbox SootopolisCity_Text_InvolvedWithCrisisComeWithMe, MSGBOX_DEFAULT closemessage compare VAR_FACING, DIR_WEST @@ -1007,19 +1007,19 @@ SootopolisCity_EventScript_StevenLeadPlayerCaveOfOrigin:: @ 81E61CC waitstate end -SootopolisCity_EventScript_StartWalkToCaveOfOriginWest:: @ 81E6243 +SootopolisCity_EventScript_StartWalkToCaveOfOriginWest:: applymovement LOCALID_STEVEN, SootopolisCity_Movement_StevenStartWalkToCaveOfOrigin applymovement OBJ_EVENT_ID_PLAYER, SootopolisCity_Movement_PlayerStartWalkToCaveOfOriginWest waitmovement 0 return -SootopolisCity_EventScript_StartWalkToCaveOfOriginNorth:: @ 81E6255 +SootopolisCity_EventScript_StartWalkToCaveOfOriginNorth:: applymovement LOCALID_STEVEN, SootopolisCity_Movement_StevenStartWalkToCaveOfOrigin applymovement OBJ_EVENT_ID_PLAYER, SootopolisCity_Movement_PlayerStartWalkToCaveOfOriginNorth waitmovement 0 return -SootopolisCity_Movement_StevenStartWalkToCaveOfOrigin: @ 81E6267 +SootopolisCity_Movement_StevenStartWalkToCaveOfOrigin: walk_up walk_up walk_up @@ -1058,7 +1058,7 @@ SootopolisCity_Movement_StevenStartWalkToCaveOfOrigin: @ 81E6267 walk_in_place_fastest_down step_end -SootopolisCity_Movement_PlayerStartWalkToCaveOfOriginWest: @ 81E628C +SootopolisCity_Movement_PlayerStartWalkToCaveOfOriginWest: walk_left walk_up walk_up @@ -1096,7 +1096,7 @@ SootopolisCity_Movement_PlayerStartWalkToCaveOfOriginWest: @ 81E628C walk_up step_end -SootopolisCity_Movement_PlayerStartWalkToCaveOfOriginNorth: @ 81E62B0 +SootopolisCity_Movement_PlayerStartWalkToCaveOfOriginNorth: walk_up walk_up walk_up @@ -1134,7 +1134,7 @@ SootopolisCity_Movement_PlayerStartWalkToCaveOfOriginNorth: @ 81E62B0 walk_up step_end -SootopolisCity_Movement_StevenWalkToCaveOfOrigin: @ 81E62D4 +SootopolisCity_Movement_StevenWalkToCaveOfOrigin: walk_up walk_up walk_right @@ -1194,7 +1194,7 @@ SootopolisCity_Movement_StevenWalkToCaveOfOrigin: @ 81E62D4 walk_up step_end -SootopolisCity_Movement_PlayerWalkToCaveOfOrigin: @ 81E630E +SootopolisCity_Movement_PlayerWalkToCaveOfOrigin: walk_up walk_up walk_up @@ -1247,12 +1247,12 @@ SootopolisCity_Movement_PlayerWalkToCaveOfOrigin: @ 81E630E walk_right step_end -SootopolisCity_Movement_ExpertMoveAside: @ 81E6341 +SootopolisCity_Movement_ExpertMoveAside: walk_slow_left walk_in_place_fastest_right step_end -SootopolisCity_Movement_StevenArriveCaveEntrance: @ 81E6344 +SootopolisCity_Movement_StevenArriveCaveEntrance: walk_down walk_down walk_left @@ -1265,7 +1265,7 @@ SootopolisCity_Movement_StevenArriveCaveEntrance: @ 81E6344 walk_in_place_fastest_left step_end -SootopolisCity_Movement_PlayerArriveCaveEntrance: @ 81E634F +SootopolisCity_Movement_PlayerArriveCaveEntrance: delay_16 delay_16 delay_16 @@ -1278,12 +1278,12 @@ SootopolisCity_Movement_PlayerArriveCaveEntrance: @ 81E634F walk_in_place_fastest_right step_end -SootopolisCity_Movement_PlayerEnterCaveOfOrigin: @ 81E635A +SootopolisCity_Movement_PlayerEnterCaveOfOrigin: walk_up walk_up step_end -SootopolisCity_EventScript_Boy2:: @ 81E635D +SootopolisCity_EventScript_Boy2:: lockall applymovement LOCALID_BOY_2, Common_Movement_FacePlayer waitmovement 0 @@ -1296,13 +1296,13 @@ SootopolisCity_EventScript_Boy2:: @ 81E635D releaseall end -SootopolisCity_EventScript_Boy2Rayquaza:: @ 81E6388 +SootopolisCity_EventScript_Boy2Rayquaza:: msgbox SootopolisCity_Text_FlyingMonStoppedRampage, MSGBOX_DEFAULT closemessage releaseall end -SootopolisCity_EventScript_BlackBelt:: @ 81E6393 +SootopolisCity_EventScript_BlackBelt:: lockall compare VAR_SOOTOPOLIS_CITY_STATE, 5 goto_if_eq SootopolisCity_EventScript_BlackBeltRayquaza @@ -1317,14 +1317,14 @@ SootopolisCity_EventScript_BlackBelt:: @ 81E6393 releaseall end -SootopolisCity_EventScript_BlackBeltRayquaza:: @ 81E63C7 +SootopolisCity_EventScript_BlackBeltRayquaza:: applymovement LOCALID_BLACK_BELT, Common_Movement_FacePlayer waitmovement 0 msgbox SootopolisCity_Text_GreenOneSettlesThings, MSGBOX_DEFAULT releaseall end -SootopolisCity_EventScript_Girl:: @ 81E63DB +SootopolisCity_EventScript_Girl:: lockall applymovement LOCALID_GIRL, Common_Movement_FacePlayer waitmovement 0 @@ -1337,13 +1337,13 @@ SootopolisCity_EventScript_Girl:: @ 81E63DB releaseall end -SootopolisCity_EventScript_GirlRayquaza:: @ 81E6406 +SootopolisCity_EventScript_GirlRayquaza:: msgbox SootopolisCity_Text_SootopolisDidntGetWrecked, MSGBOX_DEFAULT closemessage releaseall end -SootopolisCity_EventScript_Maniac:: @ 81E6411 +SootopolisCity_EventScript_Maniac:: lockall applymovement LOCALID_MANIAC, Common_Movement_FacePlayer waitmovement 0 @@ -1356,12 +1356,12 @@ SootopolisCity_EventScript_Maniac:: @ 81E6411 releaseall end -SootopolisCity_EventScript_ManiacRayquaza:: @ 81E643C +SootopolisCity_EventScript_ManiacRayquaza:: msgbox SootopolisCity_Text_SawLegendWithOwnEyes, MSGBOX_DEFAULT releaseall end -SootopolisCity_EventScript_Wallace:: @ 81E6446 +SootopolisCity_EventScript_Wallace:: lock faceplayer compare VAR_SOOTOPOLIS_CITY_STATE, 4 @@ -1372,7 +1372,7 @@ SootopolisCity_EventScript_Wallace:: @ 81E6446 release end -SootopolisCity_EventScript_GiveWaterfall:: @ 81E646F +SootopolisCity_EventScript_GiveWaterfall:: msgbox SootopolisCity_Text_ThankYouForHelpAcceptThis, MSGBOX_DEFAULT giveitem ITEM_HM07 setflag FLAG_RECEIVED_HM07 @@ -1387,41 +1387,41 @@ SootopolisCity_EventScript_GiveWaterfall:: @ 81E646F release end -SootopolisCity_EventScript_WallaceMoveFromGym:: @ 81E64B2 +SootopolisCity_EventScript_WallaceMoveFromGym:: applymovement LOCALID_WALLACE, SootopolisCity_Movement_WallaceMoveFromGym waitmovement 0 copyobjectxytoperm LOCALID_WALLACE setvar VAR_SOOTOPOLIS_WALLACE_STATE, 1 return -SootopolisCity_EventScript_WallaceMoveFromGymWest:: @ 81E64C5 +SootopolisCity_EventScript_WallaceMoveFromGymWest:: applymovement LOCALID_WALLACE, SootopolisCity_Movement_WallaceMoveFromGymWest waitmovement 0 copyobjectxytoperm LOCALID_WALLACE setvar VAR_SOOTOPOLIS_WALLACE_STATE, 2 return -SootopolisCity_EventScript_GoToSkyPillar:: @ 81E64D8 +SootopolisCity_EventScript_GoToSkyPillar:: msgbox SootopolisCity_Text_HaventYouScaledSkyPillar, MSGBOX_DEFAULT release end -SootopolisCity_EventScript_GoToGym:: @ 81E64E2 +SootopolisCity_EventScript_GoToGym:: msgbox SootopolisCity_Text_DazzledByMentor, MSGBOX_DEFAULT release end -SootopolisCity_Movement_WallaceMoveFromGym: @ 81E64EC +SootopolisCity_Movement_WallaceMoveFromGym: walk_right walk_in_place_fastest_down step_end -SootopolisCity_Movement_WallaceMoveFromGymWest: @ 81E64EF +SootopolisCity_Movement_WallaceMoveFromGymWest: walk_left walk_in_place_fastest_down step_end -SootopolisCity_EventScript_Maxie:: @ 81E64F2 +SootopolisCity_EventScript_Maxie:: lockall compare VAR_SOOTOPOLIS_CITY_STATE, 5 goto_if_eq SootopolisCity_EventScript_MaxieRayquaza @@ -1430,14 +1430,14 @@ SootopolisCity_EventScript_Maxie:: @ 81E64F2 releaseall end -SootopolisCity_EventScript_MaxieRayquaza:: @ 81E6509 +SootopolisCity_EventScript_MaxieRayquaza:: msgbox SootopolisCity_Text_AfterAllOurScheming, MSGBOX_DEFAULT setflag FLAG_MET_MAXIE_SOOTOPOLIS goto_if_set FLAG_MET_ARCHIE_SOOTOPOLIS, SootopolisCity_EventScript_MaxieArchieLeave releaseall end -SootopolisCity_EventScript_Archie:: @ 81E651F +SootopolisCity_EventScript_Archie:: lockall compare VAR_SOOTOPOLIS_CITY_STATE, 5 goto_if_eq SootopolisCity_EventScript_ArchieRayquaza @@ -1446,14 +1446,14 @@ SootopolisCity_EventScript_Archie:: @ 81E651F releaseall end -SootopolisCity_EventScript_ArchieRayquaza:: @ 81E6536 +SootopolisCity_EventScript_ArchieRayquaza:: msgbox SootopolisCity_Text_TryingMeaninglessToPokemon, MSGBOX_DEFAULT setflag FLAG_MET_ARCHIE_SOOTOPOLIS goto_if_set FLAG_MET_MAXIE_SOOTOPOLIS, SootopolisCity_EventScript_MaxieArchieLeave releaseall end -SootopolisCity_EventScript_MaxieArchieLeave:: @ 81E654C +SootopolisCity_EventScript_MaxieArchieLeave:: setflag FLAG_HIDE_SOOTOPOLIS_CITY_MAXIE setflag FLAG_HIDE_SOOTOPOLIS_CITY_ARCHIE setflag FLAG_SOOTOPOLIS_ARCHIE_MAXIE_LEAVE @@ -1466,36 +1466,36 @@ SootopolisCity_EventScript_MaxieArchieLeave:: @ 81E654C end @ Unused -SootopolisCity_Movement_Levitate:: @ 81E656B +SootopolisCity_Movement_Levitate:: levitate step_end @ Unused -SootopolisCity_Movement_DestroyTask:: @ 81E656D +SootopolisCity_Movement_DestroyTask:: destroy_extra_task step_end -SootopolisCity_Text_GymSign: @ 81E656F +SootopolisCity_Text_GymSign: .string "SOOTOPOLIS CITY POKéMON GYM\n" .string "LEADER: JUAN\p" .string "“The GYM LEADER with the beauty\n" .string "of pure water!”$" -SootopolisCity_Text_CitySign: @ 81E65C8 +SootopolisCity_Text_CitySign: .string "SOOTOPOLIS CITY\p" .string "“The mystical city where history\n" .string "slumbers.”$" -SootopolisCity_Text_DoorIsClosed: @ 81E6604 +SootopolisCity_Text_DoorIsClosed: .string "The door is closed.$" -SootopolisCity_Text_PhysicallyFitLivingHere: @ 81E6618 +SootopolisCity_Text_PhysicallyFitLivingHere: .string "Diving in the sea. Climbing up and\n" .string "down stairs all the time…\p" .string "If you live in this town, you end up\n" .string "getting physically fit.$" -SootopolisCity_Text_GiantPokemonSuddenlyAppeared: @ 81E6692 +SootopolisCity_Text_GiantPokemonSuddenlyAppeared: .string "These giant POKéMON suddenly appeared\n" .string "in the middle of the city!\p" .string "And, I've never seen them before!\p" @@ -1504,56 +1504,56 @@ SootopolisCity_Text_GiantPokemonSuddenlyAppeared: @ 81E6692 .string "Why can't they be friends, those\n" .string "POKéMON?$" -SootopolisCity_Text_WhatIsThatGreenPokemon: @ 81E6750 +SootopolisCity_Text_WhatIsThatGreenPokemon: .string "What? What? What?\n" .string "What is that green POKéMON?!$" -SootopolisCity_Text_WhereDidLegendariesGo: @ 81E677F +SootopolisCity_Text_WhereDidLegendariesGo: .string "GROUDON and KYOGRE…\n" .string "Where did they go?\p" .string "Will they cause droughts or downpours\n" .string "somewhere else?$" -SootopolisCity_Text_TwoPokemonArentAngry: @ 81E67DC +SootopolisCity_Text_TwoPokemonArentAngry: .string "I just get this sense somehow that\n" .string "the two POKéMON aren't angry.\p" .string "I think… They probably can't control\n" .string "their own power…$" -SootopolisCity_Text_FlyingMonStoppedRampage: @ 81E6853 +SootopolisCity_Text_FlyingMonStoppedRampage: .string "That flying POKéMON came down from\n" .string "the sky and stopped the rampaging\l" .string "POKéMON…$" -SootopolisCity_Text_WonderWhatWorldIsLike: @ 81E68A1 +SootopolisCity_Text_WonderWhatWorldIsLike: .string "I… I've never been out of this city.\p" .string "I wonder what the world is like on\n" .string "the other side of this round sky?$" -SootopolisCity_Text_ThisIsWicked: @ 81E690B +SootopolisCity_Text_ThisIsWicked: .string "Wow!\n" .string "This is wicked!$" -SootopolisCity_Text_ThatWasWicked: @ 81E6920 +SootopolisCity_Text_ThatWasWicked: .string "Wow!\n" .string "That was wicked!$" -SootopolisCity_Text_GoRedAndBlueMon: @ 81E6936 +SootopolisCity_Text_GoRedAndBlueMon: .string "Go for it, red POKéMON!\n" .string "Don't back off, blue POKéMON!$" -SootopolisCity_Text_DoYouKnowMonNames: @ 81E696C +SootopolisCity_Text_DoYouKnowMonNames: .string "… … … … … …\p" .string "Hi, do you know the names of those\n" .string "POKéMON fighting over there?$" -SootopolisCity_Text_GreenOneSettlesThings: @ 81E69B8 +SootopolisCity_Text_GreenOneSettlesThings: .string "I was wondering which one would win,\n" .string "the red one or the blue one, but, oh no,\l" .string "it's the green one that settles things!\p" .string "Talk about a huge turn of events!$" -SootopolisCity_Text_SeeingLegendWithOwnEyes: @ 81E6A50 +SootopolisCity_Text_SeeingLegendWithOwnEyes: .string "There's an ancient legend that claims\n" .string "the land and sea were shaped by\l" .string "a colossal battle between POKéMON.\p" @@ -1562,7 +1562,7 @@ SootopolisCity_Text_SeeingLegendWithOwnEyes: @ 81E6A50 .string "Whoa! I never expected to be\n" .string "witness to something this huge!$" -SootopolisCity_Text_SawLegendWithOwnEyes: @ 81E6B2A +SootopolisCity_Text_SawLegendWithOwnEyes: .string "There's an ancient legend that claims\n" .string "the land and sea were shaped by\l" .string "a colossal battle between POKéMON.\p" @@ -1571,40 +1571,40 @@ SootopolisCity_Text_SawLegendWithOwnEyes: @ 81E6B2A .string "Whoa! I never expected to be\n" .string "witness to something this huge!$" -SootopolisCity_Text_BigPokemonFighting: @ 81E6BFF +SootopolisCity_Text_BigPokemonFighting: .string "A big POKéMON is fighting with\n" .string "another big POKéMON!\p" .string "Please, someone make them stop!$" -SootopolisCity_Text_PrettyMonCameFromSky: @ 81E6C53 +SootopolisCity_Text_PrettyMonCameFromSky: .string "A pretty POKéMON came down from\n" .string "the sky…$" -SootopolisCity_Text_SootopolisWillBeWrecked: @ 81E6C7C +SootopolisCity_Text_SootopolisWillBeWrecked: .string "Oh, no!\n" .string "SOOTOPOLIS CITY will get wrecked!$" -SootopolisCity_Text_SootopolisDidntGetWrecked: @ 81E6CA6 +SootopolisCity_Text_SootopolisDidntGetWrecked: .string "SOOTOPOLIS CITY didn't get wrecked!$" -SootopolisCity_Text_NoOrdinaryTourist: @ 81E6CCA +SootopolisCity_Text_NoOrdinaryTourist: .string "Hm!\n" .string "You've come all the way to SOOTOPOLIS?\l" .string "You're no ordinary tourist.\p" .string "But I suppose that doesn't make you\n" .string "an extraordinary tourist, either.$" -SootopolisCity_Text_CityRegainedCalm: @ 81E6D57 +SootopolisCity_Text_CityRegainedCalm: .string "The city has regained its calm…$" -SootopolisCity_Text_CaveOfOriginPleaseLeave: @ 81E6D77 +SootopolisCity_Text_CaveOfOriginPleaseLeave: .string "Who might you be?\p" .string "This is the CAVE OF ORIGIN.\p" .string "The spirits of POKéMON, becalmed at\n" .string "MT. PYRE, are said to be revived here.\p" .string "Please leave.$" -SootopolisCity_Text_LeadSuperiorTrainerToCave: @ 81E6DFE +SootopolisCity_Text_LeadSuperiorTrainerToCave: .string "A person with a strong will and\n" .string "superior talent…\p" .string "A TRAINER who has knowledge and\n" @@ -1613,18 +1613,18 @@ SootopolisCity_Text_LeadSuperiorTrainerToCave: @ 81E6DFE .string "instructed by WALLACE to lead that\l" .string "TRAINER to this CAVE.$" -SootopolisCity_Text_AwakenedPokemonClash: @ 81E6ED4 +SootopolisCity_Text_AwakenedPokemonClash: .string "Oh, my…\p" .string "The clash between the two awakened\n" .string "POKéMON was quelled by the awakening\l" .string "of a third POKéMON…$" -SootopolisCity_Text_CaveOfOriginSleepsToo: @ 81E6F38 +SootopolisCity_Text_CaveOfOriginSleepsToo: .string "This is the CAVE OF ORIGIN…\p" .string "With the passing of the crisis,\n" .string "the cave, too, shall sleep…$" -SootopolisCity_Text_SootopolisSkyBeautiful: @ 81E6F90 +SootopolisCity_Text_SootopolisSkyBeautiful: .string "SOOTOPOLIS sprang up as a town in\n" .string "the crater of a volcano.\p" .string "If you look up at the sky, the lip of\n" @@ -1633,23 +1633,23 @@ SootopolisCity_Text_SootopolisSkyBeautiful: @ 81E6F90 .string "But that's what makes the sky above\n" .string "SOOTOPOLIS the most beautiful.$" -SootopolisCity_Text_GiganticPokemonFight: @ 81E7078 +SootopolisCity_Text_GiganticPokemonFight: .string "When two POKéMON that gigantic\n" .string "are fighting that savagely, there's\l" .string "not much that we can do.$" -SootopolisCity_Text_FearedWorstWhenPokemonFlewDown: @ 81E70D4 +SootopolisCity_Text_FearedWorstWhenPokemonFlewDown: .string "When that third POKéMON flew down,\n" .string "I feared the worst.$" -SootopolisCity_Text_NightSkyFavoriteScenery: @ 81E710B +SootopolisCity_Text_NightSkyFavoriteScenery: .string "A circle of a night sky framed by\n" .string "the crater of a volcano…\p" .string "And in that ring, stars flicker and\n" .string "blink as if they were alive…\l" .string "It's my favorite scenery.$" -SootopolisCity_Text_WeatherWentWild: @ 81E71A1 +SootopolisCity_Text_WeatherWentWild: .string "The weather was clear this morning,\n" .string "but…\p" .string "All of a sudden, dark clouds brewed up,\n" @@ -1660,20 +1660,20 @@ SootopolisCity_Text_WeatherWentWild: @ 81E71A1 .string "Is all of this because of those\n" .string "POKéMON?$" -SootopolisCity_Text_YouBroughtFlyingMon: @ 81E728C +SootopolisCity_Text_YouBroughtFlyingMon: .string "Oh?\p" .string "It was you who brought that flying\n" .string "POKéMON here?\p" .string "Well, aren't you amazing!$" -SootopolisCity_Text_GroudonPleaseStop: @ 81E72DB +SootopolisCity_Text_GroudonPleaseStop: .string "MAXIE: G… GROUDON…\n" .string "Please! Stop what you're doing!\p" .string "I know the extent of your power now!\p" .string "If you keep going, all HOENN, not just\n" .string "SOOTOPOLIS, will be utterly ruined!$" -SootopolisCity_Text_AfterAllOurScheming: @ 81E737E +SootopolisCity_Text_AfterAllOurScheming: .string "MAXIE: So the super-ancient POKéMON\n" .string "weren't only GROUDON and KYOGRE…\p" .string "After all our fruitless scheming and\n" @@ -1683,7 +1683,7 @@ SootopolisCity_Text_AfterAllOurScheming: @ 81E737E .string "Fu…\n" .string "Fuhahaha…$" -SootopolisCity_Text_KyogreCalmDown: @ 81E7460 +SootopolisCity_Text_KyogreCalmDown: .string "ARCHIE: KYOGRE! What's wrong?!\n" .string "Look over here! It's the RED ORB!\l" .string "Calm down! KYOGRE!\p" @@ -1692,7 +1692,7 @@ SootopolisCity_Text_KyogreCalmDown: @ 81E7460 .string "It's no good!\n" .string "It's not responding at all!$" -SootopolisCity_Text_TryingMeaninglessToPokemon: @ 81E74F6 +SootopolisCity_Text_TryingMeaninglessToPokemon: .string "ARCHIE: KYOGRE and GROUDON both\n" .string "flew off to who knows where.\p" .string "The weather in HOENN has returned\n" @@ -1703,7 +1703,7 @@ SootopolisCity_Text_TryingMeaninglessToPokemon: @ 81E74F6 .string "something small, even meaningless,\l" .string "to POKéMON…$" -SootopolisCity_Text_InvolvedWithCrisisComeWithMe: @ 81E75CB +SootopolisCity_Text_InvolvedWithCrisisComeWithMe: .string "STEVEN: Those POKéMON fighting…\n" .string "GROUDON… And KYOGRE…\p" .string "The two super-ancient POKéMON\n" @@ -1718,7 +1718,7 @@ SootopolisCity_Text_InvolvedWithCrisisComeWithMe: @ 81E75CB .string "I'd like you to meet.\p" .string "Come with me, please.$" -SootopolisCity_Text_DoesThisMakeYourFearPokemon: @ 81E7737 +SootopolisCity_Text_DoesThisMakeYourFearPokemon: .string "STEVEN: Listen, {PLAYER}{KUN}.\p" .string "Does seeing GROUDON and KYOGRE make\n" .string "you think POKéMON are to be feared?\p" @@ -1727,34 +1727,34 @@ SootopolisCity_Text_DoesThisMakeYourFearPokemon: @ 81E7737 .string "…Why am I asking you this?\n" .string "You already know.$" -SootopolisCity_Text_HereWereAreHelpWallace: @ 81E77F0 +SootopolisCity_Text_HereWereAreHelpWallace: .string "STEVEN: Okay, here we are!\p" .string "Inside here you'll find someone named\n" .string "WALLACE.\p" .string "I think you have what's needed to\n" .string "help him…$" -SootopolisCity_Text_KnowWhatsNeededToHelpHim: @ 81E7866 +SootopolisCity_Text_KnowWhatsNeededToHelpHim: .string "STEVEN: I think you have what's\n" .string "needed to help him…$" -SootopolisCity_Text_NeverBeenToSkyPillar: @ 81E789A +SootopolisCity_Text_NeverBeenToSkyPillar: .string "STEVEN: The SKY PILLAR…\p" .string "I've never been there.\n" .string "I wonder where it could be?$" -SootopolisCity_Text_SoThatsRayquaza: @ 81E78E5 +SootopolisCity_Text_SoThatsRayquaza: .string "STEVEN: So that's RAYQUAZA…\p" .string "It's incredible how the two rampaging\n" .string "POKéMON would flee from it in fear…$" -SootopolisCity_Text_MaxieArchieLeft: @ 81E794B +SootopolisCity_Text_MaxieArchieLeft: .string "STEVEN: It looks like both MAXIE and\n" .string "ARCHIE have gone away somewhere.\p" .string "Perhaps they've gone to MT. PYRE to\n" .string "return those ORBS…$" -SootopolisCity_Text_HaventYouScaledSkyPillar: @ 81E79C8 +SootopolisCity_Text_HaventYouScaledSkyPillar: .string "WALLACE: Oh?\n" .string "{PLAYER}{KUN}?\p" .string "Haven't you scaled the SKY PILLAR\n" @@ -1762,14 +1762,14 @@ SootopolisCity_Text_HaventYouScaledSkyPillar: @ 81E79C8 .string "I'm sure that you can make it to\n" .string "the top of the SKY PILLAR…$" -SootopolisCity_Text_AquaMagmaDidntMeanHarm: @ 81E7A3E +SootopolisCity_Text_AquaMagmaDidntMeanHarm: .string "WALLACE: {PLAYER}{KUN}…\p" .string "The leaders of TEAM MAGMA and AQUA,\n" .string "I don't think they meant harm.\p" .string "It wouldn't hurt to hear what they\n" .string "have to say for themselves.$" -SootopolisCity_Text_ThankYouForHelpAcceptThis: @ 81E7ACF +SootopolisCity_Text_ThankYouForHelpAcceptThis: .string "WALLACE: {PLAYER}{KUN}…\n" .string "My eyes didn't deceive me.\p" .string "Thanks to your help, SOOTOPOLIS…\n" @@ -1778,7 +1778,7 @@ SootopolisCity_Text_ThankYouForHelpAcceptThis: @ 81E7ACF .string "This is a gift from me.\n" .string "Please accept it.$" -SootopolisCity_Text_ExplainWaterfallGoToGym: @ 81E7B86 +SootopolisCity_Text_ExplainWaterfallGoToGym: .string "That HIDDEN MACHINE contains\n" .string "WATERFALL.\p" .string "If you have the RAIN BADGE, a POKéMON\n" @@ -1791,7 +1791,7 @@ SootopolisCity_Text_ExplainWaterfallGoToGym: @ 81E7B86 .string "When you're all set to go, step through\n" .string "that door.$" -SootopolisCity_Text_DazzledByMentor: @ 81E7CBC +SootopolisCity_Text_DazzledByMentor: .string "WALLACE: I'm sure that you will be\n" .string "dazzled by my mentor's breathtakingly\l" .string "elegant battle style.$" |