pokeemerald/data/event_scripts.s

10576 lines
344 KiB
ArmAsm
Raw Normal View History

2018-11-13 15:19:04 +01:00
#include "constants/battle_frontier.h"
#include "constants/battle_setup.h"
#include "constants/event_objects.h"
2018-11-13 15:19:04 +01:00
#include "constants/field_effects.h"
2018-11-13 23:28:46 +01:00
#include "constants/flags.h"
2017-12-11 19:41:13 +01:00
#include "constants/items.h"
2018-11-13 15:19:04 +01:00
#include "constants/heal_locations.h"
#include "constants/maps.h"
2017-12-11 19:27:51 +01:00
#include "constants/moves.h"
#include "constants/songs.h"
#include "constants/species.h"
2018-02-05 17:39:26 +01:00
#include "constants/trainers.h"
2018-11-13 15:19:04 +01:00
#include "constants/vars.h"
2018-12-24 22:23:58 +01:00
#include "constants/weather.h"
2016-11-01 16:29:13 +01:00
.include "asm/macros.inc"
2017-10-24 05:18:35 +02:00
.include "asm/macros/event.inc"
2016-11-01 16:29:13 +01:00
.include "constants/constants.inc"
2016-09-03 10:11:14 +02:00
.section script_data, "aw", %progbits
2016-09-03 04:51:16 +02:00
@ 81DB67C
.include "data/script_cmd_table.inc"
2015-10-10 14:20:38 +02:00
2017-09-02 22:31:37 +02:00
gSpecialVars:: @ 81DBA0C
2017-11-11 01:12:18 +01:00
.4byte gSpecialVar_0x8000
.4byte gSpecialVar_0x8001
.4byte gSpecialVar_0x8002
.4byte gSpecialVar_0x8003
.4byte gSpecialVar_0x8004
.4byte gSpecialVar_0x8005
.4byte gSpecialVar_0x8006
.4byte gSpecialVar_0x8007
.4byte gSpecialVar_0x8008
.4byte gSpecialVar_0x8009
.4byte gSpecialVar_0x800A
.4byte gSpecialVar_0x800B
.4byte gSpecialVar_Facing
.4byte gSpecialVar_Result
.4byte gSpecialVar_ItemId
.4byte gSpecialVar_LastTalked
.4byte gSpecialVar_ContestRank
.4byte gSpecialVar_ContestCategory
.4byte gSpecialVar_MonBoxId
.4byte gSpecialVar_MonBoxPos
.4byte gSpecialVar_0x8014
.4byte gTrainerBattleOpponent_A
2015-10-10 14:20:38 +02:00
2017-10-14 20:26:25 +02:00
.include "data/specials.inc"
2015-10-10 14:20:38 +02:00
2017-10-12 09:06:19 +02:00
gStdScripts:: @ 81DC2A0
.4byte Std_ObtainItem
.4byte Std_FindItem
.4byte Std_MsgboxNPC
.4byte Std_MsgboxSign
.4byte Std_MsgboxDefault
.4byte Std_MsgboxYesNo
.4byte Std_MsgboxAutoclose
.4byte Std_ObtainDecoration
2018-03-02 14:44:33 +01:00
.4byte Std_RegisteredInMatchCall
.4byte Std_9
.4byte Std_10
2015-10-10 14:20:38 +02:00
2017-11-10 02:21:31 +01:00
gStdScripts_End:: @ 81DC2CC
map_script 3, PetalburgCity_MapScript1_1DC2D7
map_script 2, PetalburgCity_MapScript2_1DC31C
.byte 0
2018-06-21 00:41:41 +02:00
.include "data/maps/PetalburgCity/scripts.inc"
.include "data/maps/SlateportCity/scripts.inc"
.include "data/maps/MauvilleCity/scripts.inc"
.include "data/maps/RustboroCity/scripts.inc"
.include "data/maps/FortreeCity/scripts.inc"
.include "data/maps/LilycoveCity/scripts.inc"
.include "data/maps/MossdeepCity/scripts.inc"
.include "data/maps/SootopolisCity/scripts.inc"
.include "data/maps/EverGrandeCity/scripts.inc"
.include "data/maps/LittlerootTown/scripts.inc"
.include "data/maps/OldaleTown/scripts.inc"
.include "data/maps/DewfordTown/scripts.inc"
.include "data/maps/LavaridgeTown/scripts.inc"
.include "data/maps/FallarborTown/scripts.inc"
.include "data/maps/VerdanturfTown/scripts.inc"
.include "data/maps/PacifidlogTown/scripts.inc"
.include "data/maps/Route101/scripts.inc"
.include "data/maps/Route102/scripts.inc"
.include "data/maps/Route103/scripts.inc"
.include "data/maps/Route104/scripts.inc"
.include "data/maps/Route105/scripts.inc"
.include "data/maps/Route106/scripts.inc"
.include "data/maps/Route107/scripts.inc"
.include "data/maps/Route108/scripts.inc"
.include "data/maps/Route109/scripts.inc"
.include "data/maps/Route110/scripts.inc"
.include "data/maps/Route111/scripts.inc"
.include "data/maps/Route112/scripts.inc"
.include "data/maps/Route113/scripts.inc"
.include "data/maps/Route114/scripts.inc"
.include "data/maps/Route115/scripts.inc"
.include "data/maps/Route116/scripts.inc"
.include "data/maps/Route117/scripts.inc"
.include "data/maps/Route118/scripts.inc"
.include "data/maps/Route119/scripts.inc"
.include "data/maps/Route120/scripts.inc"
.include "data/maps/Route121/scripts.inc"
.include "data/maps/Route122/scripts.inc"
.include "data/maps/Route123/scripts.inc"
.include "data/maps/Route124/scripts.inc"
.include "data/maps/Route125/scripts.inc"
.include "data/maps/Route126/scripts.inc"
.include "data/maps/Route127/scripts.inc"
.include "data/maps/Route128/scripts.inc"
.include "data/maps/Route129/scripts.inc"
.include "data/maps/Route130/scripts.inc"
.include "data/maps/Route131/scripts.inc"
.include "data/maps/Route132/scripts.inc"
.include "data/maps/Route133/scripts.inc"
.include "data/maps/Route134/scripts.inc"
.include "data/maps/Underwater1/scripts.inc"
.include "data/maps/Underwater2/scripts.inc"
.include "data/maps/Underwater3/scripts.inc"
.include "data/maps/Underwater4/scripts.inc"
.include "data/maps/Underwater5/scripts.inc"
.include "data/maps/Underwater6/scripts.inc"
.include "data/maps/Underwater7/scripts.inc"
.include "data/maps/LittlerootTown_BrendansHouse_1F/scripts.inc"
.include "data/maps/LittlerootTown_BrendansHouse_2F/scripts.inc"
.include "data/maps/LittlerootTown_MaysHouse_1F/scripts.inc"
.include "data/maps/LittlerootTown_MaysHouse_2F/scripts.inc"
.include "data/maps/LittlerootTown_ProfessorBirchsLab/scripts.inc"
.include "data/maps/OldaleTown_House1/scripts.inc"
.include "data/maps/OldaleTown_House2/scripts.inc"
.include "data/maps/OldaleTown_PokemonCenter_1F/scripts.inc"
.include "data/maps/OldaleTown_PokemonCenter_2F/scripts.inc"
.include "data/maps/OldaleTown_Mart/scripts.inc"
.include "data/maps/DewfordTown_House1/scripts.inc"
.include "data/maps/DewfordTown_PokemonCenter_1F/scripts.inc"
.include "data/maps/DewfordTown_PokemonCenter_2F/scripts.inc"
.include "data/maps/DewfordTown_Gym/scripts.inc"
.include "data/maps/DewfordTown_Hall/scripts.inc"
.include "data/maps/DewfordTown_House2/scripts.inc"
.include "data/maps/LavaridgeTown_HerbShop/scripts.inc"
.include "data/maps/LavaridgeTown_Gym_1F/scripts.inc"
.include "data/maps/LavaridgeTown_Gym_B1F/scripts.inc"
.include "data/maps/LavaridgeTown_House/scripts.inc"
.include "data/maps/LavaridgeTown_Mart/scripts.inc"
.include "data/maps/LavaridgeTown_PokemonCenter_1F/scripts.inc"
.include "data/maps/LavaridgeTown_PokemonCenter_2F/scripts.inc"
.include "data/maps/FallarborTown_Mart/scripts.inc"
.include "data/maps/FallarborTown_BattleTentLobby/scripts.inc"
.include "data/maps/FallarborTown_BattleTentCorridor/scripts.inc"
.include "data/maps/FallarborTown_BattleTentBattleRoom/scripts.inc"
.include "data/maps/FallarborTown_PokemonCenter_1F/scripts.inc"
.include "data/maps/FallarborTown_PokemonCenter_2F/scripts.inc"
.include "data/maps/FallarborTown_House1/scripts.inc"
.include "data/maps/FallarborTown_House2/scripts.inc"
.include "data/maps/VerdanturfTown_BattleTentLobby/scripts.inc"
.include "data/maps/VerdanturfTown_BattleTentCorridor/scripts.inc"
.include "data/maps/VerdanturfTown_BattleTentBattleRoom/scripts.inc"
.include "data/maps/VerdanturfTown_Mart/scripts.inc"
.include "data/maps/VerdanturfTown_PokemonCenter_1F/scripts.inc"
.include "data/maps/VerdanturfTown_PokemonCenter_2F/scripts.inc"
.include "data/maps/VerdanturfTown_WandasHouse/scripts.inc"
.include "data/maps/VerdanturfTown_FriendshipRatersHouse/scripts.inc"
.include "data/maps/VerdanturfTown_House/scripts.inc"
.include "data/maps/PacifidlogTown_PokemonCenter_1F/scripts.inc"
.include "data/maps/PacifidlogTown_PokemonCenter_2F/scripts.inc"
.include "data/maps/PacifidlogTown_House1/scripts.inc"
.include "data/maps/PacifidlogTown_House2/scripts.inc"
.include "data/maps/PacifidlogTown_House3/scripts.inc"
.include "data/maps/PacifidlogTown_House4/scripts.inc"
.include "data/maps/PacifidlogTown_House5/scripts.inc"
.include "data/maps/PetalburgCity_WallysHouse/scripts.inc"
.include "data/maps/PetalburgCity_Gym/scripts.inc"
.include "data/maps/PetalburgCity_House1/scripts.inc"
.include "data/maps/PetalburgCity_House2/scripts.inc"
.include "data/maps/PetalburgCity_PokemonCenter_1F/scripts.inc"
.include "data/maps/PetalburgCity_PokemonCenter_2F/scripts.inc"
.include "data/maps/PetalburgCity_Mart/scripts.inc"
.include "data/maps/SlateportCity_SternsShipyard_1F/scripts.inc"
.include "data/maps/SlateportCity_SternsShipyard_2F/scripts.inc"
.include "data/maps/SlateportCity_BattleTentLobby/scripts.inc"
.include "data/maps/SlateportCity_BattleTentCorridor/scripts.inc"
.include "data/maps/SlateportCity_BattleTentBattleRoom/scripts.inc"
.include "data/maps/SlateportCity_House1/scripts.inc"
.include "data/maps/SlateportCity_PokemonFanClub/scripts.inc"
.include "data/maps/SlateportCity_OceanicMuseum_1F/scripts.inc"
.include "data/maps/SlateportCity_OceanicMuseum_2F/scripts.inc"
.include "data/maps/SlateportCity_Harbor/scripts.inc"
.include "data/maps/SlateportCity_House2/scripts.inc"
.include "data/maps/SlateportCity_PokemonCenter_1F/scripts.inc"
.include "data/maps/SlateportCity_PokemonCenter_2F/scripts.inc"
.include "data/maps/SlateportCity_Mart/scripts.inc"
.include "data/maps/MauvilleCity_Gym/scripts.inc"
.include "data/maps/MauvilleCity_BikeShop/scripts.inc"
.include "data/maps/MauvilleCity_House1/scripts.inc"
.include "data/maps/MauvilleCity_GameCorner/scripts.inc"
.include "data/maps/MauvilleCity_House2/scripts.inc"
.include "data/maps/MauvilleCity_PokemonCenter_1F/scripts.inc"
.include "data/maps/MauvilleCity_PokemonCenter_2F/scripts.inc"
.include "data/maps/MauvilleCity_Mart/scripts.inc"
.include "data/maps/RustboroCity_DevonCorp_1F/scripts.inc"
.include "data/maps/RustboroCity_DevonCorp_2F/scripts.inc"
.include "data/maps/RustboroCity_DevonCorp_3F/scripts.inc"
.include "data/maps/RustboroCity_Gym/scripts.inc"
.include "data/maps/RustboroCity_PokemonSchool/scripts.inc"
.include "data/maps/RustboroCity_PokemonCenter_1F/scripts.inc"
.include "data/maps/RustboroCity_PokemonCenter_2F/scripts.inc"
.include "data/maps/RustboroCity_Mart/scripts.inc"
.include "data/maps/RustboroCity_Flat1_1F/scripts.inc"
.include "data/maps/RustboroCity_Flat1_2F/scripts.inc"
.include "data/maps/RustboroCity_House1/scripts.inc"
.include "data/maps/RustboroCity_CuttersHouse/scripts.inc"
.include "data/maps/RustboroCity_House2/scripts.inc"
.include "data/maps/RustboroCity_Flat2_1F/scripts.inc"
.include "data/maps/RustboroCity_Flat2_2F/scripts.inc"
.include "data/maps/RustboroCity_Flat2_3F/scripts.inc"
.include "data/maps/RustboroCity_House3/scripts.inc"
.include "data/maps/FortreeCity_House1/scripts.inc"
.include "data/maps/FortreeCity_Gym/scripts.inc"
.include "data/maps/FortreeCity_PokemonCenter_1F/scripts.inc"
.include "data/maps/FortreeCity_PokemonCenter_2F/scripts.inc"
.include "data/maps/FortreeCity_Mart/scripts.inc"
.include "data/maps/FortreeCity_House2/scripts.inc"
.include "data/maps/FortreeCity_House3/scripts.inc"
.include "data/maps/FortreeCity_House4/scripts.inc"
.include "data/maps/FortreeCity_House5/scripts.inc"
.include "data/maps/FortreeCity_DecorationShop/scripts.inc"
.include "data/maps/LilycoveCity_CoveLilyMotel_1F/scripts.inc"
.include "data/maps/LilycoveCity_CoveLilyMotel_2F/scripts.inc"
.include "data/maps/LilycoveCity_LilycoveMuseum_1F/scripts.inc"
.include "data/maps/LilycoveCity_LilycoveMuseum_2F/scripts.inc"
.include "data/maps/LilycoveCity_ContestLobby/scripts.inc"
.include "data/maps/LilycoveCity_ContestHall/scripts.inc"
.include "data/maps/LilycoveCity_PokemonCenter_1F/scripts.inc"
.include "data/maps/LilycoveCity_PokemonCenter_2F/scripts.inc"
.include "data/maps/LilycoveCity_UnusedMart/scripts.inc"
.include "data/maps/LilycoveCity_PokemonTrainerFanClub/scripts.inc"
.include "data/maps/LilycoveCity_Harbor/scripts.inc"
.include "data/maps/LilycoveCity_MoveDeletersHouse/scripts.inc"
.include "data/maps/LilycoveCity_House1/scripts.inc"
.include "data/maps/LilycoveCity_House2/scripts.inc"
.include "data/maps/LilycoveCity_House3/scripts.inc"
.include "data/maps/LilycoveCity_House4/scripts.inc"
.include "data/maps/LilycoveCity_DepartmentStore_1F/scripts.inc"
.include "data/maps/LilycoveCity_DepartmentStore_2F/scripts.inc"
.include "data/maps/LilycoveCity_DepartmentStore_3F/scripts.inc"
.include "data/maps/LilycoveCity_DepartmentStore_4F/scripts.inc"
.include "data/maps/LilycoveCity_DepartmentStore_5F/scripts.inc"
.include "data/maps/LilycoveCity_DepartmentStoreRooftop/scripts.inc"
.include "data/maps/LilycoveCity_DepartmentStoreElevator/scripts.inc"
.include "data/maps/MossdeepCity_Gym/scripts.inc"
.include "data/maps/MossdeepCity_House1/scripts.inc"
.include "data/maps/MossdeepCity_House2/scripts.inc"
.include "data/maps/MossdeepCity_PokemonCenter_1F/scripts.inc"
.include "data/maps/MossdeepCity_PokemonCenter_2F/scripts.inc"
.include "data/maps/MossdeepCity_Mart/scripts.inc"
.include "data/maps/MossdeepCity_House3/scripts.inc"
.include "data/maps/MossdeepCity_StevensHouse/scripts.inc"
.include "data/maps/MossdeepCity_House4/scripts.inc"
.include "data/maps/MossdeepCity_SpaceCenter_1F/scripts.inc"
.include "data/maps/MossdeepCity_SpaceCenter_2F/scripts.inc"
.include "data/maps/MossdeepCity_GameCorner_1F/scripts.inc"
.include "data/maps/MossdeepCity_GameCorner_B1F/scripts.inc"
.include "data/maps/SootopolisCity_Gym_1F/scripts.inc"
.include "data/maps/SootopolisCity_Gym_B1F/scripts.inc"
.include "data/maps/SootopolisCity_PokemonCenter_1F/scripts.inc"
.include "data/maps/SootopolisCity_PokemonCenter_2F/scripts.inc"
.include "data/maps/SootopolisCity_Mart/scripts.inc"
.include "data/maps/SootopolisCity_House1/scripts.inc"
.include "data/maps/SootopolisCity_House2/scripts.inc"
.include "data/maps/SootopolisCity_House3/scripts.inc"
.include "data/maps/SootopolisCity_House4/scripts.inc"
.include "data/maps/SootopolisCity_House5/scripts.inc"
.include "data/maps/SootopolisCity_House6/scripts.inc"
.include "data/maps/SootopolisCity_House7/scripts.inc"
.include "data/maps/SootopolisCity_LotadAndSeedotHouse/scripts.inc"
.include "data/maps/SootopolisCity_MysteryEventsHouse_1F/scripts.inc"
.include "data/maps/SootopolisCity_MysteryEventsHouse_B1F/scripts.inc"
.include "data/maps/EverGrandeCity_SidneysRoom/scripts.inc"
.include "data/maps/EverGrandeCity_PhoebesRoom/scripts.inc"
.include "data/maps/EverGrandeCity_GlaciasRoom/scripts.inc"
.include "data/maps/EverGrandeCity_DrakesRoom/scripts.inc"
.include "data/maps/EverGrandeCity_ChampionsRoom/scripts.inc"
.include "data/maps/EverGrandeCity_Hall1/scripts.inc"
.include "data/maps/EverGrandeCity_Hall2/scripts.inc"
.include "data/maps/EverGrandeCity_Hall3/scripts.inc"
.include "data/maps/EverGrandeCity_Hall4/scripts.inc"
.include "data/maps/EverGrandeCity_Hall5/scripts.inc"
.include "data/maps/EverGrandeCity_PokemonLeague_1F/scripts.inc"
.include "data/maps/EverGrandeCity_HallOfFame/scripts.inc"
.include "data/maps/EverGrandeCity_PokemonCenter_1F/scripts.inc"
.include "data/maps/EverGrandeCity_PokemonCenter_2F/scripts.inc"
.include "data/maps/EverGrandeCity_PokemonLeague_2F/scripts.inc"
.include "data/maps/Route104_MrBrineysHouse/scripts.inc"
.include "data/maps/Route104_PrettyPetalFlowerShop/scripts.inc"
.include "data/maps/Route111_WinstrateFamilysHouse/scripts.inc"
.include "data/maps/Route111_OldLadysRestStop/scripts.inc"
.include "data/maps/Route112_CableCarStation/scripts.inc"
.include "data/maps/MtChimney_CableCarStation/scripts.inc"
.include "data/maps/Route114_FossilManiacsHouse/scripts.inc"
.include "data/maps/Route114_FossilManiacsTunnel/scripts.inc"
.include "data/maps/Route114_LanettesHouse/scripts.inc"
.include "data/maps/Route116_TunnelersRestHouse/scripts.inc"
.include "data/maps/Route117_PokemonDayCare/scripts.inc"
.include "data/maps/Route121_SafariZoneEntrance/scripts.inc"
.include "data/maps/MeteorFalls_1F_1R/scripts.inc"
.include "data/maps/MeteorFalls_1F_2R/scripts.inc"
.include "data/maps/MeteorFalls_B1F_1R/scripts.inc"
.include "data/maps/MeteorFalls_B1F_2R/scripts.inc"
.include "data/maps/RusturfTunnel/scripts.inc"
.include "data/maps/Underwater_SootopolisCity/scripts.inc"
.include "data/maps/DesertRuins/scripts.inc"
.include "data/maps/GraniteCave_1F/scripts.inc"
.include "data/maps/GraniteCave_B1F/scripts.inc"
.include "data/maps/GraniteCave_B2F/scripts.inc"
.include "data/maps/GraniteCave_StevensRoom/scripts.inc"
.include "data/maps/PetalburgWoods/scripts.inc"
.include "data/maps/MtChimney/scripts.inc"
.include "data/maps/JaggedPass/scripts.inc"
.include "data/maps/FieryPath/scripts.inc"
.include "data/maps/MtPyre_1F/scripts.inc"
.include "data/maps/MtPyre_2F/scripts.inc"
.include "data/maps/MtPyre_3F/scripts.inc"
.include "data/maps/MtPyre_4F/scripts.inc"
.include "data/maps/MtPyre_5F/scripts.inc"
.include "data/maps/MtPyre_6F/scripts.inc"
.include "data/maps/MtPyre_Exterior/scripts.inc"
.include "data/maps/MtPyre_Summit/scripts.inc"
.include "data/maps/AquaHideout_1F/scripts.inc"
.include "data/maps/AquaHideout_B1F/scripts.inc"
.include "data/maps/AquaHideout_B2F/scripts.inc"
.include "data/maps/Underwater_SeafloorCavern/scripts.inc"
.include "data/maps/SeafloorCavern_Entrance/scripts.inc"
.include "data/maps/SeafloorCavern_Room1/scripts.inc"
.include "data/maps/SeafloorCavern_Room2/scripts.inc"
.include "data/maps/SeafloorCavern_Room3/scripts.inc"
.include "data/maps/SeafloorCavern_Room4/scripts.inc"
.include "data/maps/SeafloorCavern_Room5/scripts.inc"
.include "data/maps/SeafloorCavern_Room6/scripts.inc"
.include "data/maps/SeafloorCavern_Room7/scripts.inc"
.include "data/maps/SeafloorCavern_Room8/scripts.inc"
.include "data/maps/SeafloorCavern_Room9/scripts.inc"
.include "data/maps/CaveOfOrigin_Entrance/scripts.inc"
.include "data/maps/CaveOfOrigin_1F/scripts.inc"
.include "data/maps/CaveOfOrigin_UnusedRubySapphireMap1/scripts.inc"
.include "data/maps/CaveOfOrigin_UnusedRubySapphireMap2/scripts.inc"
.include "data/maps/CaveOfOrigin_UnusedRubySapphireMap3/scripts.inc"
.include "data/maps/CaveOfOrigin_B1F/scripts.inc"
.include "data/maps/VictoryRoad_1F/scripts.inc"
.include "data/maps/VictoryRoad_B1F/scripts.inc"
.include "data/maps/VictoryRoad_B2F/scripts.inc"
.include "data/maps/ShoalCave_LowTideEntranceRoom/scripts.inc"
.include "data/maps/ShoalCave_LowTideInnerRoom/scripts.inc"
.include "data/maps/ShoalCave_LowTideStairsRoom/scripts.inc"
.include "data/maps/ShoalCave_LowTideLowerRoom/scripts.inc"
.include "data/maps/ShoalCave_HighTideEntranceRoom/scripts.inc"
.include "data/maps/ShoalCave_HighTideInnerRoom/scripts.inc"
.include "data/maps/NewMauville_Entrance/scripts.inc"
.include "data/maps/NewMauville_Inside/scripts.inc"
.include "data/maps/AbandonedShip_Deck/scripts.inc"
.include "data/maps/AbandonedShip_Corridors_1F/scripts.inc"
.include "data/maps/AbandonedShip_Rooms_1F/scripts.inc"
.include "data/maps/AbandonedShip_Corridors_B1F/scripts.inc"
.include "data/maps/AbandonedShip_Rooms_B1F/scripts.inc"
.include "data/maps/AbandonedShip_Rooms2_B1F/scripts.inc"
.include "data/maps/AbandonedShip_Underwater1/scripts.inc"
.include "data/maps/AbandonedShip_Room_B1F/scripts.inc"
.include "data/maps/AbandonedShip_Rooms2_1F/scripts.inc"
.include "data/maps/AbandonedShip_CaptainsOffice/scripts.inc"
.include "data/maps/AbandonedShip_Underwater2/scripts.inc"
.include "data/maps/AbandonedShip_HiddenFloorCorridors/scripts.inc"
.include "data/maps/AbandonedShip_HiddenFloorRooms/scripts.inc"
.include "data/maps/IslandCave/scripts.inc"
.include "data/maps/AncientTomb/scripts.inc"
.include "data/maps/Underwater_Route134/scripts.inc"
.include "data/maps/Underwater_SealedChamber/scripts.inc"
.include "data/maps/SealedChamber_OuterRoom/scripts.inc"
.include "data/maps/SealedChamber_InnerRoom/scripts.inc"
.include "data/maps/ScorchedSlab/scripts.inc"
.include "data/maps/AquaHideout_UnusedRubyMap1/scripts.inc"
.include "data/maps/AquaHideout_UnusedRubyMap2/scripts.inc"
.include "data/maps/AquaHideout_UnusedRubyMap3/scripts.inc"
.include "data/maps/SkyPillar_Entrance/scripts.inc"
.include "data/maps/SkyPillar_Outside/scripts.inc"
.include "data/maps/SkyPillar_1F/scripts.inc"
.include "data/maps/SkyPillar_2F/scripts.inc"
.include "data/maps/SkyPillar_3F/scripts.inc"
.include "data/maps/SkyPillar_4F/scripts.inc"
.include "data/maps/ShoalCave_LowTideIceRoom/scripts.inc"
.include "data/maps/SkyPillar_5F/scripts.inc"
.include "data/maps/SkyPillar_Top/scripts.inc"
.include "data/maps/MagmaHideout_1F/scripts.inc"
.include "data/maps/MagmaHideout_2F_1R/scripts.inc"
.include "data/maps/MagmaHideout_2F_2R/scripts.inc"
.include "data/maps/MagmaHideout_3F_1R/scripts.inc"
.include "data/maps/MagmaHideout_3F_2R/scripts.inc"
.include "data/maps/MagmaHideout_4F/scripts.inc"
.include "data/maps/MagmaHideout_3F_3R/scripts.inc"
.include "data/maps/MagmaHideout_2F_3R/scripts.inc"
.include "data/maps/MirageTower_1F/scripts.inc"
.include "data/maps/MirageTower_2F/scripts.inc"
.include "data/maps/MirageTower_3F/scripts.inc"
.include "data/maps/MirageTower_4F/scripts.inc"
.include "data/maps/DesertUnderpass/scripts.inc"
.include "data/maps/ArtisanCave_B1F/scripts.inc"
.include "data/maps/ArtisanCave_1F/scripts.inc"
.include "data/maps/Underwater_MarineCave/scripts.inc"
.include "data/maps/MarineCave_Entrance/scripts.inc"
.include "data/maps/MarineCave_End/scripts.inc"
.include "data/maps/TerraCave_Entrance/scripts.inc"
.include "data/maps/TerraCave_End/scripts.inc"
.include "data/maps/AlteringCave/scripts.inc"
.include "data/maps/MeteorFalls_StevensCave/scripts.inc"
.include "data/maps/SecretBase_BlueCave1/scripts.inc"
.include "data/maps/SecretBase_BlueCave2/scripts.inc"
.include "data/maps/SecretBase_BlueCave3/scripts.inc"
.include "data/maps/SecretBase_BlueCave4/scripts.inc"
.include "data/maps/SecretBase_BrownCave1/scripts.inc"
.include "data/maps/SecretBase_BrownCave2/scripts.inc"
.include "data/maps/SecretBase_BrownCave3/scripts.inc"
.include "data/maps/SecretBase_BrownCave4/scripts.inc"
.include "data/maps/SecretBase_RedCave1/scripts.inc"
.include "data/maps/SecretBase_RedCave2/scripts.inc"
.include "data/maps/SecretBase_RedCave3/scripts.inc"
.include "data/maps/SecretBase_RedCave4/scripts.inc"
.include "data/maps/SecretBase_Shrub1/scripts.inc"
.include "data/maps/SecretBase_Shrub2/scripts.inc"
.include "data/maps/SecretBase_Shrub3/scripts.inc"
.include "data/maps/SecretBase_Shrub4/scripts.inc"
.include "data/maps/SecretBase_Tree1/scripts.inc"
.include "data/maps/SecretBase_Tree2/scripts.inc"
.include "data/maps/SecretBase_Tree3/scripts.inc"
.include "data/maps/SecretBase_Tree4/scripts.inc"
.include "data/maps/SecretBase_YellowCave1/scripts.inc"
.include "data/maps/SecretBase_YellowCave2/scripts.inc"
.include "data/maps/SecretBase_YellowCave3/scripts.inc"
.include "data/maps/SecretBase_YellowCave4/scripts.inc"
2017-11-10 02:21:31 +01:00
2018-10-17 04:47:08 +02:00
EventScript_SecretBasePC:: @ 823B4BB
lockall
2018-11-13 15:19:04 +01:00
playse SE_PC_LOGIN
message Text_276805
2018-11-13 15:19:04 +01:00
dofieldeffect FLDEFF_PCTURN_ON
waitstate
waitmessage
waitbuttonpress
2018-11-13 15:19:04 +01:00
playse SE_SELECT
goto EventScript_23B4D3
2017-11-10 02:21:31 +01:00
end
EventScript_23B4D3:: @ 823B4D3
message Text_27681A
waitmessage
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_0x10C, EventScript_23B4EF
goto EventScript_23B531
2017-11-10 02:21:31 +01:00
end
gUnknown_0823B4E8:: @ 823B4E8
lockall
goto EventScript_23B4D3
2017-11-10 02:21:31 +01:00
end
EventScript_23B4EF:: @ 823B4EF
multichoice 0, 0, 6, 0
switch VAR_RESULT
case 0, EventScript_23B581
case 1, EventScript_23B568
case 2, EventScript_23B585
case 3, EventScript_23B66E
case 127, EventScript_23B66E
2017-11-10 02:21:31 +01:00
end
EventScript_23B531:: @ 823B531
multichoice 0, 0, 5, 0
switch VAR_RESULT
case 0, EventScript_23B581
case 1, EventScript_23B568
case 2, EventScript_23B66E
case 127, EventScript_23B66E
2017-11-10 02:21:31 +01:00
end
EventScript_23B568:: @ 823B568
msgbox Text_2766AA, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_23B4D3
closemessage
special sub_80E9AC0
releaseall
2017-11-10 02:21:31 +01:00
end
EventScript_23B581:: @ 823B581
special sub_80E9C74
end
2017-11-10 02:21:31 +01:00
EventScript_23B585:: @ 823B585
special sub_80E9C88
end
2017-11-10 02:21:31 +01:00
2018-10-17 04:47:08 +02:00
EventScript_RecordMixingSecretBasePC:: @ 823B589
lockall
message Text_276805
2018-11-13 15:19:04 +01:00
playse SE_PC_LOGIN
dofieldeffect FLDEFF_PCTURN_ON
waitstate
waitmessage
waitbuttonpress
2018-11-13 15:19:04 +01:00
playse SE_SELECT
goto EventScript_23B5A1
end
2017-11-10 02:21:31 +01:00
EventScript_23B5A1:: @ 823B5A1
message Text_27681A
waitmessage
multichoice 0, 0, 7, 0
switch VAR_RESULT
case 0, EventScript_23B5F0
case 1, EventScript_23B585
case 2, EventScript_23B660
case 3, EventScript_23B66E
case 127, EventScript_23B66E
end
gUnknown_0823B5E9:: @ 823B5E9
lockall
goto EventScript_23B5A1
end
2017-11-10 02:21:31 +01:00
EventScript_23B5F0:: @ 823B5F0
special sub_80E9BDC
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_23B62F
compare VAR_RESULT, 2
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_23B652
special sub_80E980C
msgbox Text_276707, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_23B5A1
msgbox Text_2767D1, MSGBOX_SIGN
special sub_80E9C2C
special DoSecretBasePCTurnOffEffect
releaseall
end
EventScript_23B62F:: @ 823B62F
msgbox Text_276731, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_23B5A1
msgbox Text_2767E9, MSGBOX_SIGN
special sub_80E9C2C
special DoSecretBasePCTurnOffEffect
releaseall
end
EventScript_23B652:: @ 823B652
msgbox Text_27676F, MSGBOX_SIGN
special DoSecretBasePCTurnOffEffect
closemessage
releaseall
end
EventScript_23B660:: @ 823B660
msgbox Text_276835, MSGBOX_DEFAULT
goto EventScript_23B5A1
end
EventScript_23B66E:: @ 823B66E
special DoSecretBasePCTurnOffEffect
closemessage
releaseall
end
EventScript_23B674:: @ 823B674
special sub_80EB498
end
EventScript_23B678:: @ 823B678
special sub_80EB56C
end
EventScript_23B67C:: @ 823B67C
special sub_80EB9E0
end
EventScript_23B680:: @ 823B680
special sub_80EBB28
2017-11-10 02:21:31 +01:00
end
2018-10-17 04:47:08 +02:00
EventScript_SecretBaseSandOrnament:: @ 823B684
special sub_80EBE7C
2018-11-13 15:19:04 +01:00
dofieldeffect FLDEFF_SAND_PILLAR
2017-11-10 02:21:31 +01:00
waitstate
end
2018-10-17 04:47:08 +02:00
EventScript_SecretBaseShieldOrToyTV:: @ 823B68C
special GetShieldToyTVDecorationInfo
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_23B6BC
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_23B6C5
compare VAR_RESULT, 2
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_23B6CE
compare VAR_RESULT, 3
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_23B6D7
end
2017-11-10 02:21:31 +01:00
EventScript_23B6BC:: @ 823B6BC
msgbox Text_27692B, MSGBOX_SIGN
end
2017-11-10 02:21:31 +01:00
EventScript_23B6C5:: @ 823B6C5
msgbox Text_276974, MSGBOX_SIGN
end
2017-11-10 02:21:31 +01:00
EventScript_23B6CE:: @ 823B6CE
msgbox Text_2769B8, MSGBOX_SIGN
end
2017-11-10 02:21:31 +01:00
EventScript_23B6D7:: @ 823B6D7
msgbox Text_2769FF, MSGBOX_SIGN
end
2017-11-10 02:21:31 +01:00
gText_23B6E0:: @ 823B6E0
2018-12-07 16:41:08 +01:00
.string "There's a small indent in the wall.$"
2017-11-10 02:21:31 +01:00
gText_23B704:: @ 823B704
2018-12-07 16:41:08 +01:00
.string "There's a small indent in the wall.\p"
.string "Use the SECRET POWER?$"
gText_23B73E:: @ 823B73E
.string "Discovered a small cavern!$"
2017-11-10 02:21:31 +01:00
SecretBase_RedCave1_Text_23B759: @ 823B759
.string "Want to make your SECRET BASE here?$"
2017-11-10 02:21:31 +01:00
2018-06-21 00:41:41 +02:00
.include "data/maps/SingleBattleColosseum/scripts.inc"
.include "data/maps/TradeCenter/scripts.inc"
.include "data/maps/RecordCorner/scripts.inc"
.include "data/maps/DoubleBattleColosseum/scripts.inc"
.include "data/maps/LinkContestRoom1/scripts.inc"
.include "data/maps/LinkContestRoom2/scripts.inc"
.include "data/maps/LinkContestRoom3/scripts.inc"
.include "data/maps/LinkContestRoom4/scripts.inc"
.include "data/maps/LinkContestRoom5/scripts.inc"
.include "data/maps/LinkContestRoom6/scripts.inc"
.include "data/maps/UnknownMap_25_29/scripts.inc"
.include "data/maps/UnknownMap_25_30/scripts.inc"
.include "data/maps/UnknownMap_25_31/scripts.inc"
.include "data/maps/UnknownMap_25_32/scripts.inc"
.include "data/maps/UnknownMap_25_33/scripts.inc"
.include "data/maps/UnknownMap_25_34/scripts.inc"
.include "data/maps/InsideOfTruck/scripts.inc"
.include "data/maps/SSTidalCorridor/scripts.inc"
.include "data/maps/SSTidalLowerDeck/scripts.inc"
.include "data/maps/SSTidalRooms/scripts.inc"
.include "data/maps/BattlePyramidSquare01/scripts.inc"
.include "data/maps/BattlePyramidSquare02/scripts.inc"
.include "data/maps/BattlePyramidSquare03/scripts.inc"
.include "data/maps/BattlePyramidSquare04/scripts.inc"
.include "data/maps/BattlePyramidSquare05/scripts.inc"
.include "data/maps/BattlePyramidSquare06/scripts.inc"
.include "data/maps/BattlePyramidSquare07/scripts.inc"
.include "data/maps/BattlePyramidSquare08/scripts.inc"
.include "data/maps/BattlePyramidSquare09/scripts.inc"
.include "data/maps/BattlePyramidSquare10/scripts.inc"
.include "data/maps/BattlePyramidSquare11/scripts.inc"
.include "data/maps/BattlePyramidSquare12/scripts.inc"
.include "data/maps/BattlePyramidSquare13/scripts.inc"
.include "data/maps/BattlePyramidSquare14/scripts.inc"
.include "data/maps/BattlePyramidSquare15/scripts.inc"
.include "data/maps/BattlePyramidSquare16/scripts.inc"
.include "data/maps/UnionRoom/scripts.inc"
.include "data/maps/SafariZone_Northwest/scripts.inc"
.include "data/maps/SafariZone_North/scripts.inc"
.include "data/maps/SafariZone_Southwest/scripts.inc"
.include "data/maps/SafariZone_South/scripts.inc"
.include "data/maps/BattleFrontier_OutsideWest/scripts.inc"
.include "data/maps/BattleFrontier_BattleTowerLobby/scripts.inc"
.include "data/maps/BattleFrontier_BattleTowerElevator/scripts.inc"
.include "data/maps/BattleFrontier_BattleTowerCorridor/scripts.inc"
.include "data/maps/BattleFrontier_BattleTowerBattleRoom/scripts.inc"
.include "data/maps/SouthernIsland_Exterior/scripts.inc"
.include "data/maps/SouthernIsland_Interior/scripts.inc"
.include "data/maps/SafariZone_RestHouse/scripts.inc"
.include "data/maps/SafariZone_Northeast/scripts.inc"
.include "data/maps/SafariZone_Southeast/scripts.inc"
.include "data/maps/BattleFrontier_OutsideEast/scripts.inc"
.include "data/maps/BattleFrontier_BattleTowerMultiBattleRoom/scripts.inc"
.include "data/maps/BattleFrontier_BattleTowerCorridor2/scripts.inc"
.include "data/maps/BattleFrontier_BattleTowerBattleRoom2/scripts.inc"
.include "data/maps/BattleFrontier_BattleDomeLobby/scripts.inc"
.include "data/maps/BattleFrontier_BattleDomeCorridor/scripts.inc"
.include "data/maps/BattleFrontier_BattleDomePreBattleRoom/scripts.inc"
.include "data/maps/BattleFrontier_BattleDomeBattleRoom/scripts.inc"
.include "data/maps/BattleFrontier_BattlePalaceLobby/scripts.inc"
.include "data/maps/BattleFrontier_BattlePalaceCorridor/scripts.inc"
.include "data/maps/BattleFrontier_BattlePalaceBattleRoom/scripts.inc"
.include "data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc"
.include "data/maps/BattleFrontier_BattlePyramidEmptySquare/scripts.inc"
.include "data/maps/BattleFrontier_BattlePyramidTop/scripts.inc"
.include "data/maps/BattleFrontier_BattleArenaLobby/scripts.inc"
.include "data/maps/BattleFrontier_BattleArenaCorridor/scripts.inc"
.include "data/maps/BattleFrontier_BattleArenaBattleRoom/scripts.inc"
.include "data/maps/BattleFrontier_BattleFactoryLobby/scripts.inc"
.include "data/maps/BattleFrontier_BattleFactoryPreBattleRoom/scripts.inc"
.include "data/maps/BattleFrontier_BattleFactoryBattleRoom/scripts.inc"
.include "data/maps/BattleFrontier_BattlePikeLobby/scripts.inc"
.include "data/maps/BattleFrontier_BattlePikeCorridor/scripts.inc"
.include "data/maps/BattleFrontier_BattlePikeThreePathRoom/scripts.inc"
.include "data/maps/BattleFrontier_BattlePikeRandomRoom1/scripts.inc"
.include "data/maps/BattleFrontier_BattlePikeRandomRoom2/scripts.inc"
.include "data/maps/BattleFrontier_BattlePikeRandomRoom3/scripts.inc"
.include "data/maps/BattleFrontier_RankingHall/scripts.inc"
.include "data/maps/BattleFrontier_Lounge1/scripts.inc"
.include "data/maps/BattleFrontier_BattlePointExchangeServiceCorner/scripts.inc"
.include "data/maps/BattleFrontier_Lounge2/scripts.inc"
.include "data/maps/BattleFrontier_Lounge3/scripts.inc"
.include "data/maps/BattleFrontier_Lounge4/scripts.inc"
.include "data/maps/BattleFrontier_ScottsHouse/scripts.inc"
.include "data/maps/BattleFrontier_Lounge5/scripts.inc"
.include "data/maps/BattleFrontier_Lounge6/scripts.inc"
.include "data/maps/BattleFrontier_Lounge7/scripts.inc"
.include "data/maps/BattleFrontier_ReceptionGate/scripts.inc"
.include "data/maps/BattleFrontier_Lounge8/scripts.inc"
.include "data/maps/BattleFrontier_Lounge9/scripts.inc"
.include "data/maps/BattleFrontier_PokemonCenter_1F/scripts.inc"
.include "data/maps/BattleFrontier_PokemonCenter_2F/scripts.inc"
.include "data/maps/BattleFrontier_Mart/scripts.inc"
.include "data/maps/FarawayIsland_Entrance/scripts.inc"
.include "data/maps/FarawayIsland_Interior/scripts.inc"
.include "data/maps/BirthIsland_Exterior/scripts.inc"
.include "data/maps/BirthIsland_Harbor/scripts.inc"
.include "data/maps/TrainerHill_Entrance/scripts.inc"
.include "data/maps/TrainerHill_1F/scripts.inc"
.include "data/maps/TrainerHill_2F/scripts.inc"
.include "data/maps/TrainerHill_3F/scripts.inc"
.include "data/maps/TrainerHill_4F/scripts.inc"
.include "data/maps/TrainerHill_Roof/scripts.inc"
.include "data/maps/NavelRock_Exterior/scripts.inc"
.include "data/maps/NavelRock_Harbor/scripts.inc"
.include "data/maps/NavelRock_Entrance/scripts.inc"
.include "data/maps/NavelRock_B1F/scripts.inc"
.include "data/maps/NavelRock_Fork/scripts.inc"
.include "data/maps/NavelRock_Up1/scripts.inc"
.include "data/maps/NavelRock_Up2/scripts.inc"
.include "data/maps/NavelRock_Up3/scripts.inc"
.include "data/maps/NavelRock_Up4/scripts.inc"
.include "data/maps/NavelRock_Top/scripts.inc"
.include "data/maps/NavelRock_Down01/scripts.inc"
.include "data/maps/NavelRock_Down02/scripts.inc"
.include "data/maps/NavelRock_Down03/scripts.inc"
.include "data/maps/NavelRock_Down04/scripts.inc"
.include "data/maps/NavelRock_Down05/scripts.inc"
.include "data/maps/NavelRock_Down06/scripts.inc"
.include "data/maps/NavelRock_Down07/scripts.inc"
.include "data/maps/NavelRock_Down08/scripts.inc"
.include "data/maps/NavelRock_Down09/scripts.inc"
.include "data/maps/NavelRock_Down10/scripts.inc"
.include "data/maps/NavelRock_Down11/scripts.inc"
.include "data/maps/NavelRock_Bottom/scripts.inc"
.include "data/maps/TrainerHill_Elevator/scripts.inc"
.include "data/maps/Route104_Prototype/scripts.inc"
.include "data/maps/Route104_PrototypePrettyPetalFlowerShop/scripts.inc"
.include "data/maps/Route109_SeashoreHouse/scripts.inc"
.include "data/maps/Route110_TrickHouseEntrance/scripts.inc"
.include "data/maps/Route110_TrickHouseEnd/scripts.inc"
.include "data/maps/Route110_TrickHouseCorridor/scripts.inc"
.include "data/maps/Route110_TrickHousePuzzle1/scripts.inc"
.include "data/maps/Route110_TrickHousePuzzle2/scripts.inc"
.include "data/maps/Route110_TrickHousePuzzle3/scripts.inc"
.include "data/maps/Route110_TrickHousePuzzle4/scripts.inc"
.include "data/maps/Route110_TrickHousePuzzle5/scripts.inc"
.include "data/maps/Route110_TrickHousePuzzle6/scripts.inc"
.include "data/maps/Route110_TrickHousePuzzle7/scripts.inc"
.include "data/maps/Route110_TrickHousePuzzle8/scripts.inc"
2018-06-21 00:42:01 +02:00
.include "data/maps/Route110_SeasideCyclingRoadNorthEntrance/scripts.inc"
.include "data/maps/Route110_SeasideCyclingRoadSouthEntrance/scripts.inc"
2018-06-21 00:41:41 +02:00
.include "data/maps/Route113_GlassWorkshop/scripts.inc"
.include "data/maps/Route123_BerryMastersHouse/scripts.inc"
.include "data/maps/Route119_WeatherInstitute_1F/scripts.inc"
.include "data/maps/Route119_WeatherInstitute_2F/scripts.inc"
.include "data/maps/Route119_House/scripts.inc"
.include "data/maps/Route124_DivingTreasureHuntersHouse/scripts.inc"
Std_MsgboxNPC: @ 8271315
2017-11-11 01:12:18 +01:00
lock
faceplayer
message 0x0
waitmessage
waitbuttonpress
release
return
Std_MsgboxSign: @ 8271320
2017-11-11 01:12:18 +01:00
lockall
message 0x0
waitmessage
waitbuttonpress
releaseall
return
Std_MsgboxDefault: @ 827132A
2017-11-11 01:12:18 +01:00
message 0x0
waitmessage
waitbuttonpress
return
2015-10-10 14:20:38 +02:00
Std_MsgboxYesNo: @ 8271332
2017-11-11 01:12:18 +01:00
message 0x0
waitmessage
yesnobox 20, 8
return
Std_9: @ 827133C
message 0x0
2017-12-22 08:46:19 +01:00
playfanfare MUS_ME_POINTGET
2017-11-11 01:12:18 +01:00
waitfanfare
waitmessage
return
2015-10-10 14:20:38 +02:00
2017-11-11 01:12:18 +01:00
Std_10: @ 8271347
pokenavcall 0x0
waitmessage
return
2015-10-10 14:20:38 +02:00
2017-11-11 01:12:18 +01:00
EventScript_27134E: @ 827134E
return
BattleFrontier_BattleArenaLobby_EventScript_27134F:: @ 827134F
BattleFrontier_BattleDomeLobby_EventScript_27134F:: @ 827134F
BattleFrontier_BattleFactoryLobby_EventScript_27134F:: @ 827134F
BattleFrontier_BattlePalaceLobby_EventScript_27134F:: @ 827134F
BattleFrontier_BattlePikeLobby_EventScript_27134F:: @ 827134F
BattleFrontier_BattlePyramidLobby_EventScript_27134F:: @ 827134F
BattleFrontier_BattleTowerLobby_EventScript_27134F:: @ 827134F
FallarborTown_BattleTentLobby_EventScript_27134F:: @ 827134F
LilycoveCity_ContestLobby_EventScript_27134F:: @ 827134F
MossdeepCity_GameCorner_1F_EventScript_27134F:: @ 827134F
OldaleTown_PokemonCenter_2F_EventScript_27134F:: @ 827134F
SecretBase_RedCave1_EventScript_27134F:: @ 827134F
SlateportCity_BattleTentLobby_EventScript_27134F:: @ 827134F
SootopolisCity_MysteryEventsHouse_1F_EventScript_27134F:: @ 827134F
TrainerHill_Entrance_EventScript_27134F:: @ 827134F
VerdanturfTown_BattleTentLobby_EventScript_27134F:: @ 827134F
2018-03-28 21:09:27 +02:00
special SaveGame
2017-11-11 01:12:18 +01:00
waitstate
return
2015-10-10 14:20:38 +02:00
2018-12-07 23:50:56 +01:00
EventScript_271354:: @ 8271354
2017-11-11 01:12:18 +01:00
cmdD8
cmdD9
2018-12-07 23:50:56 +01:00
.include "data/scripts/trainer_battle.inc"
Std_MsgboxAutoclose:: @ 8271494
2017-11-11 01:12:18 +01:00
message 0x0
waitmessage
waitbuttonpress
release
return
EventScript_27149D:: @ 827149D
setberrytree 2, 7, 5
setberrytree 1, 3, 5
setberrytree 11, 7, 5
setberrytree 13, 3, 5
setberrytree 4, 7, 5
setberrytree 76, 1, 5
setberrytree 8, 1, 5
setberrytree 10, 6, 5
setberrytree 25, 20, 5
setberrytree 26, 2, 5
setberrytree 66, 2, 5
setberrytree 67, 20, 5
setberrytree 69, 22, 5
setberrytree 70, 22, 5
setberrytree 71, 22, 5
setberrytree 55, 17, 5
setberrytree 56, 17, 5
setberrytree 5, 1, 5
setberrytree 6, 6, 5
setberrytree 7, 1, 5
setberrytree 16, 18, 5
setberrytree 17, 18, 5
setberrytree 18, 18, 5
setberrytree 29, 19, 5
setberrytree 28, 19, 5
setberrytree 27, 19, 5
setberrytree 24, 4, 5
setberrytree 23, 3, 5
setberrytree 22, 3, 5
setberrytree 21, 4, 5
setberrytree 19, 16, 5
setberrytree 20, 16, 5
setberrytree 80, 7, 5
setberrytree 81, 7, 5
setberrytree 77, 8, 5
setberrytree 78, 8, 5
setberrytree 68, 8, 5
setberrytree 31, 10, 5
setberrytree 33, 10, 5
setberrytree 34, 21, 5
setberrytree 35, 21, 5
setberrytree 36, 21, 5
setberrytree 83, 24, 5
setberrytree 84, 24, 5
setberrytree 85, 10, 5
setberrytree 86, 6, 5
setberrytree 37, 5, 5
setberrytree 38, 5, 5
setberrytree 39, 5, 5
setberrytree 40, 3, 5
setberrytree 41, 3, 5
setberrytree 42, 3, 5
setberrytree 46, 19, 5
setberrytree 45, 20, 5
setberrytree 44, 18, 5
setberrytree 43, 16, 5
setberrytree 47, 8, 5
setberrytree 48, 5, 5
setberrytree 49, 4, 5
setberrytree 50, 2, 5
setberrytree 52, 18, 5
setberrytree 53, 18, 5
setberrytree 62, 6, 5
setberrytree 64, 6, 5
setberrytree 58, 21, 5
setberrytree 59, 21, 5
setberrytree 60, 25, 5
setberrytree 61, 25, 5
setberrytree 79, 23, 5
setberrytree 14, 23, 5
setberrytree 15, 21, 5
setberrytree 30, 21, 5
setberrytree 65, 25, 5
setberrytree 72, 25, 5
setberrytree 73, 23, 5
setberrytree 74, 23, 5
setberrytree 87, 3, 5
setberrytree 88, 10, 5
setberrytree 89, 4, 5
setberrytree 82, 36, 5
return
EventScript_2715DE:: @ 82715DE
2018-10-18 21:28:59 +02:00
setflag FLAG_LINK_CONTEST_POKE_BALL
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_111_VICTORIA_WINSTRATE
setflag FLAG_HIDE_ROUTE_111_VIVI_WINSTRATE
setflag FLAG_HIDE_ROUTE_111_VICKY_WINSTRATE
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_LITTLEROOT_TOWN_BIRCHS_LAB_BIRCH
setflag FLAG_HIDE_LITTLEROOT_TOWN_BIRCHS_LAB_RIVAL
setflag FLAG_HIDE_LITTLEROOT_TOWN_BIRCHS_LAB_POKEBALL_CYNDAQUIL
setflag FLAG_HIDE_LITTLEROOT_TOWN_BIRCHS_LAB_POKEBALL_TOTODILE
setflag FLAG_HIDE_LITTLEROOT_TOWN_BIRCHS_LAB_POKEBALL_CHIKORITA
setflag FLAG_HIDE_PETALBURG_CITY_WALLY
2018-10-19 20:59:18 +02:00
setflag FLAG_UNKNOWN_0x363
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_RUSTBORO_CITY_AQUA_GRUNT
setflag FLAG_HIDE_RUSTBORO_CITY_DEVON_EMPLOYEE_1
setflag FLAG_HIDE_RUSBORO_CITY_RIVAL
setflag FLAG_HIDE_RUSTBORO_CITY_SCIENTIST
setflag FLAG_HIDE_LITTLEROOT_TOWN_FAT_MAN
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_BRINEYS_HOUSE_MR_BRINEY
setflag FLAG_HIDE_BRINEYS_HOUSE_PEEKO
setflag FLAG_HIDE_ROUTE_104_MR_BRINEY
setflag FLAG_HIDE_MR_BRINEY_DEWFORD_TOWN
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_108_MR_BRINEY
setflag FLAG_HIDE_MR_BRINEY_BOAT_DEWFORD_TOWN
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_109_MR_BRINEY_BOAT
setflag FLAG_HIDE_ROUTE_104_WHITE_HERB_FLORIST
setflag FLAG_HIDE_ROUTE_110_BIRCH
setflag FLAG_HIDE_LILYCOVE_CONTEST_HALL_CONTEST_ATTENDANT_1
setflag FLAG_HIDE_LILYCOVE_CONTEST_HALL_CONTEST_ATTENDANT_2
setflag FLAG_HIDE_LILYCOVE_MUSEUM_PATRON_1
setflag FLAG_HIDE_LILYCOVE_MUSEUM_PATRON_2
setflag FLAG_HIDE_LILYCOVE_MUSEUM_PATRON_3
setflag FLAG_HIDE_LILYCOVE_MUSEUM_PATRON_4
setflag FLAG_HIDE_LILYCOVE_MUSEUM_TOURISTS
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_PETALBURG_GYM_GREETER
setflag FLAG_HIDE_PETALBURG_GYM_WALLYS_UNCLE
setflag FLAG_HIDE_LITTLEROOT_TOWN_BRENDANS_HOUSE_BRENDAN
setflag FLAG_HIDE_LITTLEROOT_TOWN_MAYS_HOUSE_BRENDAN
setflag FLAG_HIDE_LITTLEROOT_TOWN_BRENDANS_HOUSE_RIVAL_BEDROOM
setflag FLAG_HIDE_LITTLEROOT_TOWN_MAYS_HOUSE_RIVAL_BEDROOM
setflag FLAG_HIDE_PLAYERS_HOUSE_DAD
setflag FLAG_HIDE_LITTLEROOT_TOWN_MAYS_HOUSE_2F_PICHU_DOLL
setflag FLAG_HIDE_LITTLEROOT_TOWN_BRENDANS_HOUSE_2F_SWABLU_DOLL
2018-08-11 23:51:54 +02:00
setflag FLAG_HIDE_FANCLUB_OLD_LADY
setflag FLAG_HIDE_FANCLUB_BOY
setflag FLAG_HIDE_FANCLUB_LITTLE_BOY
setflag FLAG_HIDE_FANCLUB_LADY
setflag FLAG_HIDE_LILYCOVE_FAN_CLUB_INTERVIEWER
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_118_GABBY_AND_TY_1
setflag FLAG_HIDE_ROUTE_120_GABBY_AND_TY_1
setflag FLAG_HIDE_ROUTE_111_GABBY_AND_TY_3
setflag FLAG_HIDE_ROUTE_118_GABBY_AND_TY_2
setflag FLAG_HIDE_ROUTE_120_GABBY_AND_TY_2
setflag FLAG_HIDE_ROUTE_111_GABBY_AND_TY_2
setflag FLAG_HIDE_ROUTE_118_GABBY_AND_TY_3
2018-10-19 20:59:18 +02:00
setflag FLAG_HIDE_SLATEPORT_CITY_CONTEST_REPORTER
setflag FLAG_HIDE_LILYCOVE_CONTEST_HALL_REPORTER
2018-10-19 03:32:21 +02:00
setflag FLAG_HIDE_VERDANTURF_TOWN_WANDAS_HOUSE_WALLY
setflag FLAG_HIDE_VERDANTURF_TOWN_WANDAS_HOUSE_LOVER_MAN
setflag FLAG_HIDE_VERDANTURF_TOWN_WANDAS_HOUSE_WALLYS_UNCLE
setflag FLAG_HIDE_VERDANTURF_TOWN_WANDAS_HOUSE_LOVER_WOMAN
setflag FLAG_HIDE_VERDANTURF_TOWN_SCOTT
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_PETALBURG_CITY_WALLYS_UNCLE
setflag FLAG_HIDE_PETALBURG_GYM_WALLY
2018-10-19 03:32:21 +02:00
setflag FLAG_HIDE_SLATEPORT_CITY_STERNS_SHIPYARD_MR_BRINEY
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_SEAFLOOR_CAVERN_ROOM_9_ARCHIE
setflag FLAG_HIDE_SEAFLOOR_CAVERN_ROOM_9_MAXIE
setflag FLAG_HIDE_SEAFLOOR_CAVERN_ROOM_9_MAGMA_GRUNTS
setflag FLAG_HIDE_SEAFLOOR_CAVERN_ROOM_9_KYOGRE_1
setflag FLAG_HIDE_MAGMA_HIDEOUT_4F_GROUDON_1
setflag FLAG_HIDE_SLATEPORT_CITY_HARBOR_CAPTAIN_STERN
setflag FLAG_HIDE_SLATEPORT_CITY_HARBOR_AQUA_GRUNT
setflag FLAG_HIDE_SLATEPORT_CITY_HARBOR_ARCHIE
setflag FLAG_HIDE_SLATEPORT_CITY_HARBOR_SS_TIDAL
setflag FLAG_HIDE_LILYCOVE_HARBOR_SSTIDAL
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_SLATEPORT_CITY_GABBY_AND_TY
setflag FLAG_HIDE_SLATEPORT_CITY_CAPTAIN_STERN
setflag FLAG_HIDE_SLATEPORT_CITY_HARBOR_SUBMARINE_SHADOW
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_119_RIVAL
setflag FLAG_HIDE_ROUTE_119_SCOTT
2018-10-19 03:32:21 +02:00
setflag FLAG_HIDE_SOOTOPOLIS_CITY_STEVEN
setflag FLAG_HIDE_SOOTOPOLIS_CITY_WALLACE
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_LANETTES_HOUSE_LANETTE
setflag FLAG_HIDE_TRICK_HOUSE_ENTRANCE_MAN
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_MT_CHIMNEY_TRAINERS
setflag FLAG_HIDE_MT_CHIMNEY_LAVA_COOKIE_LADY
setflag FLAG_HIDE_RUSTURF_TUNNEL_OLD_MAN
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_116_MR_BRINEY
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_RUSTURF_TUNNEL_PEEKO
setflag FLAG_HIDE_RUSTURF_TUNNEL_AQUA_GRUNT
setflag FLAG_HIDE_RUSTURF_TUNNEL_LOVER_MAN
setflag FLAG_HIDE_RUSTURF_TUNNEL_LOVER_WOMAN
2018-10-19 03:32:21 +02:00
setflag FLAG_HIDE_SLATEPORT_CITY_OCEANIC_MUSEUM_2F_ARCHIE
setflag FLAG_HIDE_SLATEPORT_CITY_OCEANIC_MUSEUM_2F_AQUA_GRUNT_1
setflag FLAG_HIDE_SLATEPORT_CITY_OCEANIC_MUSEUM_2F_AQUA_GRUNT_2
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_SLATEPORT_MUSEUM_POPULATION
setflag FLAG_HIDE_BATTLE_TOWER_OPPONENT
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_LITTLEROOT_TOWN_MOM_OUTSIDE
setflag FLAG_HIDE_LITTLE_ROOT_TOWN_PLAYERS_BEDROOM_MOM
setflag FLAG_HIDE_LITTLEROOT_TOWN_RIVAL
setflag FLAG_HIDE_LITTLEROOT_TOWN_BIRCH
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_WEATHER_INSTITUTE_1F_WORKERS
2018-10-19 20:59:18 +02:00
setflag FLAG_HIDE_LITTLEROOT_TOWN_BIRCHS_LAB_UNKNOWN_0x380
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_101_BIRCH
setflag FLAG_HIDE_ROUTE_103_BIRCH
setflag FLAG_HIDE_LILYCOVE_HARBOR_FERRY_SAILOR
setflag FLAG_HIDE_LILYCOVE_HARBOR_EON_TICKET_TAKER
2018-10-19 03:32:21 +02:00
setflag FLAG_HIDE_SOUTHERN_ISLAND_EON_STONE
setflag FLAG_HIDE_SOUTHERN_ISLAND_UNCHOSEN_EON_DUO_MON
2017-11-11 01:12:18 +01:00
setflag FLAG_0x393
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_MT_PYRE_SUMMIT_MAXIE
setflag FLAG_HIDE_MAUVILLE_CITY_WATTSON
setflag FLAG_HIDE_MAUVILLE_CITY_SCOTT
setflag FLAG_HIDE_CHAMPIONS_ROOM_RIVAL
setflag FLAG_HIDE_CHAMPIONS_ROOM_BIRCH
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_110_RIVAL_2
setflag FLAG_HIDE_ROUTE_119_RIVAL_ON_BIKE
setflag FLAG_HIDE_ROUTE_104_RIVAL
setflag FLAG_HIDE_LILCOVE_MOTEL_GAME_DESIGNERS
setflag FLAG_HIDE_LAVARIDGE_TOWN_RIVAL_1
setflag FLAG_HIDE_LAVARIDGE_TOWN_RIVAL_2
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_MOSSDEEP_CITY_HOUSE_2_WINGULL
setflag FLAG_HIDE_METEOR_FALLS_TEAM_AQUA
setflag FLAG_HIDE_DEWFORD_HALL_SLUDGE_BOMB_MAN
setflag FLAG_HIDE_FALLARBOR_HOUSE_1_PROF_COZMO
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_WEATHER_INSTITUTE_2F_AQUA_GRUNT_M
setflag FLAG_HIDE_ROUTE_128_STEVEN
setflag FLAG_HIDE_ROUTE_128_ARCHIE
setflag FLAG_HIDE_ROUTE_128_MAXIE
setflag FLAG_HIDE_ROUTE_116_DEVON_EMPLOYEE
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_SLATEPORT_CITY_TM_SALESMAN
setflag FLAG_HIDE_SLATEPORT_CITY_SCOTT
2018-10-19 03:32:21 +02:00
setflag FLAG_HIDE_VICTORY_ROAD_ENTRANCE_WALLY
setflag FLAG_HIDE_VICTORY_ROAD_EXIT_WALLY
setflag FLAG_HIDE_SS_TIDAL_CORRIDOR_MR_BRINEY
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_MOSSDEEP_CITY_STEVENS_HOUSE_STEVEN
setflag FLAG_HIDE_MOSSDEEP_CITY_STEVENS_HOUSE_BELDUM_POKEBALL
setflag FLAG_HIDE_MOSSDEEP_CITY_STEVENS_HOUSE_INVISIBLE_NINJA_BOY
setflag FLAG_HIDE_OLDALE_TOWN_RIVAL
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_101_BOY
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_PETALBURG_CITY_SCOTT
2018-10-19 03:32:21 +02:00
setflag FLAG_HIDE_SOOTOPOLIS_CITY_RAYQUAZA
setflag FLAG_HIDE_SOOTOPOLIS_CITY_KYOGRE
setflag FLAG_HIDE_SOOTOPOLIS_CITY_GROUDON
setflag FLAG_HIDE_SOOTOPOLIS_CITY_RESIDENTS
setflag FLAG_HIDE_SOOTOPOLIS_CITY_ARCHIE
setflag FLAG_HIDE_SOOTOPOLIS_CITY_MAXIE
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_111_DESERT_FOSSIL
setflag FLAG_HIDE_ROUTE_111_PLAYER_DESCENT
setflag FLAG_HIDE_DESERT_UNDERPASS_FOSSIL
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_MOSSDEEP_CITY_TEAM_MAGMA
setflag FLAG_HIDE_MOSSDEEP_CITY_SPACE_CENTER_1F_TEAM_MAGMA
setflag FLAG_HIDE_MOSSDEEP_CITY_SPACE_CENTER_2F_TEAM_MAGMA
setflag FLAG_HIDE_MOSSDEEP_CITY_SPACE_CENTER_2F_STEVEN
setflag FLAG_HIDE_LILYCOVE_CONTEST_HALL_BLEND_MASTER_ONLOOKERS
setflag FLAG_HIDE_DEOXYS
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_SAFARI_ZONE_SOUTH_EAST_EXPANSION
setflag FLAG_HIDE_FALLORBOR_TOWN_BATTLE_TENT_SCOTT
setflag FLAG_HIDE_EVER_GRANDE_POKEMON_CENTER_1F_SCOTT
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_SKY_PILLAR_WALLACE
setflag FLAG_RAYQUAZA_ON_SKY_TOWER_SUMMIT
2017-11-11 01:12:18 +01:00
call EventScript_27149D
end
2017-11-10 02:21:31 +01:00
EverGrandeCity_HallOfFame_EventScript_2717C1:: @ 82717C1
special sub_81AFDD0
setflag FLAG_0x87F
call EverGrandeCity_HallOfFame_EventScript_271829
compare VAR_0x40CC, 0
2018-12-22 03:32:45 +01:00
call_if_eq EverGrandeCity_HallOfFame_EventScript_271839
clearflag FLAG_HIDE_LILCOVE_MOTEL_GAME_DESIGNERS
2017-11-10 02:21:31 +01:00
call EverGrandeCity_HallOfFame_EventScript_2718CC
2018-10-19 03:32:21 +02:00
setflag FLAG_HIDE_SLATEPORT_CITY_STERNS_SHIPYARD_MR_BRINEY
clearflag FLAG_HIDE_SS_TIDAL_CORRIDOR_MR_BRINEY
2018-10-18 21:28:59 +02:00
clearflag FLAG_HIDE_MOSSDEEP_CITY_STEVENS_HOUSE_INVISIBLE_NINJA_BOY
2017-11-10 02:21:31 +01:00
setvar VAR_0x40C6, 2
2018-10-19 03:32:21 +02:00
setflag FLAG_HIDE_VICTORY_ROAD_ENTRANCE_WALLY
clearflag FLAG_HIDE_VICTORY_ROAD_EXIT_WALLY
2018-10-18 21:28:59 +02:00
clearflag FLAG_HIDE_SLATEPORT_CITY_HARBOR_SS_TIDAL
clearflag FLAG_HIDE_LILYCOVE_HARBOR_SSTIDAL
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_SAFARI_ZONE_SOUTH_CONSTRUCTION_WORKERS
clearflag FLAG_HIDE_SAFARI_ZONE_SOUTH_EAST_EXPANSION
setflag FLAG_HIDE_LILYCOVE_CITY_RIVAL
2017-11-10 02:21:31 +01:00
special sub_813BA60
2018-12-22 03:32:45 +01:00
call_if_unset FLAG_0x123, EverGrandeCity_HallOfFame_EventScript_271843
call_if_unset FLAG_0x12A, EverGrandeCity_HallOfFame_EventScript_27183F
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_LITTLEROOT_TOWN_BRENDANS_HOUSE_RIVAL_BEDROOM
setflag FLAG_HIDE_LITTLEROOT_TOWN_MAYS_HOUSE_RIVAL_BEDROOM
compare VAR_0x40D3, 0
2018-12-22 03:32:45 +01:00
call_if_eq EverGrandeCity_HallOfFame_EventScript_271851
2017-11-10 02:21:31 +01:00
return
EverGrandeCity_HallOfFame_EventScript_271829:: @ 8271829
clearflag FLAG_0x1C7
clearflag FLAG_0x1C8
clearflag FLAG_0x1AC
clearflag FLAG_0x1DD
clearflag FLAG_0x1DC
return
EverGrandeCity_HallOfFame_EventScript_271839:: @ 8271839
setvar VAR_0x40CC, 1
return
EverGrandeCity_HallOfFame_EventScript_27183F:: @ 827183F
2018-10-18 21:28:59 +02:00
clearflag FLAG_HIDE_MOSSDEEP_CITY_STEVENS_HOUSE_BELDUM_POKEBALL
2017-11-10 02:21:31 +01:00
return
EverGrandeCity_HallOfFame_EventScript_271843:: @ 8271843
setvar VAR_0x4082, 3
setvar VAR_0x408C, 3
2018-10-18 21:28:59 +02:00
clearflag FLAG_HIDE_PLAYERS_HOUSE_DAD
2017-11-10 02:21:31 +01:00
return
EverGrandeCity_HallOfFame_EventScript_271851:: @ 8271851
setvar VAR_0x40D3, 1
return
2015-10-10 14:20:38 +02:00
2018-02-12 15:01:43 +01:00
EventScript_WhiteOut:: @ 8271857
2017-11-11 01:12:18 +01:00
call EverGrandeCity_HallOfFame_EventScript_2718CC
2018-02-12 15:01:43 +01:00
goto EventScript_271862
2017-11-11 01:12:18 +01:00
end
2015-10-10 14:20:38 +02:00
2018-02-12 15:01:43 +01:00
EventScript_271862:: @ 8271862
compare VAR_0x4096, 1
2018-12-22 02:28:24 +01:00
goto_if_eq EverGrandeCity_HallOfFame_EventScript_271884
compare VAR_0x4096, 2
2018-12-22 02:28:24 +01:00
goto_if_eq EverGrandeCity_HallOfFame_EventScript_27189A
compare VAR_0x4096, 3
2018-12-22 02:28:24 +01:00
goto_if_eq EverGrandeCity_HallOfFame_EventScript_2718B3
2017-11-11 01:12:18 +01:00
end
EverGrandeCity_HallOfFame_EventScript_271884:: @ 8271884
setflag FLAG_HIDE_MR_BRINEY_DEWFORD_TOWN
setflag FLAG_HIDE_MR_BRINEY_BOAT_DEWFORD_TOWN
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_108_MR_BRINEY
setflag FLAG_HIDE_ROUTE_109_MR_BRINEY_BOAT
clearflag FLAG_HIDE_ROUTE_104_MR_BRINEY_BOAT
clearflag FLAG_HIDE_BRINEYS_HOUSE_MR_BRINEY
clearflag FLAG_HIDE_BRINEYS_HOUSE_PEEKO
2017-11-11 01:12:18 +01:00
end
2017-11-10 02:21:31 +01:00
2017-11-11 01:12:18 +01:00
EverGrandeCity_HallOfFame_EventScript_27189A:: @ 827189A
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_108_MR_BRINEY
setflag FLAG_HIDE_ROUTE_109_MR_BRINEY_BOAT
setflag FLAG_HIDE_ROUTE_104_MR_BRINEY
setflag FLAG_HIDE_ROUTE_104_MR_BRINEY_BOAT
setflag FLAG_HIDE_BRINEYS_HOUSE_MR_BRINEY
setflag FLAG_HIDE_BRINEYS_HOUSE_PEEKO
clearflag FLAG_HIDE_MR_BRINEY_DEWFORD_TOWN
clearflag FLAG_HIDE_MR_BRINEY_BOAT_DEWFORD_TOWN
2017-11-11 01:12:18 +01:00
end
EverGrandeCity_HallOfFame_EventScript_2718B3:: @ 82718B3
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_104_MR_BRINEY
setflag FLAG_HIDE_ROUTE_104_MR_BRINEY_BOAT
setflag FLAG_HIDE_BRINEYS_HOUSE_MR_BRINEY
setflag FLAG_HIDE_BRINEYS_HOUSE_PEEKO
setflag FLAG_HIDE_MR_BRINEY_DEWFORD_TOWN
setflag FLAG_HIDE_MR_BRINEY_BOAT_DEWFORD_TOWN
2018-10-19 19:04:47 +02:00
clearflag FLAG_HIDE_ROUTE_108_MR_BRINEY
clearflag FLAG_HIDE_ROUTE_109_MR_BRINEY_BOAT
2017-11-11 01:12:18 +01:00
end
2017-11-10 02:21:31 +01:00
EverGrandeCity_HallOfFame_EventScript_2718CC:: @ 82718CC
clearflag FLAG_0x4FB
clearflag FLAG_0x4FC
clearflag FLAG_0x4FD
clearflag FLAG_0x4FE
setvar VAR_0x409C, 0
return
DewfordTown_PokemonCenter_1F_EventScript_2718DE:: @ 82718DE
FallarborTown_PokemonCenter_1F_EventScript_2718DE:: @ 82718DE
LavaridgeTown_PokemonCenter_1F_EventScript_2718DE:: @ 82718DE
MauvilleCity_PokemonCenter_1F_EventScript_2718DE:: @ 82718DE
OldaleTown_PokemonCenter_1F_EventScript_2718DE:: @ 82718DE
PetalburgCity_PokemonCenter_1F_EventScript_2718DE:: @ 82718DE
RustboroCity_PokemonCenter_1F_EventScript_2718DE:: @ 82718DE
SlateportCity_PokemonCenter_1F_EventScript_2718DE:: @ 82718DE
VerdanturfTown_PokemonCenter_1F_EventScript_2718DE:: @ 82718DE
2018-12-22 02:28:24 +01:00
goto_if_unset FLAG_0x0BC, OldaleTown_PokemonCenter_1F_EventScript_27374E
goto_if_set FLAG_0x4F4, OldaleTown_PokemonCenter_1F_EventScript_27374E
goto_if_unset FLAG_HIDE_ROUTE_104_MR_BRINEY_BOAT, OldaleTown_PokemonCenter_1F_EventScript_27190C
goto_if_unset FLAG_HIDE_MR_BRINEY_DEWFORD_TOWN, OldaleTown_PokemonCenter_1F_EventScript_271912
goto_if_unset FLAG_HIDE_ROUTE_108_MR_BRINEY, OldaleTown_PokemonCenter_1F_EventScript_271918
2017-11-10 02:21:31 +01:00
return
OldaleTown_PokemonCenter_1F_EventScript_27190C:: @ 827190C
setvar VAR_0x4096, 1
return
OldaleTown_PokemonCenter_1F_EventScript_271912:: @ 8271912
setvar VAR_0x4096, 2
return
OldaleTown_PokemonCenter_1F_EventScript_271918:: @ 8271918
setvar VAR_0x4096, 3
return
BattleFrontier_PokemonCenter_1F_EventScript_27191E:: @ 827191E
DewfordTown_PokemonCenter_1F_EventScript_27191E:: @ 827191E
EverGrandeCity_PokemonCenter_1F_EventScript_27191E:: @ 827191E
EverGrandeCity_PokemonLeague_1F_EventScript_27191E:: @ 827191E
FallarborTown_PokemonCenter_1F_EventScript_27191E:: @ 827191E
FortreeCity_PokemonCenter_1F_EventScript_27191E:: @ 827191E
LavaridgeTown_PokemonCenter_1F_EventScript_27191E:: @ 827191E
LilycoveCity_PokemonCenter_1F_EventScript_27191E:: @ 827191E
MauvilleCity_PokemonCenter_1F_EventScript_27191E:: @ 827191E
MossdeepCity_PokemonCenter_1F_EventScript_27191E:: @ 827191E
OldaleTown_PokemonCenter_1F_EventScript_27191E:: @ 827191E
PacifidlogTown_PokemonCenter_1F_EventScript_27191E:: @ 827191E
PetalburgCity_PokemonCenter_1F_EventScript_27191E:: @ 827191E
RustboroCity_PokemonCenter_1F_EventScript_27191E:: @ 827191E
SlateportCity_PokemonCenter_1F_EventScript_27191E:: @ 827191E
SootopolisCity_PokemonCenter_1F_EventScript_27191E:: @ 827191E
TrainerHill_Entrance_EventScript_27191E:: @ 827191E
VerdanturfTown_PokemonCenter_1F_EventScript_27191E:: @ 827191E
lock
faceplayer
setvar VAR_0x8004, 0
specialvar VAR_RESULT, sub_80C2E40
compare VAR_RESULT, 4
2018-12-22 02:28:24 +01:00
goto_if_eq OldaleTown_PokemonCenter_1F_EventScript_271A68
msgbox gUnknown_082726EB, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq OldaleTown_PokemonCenter_1F_EventScript_27195A
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq OldaleTown_PokemonCenter_1F_EventScript_271954
2017-11-10 02:21:31 +01:00
end
OldaleTown_PokemonCenter_1F_EventScript_271954:: @ 8271954
message gUnknown_082727DB
return
OldaleTown_PokemonCenter_1F_EventScript_27195A:: @ 827195A
incrementgamestat 15
compare VAR_0x8004, 0
2018-12-22 03:32:45 +01:00
call_if_eq OldaleTown_PokemonCenter_1F_EventScript_271987
compare VAR_0x8004, 1
2018-12-22 03:32:45 +01:00
call_if_eq OldaleTown_PokemonCenter_1F_EventScript_27198D
2017-11-10 02:21:31 +01:00
waitmessage
call OldaleTown_PokemonCenter_1F_EventScript_271993
2018-12-22 02:28:24 +01:00
goto_if_unset FLAG_0x111, OldaleTown_PokemonCenter_1F_EventScript_271A43
2017-11-10 02:21:31 +01:00
goto OldaleTown_PokemonCenter_1F_EventScript_2719B1
end
OldaleTown_PokemonCenter_1F_EventScript_271987:: @ 8271987
message gUnknown_08272768
return
OldaleTown_PokemonCenter_1F_EventScript_27198D:: @ 827198D
message gUnknown_082729C0
return
OldaleTown_PokemonCenter_1F_EventScript_271993:: @ 8271993
applymovement VAR_0x800B, OldaleTown_PokemonCenter_1F_Movement_2725A4
waitmovement 0
2018-11-13 15:19:04 +01:00
dofieldeffect FLDEFF_POKECENTER_HEAL
waitfieldeffect FLDEFF_POKECENTER_HEAL
2017-11-10 02:21:31 +01:00
applymovement VAR_0x800B, OldaleTown_PokemonCenter_1F_Movement_2725AA
waitmovement 0
2017-12-16 00:08:23 +01:00
special HealPlayerParty
2017-11-10 02:21:31 +01:00
return
OldaleTown_PokemonCenter_1F_EventScript_2719B1:: @ 82719B1
specialvar VAR_RESULT, sub_8139ED0
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq OldaleTown_PokemonCenter_1F_EventScript_2719E2
2017-11-10 02:21:31 +01:00
specialvar VAR_RESULT, sp182_move_string
copyvar VAR_0x8008, VAR_RESULT
compare VAR_0x8008, 0
2018-12-22 02:28:24 +01:00
goto_if_eq OldaleTown_PokemonCenter_1F_EventScript_2719E2
compare VAR_0x8008, 1
2018-12-22 02:28:24 +01:00
goto_if_eq OldaleTown_PokemonCenter_1F_EventScript_271A19
2017-11-10 02:21:31 +01:00
end
OldaleTown_PokemonCenter_1F_EventScript_2719E2:: @ 82719E2
compare VAR_0x8004, 1
2018-12-22 02:28:24 +01:00
goto_if_eq OldaleTown_PokemonCenter_1F_EventScript_271A03
2017-11-10 02:21:31 +01:00
message gUnknown_08272798
waitmessage
applymovement VAR_0x800B, OldaleTown_PokemonCenter_1F_Movement_271AD0
waitmovement 0
message gUnknown_082727DB
return
OldaleTown_PokemonCenter_1F_EventScript_271A03:: @ 8271A03
message gUnknown_082729F0
waitmessage
applymovement VAR_0x800B, OldaleTown_PokemonCenter_1F_Movement_271AD0
waitmovement 0
message gUnknown_08272A07
return
OldaleTown_PokemonCenter_1F_EventScript_271A19:: @ 8271A19
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_0x880, OldaleTown_PokemonCenter_1F_EventScript_2719E2
msgbox gUnknown_08272798, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
setflag FLAG_0x880
message OldaleTown_PokemonCenter_1F_Text_278A48
waitmessage
applymovement VAR_0x800B, OldaleTown_PokemonCenter_1F_Movement_271AD0
waitmovement 0
message gUnknown_082727DB
return
OldaleTown_PokemonCenter_1F_EventScript_271A43:: @ 8271A43
specialvar VAR_RESULT, IsPokerusInParty
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq OldaleTown_PokemonCenter_1F_EventScript_271A5F
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq OldaleTown_PokemonCenter_1F_EventScript_2719B1
2017-11-10 02:21:31 +01:00
end
OldaleTown_PokemonCenter_1F_EventScript_271A5F:: @ 8271A5F
message gUnknown_08272F07
setflag FLAG_0x111
return
OldaleTown_PokemonCenter_1F_EventScript_271A68:: @ 8271A68
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_0x159, OldaleTown_PokemonCenter_1F_EventScript_271AAC
2017-11-10 02:21:31 +01:00
setflag FLAG_0x159
msgbox gUnknown_082727F5, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
playse SE_PIN
applymovement VAR_0x800B, OldaleTown_PokemonCenter_1F_Movement_272598
waitmovement 0
applymovement VAR_0x800B, OldaleTown_PokemonCenter_1F_Movement_27259A
waitmovement 0
msgbox gUnknown_08272860, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq OldaleTown_PokemonCenter_1F_EventScript_271AC5
2017-11-10 02:21:31 +01:00
message gUnknown_08272A07
return
OldaleTown_PokemonCenter_1F_EventScript_271AAC:: @ 8271AAC
msgbox gUnknown_08272982, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq OldaleTown_PokemonCenter_1F_EventScript_271AC5
2017-11-10 02:21:31 +01:00
message gUnknown_08272A07
return
OldaleTown_PokemonCenter_1F_EventScript_271AC5:: @ 8271AC5
setvar VAR_0x8004, 1
goto OldaleTown_PokemonCenter_1F_EventScript_27195A
end
OldaleTown_PokemonCenter_1F_Movement_271AD0: @ 8271AD0
nurse_joy_bow
delay_4
2017-11-10 02:21:31 +01:00
step_end
2017-11-11 01:12:18 +01:00
Std_ObtainItem:: @ 8271AD3
giveitem VAR_0x8000, 32769
copyvar VAR_0x8007, VAR_RESULT
call EventScript_271AE3
return
EventScript_271AE3:: @ 8271AE3
bufferitemnameplural 1, VAR_0x8000, 32769
checkitemtype VAR_0x8000
call EventScript_271B08
compare VAR_0x8007, 1
2018-12-22 03:32:45 +01:00
call_if_eq EventScript_271B95
compare VAR_0x8007, 0
2018-12-22 03:32:45 +01:00
call_if_eq EventScript_271BA9
2017-11-11 01:12:18 +01:00
return
EventScript_271B08:: @ 8271B08
switch VAR_RESULT
case 1, EventScript_271B45
case 5, EventScript_271B55
case 2, EventScript_271B65
case 3, EventScript_271B75
case 4, EventScript_271B85
end
EventScript_271B45:: @ 8271B45
bufferstdstring 2, 14
compare VAR_0x8007, 1
2018-12-22 03:32:45 +01:00
call_if_eq EventScript_271BAF
2017-11-11 01:12:18 +01:00
return
EventScript_271B55:: @ 8271B55
bufferstdstring 2, 15
compare VAR_0x8007, 1
2018-12-22 03:32:45 +01:00
call_if_eq EventScript_271BAF
2017-11-11 01:12:18 +01:00
return
EventScript_271B65:: @ 8271B65
bufferstdstring 2, 16
compare VAR_0x8007, 1
2018-12-22 03:32:45 +01:00
call_if_eq EventScript_271BAF
2017-11-11 01:12:18 +01:00
return
EventScript_271B75:: @ 8271B75
bufferstdstring 2, 17
compare VAR_0x8007, 1
2018-12-22 03:32:45 +01:00
call_if_eq EventScript_271BB3
2017-11-11 01:12:18 +01:00
return
EventScript_271B85:: @ 8271B85
bufferstdstring 2, 18
compare VAR_0x8007, 1
2018-12-22 03:32:45 +01:00
call_if_eq EventScript_271BAF
2017-11-11 01:12:18 +01:00
return
EventScript_271B95:: @ 8271B95
message gUnknown_08272A78
waitfanfare
msgbox gUnknown_08272A9A, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
setvar VAR_RESULT, 1
return
EventScript_271BA9:: @ 8271BA9
setvar VAR_RESULT, 0
return
EventScript_271BAF:: @ 8271BAF
2017-12-22 08:46:19 +01:00
playfanfare MUS_FANFA4
2017-11-11 01:12:18 +01:00
return
EventScript_271BB3:: @ 8271BB3
2017-12-22 08:46:19 +01:00
playfanfare MUS_ME_WAZA
2017-11-11 01:12:18 +01:00
return
Std_ObtainDecoration:: @ 8271BB7
givedecoration VAR_0x8000
copyvar VAR_0x8007, VAR_RESULT
call EventScript_271BC5
return
EventScript_271BC5:: @ 8271BC5
bufferdecorationname 1, VAR_0x8000
compare VAR_0x8007, 1
2018-12-22 03:32:45 +01:00
call_if_eq EventScript_271BE0
compare VAR_0x8007, 0
2018-12-22 03:32:45 +01:00
call_if_eq EventScript_271BF7
2017-11-11 01:12:18 +01:00
return
EventScript_271BE0:: @ 8271BE0
2017-12-22 08:46:19 +01:00
playfanfare MUS_FANFA4
2017-11-11 01:12:18 +01:00
message gUnknown_08272B09
waitfanfare
msgbox gUnknown_08272B48, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
setvar VAR_RESULT, 1
return
EventScript_271BF7:: @ 8271BF7
setvar VAR_RESULT, 0
return
Std_FindItem:: @ 8271BFD
lock
faceplayer
waitse
copyvar VAR_0x8004, VAR_0x8000
copyvar VAR_0x8005, VAR_0x8001
checkitemspace VAR_0x8000, 32769
copyvar VAR_0x8007, VAR_RESULT
bufferitemnameplural 1, VAR_0x8000, 32769
checkitemtype VAR_0x8000
call EventScript_271B08
compare VAR_0x8007, 1
2018-12-22 03:32:45 +01:00
call_if_eq EventScript_271C3A
compare VAR_0x8007, 0
2018-12-22 03:32:45 +01:00
call_if_eq EventScript_271CA1
2017-11-11 01:12:18 +01:00
release
return
EventScript_271C3A:: @ 8271C3A
removeobject VAR_LAST_TALKED
giveitem VAR_0x8004, 32773
specialvar VAR_RESULT, sub_81398C0
copyvar VAR_0x8008, VAR_RESULT
compare VAR_0x8008, 1
2018-12-22 03:32:45 +01:00
call_if_eq EventScript_271C8F
compare VAR_0x8008, 0
2018-12-22 03:32:45 +01:00
call_if_eq EventScript_271C9B
2017-11-11 01:12:18 +01:00
waitfanfare
waitmessage
bufferitemnameplural 1, VAR_0x8004, 32773
setvar VAR_0x8004, 12
2018-11-18 17:52:22 +01:00
special CallBattlePyramidFunction
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_271C86
msgbox gUnknown_08272A9A, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
return
EventScript_271C86:: @ 8271C86
msgbox gUnknown_08272AEA, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
return
EventScript_271C8F:: @ 8271C8F
bufferitemnameplural 0, VAR_0x8004, 32773
message gUnknown_082731A9
return
EventScript_271C9B:: @ 8271C9B
message gUnknown_08272ABF
return
EventScript_271CA1:: @ 8271CA1
msgbox gUnknown_08272A78, MSGBOX_DEFAULT
msgbox gUnknown_08272AD0, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
setvar VAR_RESULT, 0
return
2018-10-17 04:47:08 +02:00
EventScript_HiddenItemScript:: @ 8271CB7
2017-11-11 01:12:18 +01:00
lockall
waitse
giveitem VAR_0x8005, 1
copyvar VAR_0x8007, VAR_RESULT
bufferitemnameplural 1, VAR_0x8005, 1
checkitemtype VAR_0x8005
call EventScript_271B08
compare VAR_0x8007, 1
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_271CE8
compare VAR_0x8007, 0
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_271D47
2017-11-11 01:12:18 +01:00
end
EventScript_271CE8:: @ 8271CE8
copyvar VAR_0x8008, VAR_0x8004
copyvar VAR_0x8004, VAR_0x8005
specialvar VAR_RESULT, sub_81398C0
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_271D0E
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_271D1F
2017-11-11 01:12:18 +01:00
end
EventScript_271D0E:: @ 8271D0E
bufferitemnameplural 0, VAR_0x8004, 1
message gUnknown_082731A9
goto EventScript_271D2A
end
EventScript_271D1F:: @ 8271D1F
message gUnknown_08272ABF
goto EventScript_271D2A
end
EventScript_271D2A:: @ 8271D2A
waitmessage
waitfanfare
bufferitemnameplural 1, VAR_0x8004, 1
copyvar VAR_0x8004, VAR_0x8008
msgbox gUnknown_08272A9A, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
special sub_80EDCE8
special SetFlagInVar
2017-11-11 01:12:18 +01:00
releaseall
end
2015-10-10 14:20:38 +02:00
2017-11-11 01:12:18 +01:00
EventScript_271D47:: @ 8271D47
msgbox gUnknown_08272ABF, MSGBOX_DEFAULT
msgbox gUnknown_08272AD0, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
setvar VAR_RESULT, 0
releaseall
end
2015-10-10 14:20:38 +02:00
2017-11-11 01:12:18 +01:00
EventScript_271D5E:: @ 8271D5E
lock
faceplayer
msgbox Text_27260D, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_271D83
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_271D89
2017-11-11 01:12:18 +01:00
goto EventScript_271D89
2017-11-10 02:21:31 +01:00
2017-11-11 01:12:18 +01:00
EventScript_271D83:: @ 8271D83
special sub_80E6BE8
waitstate
lock
faceplayer
EventScript_271D89:: @ 8271D89
message Text_272640
waitmessage
waitbuttonpress
release
end
2018-10-17 04:47:08 +02:00
EventScript_PC:: @ 8271D92
2017-11-11 01:12:18 +01:00
lockall
setvar VAR_0x8004, 0
special DoPCTurnOnEffect
2017-11-11 01:12:18 +01:00
playse SE_PC_ON
msgbox Text_27265A, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
goto EventScript_271DAC
end
EventScript_271DAC:: @ 8271DAC
2018-11-05 21:45:54 +01:00
message gText_WhichPCShouldBeAccessed
2017-11-11 01:12:18 +01:00
waitmessage
special ScrSpecial_CreatePCMenu
2017-11-11 01:12:18 +01:00
waitstate
goto EventScript_271DBC
end
EventScript_271DBC:: @ 8271DBC
switch VAR_RESULT
case 0, EventScript_271E0E
case 1, EventScript_271DF9
case 2, EventScript_271E54
case 3, EventScript_271E47
case 127, EventScript_271E47
end
EventScript_271DF9:: @ 8271DF9
2017-12-22 08:46:19 +01:00
playse SE_PC_LOGIN
msgbox gUnknown_082726C2, MSGBOX_DEFAULT
2018-03-12 09:26:20 +01:00
special PlayerPC
2017-11-11 01:12:18 +01:00
waitstate
goto EventScript_271DAC
end
EventScript_271E0E:: @ 8271E0E
2017-12-22 08:46:19 +01:00
playse SE_PC_LOGIN
2018-12-22 03:32:45 +01:00
call_if_unset FLAG_SYS_PC_LANETTE, EventScript_271E35
call_if_set FLAG_SYS_PC_LANETTE, EventScript_271E3E
msgbox gUnknown_082726A3, MSGBOX_DEFAULT
2018-12-10 21:36:52 +01:00
special ShowPokemonStorageSystemPC
2017-11-11 01:12:18 +01:00
waitstate
goto EventScript_271DAC
end
EventScript_271E35:: @ 8271E35
msgbox gUnknown_0827268C, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
return
EventScript_271E3E:: @ 8271E3E
msgbox gUnknown_082726D4, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
return
EventScript_271E47:: @ 8271E47
setvar VAR_0x8004, 0
playse SE_PC_OFF
special DoPCTurnOffEffect
2017-11-11 01:12:18 +01:00
releaseall
end
EventScript_271E54:: @ 8271E54
2018-12-22 02:28:24 +01:00
goto_if_unset FLAG_SYS_GAME_CLEAR, EventScript_271E47
2017-12-22 08:46:19 +01:00
playse SE_PC_LOGIN
special AccessHallOfFamePC
2017-11-11 01:12:18 +01:00
waitstate
goto EventScript_271DBC
end
2017-11-10 02:21:31 +01:00
BattleFrontier_OutsideWest_EventScript_271E6A:: @ 8271E6A
FallarborTown_EventScript_271E6A:: @ 8271E6A
FortreeCity_EventScript_271E6A:: @ 8271E6A
LavaridgeTown_EventScript_271E6A:: @ 8271E6A
MauvilleCity_EventScript_271E6A:: @ 8271E6A
MossdeepCity_EventScript_271E6A:: @ 8271E6A
OldaleTown_EventScript_271E6A:: @ 8271E6A
PetalburgCity_EventScript_271E6A:: @ 8271E6A
RustboroCity_EventScript_271E6A:: @ 8271E6A
SlateportCity_EventScript_271E6A:: @ 8271E6A
SootopolisCity_EventScript_271E6A:: @ 8271E6A
VerdanturfTown_EventScript_271E6A:: @ 8271E6A
msgbox gUnknown_08272B6A, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
BattleFrontier_OutsideEast_EventScript_271E73:: @ 8271E73
DewfordTown_EventScript_271E73:: @ 8271E73
EverGrandeCity_EventScript_271E73:: @ 8271E73
FallarborTown_EventScript_271E73:: @ 8271E73
FortreeCity_EventScript_271E73:: @ 8271E73
LavaridgeTown_EventScript_271E73:: @ 8271E73
LilycoveCity_EventScript_271E73:: @ 8271E73
MauvilleCity_EventScript_271E73:: @ 8271E73
MossdeepCity_EventScript_271E73:: @ 8271E73
OldaleTown_EventScript_271E73:: @ 8271E73
PacifidlogTown_EventScript_271E73:: @ 8271E73
PetalburgCity_EventScript_271E73:: @ 8271E73
RustboroCity_EventScript_271E73:: @ 8271E73
SlateportCity_EventScript_271E73:: @ 8271E73
SootopolisCity_EventScript_271E73:: @ 8271E73
VerdanturfTown_EventScript_271E73:: @ 8271E73
msgbox gUnknown_08272B9E, MSGBOX_SIGN
2017-11-10 02:21:31 +01:00
end
BattleFrontier_BattleTowerLobby_EventScript_271E7C:: @ 8271E7C
DewfordTown_EventScript_271E7C:: @ 8271E7C
LilycoveCity_ContestLobby_EventScript_271E7C:: @ 8271E7C
LilycoveCity_PokemonTrainerFanClub_EventScript_271E7C:: @ 8271E7C
MauvilleCity_PokemonCenter_1F_EventScript_271E7C:: @ 8271E7C
PetalburgCity_PokemonCenter_1F_EventScript_271E7C:: @ 8271E7C
Route111_EventScript_271E7C:: @ 8271E7C
Route123_BerryMastersHouse_EventScript_271E7C:: @ 8271E7C
SlateportCity_OceanicMuseum_1F_EventScript_271E7C:: @ 8271E7C
SlateportCity_PokemonFanClub_EventScript_271E7C:: @ 8271E7C
fadescreen 1
special easy_chat_input_maybe
fadescreen 0
return
DewfordTown_Gym_EventScript_271E84:: @ 8271E84
LavaridgeTown_Gym_1F_EventScript_271E84:: @ 8271E84
MauvilleCity_Gym_EventScript_271E84:: @ 8271E84
RustboroCity_Gym_EventScript_271E84:: @ 8271E84
2018-10-18 21:28:59 +02:00
clearflag FLAG_HIDE_PETALBURG_GYM_GREETER
2017-11-10 02:21:31 +01:00
setflag FLAG_0x128
return
DewfordTown_EventScript_271E8B:: @ 8271E8B
DewfordTown_Hall_EventScript_271E8B:: @ 8271E8B
dodailyevents
setvar VAR_0x8004, 0
2018-04-16 12:52:13 +02:00
special BufferTrendyPhraseString
2017-11-10 02:21:31 +01:00
return
DewfordTown_EventScript_271E95:: @ 8271E95
Route104_MrBrineysHouse_EventScript_271E95:: @ 8271E95
Route109_EventScript_271E95:: @ 8271E95
copyvar VAR_0x8008, VAR_0x4096
setvar VAR_0x4096, 0
return
2015-10-10 14:20:38 +02:00
2018-10-17 04:47:08 +02:00
EventScript_UseSurf:: @ 8271EA0
2017-11-11 01:12:18 +01:00
checkpartymove MOVE_SURF
compare VAR_RESULT, 6
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_271ED6
2017-11-11 01:12:18 +01:00
bufferpartymonnick 0, VAR_RESULT
setfieldeffectargument 0, VAR_RESULT
lockall
msgbox gUnknown_08272FD6, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_271ED5
msgbox gUnknown_0827300D, MSGBOX_DEFAULT
2018-11-13 15:19:04 +01:00
dofieldeffect FLDEFF_USE_SURF
2017-11-11 01:12:18 +01:00
EventScript_271ED5:: @ 8271ED5
releaseall
2017-11-10 02:21:31 +01:00
2017-11-11 01:12:18 +01:00
EventScript_271ED6:: @ 8271ED6
end
2017-11-10 02:21:31 +01:00
EverGrandeCity_ChampionsRoom_EventScript_271ED7:: @ 8271ED7
LavaridgeTown_EventScript_271ED7:: @ 8271ED7
LilycoveCity_EventScript_271ED7:: @ 8271ED7
LittlerootTown_EventScript_271ED7:: @ 8271ED7
LittlerootTown_ProfessorBirchsLab_EventScript_271ED7:: @ 8271ED7
OldaleTown_EventScript_271ED7:: @ 8271ED7
Route103_EventScript_271ED7:: @ 8271ED7
Route104_EventScript_271ED7:: @ 8271ED7
Route110_EventScript_271ED7:: @ 8271ED7
Route119_EventScript_271ED7:: @ 8271ED7
RustboroCity_EventScript_271ED7:: @ 8271ED7
checkplayergender
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq RustboroCity_EventScript_271EEF
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq RustboroCity_EventScript_271EF5
2017-11-10 02:21:31 +01:00
end
RustboroCity_EventScript_271EEF:: @ 8271EEF
2018-12-25 02:12:51 +01:00
setvar VAR_OBJ_GFX_ID_0, EVENT_OBJ_GFX_RIVAL_MAY_NORMAL
2017-11-10 02:21:31 +01:00
return
RustboroCity_EventScript_271EF5:: @ 8271EF5
2018-12-25 02:12:51 +01:00
setvar VAR_OBJ_GFX_ID_0, EVENT_OBJ_GFX_RIVAL_BRENDAN_NORMAL
2017-11-10 02:21:31 +01:00
return
LavaridgeTown_EventScript_271EFB:: @ 8271EFB
Route110_EventScript_271EFB:: @ 8271EFB
Route119_EventScript_271EFB:: @ 8271EFB
checkplayergender
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LavaridgeTown_EventScript_271F13
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LavaridgeTown_EventScript_271F19
2017-11-10 02:21:31 +01:00
end
LavaridgeTown_EventScript_271F13:: @ 8271F13
2018-12-25 02:12:51 +01:00
setvar VAR_OBJ_GFX_ID_3, EVENT_OBJ_GFX_RIVAL_MAY_MACH_BIKE
2017-11-10 02:21:31 +01:00
return
LavaridgeTown_EventScript_271F19:: @ 8271F19
2018-12-25 02:12:51 +01:00
setvar VAR_OBJ_GFX_ID_3, EVENT_OBJ_GFX_RIVAL_BRENDAN_MACH_BIKE
2017-11-10 02:21:31 +01:00
return
2017-11-11 01:12:18 +01:00
EventScript_271F1F:: @ 8271F1F
checkplayergender
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_271F37
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_271F3D
2017-11-11 01:12:18 +01:00
end
EventScript_271F37:: @ 8271F37
2018-12-25 02:12:51 +01:00
setvar VAR_OBJ_GFX_ID_0, EVENT_OBJ_GFX_RIVAL_BRENDAN_NORMAL
2017-11-11 01:12:18 +01:00
return
EventScript_271F3D:: @ 8271F3D
2018-12-25 02:12:51 +01:00
setvar VAR_OBJ_GFX_ID_0, EVENT_OBJ_GFX_RIVAL_MAY_NORMAL
2017-11-11 01:12:18 +01:00
return
2017-11-10 02:21:31 +01:00
DewfordTown_Gym_EventScript_271F43:: @ 8271F43
FortreeCity_Gym_EventScript_271F43:: @ 8271F43
LavaridgeTown_Gym_1F_EventScript_271F43:: @ 8271F43
MauvilleCity_Gym_EventScript_271F43:: @ 8271F43
MossdeepCity_Gym_EventScript_271F43:: @ 8271F43
PetalburgCity_Gym_EventScript_271F43:: @ 8271F43
RustboroCity_Gym_EventScript_271F43:: @ 8271F43
SootopolisCity_Gym_1F_EventScript_271F43:: @ 8271F43
switch VAR_0x8008
case 1, DewfordTown_Gym_EventScript_271FA1
case 2, DewfordTown_Gym_EventScript_271FAB
case 3, DewfordTown_Gym_EventScript_271FBE
case 4, DewfordTown_Gym_EventScript_271FCE
case 5, DewfordTown_Gym_EventScript_271FE7
case 6, DewfordTown_Gym_EventScript_271FFD
case 7, DewfordTown_Gym_EventScript_272010
case 8, DewfordTown_Gym_EventScript_272035
end
DewfordTown_Gym_EventScript_271FA1:: @ 8271FA1
settrainerflag TRAINER_JOSH
settrainerflag TRAINER_TOMMY
settrainerflag TRAINER_MARC
return
DewfordTown_Gym_EventScript_271FAB:: @ 8271FAB
settrainerflag TRAINER_TAKAO
settrainerflag TRAINER_JOCELYN
settrainerflag TRAINER_LAURA
settrainerflag TRAINER_BRENDEN
settrainerflag TRAINER_CRISTIAN
settrainerflag TRAINER_LILITH
return
DewfordTown_Gym_EventScript_271FBE:: @ 8271FBE
settrainerflag TRAINER_KIRK
settrainerflag TRAINER_SHAWN
settrainerflag TRAINER_BEN
settrainerflag TRAINER_VIVIAN
settrainerflag TRAINER_ANGELO
return
DewfordTown_Gym_EventScript_271FCE:: @ 8271FCE
settrainerflag TRAINER_COLE
settrainerflag TRAINER_AXLE
settrainerflag TRAINER_KEEGAN
settrainerflag TRAINER_GERALD
settrainerflag TRAINER_DANIELLE
settrainerflag TRAINER_JACE
settrainerflag TRAINER_JEFF
settrainerflag TRAINER_ELI
return
DewfordTown_Gym_EventScript_271FE7:: @ 8271FE7
settrainerflag TRAINER_RANDALL
settrainerflag TRAINER_PARKER
settrainerflag TRAINER_GEORGE
settrainerflag TRAINER_BERKE
settrainerflag TRAINER_MARY
settrainerflag TRAINER_ALEXIA
settrainerflag TRAINER_JODY
return
DewfordTown_Gym_EventScript_271FFD:: @ 8271FFD
settrainerflag TRAINER_JARED
settrainerflag TRAINER_FLINT
settrainerflag TRAINER_ASHLEY
settrainerflag TRAINER_EDWARDO
settrainerflag TRAINER_HUMBERTO
settrainerflag TRAINER_DARIUS
return
DewfordTown_Gym_EventScript_272010:: @ 8272010
settrainerflag TRAINER_PRESTON
settrainerflag TRAINER_VIRGIL
settrainerflag TRAINER_BLAKE
settrainerflag TRAINER_HANNAH
settrainerflag TRAINER_SAMANTHA
settrainerflag TRAINER_MAURA
settrainerflag TRAINER_SYLVIA
settrainerflag TRAINER_NATE
settrainerflag TRAINER_KATHLEEN
settrainerflag TRAINER_CLIFFORD
settrainerflag TRAINER_MACEY
settrainerflag TRAINER_NICHOLAS
return
DewfordTown_Gym_EventScript_272035:: @ 8272035
settrainerflag TRAINER_ANDREA
settrainerflag TRAINER_CRISSY
settrainerflag TRAINER_BRIANNA
settrainerflag TRAINER_CONNIE
settrainerflag TRAINER_BRIDGET
settrainerflag TRAINER_OLIVIA
settrainerflag TRAINER_TIFFANY
settrainerflag TRAINER_BETHANY
settrainerflag TRAINER_ANNIKA
settrainerflag TRAINER_DAPHNE
return
DewfordTown_Gym_EventScript_272054:: @ 8272054
DewfordTown_Hall_EventScript_272054:: @ 8272054
FallarborTown_House1_EventScript_272054:: @ 8272054
FortreeCity_Gym_EventScript_272054:: @ 8272054
FortreeCity_House2_EventScript_272054:: @ 8272054
FortreeCity_House4_EventScript_272054:: @ 8272054
LavaridgeTown_Gym_1F_EventScript_272054:: @ 8272054
LavaridgeTown_HerbShop_EventScript_272054:: @ 8272054
LilycoveCity_EventScript_272054:: @ 8272054
LilycoveCity_House2_EventScript_272054:: @ 8272054
LittlerootTown_BrendansHouse_1F_EventScript_272054:: @ 8272054
MauvilleCity_EventScript_272054:: @ 8272054
MauvilleCity_Gym_EventScript_272054:: @ 8272054
MossdeepCity_EventScript_272054:: @ 8272054
MossdeepCity_Gym_EventScript_272054:: @ 8272054
MossdeepCity_SpaceCenter_1F_EventScript_272054:: @ 8272054
MtPyre_1F_EventScript_272054:: @ 8272054
PacifidlogTown_House2_EventScript_272054:: @ 8272054
PetalburgCity_Gym_EventScript_272054:: @ 8272054
PetalburgWoods_EventScript_272054:: @ 8272054
Route104_EventScript_272054:: @ 8272054
Route104_PrettyPetalFlowerShop_EventScript_272054:: @ 8272054
Route109_EventScript_272054:: @ 8272054
Route111_EventScript_272054:: @ 8272054
Route111_WinstrateFamilysHouse_EventScript_272054:: @ 8272054
Route114_EventScript_272054:: @ 8272054
Route114_FossilManiacsHouse_EventScript_272054:: @ 8272054
Route120_EventScript_272054:: @ 8272054
Route123_BerryMastersHouse_EventScript_272054:: @ 8272054
Route123_EventScript_272054:: @ 8272054
RustboroCity_DevonCorp_3F_EventScript_272054:: @ 8272054
RustboroCity_Flat2_2F_EventScript_272054:: @ 8272054
RustboroCity_Gym_EventScript_272054:: @ 8272054
RustboroCity_PokemonSchool_EventScript_272054:: @ 8272054
SSTidalRooms_EventScript_272054:: @ 8272054
ShoalCave_LowTideEntranceRoom_EventScript_272054:: @ 8272054
ShoalCave_LowTideInnerRoom_EventScript_272054:: @ 8272054
ShoalCave_LowTideLowerRoom_EventScript_272054:: @ 8272054
ShoalCave_LowTideStairsRoom_EventScript_272054:: @ 8272054
SlateportCity_BattleTentLobby_EventScript_272054:: @ 8272054
SlateportCity_Harbor_EventScript_272054:: @ 8272054
SlateportCity_PokemonFanClub_EventScript_272054:: @ 8272054
SootopolisCity_EventScript_272054:: @ 8272054
SootopolisCity_Gym_1F_EventScript_272054:: @ 8272054
SootopolisCity_House1_EventScript_272054:: @ 8272054
VerdanturfTown_BattleTentLobby_EventScript_272054:: @ 8272054
msgbox gUnknown_08272AD0, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
DewfordTown_Gym_EventScript_27205E:: @ 827205E
FortreeCity_Gym_EventScript_27205E:: @ 827205E
LavaridgeTown_Gym_1F_EventScript_27205E:: @ 827205E
LilycoveCity_ContestLobby_EventScript_27205E:: @ 827205E
LinkContestRoom1_EventScript_27205E:: @ 827205E
MauvilleCity_GameCorner_EventScript_27205E:: @ 827205E
MauvilleCity_Gym_EventScript_27205E:: @ 827205E
MossdeepCity_Gym_EventScript_27205E:: @ 827205E
PetalburgCity_Gym_EventScript_27205E:: @ 827205E
Route110_TrickHouseEnd_EventScript_27205E:: @ 827205E
Route110_TrickHouseEntrance_EventScript_27205E:: @ 827205E
Route113_GlassWorkshop_EventScript_27205E:: @ 827205E
SootopolisCity_Gym_1F_EventScript_27205E:: @ 827205E
msgbox gUnknown_08272AD0, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
return
Route114_LanettesHouse_EventScript_272067:: @ 8272067
msgbox gUnknown_08272B1A, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_LilycoveMuseum_2F_EventScript_272071:: @ 8272071
MauvilleCity_GameCorner_EventScript_272071:: @ 8272071
Route110_TrickHouseEnd_EventScript_272071:: @ 8272071
Route110_TrickHouseEntrance_EventScript_272071:: @ 8272071
Route113_GlassWorkshop_EventScript_272071:: @ 8272071
msgbox gUnknown_08272B1A, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
return
EverGrandeCity_EventScript_27207A:: @ 827207A
LilycoveCity_EventScript_27207A:: @ 827207A
MossdeepCity_EventScript_27207A:: @ 827207A
Route124_EventScript_27207A:: @ 827207A
Route125_EventScript_27207A:: @ 827207A
Route126_EventScript_27207A:: @ 827207A
Route127_EventScript_27207A:: @ 827207A
Route128_EventScript_27207A:: @ 827207A
Route129_EventScript_27207A:: @ 827207A
Route130_EventScript_27207A:: @ 827207A
Route131_EventScript_27207A:: @ 827207A
SkyPillar_Outside_EventScript_27207A:: @ 827207A
SootopolisCity_EventScript_27207A:: @ 827207A
setweather 15
return
DewfordTown_Gym_EventScript_27207E:: @ 827207E
FortreeCity_Gym_EventScript_27207E:: @ 827207E
LavaridgeTown_Gym_1F_EventScript_27207E:: @ 827207E
LilycoveCity_CoveLilyMotel_2F_EventScript_27207E:: @ 827207E
MauvilleCity_Gym_EventScript_27207E:: @ 827207E
MossdeepCity_Gym_EventScript_27207E:: @ 827207E
PetalburgCity_Gym_EventScript_27207E:: @ 827207E
RustboroCity_Gym_EventScript_27207E:: @ 827207E
SootopolisCity_Gym_1F_EventScript_27207E:: @ 827207E
2017-12-22 08:46:19 +01:00
playfanfare MUS_ME_BACHI
2017-11-10 02:21:31 +01:00
waitfanfare
return
LittlerootTown_BrendansHouse_1F_EventScript_272083:: @ 8272083
Route111_OldLadysRestStop_EventScript_272083:: @ 8272083
Route119_WeatherInstitute_1F_EventScript_272083:: @ 8272083
RustboroCity_DevonCorp_3F_EventScript_272083:: @ 8272083
SSTidalRooms_EventScript_272083:: @ 8272083
fadescreen 1
2017-12-22 08:46:19 +01:00
playfanfare MUS_ME_ASA
2017-11-10 02:21:31 +01:00
waitfanfare
2017-12-16 00:08:23 +01:00
special HealPlayerParty
2017-11-10 02:21:31 +01:00
fadescreen 0
return
2015-10-10 14:20:38 +02:00
2018-10-17 04:47:08 +02:00
EventScript_RegionMap:: @ 827208F
2017-11-11 01:12:18 +01:00
lockall
msgbox LittlerootTown_BrendansHouse_2F_Text_1F8820, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
fadescreen 1
special FieldShowRegionMap
2017-11-11 01:12:18 +01:00
waitstate
releaseall
end
2017-11-10 02:21:31 +01:00
DewfordTown_EventScript_2720A0:: @ 82720A0
Route104_EventScript_2720A0:: @ 82720A0
Route109_EventScript_2720A0:: @ 82720A0
setflag FLAG_SPECIAL_FLAG_0x4001
2017-12-22 08:46:19 +01:00
playbgm MUS_M_BOAT, 0
2017-11-10 02:21:31 +01:00
return
DewfordTown_EventScript_2720A8:: @ 82720A8
Route104_EventScript_2720A8:: @ 82720A8
Route109_EventScript_2720A8:: @ 82720A8
clearflag FLAG_SPECIAL_FLAG_0x4001
fadedefaultbgm
return
LittlerootTown_ProfessorBirchsLab_EventScript_2720AD:: @ 82720AD
Route101_EventScript_2720AD:: @ 82720AD
Route103_EventScript_2720AD:: @ 82720AD
compare VAR_0x4085, 0
2018-12-22 02:28:24 +01:00
goto_if_eq Route101_EventScript_27374E
goto_if_set FLAG_SYS_GAME_CLEAR, Route101_EventScript_27211A
compare VAR_BIRCH_STATE, 0
2018-12-22 03:32:45 +01:00
call_if_eq Route101_EventScript_27211A
compare VAR_BIRCH_STATE, 1
2018-12-22 03:32:45 +01:00
call_if_eq Route101_EventScript_27211A
compare VAR_BIRCH_STATE, 2
2018-12-22 03:32:45 +01:00
call_if_eq Route101_EventScript_272127
compare VAR_BIRCH_STATE, 3
2018-12-22 03:32:45 +01:00
call_if_eq Route101_EventScript_272127
compare VAR_BIRCH_STATE, 4
2018-12-22 03:32:45 +01:00
call_if_eq Route101_EventScript_272134
compare VAR_BIRCH_STATE, 5
2018-12-22 03:32:45 +01:00
call_if_eq Route101_EventScript_272134
compare VAR_BIRCH_STATE, 6
2018-12-22 03:32:45 +01:00
call_if_eq Route101_EventScript_27211A
compare VAR_BIRCH_STATE, 7
2018-12-22 03:32:45 +01:00
call_if_eq Route101_EventScript_27211A
2017-11-10 02:21:31 +01:00
return
Route101_EventScript_27211A:: @ 827211A
2018-10-18 21:28:59 +02:00
clearflag FLAG_HIDE_LITTLEROOT_TOWN_BIRCHS_LAB_BIRCH
2018-10-19 20:59:18 +02:00
clearflag FLAG_HIDE_LITTLEROOT_TOWN_BIRCHS_LAB_UNKNOWN_0x380
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_101_BIRCH
setflag FLAG_HIDE_ROUTE_103_BIRCH
2017-11-10 02:21:31 +01:00
return
Route101_EventScript_272127:: @ 8272127
2018-10-19 19:04:47 +02:00
clearflag FLAG_HIDE_ROUTE_101_BIRCH
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_LITTLEROOT_TOWN_BIRCHS_LAB_BIRCH
2018-10-19 20:59:18 +02:00
setflag FLAG_HIDE_LITTLEROOT_TOWN_BIRCHS_LAB_UNKNOWN_0x380
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_103_BIRCH
2017-11-10 02:21:31 +01:00
return
Route101_EventScript_272134:: @ 8272134
2018-10-19 19:04:47 +02:00
clearflag FLAG_HIDE_ROUTE_103_BIRCH
setflag FLAG_HIDE_ROUTE_101_BIRCH
2018-10-18 21:28:59 +02:00
setflag FLAG_HIDE_LITTLEROOT_TOWN_BIRCHS_LAB_BIRCH
2018-10-19 20:59:18 +02:00
setflag FLAG_HIDE_LITTLEROOT_TOWN_BIRCHS_LAB_UNKNOWN_0x380
2017-11-10 02:21:31 +01:00
return
LittlerootTown_ProfessorBirchsLab_EventScript_272141:: @ 8272141
Route101_EventScript_272141:: @ 8272141
Route103_EventScript_272141:: @ 8272141
lock
faceplayer
2018-12-22 02:28:24 +01:00
goto_if_unset FLAG_HAS_MATCH_CALL, Route101_EventScript_272155
goto_if_unset FLAG_0x119, Route101_EventScript_1FA2D2
2017-11-10 02:21:31 +01:00
Route101_EventScript_272155:: @ 8272155
msgbox gUnknown_082A5C9C, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq Route101_EventScript_27216F
2017-11-10 02:21:31 +01:00
call Route101_EventScript_272184
release
end
Route101_EventScript_27216F:: @ 827216F
msgbox Route101_Text_2A5CEB, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
Route101_EventScript_272179:: @ 8272179
copyvar VAR_0x8004, VAR_0x8009
special ShowPokedexRatingMessage
2017-11-10 02:21:31 +01:00
waitmessage
waitbuttonpress
return
EverGrandeCity_ChampionsRoom_EventScript_272184:: @ 8272184
Route101_EventScript_272184:: @ 8272184
setvar VAR_0x8004, 0
specialvar VAR_RESULT, ScriptGetPokedexInfo
2017-11-10 02:21:31 +01:00
copyvar VAR_0x8008, VAR_0x8005
copyvar VAR_0x8009, VAR_0x8006
copyvar VAR_0x800A, VAR_RESULT
buffernumberstring 0, VAR_0x8008
buffernumberstring 1, VAR_0x8009
msgbox gUnknown_082A5D2C, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
call Route101_EventScript_272179
compare VAR_0x800A, 0
2018-12-22 02:28:24 +01:00
goto_if_eq Route101_EventScript_27374E
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 1
specialvar VAR_RESULT, ScriptGetPokedexInfo
2017-11-10 02:21:31 +01:00
copyvar VAR_0x8008, VAR_0x8005
copyvar VAR_0x8009, VAR_0x8006
buffernumberstring 0, VAR_0x8008
buffernumberstring 1, VAR_0x8009
msgbox gUnknown_082A633D, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
return
BattleFrontier_OutsideWest_EventScript_2721E2:: @ 82721E2
LilycoveCity_Harbor_EventScript_2721E2:: @ 82721E2
SlateportCity_Harbor_EventScript_2721E2:: @ 82721E2
delay 60
applymovement VAR_0x8004, SlateportCity_Harbor_Movement_2721F0
waitmovement 0
return
SlateportCity_Harbor_Movement_2721F0: @ 82721F0
walk_slow_right
walk_slow_right
walk_slow_right
walk_right
walk_right
walk_right
walk_right
2017-11-10 02:21:31 +01:00
step_end
PetalburgCity_Gym_EventScript_2721F8:: @ 82721F8
setflag FLAG_HIDE_MR_BRINEY_DEWFORD_TOWN
setflag FLAG_HIDE_MR_BRINEY_BOAT_DEWFORD_TOWN
2018-10-19 19:04:47 +02:00
setflag FLAG_HIDE_ROUTE_108_MR_BRINEY
setflag FLAG_HIDE_ROUTE_109_MR_BRINEY_BOAT
setflag FLAG_HIDE_ROUTE_104_MR_BRINEY
setflag FLAG_HIDE_ROUTE_104_MR_BRINEY_BOAT
setflag FLAG_HIDE_BRINEYS_HOUSE_MR_BRINEY
setflag FLAG_HIDE_BRINEYS_HOUSE_PEEKO
2017-11-10 02:21:31 +01:00
setvar VAR_0x4096, 0
return
RusturfTunnel_EventScript_272216:: @ 8272216
removeobject 1
removeobject 10
2018-10-19 03:32:21 +02:00
clearflag FLAG_HIDE_VERDANTURF_TOWN_WANDAS_HOUSE_LOVER_MAN
clearflag FLAG_HIDE_VERDANTURF_TOWN_WANDAS_HOUSE_LOVER_WOMAN
setvar VAR_RUSTURF_TUNNEL_STATE, 6
setflag FLAG_RUSTURF_TUNNEL_OPENED
2017-11-10 02:21:31 +01:00
return
2017-11-11 01:12:18 +01:00
EventScript_27222B:: @ 827222B
delay 30
applymovement EVENT_OBJ_ID_PLAYER, PetalburgCity_Movement_2725A6
2017-11-11 01:12:18 +01:00
waitmovement 0
showobjectat 255, MAP_PETALBURG_CITY
2017-11-11 01:12:18 +01:00
delay 30
applymovement EVENT_OBJ_ID_PLAYER, Movement_27224E
2017-11-11 01:12:18 +01:00
waitmovement 0
delay 30
return
Movement_27224E: @ 827224E
walk_up
2017-11-11 01:12:18 +01:00
step_end
2017-11-10 02:21:31 +01:00
BattleFrontier_OutsideWest_EventScript_272250:: @ 8272250
BirthIsland_Harbor_EventScript_272250:: @ 8272250
FarawayIsland_Entrance_EventScript_272250:: @ 8272250
NavelRock_Harbor_EventScript_272250:: @ 8272250
SouthernIsland_Exterior_EventScript_272250:: @ 8272250
compare VAR_FACING, 1
2018-12-22 03:32:45 +01:00
call_if_eq BattleFrontier_OutsideWest_EventScript_242A21
compare VAR_FACING, 3
2018-12-22 03:32:45 +01:00
call_if_eq BattleFrontier_OutsideWest_EventScript_242A2C
2017-11-10 02:21:31 +01:00
delay 30
hideobjectat 255, MAP_PETALBURG_CITY
2017-11-10 02:21:31 +01:00
call BattleFrontier_OutsideWest_EventScript_2721E2
return
2017-11-11 01:12:18 +01:00
EventScript_272274:: @ 8272274
lockall
waitse
playmoncry SPECIES_KYOGRE, 2
waitmoncry
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_5, 1
2017-11-11 01:12:18 +01:00
releaseall
end
EventScript_272283:: @ 8272283
lockall
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_1, 1
2017-11-11 01:12:18 +01:00
goto EventScript_2722A7
end
EventScript_27228F:: @ 827228F
lockall
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_2, 1
2017-11-11 01:12:18 +01:00
goto EventScript_2722A7
end
EventScript_27229B:: @ 827229B
lockall
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_3, 1
2017-11-11 01:12:18 +01:00
goto EventScript_2722A7
end
EventScript_2722A7:: @ 82722A7
setvar VAR_0x8004, 1
setvar VAR_0x8005, 1
setvar VAR_0x8006, 8
setvar VAR_0x8007, 5
special sub_8139560
waitstate
releaseall
end
2017-11-10 02:21:31 +01:00
CaveOfOrigin_1F_EventScript_2722C1:: @ 82722C1
CaveOfOrigin_UnusedRubySapphireMap1_EventScript_2722C1:: @ 82722C1
CaveOfOrigin_UnusedRubySapphireMap2_EventScript_2722C1:: @ 82722C1
CaveOfOrigin_UnusedRubySapphireMap3_EventScript_2722C1:: @ 82722C1
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_1, 1
setvar VAR_TEMP_2, 1
setvar VAR_TEMP_3, 1
setvar VAR_TEMP_4, 1
setvar VAR_TEMP_5, 1
2017-11-10 02:21:31 +01:00
return
Route120_EventScript_2722DB:: @ 82722DB
lock
faceplayer
setvar VAR_0x8009, 1
goto Route120_EventScript_272336
end
Route120_EventScript_2722E8:: @ 82722E8
lock
faceplayer
setvar VAR_0x8009, 2
goto Route120_EventScript_272336
end
Route120_EventScript_2722F5:: @ 82722F5
lock
faceplayer
setvar VAR_0x8009, 3
goto Route120_EventScript_272336
end
Route120_EventScript_272302:: @ 8272302
lock
faceplayer
setvar VAR_0x8009, 4
goto Route120_EventScript_272336
end
Route120_EventScript_27230F:: @ 827230F
lock
faceplayer
setvar VAR_0x8009, 5
goto Route120_EventScript_272336
end
Route119_EventScript_27231C:: @ 827231C
lock
faceplayer
setvar VAR_0x8009, 6
goto Route119_EventScript_272336
end
Route119_EventScript_272329:: @ 8272329
lock
faceplayer
setvar VAR_0x8009, 7
goto Route119_EventScript_272336
end
Route119_EventScript_272336:: @ 8272336
Route120_EventScript_272336:: @ 8272336
checkitem ITEM_DEVON_SCOPE, 1
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq Route119_EventScript_272350
msgbox Route119_Text_1F5D00, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
Route119_EventScript_272350:: @ 8272350
msgbox Route119_Text_1F5D23, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq Route119_EventScript_272365
2017-11-10 02:21:31 +01:00
release
end
Route119_EventScript_272365:: @ 8272365
msgbox Route119_Text_1F5D63, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
applymovement VAR_LAST_TALKED, Route119_Movement_27259E
waitmovement 0
applymovement VAR_LAST_TALKED, Route119_Movement_2723C7
waitmovement 0
waitse
playmoncry SPECIES_KECLEON, 2
delay 40
waitmoncry
setwildbattle SPECIES_KECLEON, 30, ITEM_NONE
setflag FLAG_SYS_CTRL_OBJ_DELETE
dowildbattle
clearflag FLAG_SYS_CTRL_OBJ_DELETE
specialvar VAR_RESULT, GetBattleOutcome
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq Route119_EventScript_2723C1
compare VAR_RESULT, 4
2018-12-22 02:28:24 +01:00
goto_if_eq Route119_EventScript_2723C1
compare VAR_RESULT, 5
2018-12-22 02:28:24 +01:00
goto_if_eq Route119_EventScript_2723C1
2017-11-10 02:21:31 +01:00
release
end
Route119_EventScript_2723C1:: @ 82723C1
goto Route119_EventScript_27376D
end
FortreeCity_Movement_2723C7: @ 82723C7
Route119_Movement_2723C7: @ 82723C7
Route120_Movement_2723C7: @ 82723C7
set_visible
delay_4
set_invisible
delay_4
set_visible
delay_4
set_invisible
delay_4
set_visible
delay_8
set_invisible
delay_8
set_visible
delay_8
set_invisible
delay_8
set_visible
delay_16
set_invisible
delay_16
set_visible
2017-11-10 02:21:31 +01:00
step_end
LittlerootTown_ProfessorBirchsLab_EventScript_2723DD:: @ 82723DD
MossdeepCity_StevensHouse_EventScript_2723DD:: @ 82723DD
Route119_WeatherInstitute_2F_EventScript_2723DD:: @ 82723DD
RustboroCity_DevonCorp_2F_EventScript_2723DD:: @ 82723DD
SlateportCity_House1_EventScript_2723DD:: @ 82723DD
fadescreen 1
special ChangePokemonNickname
waitstate
return
FallarborTown_House1_EventScript_2723E4:: @ 82723E4
GraniteCave_StevensRoom_EventScript_2723E4:: @ 82723E4
SlateportCity_OceanicMuseum_2F_EventScript_2723E4:: @ 82723E4
bufferitemname 0, VAR_0x8004
2017-12-22 08:46:19 +01:00
playfanfare MUS_ME_WAZA
2017-11-10 02:21:31 +01:00
message gUnknown_08273161
waitmessage
waitfanfare
takeitem VAR_0x8004, 1
return
EverGrandeCity_DrakesRoom_EventScript_2723F8:: @ 82723F8
EverGrandeCity_GlaciasRoom_EventScript_2723F8:: @ 82723F8
EverGrandeCity_PhoebesRoom_EventScript_2723F8:: @ 82723F8
EverGrandeCity_SidneysRoom_EventScript_2723F8:: @ 82723F8
applymovement EVENT_OBJ_ID_PLAYER, EverGrandeCity_SidneysRoom_Movement_2725C6
2017-11-10 02:21:31 +01:00
waitmovement 0
playse SE_DOOR
setmetatile 6, 1, 836, 0
setmetatile 6, 2, 837, 0
setmetatile 0, 2, 734, 1
setmetatile 1, 2, 733, 1
setmetatile 2, 2, 734, 1
setmetatile 3, 2, 733, 1
setmetatile 4, 2, 734, 1
setmetatile 8, 2, 733, 1
setmetatile 9, 2, 734, 1
setmetatile 10, 2, 733, 1
setmetatile 11, 2, 734, 1
setmetatile 12, 2, 733, 1
special DrawWholeMapView
return
EverGrandeCity_DrakesRoom_EventScript_272475:: @ 8272475
EverGrandeCity_GlaciasRoom_EventScript_272475:: @ 8272475
EverGrandeCity_PhoebesRoom_EventScript_272475:: @ 8272475
EverGrandeCity_SidneysRoom_EventScript_272475:: @ 8272475
applymovement EVENT_OBJ_ID_PLAYER, EverGrandeCity_SidneysRoom_Movement_2725BA
2017-11-10 02:21:31 +01:00
waitmovement 0
playse SE_TRACK_DOOR
setmetatile 5, 12, 518, 1
setmetatile 6, 12, 518, 1
setmetatile 7, 12, 518, 1
setmetatile 5, 13, 526, 1
setmetatile 6, 13, 526, 1
setmetatile 7, 13, 526, 1
special DrawWholeMapView
return
EverGrandeCity_DrakesRoom_EventScript_2724BC:: @ 82724BC
EverGrandeCity_GlaciasRoom_EventScript_2724BC:: @ 82724BC
EverGrandeCity_PhoebesRoom_EventScript_2724BC:: @ 82724BC
EverGrandeCity_SidneysRoom_EventScript_2724BC:: @ 82724BC
setmetatile 6, 1, 836, 0
setmetatile 6, 2, 837, 0
setmetatile 5, 12, 518, 1
setmetatile 6, 12, 518, 1
setmetatile 7, 12, 518, 1
setmetatile 5, 13, 526, 1
setmetatile 6, 13, 526, 1
setmetatile 7, 13, 526, 1
setmetatile 0, 2, 734, 1
setmetatile 1, 2, 733, 1
setmetatile 2, 2, 734, 1
setmetatile 3, 2, 733, 1
setmetatile 4, 2, 734, 1
setmetatile 8, 2, 733, 1
setmetatile 9, 2, 734, 1
setmetatile 10, 2, 733, 1
setmetatile 11, 2, 734, 1
setmetatile 12, 2, 733, 1
return
EverGrandeCity_DrakesRoom_EventScript_27255F:: @ 827255F
EverGrandeCity_GlaciasRoom_EventScript_27255F:: @ 827255F
EverGrandeCity_PhoebesRoom_EventScript_27255F:: @ 827255F
EverGrandeCity_SidneysRoom_EventScript_27255F:: @ 827255F
setmetatile 5, 12, 518, 1
setmetatile 6, 12, 518, 1
setmetatile 7, 12, 518, 1
setmetatile 5, 13, 526, 1
setmetatile 6, 13, 526, 1
setmetatile 7, 13, 526, 1
return
SlateportCity_Movement_272596: @ 8272596
emote_question_mark
2017-11-10 02:21:31 +01:00
step_end
AquaHideout_B2F_Movement_272598: @ 8272598
BattleFrontier_BattleTowerBattleRoom_Movement_272598: @ 8272598
BattleFrontier_ReceptionGate_Movement_272598: @ 8272598
CaveOfOrigin_B1F_Movement_272598: @ 8272598
EverGrandeCity_ChampionsRoom_Movement_272598: @ 8272598
FarawayIsland_Interior_Movement_272598: @ 8272598
JaggedPass_Movement_272598: @ 8272598
LavaridgeTown_Movement_272598: @ 8272598
LilycoveCity_ContestLobby_Movement_272598: @ 8272598
LilycoveCity_CoveLilyMotel_1F_Movement_272598: @ 8272598
LilycoveCity_Harbor_Movement_272598: @ 8272598
LittlerootTown_BrendansHouse_1F_Movement_272598: @ 8272598
LittlerootTown_BrendansHouse_2F_Movement_272598: @ 8272598
LittlerootTown_MaysHouse_1F_Movement_272598: @ 8272598
LittlerootTown_MaysHouse_2F_Movement_272598: @ 8272598
LittlerootTown_Movement_272598: @ 8272598
MauvilleCity_House2_Movement_272598: @ 8272598
MauvilleCity_Movement_272598: @ 8272598
MeteorFalls_1F_1R_Movement_272598: @ 8272598
MeteorFalls_StevensCave_Movement_272598: @ 8272598
MossdeepCity_SpaceCenter_2F_Movement_272598: @ 8272598
MossdeepCity_StevensHouse_Movement_272598: @ 8272598
MtChimney_Movement_272598: @ 8272598
MtPyre_Summit_Movement_272598: @ 8272598
OldaleTown_PokemonCenter_1F_Movement_272598: @ 8272598
PetalburgCity_Gym_Movement_272598: @ 8272598
PetalburgCity_Movement_272598: @ 8272598
Route103_Movement_272598: @ 8272598
Route104_Movement_272598: @ 8272598
Route110_Movement_272598: @ 8272598
Route110_TrickHouseEnd_Movement_272598: @ 8272598
Route110_TrickHouseEntrance_Movement_272598: @ 8272598
Route110_TrickHousePuzzle5_Movement_272598: @ 8272598
Route119_WeatherInstitute_2F_Movement_272598: @ 8272598
RustboroCity_DevonCorp_2F_Movement_272598: @ 8272598
RustboroCity_Movement_272598: @ 8272598
RusturfTunnel_Movement_272598: @ 8272598
SeafloorCavern_Entrance_Movement_272598: @ 8272598
SeafloorCavern_Room9_Movement_272598: @ 8272598
SlateportCity_Movement_272598: @ 8272598
SlateportCity_OceanicMuseum_1F_Movement_272598: @ 8272598
SlateportCity_PokemonFanClub_Movement_272598: @ 8272598
emote_exclamation_mark
2017-11-10 02:21:31 +01:00
step_end
BattleFrontier_BattleTowerBattleRoom_Movement_27259A: @ 827259A
BattleFrontier_ReceptionGate_Movement_27259A: @ 827259A
CaveOfOrigin_B1F_Movement_27259A: @ 827259A
EverGrandeCity_ChampionsRoom_Movement_27259A: @ 827259A
FarawayIsland_Interior_Movement_27259A: @ 827259A
JaggedPass_Movement_27259A: @ 827259A
LavaridgeTown_Movement_27259A: @ 827259A
LilycoveCity_CoveLilyMotel_1F_Movement_27259A: @ 827259A
LilycoveCity_Harbor_Movement_27259A: @ 827259A
LittlerootTown_BrendansHouse_1F_Movement_27259A: @ 827259A
LittlerootTown_BrendansHouse_2F_Movement_27259A: @ 827259A
LittlerootTown_MaysHouse_1F_Movement_27259A: @ 827259A
LittlerootTown_MaysHouse_2F_Movement_27259A: @ 827259A
MauvilleCity_House2_Movement_27259A: @ 827259A
MauvilleCity_Movement_27259A: @ 827259A
MeteorFalls_1F_1R_Movement_27259A: @ 827259A
MeteorFalls_StevensCave_Movement_27259A: @ 827259A
MossdeepCity_SpaceCenter_2F_Movement_27259A: @ 827259A
MossdeepCity_StevensHouse_Movement_27259A: @ 827259A
MtChimney_Movement_27259A: @ 827259A
MtPyre_Summit_Movement_27259A: @ 827259A
OldaleTown_PokemonCenter_1F_Movement_27259A: @ 827259A
PetalburgCity_Gym_Movement_27259A: @ 827259A
PetalburgCity_Movement_27259A: @ 827259A
Route103_Movement_27259A: @ 827259A
Route104_Movement_27259A: @ 827259A
Route110_Movement_27259A: @ 827259A
Route110_TrickHouseEntrance_Movement_27259A: @ 827259A
Route110_TrickHousePuzzle5_Movement_27259A: @ 827259A
Route119_WeatherInstitute_2F_Movement_27259A: @ 827259A
RustboroCity_DevonCorp_2F_Movement_27259A: @ 827259A
RustboroCity_Movement_27259A: @ 827259A
RusturfTunnel_Movement_27259A: @ 827259A
SeafloorCavern_Entrance_Movement_27259A: @ 827259A
SeafloorCavern_Room9_Movement_27259A: @ 827259A
SlateportCity_Movement_27259A: @ 827259A
SlateportCity_OceanicMuseum_1F_Movement_27259A: @ 827259A
SlateportCity_PokemonFanClub_Movement_27259A: @ 827259A
delay_16
delay_16
delay_16
2017-11-10 02:21:31 +01:00
step_end
AquaHideout_B2F_Movement_27259E: @ 827259E
BattleFrontier_BattlePyramidLobby_Movement_27259E: @ 827259E
BattleFrontier_ScottsHouse_Movement_27259E: @ 827259E
CaveOfOrigin_B1F_Movement_27259E: @ 827259E
EverGrandeCity_PokemonLeague_1F_Movement_27259E: @ 827259E
FallarborTown_House2_Movement_27259E: @ 827259E
FortreeCity_House4_Movement_27259E: @ 827259E
JaggedPass_Movement_27259E: @ 827259E
LilycoveCity_ContestHall_Movement_27259E: @ 827259E
LilycoveCity_CoveLilyMotel_1F_Movement_27259E: @ 827259E
LilycoveCity_DepartmentStore_1F_Movement_27259E: @ 827259E
LilycoveCity_DepartmentStore_5F_Movement_27259E: @ 827259E
LilycoveCity_Harbor_Movement_27259E: @ 827259E
LilycoveCity_LilycoveMuseum_1F_Movement_27259E: @ 827259E
LilycoveCity_LilycoveMuseum_2F_Movement_27259E: @ 827259E
LilycoveCity_MoveDeletersHouse_Movement_27259E: @ 827259E
LilycoveCity_Movement_27259E: @ 827259E
LittlerootTown_BrendansHouse_1F_Movement_27259E: @ 827259E
LittlerootTown_BrendansHouse_2F_Movement_27259E: @ 827259E
MagmaHideout_4F_Movement_27259E: @ 827259E
MauvilleCity_Movement_27259E: @ 827259E
MeteorFalls_StevensCave_Movement_27259E: @ 827259E
MossdeepCity_SpaceCenter_2F_Movement_27259E: @ 827259E
MtChimney_Movement_27259E: @ 827259E
OldaleTown_Movement_27259E: @ 827259E
PetalburgCity_Gym_Movement_27259E: @ 827259E
PetalburgCity_Movement_27259E: @ 827259E
Route103_Movement_27259E: @ 827259E
Route104_Movement_27259E: @ 827259E
Route110_TrickHouseEnd_Movement_27259E: @ 827259E
Route110_TrickHouseEntrance_Movement_27259E: @ 827259E
Route110_TrickHousePuzzle5_Movement_27259E: @ 827259E
Route111_Movement_27259E: @ 827259E
Route119_Movement_27259E: @ 827259E
RustboroCity_Flat1_2F_Movement_27259E: @ 827259E
RustboroCity_Movement_27259E: @ 827259E
RusturfTunnel_Movement_27259E: @ 827259E
SeafloorCavern_Room9_Movement_27259E: @ 827259E
SlateportCity_Movement_27259E: @ 827259E
SlateportCity_SternsShipyard_1F_Movement_27259E: @ 827259E
SootopolisCity_Movement_27259E: @ 827259E
face_player
2017-11-10 02:21:31 +01:00
step_end
BattleFrontier_OutsideWest_Movement_2725A0: @ 82725A0
face_away_player
2017-11-10 02:21:31 +01:00
step_end
BattleFrontier_Lounge3_Movement_2725A2: @ 82725A2
BattleFrontier_OutsideWest_Movement_2725A2: @ 82725A2
EverGrandeCity_PokemonLeague_1F_Movement_2725A2: @ 82725A2
JaggedPass_Movement_2725A2: @ 82725A2
LilycoveCity_ContestHall_Movement_2725A2: @ 82725A2
LilycoveCity_ContestLobby_Movement_2725A2: @ 82725A2
LilycoveCity_CoveLilyMotel_1F_Movement_2725A2: @ 82725A2
LilycoveCity_House3_Movement_2725A2: @ 82725A2
LilycoveCity_LilycoveMuseum_1F_Movement_2725A2: @ 82725A2
LilycoveCity_Movement_2725A2: @ 82725A2
LittlerootTown_Movement_2725A2: @ 82725A2
MauvilleCity_GameCorner_Movement_2725A2: @ 82725A2
MauvilleCity_Movement_2725A2: @ 82725A2
MossdeepCity_Movement_2725A2: @ 82725A2
MossdeepCity_SpaceCenter_1F_Movement_2725A2: @ 82725A2
MossdeepCity_SpaceCenter_2F_Movement_2725A2: @ 82725A2
MtChimney_Movement_2725A2: @ 82725A2
OldaleTown_Movement_2725A2: @ 82725A2
PetalburgCity_Movement_2725A2: @ 82725A2
Route109_Movement_2725A2: @ 82725A2
Route110_Movement_2725A2: @ 82725A2
Route111_Movement_2725A2: @ 82725A2
Route111_WinstrateFamilysHouse_Movement_2725A2: @ 82725A2
Route112_Movement_2725A2: @ 82725A2
Route119_Movement_2725A2: @ 82725A2
RustboroCity_DevonCorp_3F_Movement_2725A2: @ 82725A2
RustboroCity_Movement_2725A2: @ 82725A2
RusturfTunnel_Movement_2725A2: @ 82725A2
SlateportCity_Harbor_Movement_2725A2: @ 82725A2
SlateportCity_Movement_2725A2: @ 82725A2
SlateportCity_OceanicMuseum_2F_Movement_2725A2: @ 82725A2
SlateportCity_SternsShipyard_1F_Movement_2725A2: @ 82725A2
SootopolisCity_Movement_2725A2: @ 82725A2
VerdanturfTown_Movement_2725A2: @ 82725A2
face_original_direction
2017-11-10 02:21:31 +01:00
step_end
AquaHideout_B2F_Movement_2725A4: @ 82725A4
BattleFrontier_BattleFactoryBattleRoom_Movement_2725A4: @ 82725A4
BattleFrontier_OutsideWest_Movement_2725A4: @ 82725A4
BattleFrontier_ScottsHouse_Movement_2725A4: @ 82725A4
DewfordTown_Hall_Movement_2725A4: @ 82725A4
EverGrandeCity_ChampionsRoom_Movement_2725A4: @ 82725A4
EverGrandeCity_HallOfFame_Movement_2725A4: @ 82725A4
LavaridgeTown_Movement_2725A4: @ 82725A4
LilycoveCity_Harbor_Movement_2725A4: @ 82725A4
LilycoveCity_PokemonTrainerFanClub_Movement_2725A4: @ 82725A4
LittlerootTown_BrendansHouse_1F_Movement_2725A4: @ 82725A4
LittlerootTown_BrendansHouse_2F_Movement_2725A4: @ 82725A4
LittlerootTown_MaysHouse_1F_Movement_2725A4: @ 82725A4
LittlerootTown_MaysHouse_2F_Movement_2725A4: @ 82725A4
LittlerootTown_Movement_2725A4: @ 82725A4
LittlerootTown_ProfessorBirchsLab_Movement_2725A4: @ 82725A4
MeteorFalls_1F_1R_Movement_2725A4: @ 82725A4
MossdeepCity_SpaceCenter_2F_Movement_2725A4: @ 82725A4
MossdeepCity_StevensHouse_Movement_2725A4: @ 82725A4
MtChimney_Movement_2725A4: @ 82725A4
MtPyre_Summit_Movement_2725A4: @ 82725A4
OldaleTown_PokemonCenter_1F_Movement_2725A4: @ 82725A4
PetalburgCity_Gym_Movement_2725A4: @ 82725A4
PetalburgCity_Movement_2725A4: @ 82725A4
PetalburgWoods_Movement_2725A4: @ 82725A4
Route101_Movement_2725A4: @ 82725A4
Route110_Movement_2725A4: @ 82725A4
Route110_TrickHouseEnd_Movement_2725A4: @ 82725A4
Route111_Movement_2725A4: @ 82725A4
Route112_Movement_2725A4: @ 82725A4
Route116_Movement_2725A4: @ 82725A4
Route120_Movement_2725A4: @ 82725A4
Route128_Movement_2725A4: @ 82725A4
RustboroCity_Movement_2725A4: @ 82725A4
SeafloorCavern_Entrance_Movement_2725A4: @ 82725A4
SeafloorCavern_Room9_Movement_2725A4: @ 82725A4
SkyPillar_Outside_Movement_2725A4: @ 82725A4
SlateportCity_Movement_2725A4: @ 82725A4
SlateportCity_OceanicMuseum_1F_Movement_2725A4: @ 82725A4
SlateportCity_OceanicMuseum_2F_Movement_2725A4: @ 82725A4
SootopolisCity_Movement_2725A4: @ 82725A4
walk_in_place_fastest_left
2017-11-10 02:21:31 +01:00
step_end
BattleFrontier_BattleTowerCorridor2_Movement_2725A6: @ 82725A6
BattleFrontier_BattleTowerMultiBattleRoom_Movement_2725A6: @ 82725A6
BattleFrontier_OutsideWest_Movement_2725A6: @ 82725A6
BattleFrontier_ReceptionGate_Movement_2725A6: @ 82725A6
BattleFrontier_ScottsHouse_Movement_2725A6: @ 82725A6
CaveOfOrigin_B1F_Movement_2725A6: @ 82725A6
DewfordTown_Hall_Movement_2725A6: @ 82725A6
EverGrandeCity_ChampionsRoom_Movement_2725A6: @ 82725A6
EverGrandeCity_HallOfFame_Movement_2725A6: @ 82725A6
LavaridgeTown_Movement_2725A6: @ 82725A6
LilycoveCity_DepartmentStore_5F_Movement_2725A6: @ 82725A6
LilycoveCity_Harbor_Movement_2725A6: @ 82725A6
LittlerootTown_BrendansHouse_1F_Movement_2725A6: @ 82725A6
LittlerootTown_BrendansHouse_2F_Movement_2725A6: @ 82725A6
LittlerootTown_MaysHouse_2F_Movement_2725A6: @ 82725A6
LittlerootTown_Movement_2725A6: @ 82725A6
LittlerootTown_ProfessorBirchsLab_Movement_2725A6: @ 82725A6
MagmaHideout_4F_Movement_2725A6: @ 82725A6
MeteorFalls_1F_1R_Movement_2725A6: @ 82725A6
MossdeepCity_SpaceCenter_2F_Movement_2725A6: @ 82725A6
MtPyre_Summit_Movement_2725A6: @ 82725A6
NewMauville_Entrance_Movement_2725A6: @ 82725A6
OldaleTown_PokemonCenter_2F_Movement_2725A6: @ 82725A6
PetalburgCity_Gym_Movement_2725A6: @ 82725A6
PetalburgCity_Movement_2725A6: @ 82725A6
PetalburgWoods_Movement_2725A6: @ 82725A6
Route104_Movement_2725A6: @ 82725A6
Route110_TrickHouseEnd_Movement_2725A6: @ 82725A6
Route110_TrickHouseEntrance_Movement_2725A6: @ 82725A6
Route111_Movement_2725A6: @ 82725A6
Route114_FossilManiacsTunnel_Movement_2725A6: @ 82725A6
Route120_Movement_2725A6: @ 82725A6
Route121_SafariZoneEntrance_Movement_2725A6: @ 82725A6
Route128_Movement_2725A6: @ 82725A6
RustboroCity_Movement_2725A6: @ 82725A6
RusturfTunnel_Movement_2725A6: @ 82725A6
SeafloorCavern_Entrance_Movement_2725A6: @ 82725A6
SeafloorCavern_Room9_Movement_2725A6: @ 82725A6
SlateportCity_BattleTentCorridor_Movement_2725A6: @ 82725A6
SlateportCity_Harbor_Movement_2725A6: @ 82725A6
SlateportCity_Movement_2725A6: @ 82725A6
SlateportCity_OceanicMuseum_2F_Movement_2725A6: @ 82725A6
SootopolisCity_MysteryEventsHouse_1F_Movement_2725A6: @ 82725A6
VerdanturfTown_BattleTentBattleRoom_Movement_2725A6: @ 82725A6
walk_in_place_fastest_up
2017-11-10 02:21:31 +01:00
step_end
BattleFrontier_BattleFactoryBattleRoom_Movement_2725A8: @ 82725A8
BattleFrontier_BattlePalaceBattleRoom_Movement_2725A8: @ 82725A8
BattleFrontier_OutsideWest_Movement_2725A8: @ 82725A8
BattleFrontier_ScottsHouse_Movement_2725A8: @ 82725A8
DewfordTown_Hall_Movement_2725A8: @ 82725A8
EverGrandeCity_ChampionsRoom_Movement_2725A8: @ 82725A8
EverGrandeCity_HallOfFame_Movement_2725A8: @ 82725A8
LavaridgeTown_Movement_2725A8: @ 82725A8
LilycoveCity_DepartmentStore_1F_Movement_2725A8: @ 82725A8
LilycoveCity_PokemonTrainerFanClub_Movement_2725A8: @ 82725A8
LittlerootTown_BrendansHouse_1F_Movement_2725A8: @ 82725A8
LittlerootTown_BrendansHouse_2F_Movement_2725A8: @ 82725A8
LittlerootTown_MaysHouse_1F_Movement_2725A8: @ 82725A8
LittlerootTown_Movement_2725A8: @ 82725A8
LittlerootTown_ProfessorBirchsLab_Movement_2725A8: @ 82725A8
MagmaHideout_4F_Movement_2725A8: @ 82725A8
MauvilleCity_Movement_2725A8: @ 82725A8
MossdeepCity_SpaceCenter_1F_Movement_2725A8: @ 82725A8
MossdeepCity_SpaceCenter_2F_Movement_2725A8: @ 82725A8
MtPyre_Summit_Movement_2725A8: @ 82725A8
OldaleTown_Movement_2725A8: @ 82725A8
PetalburgCity_Gym_Movement_2725A8: @ 82725A8
PetalburgCity_Movement_2725A8: @ 82725A8
Route101_Movement_2725A8: @ 82725A8
Route110_Movement_2725A8: @ 82725A8
Route110_TrickHouseEnd_Movement_2725A8: @ 82725A8
Route112_Movement_2725A8: @ 82725A8
Route116_Movement_2725A8: @ 82725A8
Route120_Movement_2725A8: @ 82725A8
Route128_Movement_2725A8: @ 82725A8
RustboroCity_Movement_2725A8: @ 82725A8
SSTidalCorridor_Movement_2725A8: @ 82725A8
SeafloorCavern_Entrance_Movement_2725A8: @ 82725A8
SkyPillar_Outside_Movement_2725A8: @ 82725A8
SlateportCity_Harbor_Movement_2725A8: @ 82725A8
SlateportCity_Movement_2725A8: @ 82725A8
SlateportCity_OceanicMuseum_1F_Movement_2725A8: @ 82725A8
SlateportCity_OceanicMuseum_2F_Movement_2725A8: @ 82725A8
SootopolisCity_Movement_2725A8: @ 82725A8
VerdanturfTown_BattleTentBattleRoom_Movement_2725A8: @ 82725A8
walk_in_place_fastest_right
2017-11-10 02:21:31 +01:00
step_end
BattleFrontier_OutsideWest_Movement_2725AA: @ 82725AA
BattleFrontier_ScottsHouse_Movement_2725AA: @ 82725AA
BirthIsland_Harbor_Movement_2725AA: @ 82725AA
DewfordTown_Hall_Movement_2725AA: @ 82725AA
EverGrandeCity_ChampionsRoom_Movement_2725AA: @ 82725AA
FarawayIsland_Entrance_Movement_2725AA: @ 82725AA
LilycoveCity_CoveLilyMotel_1F_Movement_2725AA: @ 82725AA
LilycoveCity_DepartmentStoreElevator_Movement_2725AA: @ 82725AA
LilycoveCity_Harbor_Movement_2725AA: @ 82725AA
LilycoveCity_Movement_2725AA: @ 82725AA
LilycoveCity_PokemonTrainerFanClub_Movement_2725AA: @ 82725AA
LittlerootTown_BrendansHouse_1F_Movement_2725AA: @ 82725AA
LittlerootTown_MaysHouse_1F_Movement_2725AA: @ 82725AA
LittlerootTown_Movement_2725AA: @ 82725AA
MauvilleCity_Movement_2725AA: @ 82725AA
MeteorFalls_1F_1R_Movement_2725AA: @ 82725AA
MossdeepCity_SpaceCenter_2F_Movement_2725AA: @ 82725AA
MtPyre_Summit_Movement_2725AA: @ 82725AA
NavelRock_Harbor_Movement_2725AA: @ 82725AA
OldaleTown_PokemonCenter_1F_Movement_2725AA: @ 82725AA
PetalburgCity_Gym_Movement_2725AA: @ 82725AA
PetalburgCity_Movement_2725AA: @ 82725AA
PetalburgWoods_Movement_2725AA: @ 82725AA
Route110_Movement_2725AA: @ 82725AA
Route110_TrickHouseEnd_Movement_2725AA: @ 82725AA
Route114_FossilManiacsTunnel_Movement_2725AA: @ 82725AA
Route119_Movement_2725AA: @ 82725AA
Route120_Movement_2725AA: @ 82725AA
Route128_Movement_2725AA: @ 82725AA
RustboroCity_Movement_2725AA: @ 82725AA
RustboroCity_PokemonSchool_Movement_2725AA: @ 82725AA
RusturfTunnel_Movement_2725AA: @ 82725AA
SeafloorCavern_Entrance_Movement_2725AA: @ 82725AA
SeafloorCavern_Room9_Movement_2725AA: @ 82725AA
SkyPillar_Outside_Movement_2725AA: @ 82725AA
SlateportCity_Harbor_Movement_2725AA: @ 82725AA
SlateportCity_Movement_2725AA: @ 82725AA
SlateportCity_OceanicMuseum_2F_Movement_2725AA: @ 82725AA
SouthernIsland_Exterior_Movement_2725AA: @ 82725AA
VerdanturfTown_BattleTentBattleRoom_Movement_2725AA: @ 82725AA
VictoryRoad_1F_Movement_2725AA: @ 82725AA
walk_in_place_fastest_down
2017-11-10 02:21:31 +01:00
step_end
RustboroCity_Movement_2725AC: @ 82725AC
face_right
2017-11-10 02:21:31 +01:00
step_end
RustboroCity_Movement_2725AE: @ 82725AE
face_left
2017-11-10 02:21:31 +01:00
step_end
BattleFrontier_Mart_Movement_2725B0: @ 82725B0
MeteorFalls_1F_1R_Movement_2725B0: @ 82725B0
face_down
2017-11-10 02:21:31 +01:00
step_end
MarineCave_End_Movement_2725B2: @ 82725B2
MtPyre_Summit_Movement_2725B2: @ 82725B2
Route118_Movement_2725B2: @ 82725B2
SkyPillar_Top_Movement_2725B2: @ 82725B2
SlateportCity_Movement_2725B2: @ 82725B2
TerraCave_End_Movement_2725B2: @ 82725B2
face_up
2017-11-10 02:21:31 +01:00
step_end
BattleFrontier_BattleDomeBattleRoom_Movement_2725B4: @ 82725B4
MeteorFalls_1F_1R_Movement_2725B4: @ 82725B4
walk_in_place_down
2017-11-10 02:21:31 +01:00
step_end
BattleFrontier_BattlePalaceBattleRoom_Movement_2725B6: @ 82725B6
BattleFrontier_BattleTowerBattleRoom_Movement_2725B6: @ 82725B6
walk_in_place_left
2017-11-10 02:21:31 +01:00
step_end
Route121_Movement_2725B8: @ 82725B8
walk_in_place_right
2017-11-10 02:21:31 +01:00
step_end
EverGrandeCity_SidneysRoom_Movement_2725BA: @ 82725BA
walk_up
walk_up
walk_up
walk_up
walk_up
walk_up
2017-11-10 02:21:31 +01:00
step_end
EverGrandeCity_ChampionsRoom_Movement_2725C1: @ 82725C1
walk_up
walk_up
walk_up
walk_up
2017-11-10 02:21:31 +01:00
step_end
EverGrandeCity_SidneysRoom_Movement_2725C6: @ 82725C6
delay_16
delay_16
2017-11-10 02:21:31 +01:00
step_end
Route110_TrickHouseEntrance_Movement_2725C9: @ 82725C9
walk_up
2017-11-10 02:21:31 +01:00
step_end
2017-11-11 01:12:18 +01:00
Movement_2725CB:: @ 82725CB
walk_up
walk_up
2017-11-11 01:12:18 +01:00
step_end
2018-10-17 04:47:08 +02:00
EventScript_PictureBookShelf:: @ 82725CE
msgbox Text_2A81E5, MSGBOX_SIGN
2017-11-11 01:12:18 +01:00
end
2018-10-17 04:47:08 +02:00
EventScript_BookShelf:: @ 82725D7
msgbox Text_2A820D, MSGBOX_SIGN
2017-11-11 01:12:18 +01:00
end
2015-10-10 14:20:38 +02:00
2018-10-17 04:47:08 +02:00
EventScript_PokemonCenterBookshelf:: @ 82725E0
msgbox Text_2A8232, MSGBOX_SIGN
2017-11-11 01:12:18 +01:00
end
2015-10-10 14:20:38 +02:00
2018-10-17 04:47:08 +02:00
EventScript_Vase:: @ 82725E9
msgbox Text_2A8276, MSGBOX_SIGN
2017-11-11 01:12:18 +01:00
end
2015-10-10 14:20:38 +02:00
2018-10-17 04:47:08 +02:00
EventScript_TrashCan:: @ 82725F2
msgbox Text_2A82B3, MSGBOX_SIGN
2017-11-11 01:12:18 +01:00
end
2018-10-17 04:47:08 +02:00
EventScript_ShopShelf:: @ 82725FB
msgbox Text_2A82BF, MSGBOX_SIGN
2017-11-11 01:12:18 +01:00
end
2015-10-10 14:20:38 +02:00
2018-10-17 04:47:08 +02:00
EventScript_Blueprint:: @ 8272604
msgbox Text_2A82F7, MSGBOX_SIGN
2017-11-11 01:12:18 +01:00
end
2015-10-10 14:20:38 +02:00
2017-11-11 01:12:18 +01:00
Text_27260D: @ 827260D
.string "Would you like to mix records with\n"
.string "other TRAINERS?$"
2015-10-10 14:20:38 +02:00
2017-11-11 01:12:18 +01:00
Text_272640: @ 8272640
.string "We hope to see you again!$"
2015-10-10 14:20:38 +02:00
2017-11-11 01:12:18 +01:00
Text_27265A: @ 827265A
.string "{PLAYER} booted up the PC.$"
2015-10-10 14:20:38 +02:00
2018-11-05 21:45:54 +01:00
gText_WhichPCShouldBeAccessed:: @ 827266F
2017-09-19 21:12:51 +02:00
.string "Which PC should be accessed?$"
2017-09-26 14:30:12 +02:00
gUnknown_0827268C:: @ 827268C
2018-12-07 16:41:08 +01:00
.string "Accessed SOMEONE'S PC.$"
2017-09-19 21:12:51 +02:00
2017-09-26 14:30:12 +02:00
gUnknown_082726A3:: @ 82726A3
2017-09-19 21:12:51 +02:00
.string "POKéMON Storage System opened.$"
2017-09-26 14:30:12 +02:00
gUnknown_082726C2:: @ 82726C2
2018-12-07 16:41:08 +01:00
.string "Accessed {PLAYER}'s PC.$"
2017-09-19 21:12:51 +02:00
2017-09-26 14:30:12 +02:00
gUnknown_082726D4:: @ 82726D4
2018-12-07 16:41:08 +01:00
.string "Accessed LANETTE's PC.$"
2017-09-19 21:12:51 +02:00
2017-09-26 14:30:12 +02:00
gUnknown_082726EB:: @ 82726EB
2017-09-19 21:12:51 +02:00
.string "Hello, and welcome to\nthe POKéMON CENTER.\pWe restore your tired POKéMON\nto full health.\pWould you like to rest your POKéMON?$"
gUnknown_08272768:: @ 8272768
2018-12-07 16:41:08 +01:00
.string "Okay, I'll take your POKéMON\nfor a few seconds.$"
2017-09-19 21:12:51 +02:00
gUnknown_08272798:: @ 8272798
2018-12-07 16:41:08 +01:00
.string "Thank you for waiting.\pWe've restored your POKéMON\nto full health.$"
2017-09-19 21:12:51 +02:00
2017-09-26 14:30:12 +02:00
gUnknown_082727DB:: @ 82727DB
2017-09-19 21:12:51 +02:00
.string "We hope to see you again!$"
2017-09-26 14:30:12 +02:00
gUnknown_082727F5:: @ 82727F5
2017-09-19 21:12:51 +02:00
.string "Hello, and welcome to\nthe POKéMON CENTER.\pWe restore your tired POKéMON\nto full health.\pWould you like to$"
gUnknown_08272860:: @ 8272860
2018-12-07 16:41:08 +01:00
.string "Th-that card\nCould it be The GOLD CARD?!\pOh, the gold color is brilliant!\nThe four stars seem to sparkle!\pI've seen several TRAINERS with\na SILVER CARD before, but, {PLAYER},\lyou're the first TRAINER I've ever\lseen with a GOLD CARD!\pOkay, {PLAYER}, please allow me\nthe honor of resting your POKéMON!$"
2017-09-19 21:12:51 +02:00
gUnknown_08272982:: @ 8272982
2018-12-07 16:41:08 +01:00
.string "I'm delighted to see you, {PLAYER}!\nYou want the usual, am I right?$"
2017-09-19 21:12:51 +02:00
2017-09-26 14:30:12 +02:00
gUnknown_082729C0:: @ 82729C0
2018-12-07 16:41:08 +01:00
.string "Okay, I'll take your POKéMON\nfor a few seconds.$"
2017-09-19 21:12:51 +02:00
2017-09-26 14:30:12 +02:00
gUnknown_082729F0:: @ 82729F0
2017-09-19 21:12:51 +02:00
.string "Thank you for waiting.$"
2017-09-26 14:30:12 +02:00
gUnknown_08272A07:: @ 8272A07
2017-09-19 21:12:51 +02:00
.string "We hope to see you again!$"
2017-09-26 14:30:12 +02:00
gUnknown_08272A21:: @ 8272A21
2017-09-19 21:12:51 +02:00
.string "Welcome!\pHow may I serve you?$"
2017-09-26 14:30:12 +02:00
gUnknown_08272A3F:: @ 8272A3F
2017-09-19 21:12:51 +02:00
.string "Please come again!$"
2017-09-26 14:30:12 +02:00
gUnknown_08272A52:: @ 8272A52
2017-09-19 21:12:51 +02:00
.string "{PLAYER}{STRING 5}, welcome!\pWhat can I do for you?$"
2017-09-26 14:30:12 +02:00
gUnknown_08272A78:: @ 8272A78
2017-09-19 21:12:51 +02:00
.string "Obtained the {STR_VAR_2}!$"
2017-09-26 14:30:12 +02:00
gUnknown_08272A89:: @ 8272A89
2017-09-19 21:12:51 +02:00
.string "The BAG is full$"
2017-09-26 14:30:12 +02:00
gUnknown_08272A9A:: @ 8272A9A
2017-09-19 21:12:51 +02:00
.string "{PLAYER} put away the {STR_VAR_2}\nin the {STR_VAR_3} POCKET.$"
2017-09-26 14:30:12 +02:00
gUnknown_08272ABF:: @ 8272ABF
2017-09-19 21:12:51 +02:00
.string "{PLAYER} found one {STR_VAR_2}!$"
2017-09-26 14:30:12 +02:00
gUnknown_08272AD0:: @ 8272AD0
2017-09-19 21:12:51 +02:00
.string "Too bad!\nThe BAG is full$"
2017-09-26 14:30:12 +02:00
gUnknown_08272AEA:: @ 8272AEA
2017-09-19 21:12:51 +02:00
.string "{PLAYER} put away the {STR_VAR_2}\nin the BAG.$"
2017-09-26 14:30:12 +02:00
gUnknown_08272B09:: @ 8272B09
2017-09-19 21:12:51 +02:00
.string "Obtained the {STR_VAR_2}!$"
2017-09-26 14:30:12 +02:00
gUnknown_08272B1A:: @ 8272B1A
2018-12-07 16:41:08 +01:00
.string "Too bad! There's no room left for\nanother {STR_VAR_2}$"
2017-09-19 21:12:51 +02:00
2017-09-26 14:30:12 +02:00
gUnknown_08272B48:: @ 8272B48
2017-09-19 21:12:51 +02:00
.string "The {STR_VAR_2} was transferred\nto the PC.$"
2017-09-26 14:30:12 +02:00
gUnknown_08272B6A:: @ 8272B6A
2017-09-19 21:12:51 +02:00
.string "Selected items for your convenience!\nPOKéMON MART$"
2017-09-26 14:30:12 +02:00
gUnknown_08272B9E:: @ 8272B9E
2017-09-19 21:12:51 +02:00
.string "Rejuvenate your tired partners!\nPOKéMON CENTER$"
2017-09-26 14:30:12 +02:00
gUnknown_08272BCF:: @ 8272BCF
2017-09-19 21:12:51 +02:00
.string "{STR_VAR_1} might like this program.\n \pBetter get going!$"
2017-09-26 14:30:12 +02:00
gUnknown_08272C1D:: @ 8272C1D
2017-09-19 21:12:51 +02:00
.string "Welcome to LILYCOVE DEPARTMENT STORE.\pWhich floor would you like?$"
2017-09-26 14:30:12 +02:00
gUnknown_08272C5F:: @ 8272C5F
2018-12-07 16:41:08 +01:00
.string "The sandstorm is vicious.\nIt's impossible to keep going.$"
2017-09-19 21:12:51 +02:00
2017-09-26 14:30:12 +02:00
gUnknown_08272C98:: @ 8272C98
2017-09-19 21:12:51 +02:00
.string "An item in the BAG can be\nregistered to SELECT for easy use.$"
2017-09-26 14:30:12 +02:00
gUnknown_08272CD5:: @ 8272CD5
2018-12-07 16:41:08 +01:00
.string "There's an e-mail from POKéMON TRAINER\nSCHOOL.\p \pA POKéMON may learn up to four moves.\pA TRAINER's expertise is tested on the\nmove sets chosen for POKéMON.\p $"
2017-09-19 21:12:51 +02:00
2017-09-26 14:30:12 +02:00
gUnknown_08272D87:: @ 8272D87
2017-09-19 21:12:51 +02:00
.string "{PLAYER} booted up the PC.$"
2017-09-26 14:30:12 +02:00
gUnknown_08272D9C:: @ 8272D9C
2017-09-19 21:12:51 +02:00
.string "The link was canceled.$"
2017-09-26 14:30:12 +02:00
gUnknown_08272DB3:: @ 8272DB3
2017-09-19 21:12:51 +02:00
.string "Want to give a nickname to\nthe {STR_VAR_2} you received?$"
2017-09-26 14:30:12 +02:00
gUnknown_08272DE3:: @ 8272DE3
2017-09-19 21:12:51 +02:00
.string "{PLAYER} is out of usable\nPOKéMON!\p{PLAYER} whited out!$"
2017-09-26 14:30:12 +02:00
gUnknown_08272E0F:: @ 8272E0F
2017-09-19 21:12:51 +02:00
.string "Registered {STR_VAR_1} {STR_VAR_2}\nin the POKéNAV.$"
2017-09-26 14:30:12 +02:00
gUnknown_08272E30:: @ 8272E30
2018-12-07 16:41:08 +01:00
.string "Do you know the TM SECRET POWER?\pOur group, we love the TM SECRET\nPOWER.\pOne of our members will give it to you.\nCome back and show me if you get it.\pWe'll accept you as a member and sell\nyou good stuff in secrecy.$"
2017-09-19 21:12:51 +02:00
2017-09-26 14:30:12 +02:00
gUnknown_08272F07:: @ 8272F07
2017-09-19 21:12:51 +02:00
.string "Your POKéMON may be infected with\nPOKéRUS.\pLittle is known about the POKéRUS\nexcept that they are microscopic life-\lforms that attach to POKéMON.\pWhile infected, POKéMON are said to\ngrow exceptionally well.$"
.include "data/text/surf.inc"
2017-09-19 21:12:51 +02:00
2017-09-26 14:30:12 +02:00
gUnknown_0827301B:: @ 827301B
2017-09-19 21:12:51 +02:00
.string "It sounded as if a door opened\nsomewhere far away.$"
2017-09-26 14:30:12 +02:00
gUnknown_0827304E:: @ 827304E
2017-09-19 21:12:51 +02:00
.string "There is a big hole in the wall.$"
2017-09-26 14:30:12 +02:00
gUnknown_0827306F:: @ 827306F
2018-12-07 16:41:08 +01:00
.string "I'm terribly sorry.\nThe POKéMON WIRELESS CLUB is\lundergoing adjustments now.$"
2017-09-19 21:12:51 +02:00
2017-09-26 14:30:12 +02:00
gUnknown_082730BC:: @ 82730BC
2017-09-19 21:12:51 +02:00
.string "It appears to be undergoing\nadjustments$"
2017-09-26 14:30:12 +02:00
gUnknown_082730E5:: @ 82730E5
2018-12-07 16:41:08 +01:00
.string "I'm terribly sorry. The TRADE CENTER\nis undergoing inspections.$"
2017-09-19 21:12:51 +02:00
gUnknown_08273125:: @ 8273125
2018-12-07 16:41:08 +01:00
.string "I'm terribly sorry. The RECORD CORNER\nis under preparation.$"
2017-09-19 21:12:51 +02:00
gUnknown_08273161:: @ 8273161
2017-09-19 21:12:51 +02:00
.string "{PLAYER} handed over the\n{STR_VAR_1}.$"
gUnknown_08273178:: @ 8273178
2017-09-19 21:12:51 +02:00
.string "Thank you for accessing the\nMYSTERY GIFT System.$"
2017-09-26 14:30:12 +02:00
gUnknown_082731A9:: @ 82731A9
2017-09-19 21:12:51 +02:00
.string "{PLAYER} found one {STR_VAR_1}\n{STR_VAR_2}!$"
2017-09-26 14:30:12 +02:00
gUnknown_082731BD:: @ 82731BD
2018-12-07 16:41:08 +01:00
.string "The weird tree doesn't like the\nWAILMER PAIL!\pThe weird tree attacked!$"
2017-09-19 21:12:51 +02:00
gUnknown_08273204:: @ 8273204
2017-09-19 21:12:51 +02:00
.string "The {STR_VAR_1} flew away!$"
gText_PkmnTransferredSomeonesPC:: @ 8273216
2018-12-07 16:41:08 +01:00
.string "{STR_VAR_2} was transferred to\nSOMEONE'S PC.\pIt was placed in \nBOX {STR_VAR_1}.$"
2017-09-19 21:12:51 +02:00
gText_PkmnTransferredLanettesPC:: @ 8273256
2018-12-07 16:41:08 +01:00
.string "{STR_VAR_2} was transferred to\nLANETTE'S PC.\pIt was placed in \nBOX {STR_VAR_1}.$"
2017-09-19 21:12:51 +02:00
gText_PkmnBoxSomeonesPCFull:: @ 8273296
2018-12-07 16:41:08 +01:00
.string "BOX {STR_VAR_3} on\nSOMEONE'S PC was full.\p{STR_VAR_2} was transferred to\nBOX {STR_VAR_1}.$"
2017-09-19 21:12:51 +02:00
gText_PkmnBoxLanettesPCFull:: @ 82732D9
2018-12-07 16:41:08 +01:00
.string "BOX {STR_VAR_3} on\nLANETTE'S PC was full.\p{STR_VAR_2} was transferred to\nBOX {STR_VAR_1}.$"
2017-09-19 21:12:51 +02:00
2017-09-26 14:30:12 +02:00
gUnknown_0827331C:: @ 827331C
2018-12-07 16:41:08 +01:00
.string "There's no more room for POKéMON!\pThe POKéMON BOXES are full and\ncan't accept any more!$"
2017-09-19 21:12:51 +02:00
gUnknown_08273374:: @ 8273374
2017-09-19 21:12:51 +02:00
.string "Do you want to give a nickname to\nthis {STR_VAR_1}?$"
2017-09-26 14:30:12 +02:00
gUnknown_0827339F:: @ 827339F
2017-09-19 21:12:51 +02:00
.string "There is a questionnaire.\nWould you like to fill it out?$"
2017-09-26 14:30:12 +02:00
gUnknown_082733D8:: @ 82733D8
2017-09-19 21:12:51 +02:00
.string "Thank you for taking the time to\nfill out our questionnaire.\pYour feedback will be used for\nfuture reference.$"
gUnknown_08273446:: @ 8273446
2017-09-19 21:12:51 +02:00
.string "Oh, hello!\nYou know those words?\pThat means you must know about\nthe MYSTERY GIFT.\pFrom now on, you should be\nreceiving MYSTERY GIFTS!$"
2017-09-26 14:30:12 +02:00
gUnknown_082734CC:: @ 82734CC
2017-09-19 21:12:51 +02:00
.string "Once you save your game, you can\naccess the MYSTERY GIFT.$"
gUnknown_08273506:: @ 8273506
2017-09-19 21:12:51 +02:00
.string "Oh, hello!\nYou know those words?\pThat means you must know about\nthe MYSTERY EVENT.$"
gUnknown_08273559:: @ 8273559
2017-09-19 21:12:51 +02:00
.string "Once you save your game, you can\naccess the MYSTERY EVENT.$"
gUnknown_08273594:: @ 8273594
2017-09-19 21:12:51 +02:00
.string "Thank you for using the MYSTERY\nEVENT System.\pYou must be {PLAYER}.\nThere is a ticket here for you.$"
2017-09-26 14:30:12 +02:00
gUnknown_082735F2:: @ 82735F2
2017-09-19 21:12:51 +02:00
.string "It appears to be for use at\nthe LILYCOVE CITY port.\pWhy not give it a try and see what\nit is about?$"
gUnknown_08273656:: @ 8273656
2017-09-19 21:12:51 +02:00
.string "The massive downpour appears to\nhave stopped$"
gUnknown_08273684:: @ 8273684
2017-09-19 21:12:51 +02:00
.string "The intense sunshine appears to\nhave subsided$"
2015-10-10 14:20:38 +02:00
2017-11-11 01:12:18 +01:00
EventScript_2736B3:: @ 82736B3
msgbox gUnknown_08272C98, MSGBOX_SIGN
2017-11-11 01:12:18 +01:00
end
2015-10-10 14:20:38 +02:00
2018-10-17 04:47:08 +02:00
EventScript_Poison:: @ 82736BC
2017-11-11 01:12:18 +01:00
lockall
2018-10-17 02:11:44 +02:00
special ExecuteWhiteOut
2017-11-11 01:12:18 +01:00
waitstate
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_2736D9
compare VAR_RESULT, 2
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_2736F8
2017-11-11 01:12:18 +01:00
releaseall
end
2017-11-10 02:21:31 +01:00
2017-11-11 01:12:18 +01:00
EventScript_2736D9:: @ 82736D9
message gUnknown_08272DE3
waitmessage
waitbuttonpress
special sub_80B05B4
waitstate
fadescreen 1
2018-12-22 03:32:45 +01:00
call_if_set FLAG_0x06C, EventScript_2736F4
2017-11-11 01:12:18 +01:00
special sp0C8_whiteout_maybe
waitstate
end
EventScript_2736F4:: @ 82736F4
setrespawn HEAL_LOCATION_LAVARIDGE_TOWN
2017-11-11 01:12:18 +01:00
return
EventScript_2736F8:: @ 82736F8
message gUnknown_08272DE3
waitmessage
waitbuttonpress
setvar VAR_0x8004, 16
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4222
2017-11-11 01:12:18 +01:00
setvar VAR_0x8004, 12
2018-11-18 17:52:22 +01:00
special CallBattlePyramidFunction
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattlePyramidTop_EventScript_252B42
compare VAR_RESULT, 2
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattlePyramidTop_EventScript_252B42
2017-11-11 01:12:18 +01:00
setvar VAR_0x8004, 10
special sp194_trainer_tower
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq TrainerHill_1F_EventScript_2C83C9
2017-11-11 01:12:18 +01:00
special sub_80B05B4
waitstate
fadescreen 1
special sp0C8_whiteout_maybe
waitstate
end
2017-11-10 02:21:31 +01:00
AncientTomb_EventScript_27374E:: @ 827374E
AquaHideout_B1F_EventScript_27374E:: @ 827374E
BattleFrontier_BattleDomeBattleRoom_EventScript_27374E:: @ 827374E
BattleFrontier_OutsideEast_EventScript_27374E:: @ 827374E
BirthIsland_Exterior_EventScript_27374E:: @ 827374E
DesertRuins_EventScript_27374E:: @ 827374E
EverGrandeCity_PokemonCenter_1F_EventScript_27374E:: @ 827374E
FarawayIsland_Interior_EventScript_27374E:: @ 827374E
IslandCave_EventScript_27374E:: @ 827374E
LilycoveCity_Harbor_EventScript_27374E:: @ 827374E
MarineCave_End_EventScript_27374E:: @ 827374E
NavelRock_Bottom_EventScript_27374E:: @ 827374E
NavelRock_Top_EventScript_27374E:: @ 827374E
NewMauville_Inside_EventScript_27374E:: @ 827374E
OldaleTown_PokemonCenter_1F_EventScript_27374E:: @ 827374E
PacifidlogTown_House2_EventScript_27374E:: @ 827374E
Route101_EventScript_27374E:: @ 827374E
Route119_EventScript_27374E:: @ 827374E
Route120_EventScript_27374E:: @ 827374E
SkyPillar_Top_EventScript_27374E:: @ 827374E
SouthernIsland_Interior_EventScript_27374E:: @ 827374E
TerraCave_End_EventScript_27374E:: @ 827374E
return
2017-11-11 01:12:18 +01:00
EventScript_27374F:: @ 827374F
setvar VAR_RESULT, 1
return
2017-11-10 02:21:31 +01:00
OldaleTown_PokemonCenter_2F_EventScript_273755:: @ 8273755
setvar VAR_RESULT, 0
return
BattleFrontier_PokemonCenter_2F_EventScript_27375B:: @ 827375B
DewfordTown_PokemonCenter_2F_EventScript_27375B:: @ 827375B
EverGrandeCity_PokemonCenter_2F_EventScript_27375B:: @ 827375B
EverGrandeCity_PokemonLeague_2F_EventScript_27375B:: @ 827375B
FallarborTown_PokemonCenter_2F_EventScript_27375B:: @ 827375B
FortreeCity_PokemonCenter_2F_EventScript_27375B:: @ 827375B
LavaridgeTown_PokemonCenter_2F_EventScript_27375B:: @ 827375B
LilycoveCity_PokemonCenter_2F_EventScript_27375B:: @ 827375B
MauvilleCity_PokemonCenter_2F_EventScript_27375B:: @ 827375B
MossdeepCity_PokemonCenter_2F_EventScript_27375B:: @ 827375B
OldaleTown_PokemonCenter_2F_EventScript_27375B:: @ 827375B
PacifidlogTown_PokemonCenter_2F_EventScript_27375B:: @ 827375B
PetalburgCity_PokemonCenter_2F_EventScript_27375B:: @ 827375B
RustboroCity_PokemonCenter_2F_EventScript_27375B:: @ 827375B
SlateportCity_PokemonCenter_2F_EventScript_27375B:: @ 827375B
SootopolisCity_PokemonCenter_2F_EventScript_27375B:: @ 827375B
VerdanturfTown_PokemonCenter_2F_EventScript_27375B:: @ 827375B
call OldaleTown_PokemonCenter_2F_EventScript_27751B
end
BattleFrontier_PokemonCenter_2F_EventScript_273761:: @ 8273761
DewfordTown_PokemonCenter_2F_EventScript_273761:: @ 8273761
EverGrandeCity_PokemonCenter_2F_EventScript_273761:: @ 8273761
EverGrandeCity_PokemonLeague_2F_EventScript_273761:: @ 8273761
FallarborTown_PokemonCenter_2F_EventScript_273761:: @ 8273761
FortreeCity_PokemonCenter_2F_EventScript_273761:: @ 8273761
LavaridgeTown_PokemonCenter_2F_EventScript_273761:: @ 8273761
LilycoveCity_PokemonCenter_2F_EventScript_273761:: @ 8273761
MauvilleCity_PokemonCenter_2F_EventScript_273761:: @ 8273761
MossdeepCity_PokemonCenter_2F_EventScript_273761:: @ 8273761
OldaleTown_PokemonCenter_2F_EventScript_273761:: @ 8273761
PacifidlogTown_PokemonCenter_2F_EventScript_273761:: @ 8273761
PetalburgCity_PokemonCenter_2F_EventScript_273761:: @ 8273761
RustboroCity_PokemonCenter_2F_EventScript_273761:: @ 8273761
SlateportCity_PokemonCenter_2F_EventScript_273761:: @ 8273761
SootopolisCity_PokemonCenter_2F_EventScript_273761:: @ 8273761
VerdanturfTown_PokemonCenter_2F_EventScript_273761:: @ 8273761
call OldaleTown_PokemonCenter_2F_EventScript_277672
end
BattleFrontier_PokemonCenter_2F_EventScript_273767:: @ 8273767
DewfordTown_PokemonCenter_2F_EventScript_273767:: @ 8273767
EverGrandeCity_PokemonCenter_2F_EventScript_273767:: @ 8273767
EverGrandeCity_PokemonLeague_2F_EventScript_273767:: @ 8273767
FallarborTown_PokemonCenter_2F_EventScript_273767:: @ 8273767
FortreeCity_PokemonCenter_2F_EventScript_273767:: @ 8273767
LavaridgeTown_PokemonCenter_2F_EventScript_273767:: @ 8273767
LilycoveCity_PokemonCenter_2F_EventScript_273767:: @ 8273767
MauvilleCity_PokemonCenter_2F_EventScript_273767:: @ 8273767
MossdeepCity_PokemonCenter_2F_EventScript_273767:: @ 8273767
OldaleTown_PokemonCenter_2F_EventScript_273767:: @ 8273767
PacifidlogTown_PokemonCenter_2F_EventScript_273767:: @ 8273767
PetalburgCity_PokemonCenter_2F_EventScript_273767:: @ 8273767
RustboroCity_PokemonCenter_2F_EventScript_273767:: @ 8273767
SlateportCity_PokemonCenter_2F_EventScript_273767:: @ 8273767
SootopolisCity_PokemonCenter_2F_EventScript_273767:: @ 8273767
VerdanturfTown_PokemonCenter_2F_EventScript_273767:: @ 8273767
call OldaleTown_PokemonCenter_2F_EventScript_2776A4
end
AncientTomb_EventScript_27376D:: @ 827376D
AquaHideout_B1F_EventScript_27376D:: @ 827376D
DesertRuins_EventScript_27376D:: @ 827376D
IslandCave_EventScript_27376D:: @ 827376D
MarineCave_End_EventScript_27376D:: @ 827376D
NewMauville_Inside_EventScript_27376D:: @ 827376D
Route119_EventScript_27376D:: @ 827376D
TerraCave_End_EventScript_27376D:: @ 827376D
fadescreenswapbuffers 1
removeobject VAR_LAST_TALKED
fadescreenswapbuffers 0
release
end
AncientTomb_EventScript_273776:: @ 8273776
BirthIsland_Exterior_EventScript_273776:: @ 8273776
DesertRuins_EventScript_273776:: @ 8273776
FarawayIsland_Interior_EventScript_273776:: @ 8273776
IslandCave_EventScript_273776:: @ 8273776
MarineCave_End_EventScript_273776:: @ 8273776
NavelRock_Bottom_EventScript_273776:: @ 8273776
NavelRock_Top_EventScript_273776:: @ 8273776
SouthernIsland_Interior_EventScript_273776:: @ 8273776
TerraCave_End_EventScript_273776:: @ 8273776
fadescreenswapbuffers 1
removeobject VAR_LAST_TALKED
fadescreenswapbuffers 0
bufferspeciesname 0, VAR_0x8004
msgbox gUnknown_08273204, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LittlerootTown_ProfessorBirchsLab_EventScript_27378B:: @ 827378B
MossdeepCity_StevensHouse_EventScript_27378B:: @ 827378B
Route119_WeatherInstitute_2F_EventScript_27378B:: @ 827378B
RustboroCity_DevonCorp_2F_EventScript_27378B:: @ 827378B
getpartysize
subvar VAR_RESULT, 1
copyvar VAR_0x8004, VAR_RESULT
return
LittlerootTown_ProfessorBirchsLab_EventScript_273797:: @ 8273797
MossdeepCity_StevensHouse_EventScript_273797:: @ 8273797
Route119_WeatherInstitute_2F_EventScript_273797:: @ 8273797
RustboroCity_DevonCorp_2F_EventScript_273797:: @ 8273797
fadescreen 1
special ChangeBoxPokemonNickname
waitstate
lock
faceplayer
return
LittlerootTown_ProfessorBirchsLab_EventScript_2737A0:: @ 82737A0
MossdeepCity_StevensHouse_EventScript_2737A0:: @ 82737A0
Route119_WeatherInstitute_2F_EventScript_2737A0:: @ 82737A0
RustboroCity_DevonCorp_2F_EventScript_2737A0:: @ 82737A0
bufferboxname 0, 16438
2018-05-19 18:02:43 +02:00
bufferspeciesname 1, VAR_TEMP_1
2018-12-22 03:32:45 +01:00
call_if_unset FLAG_SYS_PC_LANETTE, LittlerootTown_ProfessorBirchsLab_EventScript_2737BB
call_if_set FLAG_SYS_PC_LANETTE, LittlerootTown_ProfessorBirchsLab_EventScript_2737E6
2017-11-10 02:21:31 +01:00
return
LittlerootTown_ProfessorBirchsLab_EventScript_2737BB:: @ 82737BB
specialvar VAR_RESULT, sub_813B21C
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LittlerootTown_ProfessorBirchsLab_EventScript_2737D4
msgbox gText_PkmnTransferredSomeonesPC, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
return
LittlerootTown_ProfessorBirchsLab_EventScript_2737D4:: @ 82737D4
specialvar VAR_RESULT, get_unknown_box_id
bufferboxname 2, 32781
msgbox gText_PkmnBoxSomeonesPCFull, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
return
LittlerootTown_ProfessorBirchsLab_EventScript_2737E6:: @ 82737E6
specialvar VAR_RESULT, sub_813B21C
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LittlerootTown_ProfessorBirchsLab_EventScript_2737FF
msgbox gText_PkmnTransferredLanettesPC, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
return
LittlerootTown_ProfessorBirchsLab_EventScript_2737FF:: @ 82737FF
specialvar VAR_RESULT, get_unknown_box_id
bufferboxname 2, 32781
msgbox gText_PkmnBoxLanettesPCFull, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
return
LittlerootTown_ProfessorBirchsLab_EventScript_273811:: @ 8273811
MossdeepCity_StevensHouse_EventScript_273811:: @ 8273811
Route119_WeatherInstitute_2F_EventScript_273811:: @ 8273811
RustboroCity_DevonCorp_2F_EventScript_273811:: @ 8273811
msgbox gUnknown_0827331C, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
2015-10-10 14:20:38 +02:00
2018-10-17 04:47:08 +02:00
EventScript_Questionnaire:: @ 827381B
2017-11-11 01:12:18 +01:00
lockall
msgbox gUnknown_0827339F, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_2738FD
2017-11-11 01:12:18 +01:00
setvar VAR_0x8004, 20
call MauvilleCity_PokemonCenter_1F_EventScript_271E7C
lock
faceplayer
specialvar VAR_0x8008, sub_813B490
compare VAR_0x8004, 1
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_27386D
compare VAR_0x8004, 2
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_2738B5
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_2738FD
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_2738FF
2017-11-11 01:12:18 +01:00
end
EventScript_27386D:: @ 827386D
2018-12-22 02:28:24 +01:00
goto_if_unset FLAG_SYS_POKEDEX_GET, EventScript_2738FF
goto_if_set FLAG_SYS_MYSTERY_EVENT_ENABLE, EventScript_2738FF
2017-11-11 01:12:18 +01:00
applymovement VAR_0x8008, BattleFrontier_Mart_Movement_2725B0
waitmovement 0
playse SE_PIN
applymovement VAR_0x8008, BattleFrontier_ReceptionGate_Movement_272598
waitmovement 0
applymovement VAR_0x8008, BattleFrontier_ReceptionGate_Movement_27259A
waitmovement 0
msgbox gUnknown_08273506, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
setflag FLAG_SYS_MYSTERY_EVENT_ENABLE
msgbox gUnknown_08273559, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
releaseall
end
EventScript_2738B5:: @ 82738B5
2018-12-22 02:28:24 +01:00
goto_if_unset FLAG_SYS_POKEDEX_GET, EventScript_2738FF
goto_if_set FLAG_SYS_MYSTERY_GIFT_ENABLE, EventScript_2738FF
2017-11-11 01:12:18 +01:00
applymovement VAR_0x8008, BattleFrontier_Mart_Movement_2725B0
waitmovement 0
playse SE_PIN
applymovement VAR_0x8008, BattleFrontier_ReceptionGate_Movement_272598
waitmovement 0
applymovement VAR_0x8008, BattleFrontier_ReceptionGate_Movement_27259A
waitmovement 0
msgbox gUnknown_08273446, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
setflag FLAG_SYS_MYSTERY_GIFT_ENABLE
msgbox gUnknown_082734CC, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
releaseall
end
EventScript_2738FD:: @ 82738FD
releaseall
end
2017-11-10 02:21:31 +01:00
2017-11-11 01:12:18 +01:00
EventScript_2738FF:: @ 82738FF
applymovement VAR_0x8008, BattleFrontier_Mart_Movement_2725B0
waitmovement 0
msgbox gUnknown_082733D8, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
releaseall
end
2017-11-10 02:21:31 +01:00
Route114_EventScript_273913:: @ 8273913
setmetatile 7, 3, 839, 1
setmetatile 7, 4, 847, 0
return
Route114_EventScript_273926:: @ 8273926
setmetatile 6, 45, 601, 1
setmetatile 6, 46, 609, 0
return
Route115_EventScript_273939:: @ 8273939
setmetatile 21, 5, 601, 1
setmetatile 21, 6, 609, 0
return
Route115_EventScript_27394C:: @ 827394C
setmetatile 36, 9, 601, 1
setmetatile 36, 10, 609, 0
return
Route116_EventScript_27395F:: @ 827395F
setmetatile 59, 12, 159, 1
setmetatile 59, 13, 167, 0
return
Route116_EventScript_273972:: @ 8273972
setmetatile 79, 5, 159, 1
setmetatile 79, 6, 167, 0
return
Route118_EventScript_273985:: @ 8273985
setmetatile 42, 5, 159, 1
setmetatile 42, 6, 167, 0
return
Route118_EventScript_273998:: @ 8273998
setmetatile 9, 5, 159, 1
setmetatile 9, 6, 167, 0
return
Route105_EventScript_2739AB:: @ 82739AB
setmetatile 10, 28, 334, 0
setmetatile 11, 28, 334, 0
setmetatile 9, 29, 334, 0
setmetatile 10, 29, 335, 0
setmetatile 11, 29, 335, 0
setmetatile 12, 29, 334, 0
setmetatile 9, 30, 334, 0
setmetatile 10, 30, 335, 0
setmetatile 11, 30, 335, 0
setmetatile 12, 30, 334, 0
setmetatile 10, 31, 334, 0
setmetatile 11, 31, 334, 0
return
Route105_EventScript_273A18:: @ 8273A18
setmetatile 20, 53, 334, 0
setmetatile 21, 53, 334, 0
setmetatile 19, 54, 334, 0
setmetatile 20, 54, 335, 0
setmetatile 21, 54, 335, 0
setmetatile 22, 54, 334, 0
setmetatile 19, 55, 334, 0
setmetatile 20, 55, 335, 0
setmetatile 21, 55, 335, 0
setmetatile 22, 55, 334, 0
setmetatile 20, 56, 334, 0
setmetatile 21, 56, 334, 0
return
Route125_EventScript_273A85:: @ 8273A85
setmetatile 8, 16, 334, 0
setmetatile 9, 16, 334, 0
setmetatile 7, 17, 334, 0
setmetatile 8, 17, 335, 0
setmetatile 9, 17, 335, 0
setmetatile 10, 17, 334, 0
setmetatile 7, 18, 334, 0
setmetatile 8, 18, 335, 0
setmetatile 9, 18, 335, 0
setmetatile 10, 18, 334, 0
setmetatile 8, 19, 334, 0
setmetatile 9, 19, 334, 0
return
Route125_EventScript_273AF2:: @ 8273AF2
setmetatile 53, 18, 334, 0
setmetatile 54, 18, 334, 0
setmetatile 52, 19, 334, 0
setmetatile 53, 19, 335, 0
setmetatile 54, 19, 335, 0
setmetatile 55, 19, 334, 0
setmetatile 52, 20, 334, 0
setmetatile 53, 20, 335, 0
setmetatile 54, 20, 335, 0
setmetatile 55, 20, 334, 0
setmetatile 53, 21, 334, 0
setmetatile 54, 21, 334, 0
return
Route127_EventScript_273B5F:: @ 8273B5F
setmetatile 57, 9, 334, 0
setmetatile 58, 9, 334, 0
setmetatile 56, 10, 334, 0
setmetatile 57, 10, 335, 0
setmetatile 58, 10, 335, 0
setmetatile 59, 10, 334, 0
setmetatile 56, 11, 334, 0
setmetatile 57, 11, 335, 0
setmetatile 58, 11, 335, 0
setmetatile 59, 11, 334, 0
setmetatile 57, 12, 334, 0
setmetatile 58, 12, 334, 0
return
Route127_EventScript_273BCC:: @ 8273BCC
setmetatile 61, 30, 334, 0
setmetatile 62, 30, 334, 0
setmetatile 60, 31, 334, 0
setmetatile 61, 31, 335, 0
setmetatile 62, 31, 335, 0
setmetatile 63, 31, 334, 0
setmetatile 60, 32, 334, 0
setmetatile 61, 32, 335, 0
setmetatile 62, 32, 335, 0
setmetatile 63, 32, 334, 0
setmetatile 61, 33, 334, 0
setmetatile 62, 33, 334, 0
return
Route129_EventScript_273C39:: @ 8273C39
setmetatile 16, 14, 334, 0
setmetatile 17, 14, 334, 0
setmetatile 15, 15, 334, 0
setmetatile 16, 15, 335, 0
setmetatile 17, 15, 335, 0
setmetatile 18, 15, 334, 0
setmetatile 15, 16, 334, 0
setmetatile 16, 16, 335, 0
setmetatile 17, 16, 335, 0
setmetatile 18, 16, 334, 0
setmetatile 16, 17, 334, 0
setmetatile 17, 17, 334, 0
return
Route129_EventScript_273CA6:: @ 8273CA6
setmetatile 42, 19, 334, 0
setmetatile 43, 19, 334, 0
setmetatile 41, 20, 334, 0
setmetatile 42, 20, 335, 0
setmetatile 43, 20, 335, 0
setmetatile 44, 20, 334, 0
setmetatile 41, 21, 334, 0
setmetatile 42, 21, 335, 0
setmetatile 43, 21, 335, 0
setmetatile 44, 21, 334, 0
setmetatile 42, 22, 334, 0
setmetatile 43, 22, 334, 0
return
Route105_EventScript_273D13:: @ 8273D13
Route114_EventScript_273D13:: @ 8273D13
Route115_EventScript_273D13:: @ 8273D13
Route116_EventScript_273D13:: @ 8273D13
Route118_EventScript_273D13:: @ 8273D13
Route125_EventScript_273D13:: @ 8273D13
Route127_EventScript_273D13:: @ 8273D13
Route129_EventScript_273D13:: @ 8273D13
setflag FLAG_SPECIAL_FLAG_0x4000
return
Route105_EventScript_273D17:: @ 8273D17
Route125_EventScript_273D17:: @ 8273D17
Route127_EventScript_273D17:: @ 8273D17
Route129_EventScript_273D17:: @ 8273D17
setweather 13
return
Route114_EventScript_273D1B:: @ 8273D1B
Route115_EventScript_273D1B:: @ 8273D1B
Route116_EventScript_273D1B:: @ 8273D1B
Route118_EventScript_273D1B:: @ 8273D1B
setweather 12
return
gUnknown_08273D1F:: @ 8273D1F
2015-10-10 14:20:38 +02:00
2016-09-03 10:17:20 +02:00
gUnknown_08273D1F:: @ 8273D1F
2017-11-10 02:21:31 +01:00
lockall
compare VAR_0x4037, 9
2018-12-22 02:28:24 +01:00
goto_if_ge Route105_EventScript_273D51
2017-11-10 02:21:31 +01:00
goto Route105_EventScript_273D5F
end
Route105_EventScript_273D31:: @ 8273D31
closemessage
fadescreenswapbuffers 1
setweather 2
doweather
call Route105_EventScript_273D6D
special DrawWholeMapView
setvar VAR_0x4037, 0
setvar VAR_0x4039, 0
clearflag FLAG_SPECIAL_FLAG_0x4000
fadescreenswapbuffers 0
releaseall
end
Route105_EventScript_273D51:: @ 8273D51
msgbox gUnknown_08273656, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
goto Route105_EventScript_273D31
end
Route105_EventScript_273D5F:: @ 8273D5F
msgbox gUnknown_08273684, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
goto Route105_EventScript_273D31
end
Route105_EventScript_273D6D:: @ 8273D6D
switch VAR_0x4037
case 1, Route105_EventScript_273E23
case 2, Route105_EventScript_273E36
case 3, Route105_EventScript_273E49
case 4, Route105_EventScript_273E5C
case 5, Route105_EventScript_273E6F
case 6, Route105_EventScript_273E82
case 7, Route105_EventScript_273E95
case 8, Route105_EventScript_273EA8
case 9, Route105_EventScript_273EBB
case 10, Route105_EventScript_273F28
case 11, Route105_EventScript_273F95
case 12, Route105_EventScript_274002
case 13, Route105_EventScript_27406F
case 14, Route105_EventScript_2740DC
case 15, Route105_EventScript_274149
case 16, Route105_EventScript_2741B6
return
Route105_EventScript_273E23:: @ 8273E23
setmetatile 7, 3, 617, 1
setmetatile 7, 4, 617, 1
return
Route105_EventScript_273E36:: @ 8273E36
setmetatile 6, 45, 613, 1
setmetatile 6, 46, 613, 1
return
Route105_EventScript_273E49:: @ 8273E49
setmetatile 21, 5, 613, 1
setmetatile 21, 6, 613, 1
return
Route105_EventScript_273E5C:: @ 8273E5C
setmetatile 36, 9, 613, 1
setmetatile 36, 10, 613, 1
return
Route105_EventScript_273E6F:: @ 8273E6F
setmetatile 59, 12, 124, 1
setmetatile 59, 13, 124, 1
return
Route105_EventScript_273E82:: @ 8273E82
setmetatile 79, 5, 124, 1
setmetatile 79, 6, 124, 1
return
Route105_EventScript_273E95:: @ 8273E95
setmetatile 42, 5, 124, 1
setmetatile 42, 6, 121, 1
return
Route105_EventScript_273EA8:: @ 8273EA8
setmetatile 9, 5, 124, 1
setmetatile 9, 6, 121, 1
return
Route105_EventScript_273EBB:: @ 8273EBB
setmetatile 10, 28, 368, 0
setmetatile 11, 28, 368, 0
setmetatile 9, 29, 368, 0
setmetatile 10, 29, 368, 0
setmetatile 11, 29, 368, 0
setmetatile 12, 29, 368, 0
setmetatile 9, 30, 368, 0
setmetatile 10, 30, 368, 0
setmetatile 11, 30, 368, 0
setmetatile 12, 30, 368, 0
setmetatile 10, 31, 368, 0
setmetatile 11, 31, 368, 0
return
Route105_EventScript_273F28:: @ 8273F28
setmetatile 20, 53, 368, 0
setmetatile 21, 53, 368, 0
setmetatile 19, 54, 368, 0
setmetatile 20, 54, 368, 0
setmetatile 21, 54, 368, 0
setmetatile 22, 54, 368, 0
setmetatile 19, 55, 368, 0
setmetatile 20, 55, 368, 0
setmetatile 21, 55, 368, 0
setmetatile 22, 55, 368, 0
setmetatile 20, 56, 368, 0
setmetatile 21, 56, 368, 0
return
Route105_EventScript_273F95:: @ 8273F95
setmetatile 8, 16, 368, 0
setmetatile 9, 16, 368, 0
setmetatile 7, 17, 368, 0
setmetatile 8, 17, 368, 0
setmetatile 9, 17, 368, 0
setmetatile 10, 17, 368, 0
setmetatile 7, 18, 368, 0
setmetatile 8, 18, 368, 0
setmetatile 9, 18, 368, 0
setmetatile 10, 18, 368, 0
setmetatile 8, 19, 368, 0
setmetatile 9, 19, 368, 0
return
Route105_EventScript_274002:: @ 8274002
setmetatile 53, 18, 368, 0
setmetatile 54, 18, 368, 0
setmetatile 52, 19, 368, 0
setmetatile 53, 19, 368, 0
setmetatile 54, 19, 368, 0
setmetatile 55, 19, 368, 0
setmetatile 52, 20, 368, 0
setmetatile 53, 20, 368, 0
setmetatile 54, 20, 368, 0
setmetatile 55, 20, 368, 0
setmetatile 53, 21, 368, 0
setmetatile 54, 21, 368, 0
return
Route105_EventScript_27406F:: @ 827406F
setmetatile 57, 9, 368, 0
setmetatile 58, 9, 368, 0
setmetatile 56, 10, 368, 0
setmetatile 57, 10, 368, 0
setmetatile 58, 10, 368, 0
setmetatile 59, 10, 368, 0
setmetatile 56, 11, 368, 0
setmetatile 57, 11, 368, 0
setmetatile 58, 11, 368, 0
setmetatile 59, 11, 368, 0
setmetatile 57, 12, 368, 0
setmetatile 58, 12, 368, 0
return
Route105_EventScript_2740DC:: @ 82740DC
setmetatile 61, 30, 368, 0
setmetatile 62, 30, 368, 0
setmetatile 60, 31, 368, 0
setmetatile 61, 31, 368, 0
setmetatile 62, 31, 368, 0
setmetatile 63, 31, 368, 0
setmetatile 60, 32, 368, 0
setmetatile 61, 32, 368, 0
setmetatile 62, 32, 368, 0
setmetatile 63, 32, 368, 0
setmetatile 61, 33, 368, 0
setmetatile 62, 33, 368, 0
return
Route105_EventScript_274149:: @ 8274149
setmetatile 16, 14, 368, 0
setmetatile 17, 14, 368, 0
setmetatile 15, 15, 368, 0
setmetatile 16, 15, 368, 0
setmetatile 17, 15, 368, 0
setmetatile 18, 15, 368, 0
setmetatile 15, 16, 368, 0
setmetatile 16, 16, 368, 0
setmetatile 17, 16, 368, 0
setmetatile 18, 16, 368, 0
setmetatile 16, 17, 368, 0
setmetatile 17, 17, 368, 0
return
Route105_EventScript_2741B6:: @ 82741B6
setmetatile 42, 19, 368, 0
setmetatile 43, 19, 368, 0
setmetatile 41, 20, 368, 0
setmetatile 42, 20, 368, 0
setmetatile 43, 20, 368, 0
setmetatile 44, 20, 368, 0
setmetatile 41, 21, 368, 0
setmetatile 42, 21, 368, 0
setmetatile 43, 21, 368, 0
setmetatile 44, 21, 368, 0
setmetatile 42, 22, 368, 0
setmetatile 43, 22, 368, 0
return
Underwater3_EventScript_274223:: @ 8274223
Underwater5_EventScript_274223:: @ 8274223
Underwater6_EventScript_274223:: @ 8274223
Underwater7_EventScript_274223:: @ 8274223
switch VAR_0x4037
case 9, Underwater3_EventScript_274281
case 10, Underwater3_EventScript_27428A
case 11, Underwater3_EventScript_274293
case 12, Underwater3_EventScript_27429C
case 13, Underwater3_EventScript_2742A5
case 14, Underwater3_EventScript_2742AE
case 15, Underwater3_EventScript_2742B7
case 16, Underwater3_EventScript_2742C0
return
Underwater3_EventScript_274281:: @ 8274281
setescapewarp MAP_ROUTE105, 255, 11, 29
2017-11-10 02:21:31 +01:00
return
Underwater3_EventScript_27428A:: @ 827428A
setescapewarp MAP_ROUTE105, 255, 21, 54
2017-11-10 02:21:31 +01:00
return
Underwater3_EventScript_274293:: @ 8274293
setescapewarp MAP_ROUTE125, 255, 9, 17
2017-11-10 02:21:31 +01:00
return
Underwater3_EventScript_27429C:: @ 827429C
setescapewarp MAP_ROUTE125, 255, 54, 19
2017-11-10 02:21:31 +01:00
return
Underwater3_EventScript_2742A5:: @ 82742A5
setescapewarp MAP_ROUTE127, 255, 58, 10
2017-11-10 02:21:31 +01:00
return
Underwater3_EventScript_2742AE:: @ 82742AE
setescapewarp MAP_ROUTE127, 255, 62, 31
2017-11-10 02:21:31 +01:00
return
Underwater3_EventScript_2742B7:: @ 82742B7
setescapewarp MAP_ROUTE129, 255, 17, 15
2017-11-10 02:21:31 +01:00
return
Underwater3_EventScript_2742C0:: @ 82742C0
setescapewarp MAP_ROUTE129, 255, 43, 20
2017-11-10 02:21:31 +01:00
return
2018-03-02 14:44:33 +01:00
Std_RegisteredInMatchCall:: @ 82742C9
2017-11-11 01:12:18 +01:00
buffertrainerclassname 0, VAR_0x8000
buffertrainername 1, VAR_0x8000
closemessage
delay 30
2017-12-22 08:46:19 +01:00
playfanfare MUS_ME_TORE_EYE
msgbox gUnknown_08272E0F, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
waitfanfare
closemessage
delay 30
return
2017-11-10 02:21:31 +01:00
2017-12-01 21:25:13 +01:00
EventScript_TryGetTrainerScript:: @ 82742E6
special ShouldTryGetTrainerScript
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq EventScript_GotoTrainerScript
2017-11-11 01:12:18 +01:00
releaseall
end
2017-11-10 02:21:31 +01:00
2017-12-01 21:25:13 +01:00
EventScript_GotoTrainerScript:: @ 82742F6
2017-12-17 20:38:01 +01:00
gotobeatenscript
2017-11-10 02:21:31 +01:00
releaseall
end
.include "data/scripts/berry_tree.inc"
2018-12-07 23:50:56 +01:00
.include "data/scripts/secret_base.inc"
.include "data/scripts/cable_club.inc"
.include "data/scripts/contest_hall.inc"
.include "data/text/contest_strings.inc"
2017-11-10 02:21:31 +01:00
gUnknown_0827E8CE:: @ 827E8CE
.string "Missed turn$"
2017-11-10 02:21:31 +01:00
gUnknown_0827E8DA:: @ 827E8DA
.string "Link standby!$"
2017-11-10 02:21:31 +01:00
gUnknown_0827E8E8:: @ 827E8E8
2018-12-07 16:41:08 +01:00
.string "The winner is {STR_VAR_1}'s {STR_VAR_2}!\n"
.string "Congratulations!$"
2017-11-10 02:21:31 +01:00
gUnknown_0827E910:: @ 827E910
2018-12-07 16:41:08 +01:00
.string "The winner is {STR_VAR_1}'s {STR_VAR_2}!{PAUSE_UNTIL_PRESS}$"
2017-11-10 02:21:31 +01:00
gUnknown_0827E929:: @ 827E929
.string "Primary judging: No. {STR_VAR_1}{PAUSE_UNTIL_PRESS}$"
2017-11-10 02:21:31 +01:00
gUnknown_0827E943:: @ 827E943
.string "Secondary judging: No. {STR_VAR_1}{PAUSE_UNTIL_PRESS}$"
2017-11-10 02:21:31 +01:00
gUnknown_0827E95F:: @ 827E95F
.string "Set event: No. {STR_VAR_1}{PAUSE_UNTIL_PRESS}$"
2017-11-10 02:21:31 +01:00
gUnknown_0827E973:: @ 827E973
.string "The move used most often:\n"
.string "{STR_VAR_1}{PAUSE_UNTIL_PRESS}$"
2017-11-10 02:21:31 +01:00
gUnknown_0827E992:: @ 827E992
.string "The most impressive POKéMON:\n"
2018-12-07 16:41:08 +01:00
.string "{STR_VAR_1}'s {STR_VAR_2}{PAUSE_UNTIL_PRESS}$"
2017-11-10 02:21:31 +01:00
gUnknown_0827E9B9:: @ 827E9B9
.string "Set event: No. {STR_VAR_1}{PAUSE_UNTIL_PRESS}$"
2017-11-10 02:21:31 +01:00
gUnknown_0827E9CD:: @ 827E9CD
.string "A link TV program will not be made\n"
.string "because the TRAINER lost.{PAUSE_UNTIL_PRESS}$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EA0C:: @ 827EA0C
.string "{STR_VAR_1}\n"
2018-12-07 16:41:08 +01:00
.string "{STR_VAR_2}'s {STR_VAR_3}$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EA17:: @ 827EA17
.string "CONTEST$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestRankNormal::
.string "NORMAL RANK$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestRankSuper::
.string "SUPER RANK$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestRankHyper::
.string "HYPER RANK$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestRankMaster::
.string "MASTER RANK$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestLink::
.string "LINK$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestCoolness::
.string "COOLNESS$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestBeauty::
.string "BEAUTY$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestCuteness::
.string "CUTENESS$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestSmartness::
.string "SMARTNESS$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestToughness::
.string "TOUGHNESS$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingCool1::
.string "Nonstop supercool--\n"
.string "the inestimable {STR_VAR_1}$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingCool2::
.string "Hey, there!\n"
.string "The good-looking POKéMON {STR_VAR_1}$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingCool3::
.string "The marvelous, wonderful, and\n"
.string "very great {STR_VAR_1}$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingBeauty1::
2018-12-07 16:41:08 +01:00
.string "This century's last Venus--\n"
.string "the beautiful {STR_VAR_1}$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingBeauty2::
2018-12-07 16:41:08 +01:00
.string "{STR_VAR_1}'s dazzling,\n"
.string "glittering smile$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingBeauty3::
2018-12-07 16:41:08 +01:00
.string "POKéMON CENTER's super idol--\n"
.string "the incomparable {STR_VAR_1}$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingCute1::
.string "The lovely and sweet {STR_VAR_1}$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingCute2::
2018-12-07 16:41:08 +01:00
.string "The pretty {STR_VAR_1}'s\n"
.string "winning portrait$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingCute3::
.string "Give us a wink!\n"
.string "The cutie POKéMON {STR_VAR_1}$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingSmart1::
.string "The smartness maestro--\n"
.string "the wise POKéMON {STR_VAR_1}$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingSmart2::
.string "{STR_VAR_1}--the one chosen\n"
.string "above all POKéMON$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingSmart3::
2018-12-07 16:41:08 +01:00
.string "The excellent {STR_VAR_1}'s\n"
.string "moment of elegance$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingTough1::
.string "The powerfully muscular\n"
.string "speedster {STR_VAR_1}$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingTough2::
.string "The strong, stronger, and\n"
.string "strongest {STR_VAR_1}$"
2017-11-10 02:21:31 +01:00
2017-11-15 13:55:16 +01:00
gContestPaintingTough3::
.string "The mighty tough\n"
.string "hyper POKéMON {STR_VAR_1}$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ECBC:: @ 27ECBC
.string "ODDISH$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ECC3:: @ 27ECC3
.string "POOCHYENA$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ECCD:: @ 27ECCD
.string "TAILLOW$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ECD5:: @ 27ECD5
.string "AZURILL$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ECDD:: @ 27ECDD
.string "LOTAD$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ECE3:: @ 27ECE3
.string "WINGULL$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ECEB:: @ 27ECEB
.string "DUSTOX$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ECF2:: @ 27ECF2
.string "ZUBAT$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ECF8:: @ 27ECF8
.string "NINCADA$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED00:: @ 27ED00
.string "RALTS$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED06:: @ 27ED06
.string "ZIGZAGOON$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED10:: @ 27ED10
.string "SLAKOTH$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED18:: @ 27ED18
.string "POOCHYENA$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED22:: @ 27ED22
.string "SHROOMISH$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED2C:: @ 27ED2C
.string "ZIGZAGOON$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED36:: @ 27ED36
.string "POOCHYENA$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED40:: @ 27ED40
.string "ZUBAT$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED46:: @ 27ED46
.string "CARVANHA$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED4F:: @ 27ED4F
.string "BURN HEAL$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED59:: @ 27ED59
.string "HARBOR MAIL$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED65:: @ 27ED65
.string "Same price$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED70:: @ 27ED70
.string "¥60$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED74:: @ 27ED74
.string "¥55$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED78:: @ 27ED78
.string "Nothing$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED80:: @ 27ED80
.string "They will cost more.$"
2017-11-10 02:21:31 +01:00
gUnknown_0827ED95:: @ 27ED95
.string "They will cost less.$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EDAA:: @ 27EDAA
.string "Same price$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EDB5:: @ 27EDB5
.string "Male$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EDBA:: @ 27EDBA
.string "Female$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EDC1:: @ 27EDC1
.string "Neither$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EDC9:: @ 27EDC9
.string "Elderly men$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EDD5:: @ 27EDD5
.string "Elderly ladies$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EDE4:: @ 27EDE4
.string "Same number$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EDF0:: @ 27EDF0
.string "None$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EDF5:: @ 27EDF5
.string "1$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EDF7:: @ 27EDF7
.string "2$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EDF9:: @ 27EDF9
.string "2$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EDFB:: @ 27EDFB
.string "3$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EDFD:: @ 27EDFD
.string "4$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EDFF:: @ 27EDFF
.string "6$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EE01:: @ 27EE01
.string "7$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EE03:: @ 27EE03
.string "8$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EE05:: @ 27EE05
.string "6$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EE07:: @ 27EE07
.string "7$"
2017-11-10 02:21:31 +01:00
gUnknown_0827EE09:: @ 27EE09
.string "8$"
.include "data/scripts/tv.inc"
.include "data/text/tv.inc"
2017-11-10 02:21:31 +01:00
BattleFrontier_BattleTowerLobby_EventScript_28C7E9:: @ 828C7E9
LilycoveCity_ContestLobby_EventScript_28C7E9:: @ 828C7E9
SlateportCity_OceanicMuseum_1F_EventScript_28C7E9:: @ 828C7E9
SlateportCity_PokemonFanClub_EventScript_28C7E9:: @ 828C7E9
special InterviewAfter
incrementgamestat 6
release
end
2017-11-10 02:21:31 +01:00
SlateportCity_PokemonFanClub_EventScript_28C7F0:: @ 828C7F0
setvar VAR_0x8005, 1
special InterviewBefore
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_PokemonFanClub_EventScript_28C879
copyvar VAR_0x8009, VAR_0x8006
msgbox SlateportCity_PokemonFanClub_Text_280674, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_PokemonFanClub_EventScript_28C827
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_PokemonFanClub_EventScript_28C85C
end
2017-11-10 02:21:31 +01:00
SlateportCity_PokemonFanClub_EventScript_28C827:: @ 828C827
msgbox SlateportCity_PokemonFanClub_Text_28073B, MSGBOX_DEFAULT
setvar VAR_0x8004, 5
copyvar VAR_0x8005, VAR_0x8009
setvar VAR_0x8006, 1
call SlateportCity_PokemonFanClub_EventScript_271E7C
lock
faceplayer
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_PokemonFanClub_EventScript_28C866
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_PokemonFanClub_EventScript_28C85C
end
2017-11-10 02:21:31 +01:00
SlateportCity_PokemonFanClub_EventScript_28C85C:: @ 828C85C
msgbox SlateportCity_PokemonFanClub_Text_2805E2, MSGBOX_DEFAULT
release
end
2017-11-10 02:21:31 +01:00
SlateportCity_PokemonFanClub_EventScript_28C866:: @ 828C866
msgbox SlateportCity_PokemonFanClub_Text_280789, MSGBOX_DEFAULT
setvar VAR_0x8005, 1
goto SlateportCity_PokemonFanClub_EventScript_28C7E9
end
2017-11-10 02:21:31 +01:00
SlateportCity_PokemonFanClub_EventScript_28C879:: @ 828C879
msgbox SlateportCity_PokemonFanClub_Text_28062E, MSGBOX_DEFAULT
release
end
2017-11-10 02:21:31 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_28C883:: @ 828C883
lock
faceplayer
setvar VAR_0x8005, 2
special InterviewBefore
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_28C939
copyvar VAR_0x8009, VAR_0x8006
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_0x069, SlateportCity_OceanicMuseum_1F_EventScript_28C8C8
setflag FLAG_0x069
msgbox SlateportCity_OceanicMuseum_1F_Text_2811A0, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_28C8E7
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_28C91C
end
2017-11-10 02:21:31 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_28C8C8:: @ 828C8C8
msgbox SlateportCity_OceanicMuseum_1F_Text_28126D, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_28C8E7
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_28C91C
end
2017-11-10 02:21:31 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_28C8E7:: @ 828C8E7
msgbox SlateportCity_OceanicMuseum_1F_Text_2812F2, MSGBOX_DEFAULT
setvar VAR_0x8004, 5
copyvar VAR_0x8005, VAR_0x8009
setvar VAR_0x8006, 0
call SlateportCity_OceanicMuseum_1F_EventScript_271E7C
lock
faceplayer
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_28C926
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_OceanicMuseum_1F_EventScript_28C91C
end
2017-11-10 02:21:31 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_28C91C:: @ 828C91C
msgbox SlateportCity_OceanicMuseum_1F_Text_281367, MSGBOX_DEFAULT
release
end
2017-11-10 02:21:31 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_28C926:: @ 828C926
msgbox SlateportCity_OceanicMuseum_1F_Text_2813B9, MSGBOX_DEFAULT
setvar VAR_0x8005, 2
goto SlateportCity_OceanicMuseum_1F_EventScript_28C7E9
end
2017-11-10 02:21:31 +01:00
SlateportCity_OceanicMuseum_1F_EventScript_28C939:: @ 828C939
msgbox SlateportCity_OceanicMuseum_1F_Text_28144D, MSGBOX_DEFAULT
release
end
2017-11-10 02:21:31 +01:00
SlateportCity_PokemonFanClub_EventScript_28C943:: @ 828C943
lock
faceplayer
specialvar VAR_RESULT, sub_80EF8F8
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_PokemonFanClub_EventScript_28C7F0
setvar VAR_0x8005, 3
special InterviewBefore
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_PokemonFanClub_EventScript_28CA4F
copyvar VAR_0x8009, VAR_0x8006
msgbox SlateportCity_PokemonFanClub_Text_280270, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_PokemonFanClub_EventScript_28C98C
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_PokemonFanClub_EventScript_28CA45
end
2017-11-10 02:21:31 +01:00
SlateportCity_PokemonFanClub_EventScript_28C98C:: @ 828C98C
msgbox SlateportCity_PokemonFanClub_Text_28034F, MSGBOX_DEFAULT
random 3
copyvar VAR_0x800A, VAR_RESULT
switch VAR_RESULT
case 0, SlateportCity_PokemonFanClub_EventScript_28C9C3
case 1, SlateportCity_PokemonFanClub_EventScript_28C9D1
case 2, SlateportCity_PokemonFanClub_EventScript_28C9DF
end
2017-11-10 02:21:31 +01:00
SlateportCity_PokemonFanClub_EventScript_28C9C3:: @ 828C9C3
msgbox SlateportCity_PokemonFanClub_Text_280393, MSGBOX_DEFAULT
goto SlateportCity_PokemonFanClub_EventScript_28C9ED
end
2017-11-10 02:21:31 +01:00
SlateportCity_PokemonFanClub_EventScript_28C9D1:: @ 828C9D1
msgbox SlateportCity_PokemonFanClub_Text_2803EF, MSGBOX_DEFAULT
goto SlateportCity_PokemonFanClub_EventScript_28C9ED
end
2017-11-10 02:21:31 +01:00
SlateportCity_PokemonFanClub_EventScript_28C9DF:: @ 828C9DF
msgbox SlateportCity_PokemonFanClub_Text_280454, MSGBOX_DEFAULT
goto SlateportCity_PokemonFanClub_EventScript_28C9ED
end
2017-11-10 02:21:31 +01:00
SlateportCity_PokemonFanClub_EventScript_28C9ED:: @ 828C9ED
setvar VAR_0x8004, 7
copyvar VAR_0x8005, VAR_0x8009
setvar VAR_0x8006, 0
call SlateportCity_PokemonFanClub_EventScript_271E7C
lock
faceplayer
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_PokemonFanClub_EventScript_28CA45
msgbox SlateportCity_PokemonFanClub_Text_2804AC, MSGBOX_DEFAULT
setvar VAR_0x8006, 1
call SlateportCity_PokemonFanClub_EventScript_271E7C
lock
faceplayer
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_PokemonFanClub_EventScript_28CA45
msgbox SlateportCity_PokemonFanClub_Text_280523, MSGBOX_DEFAULT
copyvar VAR_0x8007, VAR_0x800A
setvar VAR_0x8005, 3
goto SlateportCity_PokemonFanClub_EventScript_28C7E9
end
2017-11-10 02:21:31 +01:00
SlateportCity_PokemonFanClub_EventScript_28CA45:: @ 828CA45
msgbox SlateportCity_PokemonFanClub_Text_2805E2, MSGBOX_DEFAULT
release
end
2017-11-10 02:21:31 +01:00
SlateportCity_PokemonFanClub_EventScript_28CA4F:: @ 828CA4F
msgbox SlateportCity_PokemonFanClub_Text_28062E, MSGBOX_DEFAULT
release
end
2017-11-10 02:21:31 +01:00
LilycoveCity_ContestLobby_EventScript_28CA59:: @ 828CA59
lock
faceplayer
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_TEMP_2, LilycoveCity_ContestLobby_EventScript_28CB21
setvar VAR_0x8005, 6
special InterviewBefore
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_ContestLobby_EventScript_28CB21
copyvar VAR_0x8009, VAR_0x8006
msgbox LilycoveCity_ContestLobby_Text_27EF15, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_ContestLobby_EventScript_28CA9B
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_ContestLobby_EventScript_28CAD0
end
2017-11-10 02:21:31 +01:00
LilycoveCity_ContestLobby_EventScript_28CA9B:: @ 828CA9B
msgbox LilycoveCity_ContestLobby_Text_27EFE7, MSGBOX_DEFAULT
setvar VAR_0x8004, 11
copyvar VAR_0x8005, VAR_0x8009
setvar VAR_0x8006, 0
call LilycoveCity_ContestLobby_EventScript_271E7C
lock
faceplayer
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_ContestLobby_EventScript_28CADA
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_ContestLobby_EventScript_28CAD0
end
2017-11-10 02:21:31 +01:00
LilycoveCity_ContestLobby_EventScript_28CAD0:: @ 828CAD0
msgbox LilycoveCity_ContestLobby_Text_27F1EF, MSGBOX_DEFAULT
release
end
2017-11-10 02:21:31 +01:00
LilycoveCity_ContestLobby_EventScript_28CADA:: @ 828CADA
setvar VAR_0x8004, 24
special SetContestCategoryStringVarForInterview
msgbox LilycoveCity_ContestLobby_Text_27F03E, MSGBOX_DEFAULT
setvar VAR_0x8004, 11
copyvar VAR_0x8005, VAR_0x8009
setvar VAR_0x8006, 1
call LilycoveCity_ContestLobby_EventScript_271E7C
lock
faceplayer
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_ContestLobby_EventScript_28CAD0
msgbox LilycoveCity_ContestLobby_Text_27F0EC, MSGBOX_DEFAULT
2018-10-17 18:25:12 +02:00
setflag FLAG_TEMP_2
setvar VAR_0x8005, 6
goto LilycoveCity_ContestLobby_EventScript_28C7E9
end
2017-11-10 02:21:31 +01:00
LilycoveCity_ContestLobby_EventScript_28CB21:: @ 828CB21
msgbox LilycoveCity_ContestLobby_Text_27F23F, MSGBOX_DEFAULT
release
end
2017-11-10 02:21:31 +01:00
LilycoveCity_ContestLobby_EventScript_28CB2B:: @ 828CB2B
compare VAR_0x4086, 2
2018-12-22 02:28:24 +01:00
goto_if_ne LilycoveCity_ContestLobby_EventScript_28CB95
setvar VAR_0x8005, 6
special InterviewBefore
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_ContestLobby_EventScript_28CB95
switch VAR_0x4088
case 0, LilycoveCity_ContestLobby_EventScript_28CB95
case 2, LilycoveCity_ContestLobby_EventScript_28CB91
case 1, LilycoveCity_ContestLobby_EventScript_28CB91
case 3, LilycoveCity_ContestLobby_EventScript_28CB91
case 4, LilycoveCity_ContestLobby_EventScript_28CB91
case 5, LilycoveCity_ContestLobby_EventScript_28CB95
end
2017-11-10 02:21:31 +01:00
LilycoveCity_ContestLobby_EventScript_28CB91:: @ 828CB91
clearflag FLAG_HIDE_LILYCOVE_CONTEST_HALL_REPORTER
return
2017-11-10 02:21:31 +01:00
LilycoveCity_ContestLobby_EventScript_28CB95:: @ 828CB95
return
2017-11-10 02:21:31 +01:00
BattleFrontier_BattleTowerLobby_EventScript_28CB96:: @ 828CB96
lock
faceplayer
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_TEMP_2, BattleFrontier_BattleTowerLobby_EventScript_28CC7A
setvar VAR_0x8005, 7
special InterviewBefore
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattleTowerLobby_EventScript_28CC7A
copyvar VAR_0x8009, VAR_0x8006
msgbox BattleFrontier_BattleTowerLobby_Text_27F704, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattleTowerLobby_EventScript_28CBD8
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattleTowerLobby_EventScript_28CC2E
end
2017-11-10 02:21:31 +01:00
BattleFrontier_BattleTowerLobby_EventScript_28CBD8:: @ 828CBD8
2017-11-12 01:17:46 +01:00
message BattleFrontier_BattleTowerLobby_Text_27F7BA
waitmessage
multichoice 20, 8, 45, 1
copyvar VAR_0x8008, VAR_RESULT
compare VAR_RESULT, 0
2018-12-22 03:32:45 +01:00
call_if_eq BattleFrontier_BattleTowerLobby_EventScript_28CC38
compare VAR_RESULT, 1
2018-12-22 03:32:45 +01:00
call_if_eq BattleFrontier_BattleTowerLobby_EventScript_28CC41
msgbox BattleFrontier_BattleTowerLobby_Text_27F97A, MSGBOX_DEFAULT
setvar VAR_0x8004, 12
copyvar VAR_0x8005, VAR_0x8009
call BattleFrontier_BattleTowerLobby_EventScript_271E7C
lock
faceplayer
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattleTowerLobby_EventScript_28CC4A
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattleTowerLobby_EventScript_28CC70
end
2017-11-10 02:21:31 +01:00
BattleFrontier_BattleTowerLobby_EventScript_28CC2E:: @ 828CC2E
msgbox BattleFrontier_BattleTowerLobby_Text_27F84C, MSGBOX_DEFAULT
release
end
2017-11-10 02:21:31 +01:00
BattleFrontier_BattleTowerLobby_EventScript_28CC38:: @ 828CC38
msgbox BattleFrontier_BattleTowerLobby_Text_27F8AE, MSGBOX_DEFAULT
return
2017-11-10 02:21:31 +01:00
BattleFrontier_BattleTowerLobby_EventScript_28CC41:: @ 828CC41
msgbox BattleFrontier_BattleTowerLobby_Text_27F921, MSGBOX_DEFAULT
return
2017-11-10 02:21:31 +01:00
BattleFrontier_BattleTowerLobby_EventScript_28CC4A:: @ 828CC4A
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattleTowerLobby_EventScript_28CC70
msgbox BattleFrontier_BattleTowerLobby_Text_27F9FD, MSGBOX_DEFAULT
2018-10-17 18:25:12 +02:00
setflag FLAG_TEMP_2
copyvar VAR_0x8004, VAR_0x8008
setvar VAR_0x8005, 7
goto BattleFrontier_BattleTowerLobby_EventScript_28C7E9
end
2017-11-10 02:21:31 +01:00
BattleFrontier_BattleTowerLobby_EventScript_28CC70:: @ 828CC70
msgbox BattleFrontier_BattleTowerLobby_Text_27FA6F, MSGBOX_DEFAULT
release
end
2017-11-10 02:21:31 +01:00
BattleFrontier_BattleTowerLobby_EventScript_28CC7A:: @ 828CC7A
msgbox BattleFrontier_BattleTowerLobby_Text_27FAF3, MSGBOX_DEFAULT
release
end
2017-11-10 02:21:31 +01:00
BattleFrontier_BattleTowerLobby_EventScript_28CC84:: @ 828CC84
compare VAR_0x40BC, 0
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattleTowerLobby_EventScript_28CCA6
setvar VAR_0x8005, 7
special InterviewBefore
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattleTowerLobby_EventScript_28CCA6
clearflag FLAG_HIDE_BATTLE_TOWER_REPORTER
return
2017-11-10 02:21:31 +01:00
BattleFrontier_BattleTowerLobby_EventScript_28CCA6:: @ 828CCA6
setflag FLAG_HIDE_BATTLE_TOWER_REPORTER
return
2017-11-10 02:21:31 +01:00
.include "data/scripts/gabby_and_ty.inc"
.include "data/text/pokemon_news.inc"
.include "data/scripts/mauville_man.inc"
.include "data/scripts/field_move_scripts.inc"
.include "data/scripts/item_ball_scripts.inc"
.include "data/scripts/mystery_event_club.inc"
.include "data/scripts/day_care.inc"
2017-11-10 02:21:31 +01:00
EventScript_2926F8:: @ 82926F8
animateflash 1
setflashradius 1
end
2017-11-10 02:21:31 +01:00
.include "data/scripts/players_house.inc"
2017-11-10 02:21:31 +01:00
2018-10-17 04:47:08 +02:00
EventScript_RunningShoesManual:: @ 8292DE5
msgbox LittlerootTown_BrendansHouse_1F_Text_1F7F66, MSGBOX_SIGN
end
2017-11-10 02:21:31 +01:00
.include "data/scripts/pokeblocks.inc"
2017-11-10 02:21:31 +01:00
2017-12-19 20:52:52 +01:00
gText_SoPretty:: @ 8294295
.string " so pretty!$"
2017-11-10 02:21:31 +01:00
2017-12-19 20:52:52 +01:00
gText_SoDarling:: @ 82942A1
.string " so darling!$"
2017-11-10 02:21:31 +01:00
2017-12-19 20:52:52 +01:00
gText_SoRelaxed:: @ 82942AE
.string " so relaxed!$"
2017-11-10 02:21:31 +01:00
2017-12-19 20:52:52 +01:00
gText_SoSunny:: @ 82942BB
.string " so sunny!$"
2017-11-10 02:21:31 +01:00
2017-12-19 20:52:52 +01:00
gText_SoDesirable:: @ 82942C6
.string " so desirable!$"
2017-11-10 02:21:31 +01:00
2017-12-19 20:52:52 +01:00
gText_SoExciting:: @ 82942D5
.string " so exciting!$"
2017-11-10 02:21:31 +01:00
2017-12-19 20:52:52 +01:00
gText_SoAmusing:: @ 82942E3
.string " so amusing!$"
2017-11-10 02:21:31 +01:00
2017-12-19 20:52:52 +01:00
gText_SoMagical:: @ 82942F0
.string " so magical!$"
2017-11-10 02:21:31 +01:00
2018-05-02 22:57:34 +02:00
gOtherText_Is:: @ 82942FD
.string " is$"
2017-11-10 02:21:31 +01:00
2018-05-02 22:57:34 +02:00
gOtherText_DontYouAgree:: @ 8294301
.string "\n"
2018-12-07 16:41:08 +01:00
.string "Don't you agree?$"
2017-11-11 01:12:18 +01:00
2018-12-10 21:50:10 +01:00
gMauvilleManText_ISoWantToGoOnAVacation:: @ 8294313
.string "I so want to go on a vacation.\n"
.string "Would you happen to know a nice place?$"
2017-11-11 01:12:18 +01:00
2018-12-10 21:50:10 +01:00
gMauvilleManText_IBoughtCrayonsWith120Colors:: @ 8294359
.string "I bought crayons with 120 colors!\n"
2018-12-07 16:41:08 +01:00
.string "Don't you think that's nice?$"
2017-11-11 01:12:18 +01:00
2018-12-10 21:50:10 +01:00
gMauvilleManText_WouldntItBeNiceIfWeCouldFloat:: @ 8294398
2018-12-07 16:41:08 +01:00
.string "Wouldn't it be nice if we could float\n"
.string "away on a cloud of bubbles?$"
2017-11-11 01:12:18 +01:00
2018-12-10 21:50:10 +01:00
gMauvilleManText_WhenYouWriteOnASandyBeach:: @ 82943DA
.string "When you write on a sandy beach,\n"
.string "they wash away. It makes me sad.$"
2017-11-11 01:12:18 +01:00
2018-12-10 21:50:10 +01:00
gMauvilleManText_WhatsTheBottomOfTheSeaLike:: @ 829441C
2018-12-07 16:41:08 +01:00
.string "What's the bottom of the sea like?\n"
.string "Just once I would so love to go!$"
2017-11-11 01:12:18 +01:00
2018-12-10 21:50:10 +01:00
gMauvilleManText_WhenYouSeeTheSettingSunDoesIt:: @ 8294460
.string "When you see the setting sun, does it\n"
.string "make you want to go home?$"
2017-11-11 01:12:18 +01:00
2018-12-10 21:50:10 +01:00
gMauvilleManText_LyingBackInTheGreenGrass:: @ 82944A0
.string "Lying back in the green grass\n"
2018-12-07 16:41:08 +01:00
.string "Oh, it's so, so nice!$"
2017-11-11 01:12:18 +01:00
2018-12-10 21:50:10 +01:00
gMauvilleManText_SecretBasesAreSoWonderful:: @ 82944D5
.string "SECRET BASES are so wonderful!\n"
2018-12-07 16:41:08 +01:00
.string "Can't you feel the excitement?$"
2017-11-11 01:12:18 +01:00
.include "data/text/trainers.inc"
2017-11-11 01:12:18 +01:00
EventScript_RepelWoreOff:: @ 82A4B2A
msgbox Text_RepelWoreOff, MSGBOX_SIGN
2017-11-11 01:12:18 +01:00
end
Text_RepelWoreOff: @ 82A4B33
2018-12-07 16:41:08 +01:00
.string "REPEL's effect wore off$"
2017-11-10 02:21:31 +01:00
.include "data/scripts/safari_zone.inc"
2017-11-10 02:21:31 +01:00
MauvilleCity_GameCorner_EventScript_2A5AB1:: @ 82A5AB1
checkitem ITEM_COIN_CASE, 1
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq MauvilleCity_GameCorner_EventScript_210456
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 0
getpricereduction 2
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq MauvilleCity_GameCorner_EventScript_2A5B0D
2017-11-10 02:21:31 +01:00
addvar VAR_0x8004, 128
goto MauvilleCity_GameCorner_EventScript_2A5B0D
end
MauvilleCity_GameCorner_EventScript_2A5ADF:: @ 82A5ADF
checkitem ITEM_COIN_CASE, 1
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq MauvilleCity_GameCorner_EventScript_210456
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 1
getpricereduction 2
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq MauvilleCity_GameCorner_EventScript_2A5B0D
2017-11-10 02:21:31 +01:00
addvar VAR_0x8004, 128
goto MauvilleCity_GameCorner_EventScript_2A5B0D
end
MauvilleCity_GameCorner_EventScript_2A5B0D:: @ 82A5B0D
special sub_8142BC8
waitstate
end
.include "data/text/roulette.inc"
.include "data/text/pokedex_rating.inc"
.include "data/text/lottery_corner.inc"
.include "data/text/eon_ticket.inc"
.include "data/text/braille.inc"
.include "data/text/berries.inc"
.include "data/text/shoal_cave.inc"
2017-11-10 02:21:31 +01:00
2017-11-11 01:12:18 +01:00
Text_2A81E5: @ 82A81E5
2018-12-07 16:41:08 +01:00
.string "There's a set of POKéMON picture books.$"
2017-11-11 01:12:18 +01:00
Text_2A820D: @ 82A820D
2018-12-07 16:41:08 +01:00
.string "It's filled with all sorts of books.$"
2017-11-11 01:12:18 +01:00
Text_2A8232: @ 82A8232
.string "POKéMON magazines!\n"
.string "POKéMON PAL\p"
.string "POKéMON HANDBOOK\n"
.string "ADORABLE POKéMON$"
Text_2A8276: @ 82A8276
.string "This vase looks expensive\n"
.string "Peered inside\p"
.string "But, it was empty.$"
Text_2A82B3: @ 82A82B3
2018-12-07 16:41:08 +01:00
.string "It's empty.$"
2017-11-11 01:12:18 +01:00
Text_2A82BF: @ 82A82BF
.string "The shelves brim with all sorts of\n"
.string "POKéMON merchandise.$"
Text_2A82F7: @ 82A82F7
.string "A blueprint of some sort?\n"
2018-12-07 16:41:08 +01:00
.string "It's too complicated!$"
2017-11-10 02:21:31 +01:00
GraniteCave_B1F_MapScript2_2A8327: @ 82A8327
MirageTower_2F_MapScript2_2A8327: @ 82A8327
MirageTower_3F_MapScript2_2A8327: @ 82A8327
MtPyre_2F_MapScript2_2A8327: @ 82A8327
SkyPillar_2F_MapScript2_2A8327: @ 82A8327
SkyPillar_4F_MapScript2_2A8327: @ 82A8327
2018-10-17 04:47:08 +02:00
map_script_2 VAR_ICE_STEP_COUNT, 0, EventScript_FallDownHole
2017-11-10 02:21:31 +01:00
.2byte 0
GraniteCave_B1F_MapScript1_2A8331: @ 82A8331
MirageTower_2F_MapScript1_2A8331: @ 82A8331
MirageTower_3F_MapScript1_2A8331: @ 82A8331
MtPyre_2F_MapScript1_2A8331: @ 82A8331
copyvar VAR_ICE_STEP_COUNT, 0x1
end
2018-10-17 04:47:08 +02:00
EventScript_FallDownHole:: @ 82A8337
2017-11-10 02:21:31 +01:00
lockall
delay 20
applymovement EVENT_OBJ_ID_PLAYER, GraniteCave_B1F_Movement_2A8369
2017-11-10 02:21:31 +01:00
waitmovement 0
playse SE_RU_HYUU
delay 60
warphole MAP_UNDEFINED
2017-11-10 02:21:31 +01:00
waitstate
end
2015-10-10 14:20:38 +02:00
2016-09-03 10:17:20 +02:00
gUnknown_082A8350:: @ 82A8350
2017-11-11 01:12:18 +01:00
lockall
delay 20
applymovement EVENT_OBJ_ID_PLAYER, GraniteCave_B1F_Movement_2A8369
2017-11-11 01:12:18 +01:00
waitmovement 0
playse SE_RU_HYUU
delay 60
special sp13F_fall_to_last_warp
waitstate
end
2017-11-10 02:21:31 +01:00
GraniteCave_B1F_Movement_2A8369: @ 82A8369
set_invisible
2017-11-10 02:21:31 +01:00
step_end
LilycoveCity_PokemonCenter_1F_EventScript_2A836B:: @ 82A836B
special sub_818DAEC
switch VAR_RESULT
case 0, LilycoveCity_PokemonCenter_1F_EventScript_2A8554
case 1, LilycoveCity_PokemonCenter_1F_EventScript_2A8395
case 2, LilycoveCity_PokemonCenter_1F_EventScript_2A882A
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8395:: @ 82A8395
lock
faceplayer
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8A69, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
specialvar VAR_RESULT, sub_818DBE8
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A83D0
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A83C6
compare VAR_RESULT, 2
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8510
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A83C6:: @ 82A83C6
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8AB1, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A83D0:: @ 82A83D0
special sub_818DC2C
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8A7D, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
specialvar VAR_RESULT, sub_818DC60
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8435
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A83F7
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A83F7:: @ 82A83F7
special sub_818DCC8
special sub_818DD14
specialvar VAR_RESULT, sub_818DD54
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8419
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8427
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8419:: @ 82A8419
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8ACE, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A8435
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8427:: @ 82A8427
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8B36, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A8435
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8435:: @ 82A8435
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8B69, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8454
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A845E
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8454:: @ 82A8454
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8BCD, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A845E:: @ 82A845E
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8BAD, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A846C
end
LilycoveCity_PokemonCenter_1F_EventScript_2A846C:: @ 82A846C
fadescreen 1
setvar VAR_RESULT, 0
special sub_818DD78
waitstate
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A848E
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A84AD
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A848E:: @ 82A848E
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8BEE, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8454
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A846C
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A84AD:: @ 82A84AD
specialvar VAR_RESULT, sub_818DE44
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A84C9
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A84D6
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A84C9:: @ 82A84C9
special sub_818DC2C
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8C0F, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A84D6:: @ 82A84D6
specialvar VAR_RESULT, sub_818DE5C
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A84F2
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A84FF
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A84F2:: @ 82A84F2
special sub_818DC2C
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8C6F, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A84FF:: @ 82A84FF
special sub_818DC2C
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8CC8, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A8510
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8510:: @ 82A8510
setvar VAR_0x8004, 0
specialvar VAR_0x8004, sub_818DEA0
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8D5D, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
giveitem_std VAR_0x8004
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8545
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A854F
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8545:: @ 82A8545
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8DBD, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A854F:: @ 82A854F
special sub_818DEDC
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8554:: @ 82A8554
lock
faceplayer
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8E2B, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
specialvar VAR_RESULT, sub_818E038
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8585
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A85AC
compare VAR_RESULT, 2
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A86EC
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8585:: @ 82A8585
specialvar VAR_RESULT, sub_818E06C
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A85C8
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A85D2
compare VAR_RESULT, 2
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A85E0
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A85AC:: @ 82A85AC
specialvar VAR_RESULT, sub_818E2D8
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8759
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A85C8
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A85C8:: @ 82A85C8
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8E4E, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A85D2:: @ 82A85D2
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8EAC, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A85EE
end
LilycoveCity_PokemonCenter_1F_EventScript_2A85E0:: @ 82A85E0
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8EAC, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A85EE
end
LilycoveCity_PokemonCenter_1F_EventScript_2A85EE:: @ 82A85EE
setvar VAR_0x8004, 0
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8EEC, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A861C
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8612
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8612:: @ 82A8612
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8F65, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A861C:: @ 82A861C
special sub_818E3BC
compare VAR_0x8004, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A864C
compare VAR_0x8004, 15
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8656
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_EventScript_2A8635:: @ 82A8635
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8660
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8689
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A864C:: @ 82A864C
special sub_811A858
waitstate
goto LilycoveCity_PokemonCenter_1F_EventScript_2A8635
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8656:: @ 82A8656
special sub_818E2FC
waitstate
goto LilycoveCity_PokemonCenter_1F_EventScript_2A8635
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8660:: @ 82A8660
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8F7E, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A867F
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A861C
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A867F:: @ 82A867F
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8F9A, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8689:: @ 82A8689
special sub_818E37C
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8F4D, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
specialvar VAR_RESULT, sub_818E308
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A86C7
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A86B0
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A86B0:: @ 82A86B0
playse SE_SEIKAI
delay 10
playse SE_SEIKAI
msgbox LilycoveCity_PokemonCenter_1F_Text_2A8FC7, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A86EC
end
LilycoveCity_PokemonCenter_1F_EventScript_2A86C7:: @ 82A86C7
special sub_818E538
special sub_818E274
playse SE_HAZURE
delay 10
playse SE_HAZURE
msgbox LilycoveCity_PokemonCenter_1F_Text_2A90A5, MSGBOX_DEFAULT
msgbox LilycoveCity_PokemonCenter_1F_Text_2A90CD, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A8759
end
LilycoveCity_PokemonCenter_1F_EventScript_2A86EC:: @ 82A86EC
specialvar VAR_RESULT, sub_818E298
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8708
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8716
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8708:: @ 82A8708
msgbox LilycoveCity_PokemonCenter_1F_Text_2A9007, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A8724
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8716:: @ 82A8716
msgbox LilycoveCity_PokemonCenter_1F_Text_2A9007, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A8724
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8724:: @ 82A8724
setvar VAR_0x8005, 0
special sub_818E358
special sub_818E37C
giveitem_std VAR_0x8005
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A874C
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A8759
end
LilycoveCity_PokemonCenter_1F_EventScript_2A874C:: @ 82A874C
msgbox LilycoveCity_PokemonCenter_1F_Text_2A906A, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
special sub_818E39C
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8759:: @ 82A8759
msgbox LilycoveCity_PokemonCenter_1F_Text_2A90FB, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8785
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8778
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8778:: @ 82A8778
special sub_818E3EC
msgbox LilycoveCity_PokemonCenter_1F_Text_2A9131, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8785:: @ 82A8785
msgbox LilycoveCity_PokemonCenter_1F_Text_2A9153, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_EventScript_2A878D:: @ 82A878D
fadescreen 1
setvar VAR_RESULT, 0
special sub_818E3E0
waitstate
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A87AF
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A87CE
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A87AF:: @ 82A87AF
msgbox LilycoveCity_PokemonCenter_1F_Text_2A9212, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8778
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A878D
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A87CE:: @ 82A87CE
msgbox LilycoveCity_PokemonCenter_1F_Text_2A9270, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
special sub_818E430
special sub_818E3BC
setvar VAR_0x8004, 16
LilycoveCity_PokemonCenter_1F_EventScript_2A87E1:: @ 82A87E1
fadescreen 1
special sub_818E47C
waitstate
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A87F8
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A8817
end
LilycoveCity_PokemonCenter_1F_EventScript_2A87F8:: @ 82A87F8
msgbox LilycoveCity_PokemonCenter_1F_Text_2A92D3, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8778
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A87E1
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8817:: @ 82A8817
special sub_818E490
special sub_818E4A4
special sub_818E510
msgbox LilycoveCity_PokemonCenter_1F_Text_2A9336, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A882A:: @ 82A882A
lock
faceplayer
msgbox LilycoveCity_PokemonCenter_1F_Text_2A93A7, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
specialvar VAR_RESULT, sub_818E8B4
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8850
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A886C
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8850:: @ 82A8850
specialvar VAR_RESULT, sub_818E8E0
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8876
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A886C
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A886C:: @ 82A886C
msgbox LilycoveCity_PokemonCenter_1F_Text_2A93D6, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8876:: @ 82A8876
special sub_818E914
msgbox LilycoveCity_PokemonCenter_1F_Text_2A93F4, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
checkitem ITEM_POKEBLOCK_CASE, 1
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A89AE
msgbox LilycoveCity_PokemonCenter_1F_Text_2A94E8, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A88B0
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A88BA
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A88B0:: @ 82A88B0
msgbox LilycoveCity_PokemonCenter_1F_Text_2A9556, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A88BA:: @ 82A88BA
fadescreen 1
special sub_818E92C
waitstate
compare VAR_RESULT, 65535
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A88D7
compare VAR_RESULT, 65535
2018-12-22 02:28:24 +01:00
goto_if_ne LilycoveCity_PokemonCenter_1F_EventScript_2A88F6
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A88D7:: @ 82A88D7
msgbox LilycoveCity_PokemonCenter_1F_Text_2A9537, MSGBOX_YESNO
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A88B0
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A88BA
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A88F6:: @ 82A88F6
msgbox LilycoveCity_PokemonCenter_1F_Text_2A9571, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
special sub_818E940
special sub_818E960
goto LilycoveCity_PokemonCenter_1F_EventScript_2A890A
end
LilycoveCity_PokemonCenter_1F_EventScript_2A890A:: @ 82A890A
applymovement 4, LilycoveCity_PokemonCenter_1F_Movement_2A89B8
waitmovement 0
delay 60
applymovement 5, LilycoveCity_PokemonCenter_1F_Movement_2A89BB
waitmovement 0
delay 60
waitse
playmoncry VAR_0x8005, 0
delay 120
waitmoncry
compare VAR_0x8004, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A893F
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A894C
end
LilycoveCity_PokemonCenter_1F_EventScript_2A893F:: @ 82A893F
applymovement 5, LilycoveCity_PokemonCenter_1F_Movement_2A89C2
waitmovement 0
delay 60
LilycoveCity_PokemonCenter_1F_EventScript_2A894C:: @ 82A894C
applymovement 4, LilycoveCity_PokemonCenter_1F_Movement_2A89C0
waitmovement 0
delay 60
compare VAR_0x8004, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8970
compare VAR_0x8004, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A897E
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8970:: @ 82A8970
msgbox LilycoveCity_PokemonCenter_1F_Text_2A95AD, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A898F
end
LilycoveCity_PokemonCenter_1F_EventScript_2A897E:: @ 82A897E
special sub_818E914
msgbox LilycoveCity_PokemonCenter_1F_Text_2A9605, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
goto LilycoveCity_PokemonCenter_1F_EventScript_2A898F
end
LilycoveCity_PokemonCenter_1F_EventScript_2A898F:: @ 82A898F
specialvar VAR_RESULT, sub_818E8E0
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A89A1
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A89A1:: @ 82A89A1
msgbox LilycoveCity_PokemonCenter_1F_Text_2A9669, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
special PutLilycoveContestLadyShowOnTheAir
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A89AE:: @ 82A89AE
msgbox LilycoveCity_PokemonCenter_1F_Text_2A9451, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_PokemonCenter_1F_Movement_2A89B8: @ 82A89B8
face_right
delay_8
2017-11-10 02:21:31 +01:00
step_end
LilycoveCity_PokemonCenter_1F_Movement_2A89BB: @ 82A89BB
face_left
delay_8
2017-11-10 02:21:31 +01:00
step_end
2017-11-11 01:12:18 +01:00
LilycoveCity_PokemonCenter_1F_Movement_2A89BE: @ 82A89BE
face_down
2017-11-11 01:12:18 +01:00
step_end
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_Movement_2A89C0: @ 82A89C0
face_player
2017-11-10 02:21:31 +01:00
step_end
LilycoveCity_PokemonCenter_1F_Movement_2A89C2: @ 82A89C2
disable_jump_landing_ground_effect
jump_in_place_left
disable_jump_landing_ground_effect
jump_in_place_left
2017-11-10 02:21:31 +01:00
step_end
LilycoveCity_PokemonCenter_1F_EventScript_2A89C7:: @ 82A89C7
specialvar VAR_RESULT, sub_818E990
special sub_818E914
special sub_818E960
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8A0A
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8A1D
compare VAR_RESULT, 2
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8A30
compare VAR_RESULT, 3
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8A43
compare VAR_RESULT, 4
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_PokemonCenter_1F_EventScript_2A8A56
2017-11-10 02:21:31 +01:00
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8A0A:: @ 82A8A0A
lock
faceplayer
waitse
playmoncry VAR_0x8005, 0
msgbox LilycoveCity_PokemonCenter_1F_Text_2A96DA, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
waitmoncry
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8A1D:: @ 82A8A1D
lock
faceplayer
waitse
playmoncry VAR_0x8005, 0
msgbox LilycoveCity_PokemonCenter_1F_Text_2A970E, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
waitmoncry
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8A30:: @ 82A8A30
lock
faceplayer
waitse
playmoncry VAR_0x8005, 0
msgbox LilycoveCity_PokemonCenter_1F_Text_2A96F6, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
waitmoncry
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8A43:: @ 82A8A43
lock
faceplayer
waitse
playmoncry VAR_0x8005, 0
msgbox LilycoveCity_PokemonCenter_1F_Text_2A96E6, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
waitmoncry
release
end
LilycoveCity_PokemonCenter_1F_EventScript_2A8A56:: @ 82A8A56
lock
faceplayer
waitse
playmoncry VAR_0x8005, 0
msgbox LilycoveCity_PokemonCenter_1F_Text_2A9703, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
waitmoncry
release
end
LilycoveCity_PokemonCenter_1F_Text_2A8A69: @ 82A8A69
2018-12-07 16:41:08 +01:00
.string "I'm the FAVOR LADY$"
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A8A7D: @ 82A8A7D
2018-12-07 16:41:08 +01:00
.string "I've recently developed an obsession\n"
2017-11-10 02:21:31 +01:00
.string "for {STR_VAR_1} things$"
LilycoveCity_PokemonCenter_1F_Text_2A8AB1: @ 82A8AB1
.string "Oh\n"
.string "Thank you for last time$"
LilycoveCity_PokemonCenter_1F_Text_2A8ACE: @ 82A8ACE
.string "Before, I think it was {STR_VAR_3}\p"
.string "{STR_VAR_3} gave me one {STR_VAR_2},\n"
.string "saying it was {STR_VAR_1}.\p"
2018-12-07 16:41:08 +01:00
.string "But it wasn't {STR_VAR_1}.\n"
2017-11-10 02:21:31 +01:00
.string "Not in the least bit.$"
LilycoveCity_PokemonCenter_1F_Text_2A8B36: @ 82A8B36
.string "Before, {STR_VAR_3} gave me a very\n"
.string "{STR_VAR_1} {STR_VAR_2}.\p"
.string "I cherish it now.$"
LilycoveCity_PokemonCenter_1F_Text_2A8B69: @ 82A8B69
.string "Listen, if you have anything that\n"
.string "is {STR_VAR_1}, will you share it\l"
.string "with me?$"
LilycoveCity_PokemonCenter_1F_Text_2A8BAD: @ 82A8BAD
.string "Really?\n"
.string "What will you give me?$"
LilycoveCity_PokemonCenter_1F_Text_2A8BCD: @ 82A8BCD
.string "Is that so?\n"
2018-12-07 16:41:08 +01:00
.string "Then, it's good-bye$"
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A8BEE: @ 82A8BEE
.string "Oh\n"
2018-12-07 16:41:08 +01:00
.string "You're not willing to share?$"
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A8C0F: @ 82A8C0F
.string "Oh?\n"
.string "That {STR_VAR_2} is {STR_VAR_1}?\p"
.string "Oh, is that right?\p"
.string "Well, I owe you a thanks anyway.\n"
2018-12-07 16:41:08 +01:00
.string "I'll try to cherish it$"
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A8C6F: @ 82A8C6F
.string "Oh\p"
2018-12-07 16:41:08 +01:00
.string "That's a quite {STR_VAR_1}\n"
2017-11-10 02:21:31 +01:00
.string "{STR_VAR_2}\p"
2018-12-07 16:41:08 +01:00
.string "Isn't it nice?\n"
.string "It's so dreamy\p"
2017-11-10 02:21:31 +01:00
.string "Thank you\n"
.string "I will cherish this$"
LilycoveCity_PokemonCenter_1F_Text_2A8CC8: @ 82A8CC8
.string "Oh, oh, oh\p"
.string "This is amazing!\n"
.string "This really is {STR_VAR_1}!\p"
.string "I never knew that one {STR_VAR_2}\n"
.string "could be this {STR_VAR_1}!\p"
.string "Thank you!\p"
.string "I will treasure this for the rest\n"
.string "of my life!$"
LilycoveCity_PokemonCenter_1F_Text_2A8D5D: @ 82A8D5D
2018-12-07 16:41:08 +01:00
.string "I'll give you this wonderful item in\n"
2017-11-10 02:21:31 +01:00
.string "return for your fabulous gift.\p"
.string "I hope you will cherish it$"
LilycoveCity_PokemonCenter_1F_Text_2A8DBD: @ 82A8DBD
2018-12-07 16:41:08 +01:00
.string "Oh, you can't have it if you don't have\n"
2017-11-10 02:21:31 +01:00
.string "the space for it.\p"
.string "Please come see me when you get\n"
.string "your BAG organized$"
LilycoveCity_PokemonCenter_1F_Text_2A8E2B: @ 82A8E2B
2018-12-07 16:41:08 +01:00
.string "I'm the QUIZ LADY!\n"
2017-11-10 02:21:31 +01:00
.string "I love quizzes!$"
LilycoveCity_PokemonCenter_1F_Text_2A8E4E: @ 82A8E4E
.string "Oh?\p"
2018-12-07 16:41:08 +01:00
.string "I'm waiting for a challenger to answer\n"
2017-11-10 02:21:31 +01:00
.string "the quiz you made.\p"
.string "We can chat another time, okay?$"
LilycoveCity_PokemonCenter_1F_Text_2A8EAC: @ 82A8EAC
2018-12-07 16:41:08 +01:00
.string "I'm waiting for someone to challenge\n"
2017-11-10 02:21:31 +01:00
.string "a quiz this {STR_VAR_1} thought up!$"
LilycoveCity_PokemonCenter_1F_Text_2A8EEC: @ 82A8EEC
.string "If you answer correctly, you can win\n"
.string "fabulous prizes!\p"
.string "Would you like to take the quiz\n"
.string "challenge?$"
LilycoveCity_PokemonCenter_1F_Text_2A8F4D: @ 82A8F4D
.string " \n"
.string " $"
LilycoveCity_PokemonCenter_1F_Text_2A8F65: @ 82A8F65
.string "Oh, how boring!\n"
.string "Bye-bye!$"
LilycoveCity_PokemonCenter_1F_Text_2A8F7E: @ 82A8F7E
.string "Awww!\n"
2018-12-07 16:41:08 +01:00
.string "You're going to quit?$"
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A8F9A: @ 82A8F9A
.string "Please take the quiz challenge\n"
.string "another time!$"
LilycoveCity_PokemonCenter_1F_Text_2A8FC7: @ 82A8FC7
2018-12-07 16:41:08 +01:00
.string "You're amazing! You've got it right!\n"
.string "You're one sharp customer!$"
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A9007: @ 82A9007
.string "Congratulations!\n"
2018-12-07 16:41:08 +01:00
.string "You've got the quiz right!\p"
.string "You've won a prize provided by\n"
2017-11-10 02:21:31 +01:00
.string "{STR_VAR_1}!$"
2017-11-11 01:12:18 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A9056: @ 82A9056
.string "{STR_VAR_1} received\n"
.string "one {STR_VAR_2}!$"
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A906A: @ 82A906A
.string "Oh? Your BAG is filled up!\n"
.string "Come see me when you have room.$"
LilycoveCity_PokemonCenter_1F_Text_2A90A5: @ 82A90A5
.string "Hmm Wrong!\n"
.string "The correct answer is {STR_VAR_3}!$"
LilycoveCity_PokemonCenter_1F_Text_2A90CD: @ 82A90CD
.string "Too bad!\p"
.string "I get to keep the quiz prize\n"
.string "{STR_VAR_1} now!$"
LilycoveCity_PokemonCenter_1F_Text_2A90FB: @ 82A90FB
.string "Listen, listen!\n"
.string "Would you like to make your own quiz?$"
LilycoveCity_PokemonCenter_1F_Text_2A9131: @ 82A9131
.string "Oh, I see\n"
.string "Well, maybe next time!$"
LilycoveCity_PokemonCenter_1F_Text_2A9153: @ 82A9153
.string "Okay, the first thing you have to do\n"
.string "is pick the prize for the person that\l"
.string "answers your quiz correctly.\p"
.string "But beware, if the person taking\n"
2018-12-07 16:41:08 +01:00
.string "the quiz can't get it right, I get to\l"
2017-11-10 02:21:31 +01:00
.string "keep the prize!$"
LilycoveCity_PokemonCenter_1F_Text_2A9212: @ 82A9212
2018-12-07 16:41:08 +01:00
.string "If you don't choose a prize,\n"
.string "your quiz can't be made.\p"
2017-11-10 02:21:31 +01:00
.string "Are you going to quit making\n"
.string "your quiz?$"
LilycoveCity_PokemonCenter_1F_Text_2A9270: @ 82A9270
.string "Oh, how nice!\n"
2018-12-07 16:41:08 +01:00
.string "That's a wonderful prize!\p"
2017-11-10 02:21:31 +01:00
.string "Next, you need to write your quiz\n"
.string "question and its answer.$"
LilycoveCity_PokemonCenter_1F_Text_2A92D3: @ 82A92D3
.string "Are you going to quit writing\n"
.string "your quiz question?$"
2017-11-11 01:12:18 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A9305: @ 82A9305
.string "Are you going to quit choosing\n"
.string "your quiz answer?$"
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A9336: @ 82A9336
.string "Thank you!\n"
2018-12-07 16:41:08 +01:00
.string "You've put together a nice quiz.\p"
.string "I'll go look for someone who'll take\n"
2017-11-10 02:21:31 +01:00
.string "your quiz challenge right away.$"
LilycoveCity_PokemonCenter_1F_Text_2A93A7: @ 82A93A7
2018-12-07 16:41:08 +01:00
.string "I'm the CONTEST LADY!\n"
2017-11-10 02:21:31 +01:00
.string "I sure do love CONTESTS!$"
LilycoveCity_PokemonCenter_1F_Text_2A93D6: @ 82A93D6
.string "Thanks for your {POKEBLOCK} before!$"
LilycoveCity_PokemonCenter_1F_Text_2A93F4: @ 82A93F4
.string "This is my friend {STR_VAR_1}!\n"
2018-12-07 16:41:08 +01:00
.string "It's the epitome of {STR_VAR_2}!\p"
2017-11-10 02:21:31 +01:00
.string "But I think that it will display\n"
.string "even more {STR_VAR_2}!$"
LilycoveCity_PokemonCenter_1F_Text_2A9451: @ 82A9451
.string "So, I need your help!\p"
.string "Please, may I have one {POKEBLOCK}?\n"
2018-12-07 16:41:08 +01:00
.string "All I'm asking for is one!\p"
2017-11-10 02:21:31 +01:00
.string "Oh, but\n"
2018-12-07 16:41:08 +01:00
.string "Don't you have a {POKEBLOCK} CASE?\l"
.string "That's no good. Next time, then!$"
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A94E8: @ 82A94E8
.string "So, I need your help!\p"
.string "Please, may I have one {POKEBLOCK}?\n"
2018-12-07 16:41:08 +01:00
.string "All I'm asking for is one!$"
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A9537: @ 82A9537
.string "Awww!\n"
2018-12-07 16:41:08 +01:00
.string "I can't have one {POKEBLOCK}?!$"
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A9556: @ 82A9556
.string "Sheesh!\n"
.string "What a cheapskate!$"
LilycoveCity_PokemonCenter_1F_Text_2A9571: @ 82A9571
.string "Yay!\n"
.string "Thank you!\p"
2018-12-07 16:41:08 +01:00
.string "I'll feed my POKéMON your {POKEBLOCK}\n"
2017-11-10 02:21:31 +01:00
.string "right away.$"
LilycoveCity_PokemonCenter_1F_Text_2A95AD: @ 82A95AD
2018-12-07 16:41:08 +01:00
.string "It doesn't seem to have changed\n"
2017-11-10 02:21:31 +01:00
.string "in any way at all\p"
.string "Hmm\p"
.string "Oh, well!\n"
.string "Thank you very much!$"
LilycoveCity_PokemonCenter_1F_Text_2A9605: @ 82A9605
.string "Oh, yay!\n"
2018-12-07 16:41:08 +01:00
.string "It's really delighted!\p"
.string "I think it really improved {STR_VAR_1}'s\n"
2017-11-10 02:21:31 +01:00
.string "{STR_VAR_2} quality, too.\p"
.string "Thank you so much!$"
LilycoveCity_PokemonCenter_1F_Text_2A9669: @ 82A9669
.string "Hmm\p"
.string "I think we may be ready to enter\n"
.string "some CONTESTS.\p"
.string "If you see us in one somewhere,\n"
2018-12-07 16:41:08 +01:00
.string "I hope you'll cheer for us.$"
2017-11-10 02:21:31 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A96DA: @ 82A96DA
.string "{STR_VAR_1}: Guguuh!$"
LilycoveCity_PokemonCenter_1F_Text_2A96E6: @ 82A96E6
.string "{STR_VAR_1}: Igigigiiih!$"
LilycoveCity_PokemonCenter_1F_Text_2A96F6: @ 82A96F6
.string "{STR_VAR_1}: Baaarun$"
2017-11-11 01:12:18 +01:00
LilycoveCity_PokemonCenter_1F_Text_2A9703: @ 82A9703
.string "{STR_VAR_1}: Pikka!$"
LilycoveCity_PokemonCenter_1F_Text_2A970E: @ 82A970E
.string "{STR_VAR_1}: Umyaaaan!$"
BattleFrontier_PokeNav_2A971C:: @ 82A971C
2017-11-11 01:12:18 +01:00
.string "Hi! {PLAYER}{STRING 5}, hello!\n"
.string "This is {STR_VAR_1}.\p"
.string "I saw this {STR_VAR_2} a while back\n"
2018-12-07 16:41:08 +01:00
.string "but I couldn't catch it.\p"
2017-11-11 01:12:18 +01:00
.string "It was so close, too!\n"
.string "Well, see you again!$"
BattleFrontier_PokeNav_2A9798:: @ 82A9798
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}{STRING 5}.\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "I tried to catch a nice {STR_VAR_2}\n"
.string "a little while ago.\p"
.string "But, it got away.\n"
.string "I was sure disappointed!\p"
.string "Okay, bye!$"
BattleFrontier_PokeNav_2A9813:: @ 82A9813
2017-11-11 01:12:18 +01:00
.string "Hey there, {PLAYER}!\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "I just took a shot at catching\n"
.string "this {STR_VAR_2}, but it took off.\p"
.string "I came oh so close, too!\p"
.string "It spoiled my day\n"
.string "All right, see you!$"
BattleFrontier_PokeNav_2A98A8:: @ 82A98A8
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}.\n"
.string "{STR_VAR_1} here.\p"
.string "You know the POKéMON {STR_VAR_2}?\n"
.string "I came close to getting one.\p"
.string "It was just a while back.\n"
.string "I thought I had it but it escaped.\p"
2018-12-07 16:41:08 +01:00
.string "If I see it again, I'll get it for\n"
2017-11-11 01:12:18 +01:00
.string "sure, though.\p"
.string "Okay, catch you later.$"
BattleFrontier_PokeNav_2A9977:: @ 82A9977
2017-11-11 01:12:18 +01:00
.string "Hiya, {PLAYER}{STRING 5}!\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\l"
2017-11-11 01:12:18 +01:00
.string "Catching any POKéMON lately?\p"
.string "A little while ago I came close to\n"
.string "nabbing one, but it got loose.\p"
.string "Right, take care!$"
BattleFrontier_PokeNav_2A99FD:: @ 82A99FD
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}.\n"
.string "{STR_VAR_1} here.\l"
.string "Caught any POKéMON lately?\p"
.string "I nearly nabbed one the other day.\n"
.string "But it evaded me somehow.\p"
.string "You take care.$"
BattleFrontier_PokeNav_2A9A78:: @ 82A9A78
2017-11-11 01:12:18 +01:00
.string "Uh, {PLAYER}{STRING 5}?\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "Oh, wait! Wait!\n"
.string "I can catch this {STR_VAR_2}\p"
.string "Aaarrrgh! It bolted loose!\n"
2018-12-07 16:41:08 +01:00
.string "That wasn't just close!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2A9AE8:: @ 82A9AE8
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, how do you do?\n"
.string "This is {STR_VAR_1} speaking.\p"
.string "Have you had success catching\n"
.string "POKéMON lately?\p"
.string "I came very close a little while\n"
.string "ago, but my target got free.\p"
.string "I need to try harder!\n"
.string "See you again!$"
BattleFrontier_PokeNav_2A9BA7:: @ 82A9BA7
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hi there!\n"
.string "This is {STR_VAR_1}!\p"
.string "So? Are you getting more POKéMON\n"
.string "together?\p"
2018-12-07 16:41:08 +01:00
.string "I'm having a rotten time of it!\n"
2017-11-11 01:12:18 +01:00
.string "They all get away from me!\p"
.string "See you!$"
BattleFrontier_PokeNav_2A9C36:: @ 82A9C36
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hello\n"
.string "This is {STR_VAR_1}.\p"
.string "Listen, I came within a whisker of\n"
.string "catching this {STR_VAR_2}\p"
.string "But, it gave me the slip\p"
.string "I need to try harder.\n"
.string "See you around.$"
BattleFrontier_PokeNav_2A9CC8:: @ 82A9CC8
2017-11-11 01:12:18 +01:00
.string "Ah, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\l"
.string "How are things with you?\p"
.string "I tried to catch a wild {STR_VAR_2}\n"
.string "earlier, but it managed to flee.\p"
.string "I feel defeated$"
BattleFrontier_PokeNav_2A9D44:: @ 82A9D44
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}{STRING 5}.\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\l"
2017-11-11 01:12:18 +01:00
.string "Are you still catching POKéMON?\p"
2018-12-07 16:41:08 +01:00
.string "I've been trying to catch them\n"
.string "myself, but it's not so easy.\p"
2017-11-11 01:12:18 +01:00
.string "The way of POKéMON is deep!$"
BattleFrontier_PokeNav_2A9DD7:: @ 82A9DD7
2017-11-11 01:12:18 +01:00
.string "Ah, hello, {PLAYER}{STRING 5}!\n"
.string "This is {STR_VAR_1}!\l"
.string "Have you been catching POKéMON?\p"
2018-12-07 16:41:08 +01:00
.string "I've been trying to catch them\n"
2017-11-11 01:12:18 +01:00
.string "myself, but with little success.\p"
.string "The way of POKéMON is deep!$"
BattleFrontier_PokeNav_2A9E70:: @ 82A9E70
2017-11-11 01:12:18 +01:00
.string "Oh, hi, {PLAYER}{STRING 5}, how do you do?\n"
.string "This is {STR_VAR_1}.\p"
.string "Just now, I tried to catch a cute\n"
.string "{STR_VAR_2}.\p"
.string "It got away, though!\n"
.string "Oh, you bet I was disappointed!\p"
.string "Bye-bye!$"
BattleFrontier_PokeNav_2A9EFD:: @ 82A9EFD
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}!\n"
.string "This is {STR_VAR_1}!\p"
2018-12-07 16:41:08 +01:00
.string "I've been thinking about trying\n"
2017-11-11 01:12:18 +01:00
.string "to catch me some POKéMON.\p"
2018-12-07 16:41:08 +01:00
.string "But I can't seem to find any.\n"
.string "It's a real puzzler for me!\p"
.string "I'm at my wit's end!\n"
2017-11-11 01:12:18 +01:00
.string "See you around!$"
BattleFrontier_PokeNav_2A9FAB:: @ 82A9FAB
2017-11-11 01:12:18 +01:00
.string "Hi! {PLAYER}{STRING 5}, hello!\n"
.string "This is {STR_VAR_1}.\p"
.string "I tried battling another TRAINER,\n"
.string "but I lost.\p"
.string "It was really disappointing.\n"
.string "Well, see you again!$"
BattleFrontier_PokeNav_2AA028:: @ 82AA028
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}{STRING 5}.\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "I challenged someone else after\n"
.string "we battled.\p"
.string "I came close, but I ended up\n"
.string "losing. Oh, well!$"
BattleFrontier_PokeNav_2AA099:: @ 82AA099
2017-11-11 01:12:18 +01:00
.string "Hey there, {PLAYER}!\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "I just got cleaned in a battle.\p"
.string "I guess I need to raise my team\n"
.string "some more!$"
BattleFrontier_PokeNav_2AA100:: @ 82AA100
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}.\n"
.string "{STR_VAR_1} here.\p"
.string "I tried another battle yesterday,\n"
2018-12-07 16:41:08 +01:00
.string "but I couldn't pull out the win.\p"
2017-11-11 01:12:18 +01:00
.string "My team needs more raising.\n"
.string "Okay, catch you later.$"
BattleFrontier_PokeNav_2AA188:: @ 82AA188
2017-11-11 01:12:18 +01:00
.string "Hiya, {PLAYER}!\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "How are things with you?\p"
2018-12-07 16:41:08 +01:00
.string "I've been battling on,\n"
.string "but I haven't won very often.\p"
.string "I can't get it together.\n"
2017-11-11 01:12:18 +01:00
.string "Right, take care!$"
BattleFrontier_PokeNav_2AA214:: @ 82AA214
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}.\n"
.string "{STR_VAR_1} here.\p"
2018-12-07 16:41:08 +01:00
.string "How's it going for you?\p"
.string "I've been battling hard lately,\n"
2017-11-11 01:12:18 +01:00
.string "but to little success.\p"
2018-12-07 16:41:08 +01:00
.string "I can't get into the groove.\n"
2017-11-11 01:12:18 +01:00
.string "You take care.$"
BattleFrontier_PokeNav_2AA2A1:: @ 82AA2A1
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_1} here.\n"
2018-12-07 16:41:08 +01:00
.string "How's it going lately?\p"
2017-11-11 01:12:18 +01:00
.string "I lost a battle yesterday,\n"
2018-12-07 16:41:08 +01:00
.string "and it's filled my thoughts.\p"
2017-11-11 01:12:18 +01:00
.string "I have to devise a plan\n"
.string "See you.$"
BattleFrontier_PokeNav_2AA31B:: @ 82AA31B
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, how do you do?\n"
.string "This is {STR_VAR_1} speaking.\p"
.string "How are your POKéMON doing?\n"
.string "I lost a match the other day.\p"
.string "I need to try harder!\n"
.string "See you again!$"
BattleFrontier_PokeNav_2AA3A8:: @ 82AA3A8
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hi there!\n"
.string "This is {STR_VAR_1}!\p"
.string "Listen, listen, you have to hear\n"
.string "this!\p"
.string "I had a POKéMON battle earlier,\n"
.string "but I lost at the last second.\p"
.string "Oh, it burns me up!$"
BattleFrontier_PokeNav_2AA442:: @ 82AA442
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hello\n"
.string "This is {STR_VAR_1}.\p"
.string "A little earlier, I was in a battle.\n"
.string "I lost, though.\p"
.string "I need to raise my POKéMON more.\n"
.string "See you around.$"
BattleFrontier_PokeNav_2AA4C5:: @ 82AA4C5
2017-11-11 01:12:18 +01:00
.string "Ah, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\l"
.string "How are your POKéMON?\p"
.string "I just lost yet another battle.\p"
.string "Well, see you!$"
BattleFrontier_PokeNav_2AA520:: @ 82AA520
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}{STRING 5}.\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\l"
2017-11-11 01:12:18 +01:00
.string "Are you still battling hard?\p"
2018-12-07 16:41:08 +01:00
.string "As for me, I lost recently, so I've\n"
2017-11-11 01:12:18 +01:00
.string "been training my team all over.\p"
2018-12-07 16:41:08 +01:00
.string "Let's meet again.$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AA5AD:: @ 82AA5AD
2017-11-11 01:12:18 +01:00
.string "Ah, hello, {PLAYER}{STRING 5}!\n"
.string "This is {STR_VAR_1}!\p"
2018-12-07 16:41:08 +01:00
.string "I hope you've been keeping well.\p"
2017-11-11 01:12:18 +01:00
.string "I was in a battle just a little\n"
.string "while before this.\p"
.string "{PLAYER}{STRING 5}, try to be active like me.\n"
.string "See you again!$"
BattleFrontier_PokeNav_2AA64D:: @ 82AA64D
2017-11-11 01:12:18 +01:00
.string "Oh, hi, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\p"
.string "Are you doing good?\p"
.string "You should go home every so often,\n"
.string "though.\p"
.string "Bye-bye!$"
BattleFrontier_PokeNav_2AA6AF:: @ 82AA6AF
2017-11-11 01:12:18 +01:00
.string "Hi! {PLAYER}{STRING 5}, hello!\n"
.string "This is {STR_VAR_1}!\p"
.string "I battled another TRAINER earlier.\n"
.string "I won! I won!\p"
.string "My {STR_VAR_2} really worked hard\n"
.string "for me. This is so great!$"
BattleFrontier_PokeNav_2AA730:: @ 82AA730
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}{STRING 5}!\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}!\p"
2017-11-11 01:12:18 +01:00
.string "I had a battle yesterday and\n"
2018-12-07 16:41:08 +01:00
.string "I won! It's fantastic!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AA77A:: @ 82AA77A
2017-11-11 01:12:18 +01:00
.string "Hey there, {PLAYER}!\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}!\l"
.string "How's your battling?\p"
2017-11-11 01:12:18 +01:00
.string "Me, I had a battle the other day,\n"
.string "and my {STR_VAR_2} came up huge!\p"
.string "The next time I battle you,\n"
2018-12-07 16:41:08 +01:00
.string "{PLAYER}, it won't be me losing!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AA81C:: @ 82AA81C
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}.\n"
.string "{STR_VAR_1} here.\p"
.string "I had a match earlier.\n"
.string "I managed to win, but it was close.\p"
.string "My {STR_VAR_2} put on one\n"
.string "inspired showing.$"
BattleFrontier_PokeNav_2AA88C:: @ 82AA88C
2017-11-11 01:12:18 +01:00
.string "Hiya, {PLAYER}{STRING 5}!\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "How are things with you?\n"
.string "Battling much?\p"
.string "I just won a while back!\n"
.string "My {STR_VAR_2} was brilliant!\p"
2018-12-07 16:41:08 +01:00
.string "You wait. I'm going to beat you\n"
2017-11-11 01:12:18 +01:00
.string "next time! Right, take care!$"
BattleFrontier_PokeNav_2AA934:: @ 82AA934
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}.\n"
.string "{STR_VAR_1} here.\p"
2018-12-07 16:41:08 +01:00
.string "How's it going for you?\p"
.string "I've been riding a hot streak.\n"
2017-11-11 01:12:18 +01:00
.string "Why, I just won a battle.\p"
.string "When we have our next battle,\n"
2018-12-07 16:41:08 +01:00
.string "I'm sure not going to lose!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AA9D3:: @ 82AA9D3
2017-11-11 01:12:18 +01:00
.string "{PLAYER}{STRING 5}?\n"
.string "{STR_VAR_1} here.\p"
.string "My {STR_VAR_2} is a force!\n"
.string "It won me another battle just now!\p"
2018-12-07 16:41:08 +01:00
.string "I can't wait to have a rematch\n"
2017-11-11 01:12:18 +01:00
.string "with you.$"
BattleFrontier_PokeNav_2AAA40:: @ 82AAA40
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, how do you do?\n"
.string "This is {STR_VAR_1} speaking.\p"
2018-12-07 16:41:08 +01:00
.string "I hope you've been well.\n"
2017-11-11 01:12:18 +01:00
.string "I wanted to tell you I just won.\p"
.string "My {STR_VAR_2} worked especially\n"
.string "hard to get the win.\p"
.string "See you again!$"
BattleFrontier_PokeNav_2AAAE4:: @ 82AAAE4
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hi there!\n"
.string "This is {STR_VAR_1}!\p"
.string "How are your POKéMON holding up?\n"
.string "Mine just won a battle!\p"
.string "My {STR_VAR_2} was spectacular,\n"
.string "I must say!\p"
2018-12-07 16:41:08 +01:00
.string "I wish I could've shown you!\n"
2017-11-11 01:12:18 +01:00
.string "See you again!$"
BattleFrontier_PokeNav_2AAB8C:: @ 82AAB8C
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hello\n"
.string "This is {STR_VAR_1}.\p"
.string "How has life been treating you?\p"
.string "My POKéMON appear to be charged\n"
.string "with energy.\p"
.string "I just won a battle with them.\n"
.string "See you around.$"
BattleFrontier_PokeNav_2AAC25:: @ 82AAC25
2017-11-11 01:12:18 +01:00
.string "Ah, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\p"
.string "Been in any battles lately?\n"
.string "I just won another one today!\p"
2018-12-07 16:41:08 +01:00
.string "I'm on a roll! Gahahaha!\n"
2017-11-11 01:12:18 +01:00
.string "Well, see you!$"
BattleFrontier_PokeNav_2AAC9D:: @ 82AAC9D
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}{STRING 5}.\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\p"
.string "I trust you've been well?\n"
.string "I'm still bursting with life!\p"
2017-11-11 01:12:18 +01:00
.string "Why, just now, I won another match.\n"
2018-12-07 16:41:08 +01:00
.string "I'm not stepping aside to you\l"
2017-11-11 01:12:18 +01:00
.string "youngsters yet!$"
BattleFrontier_PokeNav_2AAD41:: @ 82AAD41
2017-11-11 01:12:18 +01:00
.string "Ah, hello, {PLAYER}{STRING 5}!\n"
.string "This is {STR_VAR_1}!\p"
2018-12-07 16:41:08 +01:00
.string "I hope you've been keeping well.\n"
2017-11-11 01:12:18 +01:00
.string "I still have a bounce in my step!\p"
.string "Why, I just won a battle yet again.\n"
2018-12-07 16:41:08 +01:00
.string "Oh, I won't lose to young people\l"
2017-11-11 01:12:18 +01:00
.string "quite yet!\p"
.string "See you again!$"
BattleFrontier_PokeNav_2AAE00:: @ 82AAE00
2017-11-11 01:12:18 +01:00
.string "Oh, hi, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\p"
.string "I was in a battle recently, and my\n"
.string "{STR_VAR_2} was exceptional!\p"
.string "I wish you could have seen it,\n"
.string "{PLAYER}{STRING 5}. Bye-bye!$"
BattleFrontier_PokeNav_2AAE7F:: @ 82AAE7F
2017-11-11 01:12:18 +01:00
.string "Hi! {PLAYER}, hello!\n"
.string "This is {STR_VAR_1}.\p"
2018-12-07 16:41:08 +01:00
.string "Huh? Wait, you're near\n"
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_2}?\p"
.string "Oh, wow, we have to battle, then!\n"
2018-12-07 16:41:08 +01:00
.string "I'll be waiting! See you!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AAEF1:: @ 82AAEF1
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}!\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "Oh? You happen to be around\n"
.string "{STR_VAR_2} right now?\p"
.string "Would you like to battle now?\n"
2018-12-07 16:41:08 +01:00
.string "I'll wait for you! See you!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AAF69:: @ 82AAF69
2017-11-11 01:12:18 +01:00
.string "Hey there, {PLAYER}!\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "Oh, hey, are you near\n"
.string "{STR_VAR_2} right now?\p"
.string "How would you like to battle with\n"
.string "me right now?\p"
2018-12-07 16:41:08 +01:00
.string "I'm not losing again!\n"
.string "I'll be waiting! Catch you soon!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AB010:: @ 82AB010
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}.\n"
.string "{STR_VAR_1} here.\p"
.string "Whereabouts are you now?\n"
.string "Huh? {STR_VAR_2}?\p"
.string "Want to battle now?\n"
2018-12-07 16:41:08 +01:00
.string "I'll wait for you. See you!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AB076:: @ 82AB076
2017-11-11 01:12:18 +01:00
.string "Hiya, {PLAYER}{STRING 5}!\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\l"
2017-11-11 01:12:18 +01:00
.string "How are things with you?\p"
2018-12-07 16:41:08 +01:00
.string "You're where now?\n"
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_2}?\p"
.string "Well, how about we have a quick\n"
.string "rematch right away?\p"
2018-12-07 16:41:08 +01:00
.string "I'll keep an eye out for you.\n"
2017-11-11 01:12:18 +01:00
.string "See you soon!$"
BattleFrontier_PokeNav_2AB11A:: @ 82AB11A
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}.\n"
.string "{STR_VAR_1} here.\l"
.string "How are your POKéMON keeping?\p"
2018-12-07 16:41:08 +01:00
.string "Oh, is that right? You're around\n"
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "Well, then, we'd better have\n"
2017-11-11 01:12:18 +01:00
.string "a rematch.\p"
.string "I can wait, sure.\n"
.string "See you!$"
BattleFrontier_PokeNav_2AB1B4:: @ 82AB1B4
2017-11-11 01:12:18 +01:00
.string "Er, {PLAYER}{STRING 5}?\n"
.string "{STR_VAR_1} here\p"
.string "Oh, you happen to be around\n"
.string "{STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "Then, let's battle.\n"
2017-11-11 01:12:18 +01:00
.string "Right away, I mean.\p"
2018-12-07 16:41:08 +01:00
.string "I'll show you my POKéMON.\n"
.string "I'll wait for you.$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AB23D:: @ 82AB23D
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, how do you do?\n"
.string "This is {STR_VAR_1} speaking.\p"
2018-12-07 16:41:08 +01:00
.string "I hope you're doing well.\n"
.string "Oh, you're near {STR_VAR_2}.\p"
2017-11-11 01:12:18 +01:00
.string "Would you like to have a battle\n"
.string "with me, then?\p"
2018-12-07 16:41:08 +01:00
.string "I'll wait for you.\n"
2017-11-11 01:12:18 +01:00
.string "See you soon!$"
BattleFrontier_PokeNav_2AB2E9:: @ 82AB2E9
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hi there!\n"
.string "This is {STR_VAR_1}!\p"
.string "Are you keeping up?\n"
2018-12-07 16:41:08 +01:00
.string "Oh, you're near {STR_VAR_2}?\p"
.string "Oh, well, then don't you think we\n"
2017-11-11 01:12:18 +01:00
.string "should battle?\p"
2018-12-07 16:41:08 +01:00
.string "Don't keep me waiting too long!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AB382:: @ 82AB382
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hello\n"
.string "This is {STR_VAR_1}.\p"
.string "How are things with you?\n"
2018-12-07 16:41:08 +01:00
.string "Oh, you're near {STR_VAR_2}.\p"
2017-11-11 01:12:18 +01:00
.string "We should have a battle now, then.\p"
2018-12-07 16:41:08 +01:00
.string "I'm ready and waiting.\n"
2017-11-11 01:12:18 +01:00
.string "Be quick!$"
BattleFrontier_PokeNav_2AB410:: @ 82AB410
2017-11-11 01:12:18 +01:00
.string "Ah, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\p"
.string "Ah, so where you are now is\n"
.string "{STR_VAR_2}?\p"
.string "Well, then, we just have to have\n"
2018-12-07 16:41:08 +01:00
.string "a battle, don't you think?\p"
.string "I'll wait around for you!\n"
2017-11-11 01:12:18 +01:00
.string "See you real quick!$"
BattleFrontier_PokeNav_2AB4B0:: @ 82AB4B0
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}{STRING 5}.\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\l"
2017-11-11 01:12:18 +01:00
.string "Where might you be now?\p"
.string "{STR_VAR_2}?\n"
2018-12-07 16:41:08 +01:00
.string "That's quite close by!\p"
2017-11-11 01:12:18 +01:00
.string "What do you say we have a battle\n"
.string "now?\p"
.string "I can wait.\n"
.string "See you!$"
BattleFrontier_PokeNav_2AB538:: @ 82AB538
2017-11-11 01:12:18 +01:00
.string "Ah, hello, {PLAYER}{STRING 5}!\n"
.string "This is {STR_VAR_1}!\p"
2018-12-07 16:41:08 +01:00
.string "I hope you've been keeping well.\n"
.string "Oh, you're near {STR_VAR_2}?\p"
.string "Since that's not very far away,\n"
2017-11-11 01:12:18 +01:00
.string "come see me for a battle.\p"
2018-12-07 16:41:08 +01:00
.string "I'll wait for you.\n"
2017-11-11 01:12:18 +01:00
.string "Bye for now.$"
BattleFrontier_PokeNav_2AB5E4:: @ 82AB5E4
2017-11-11 01:12:18 +01:00
.string "Oh, hi, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\p"
2018-12-07 16:41:08 +01:00
.string "You're what? {STR_VAR_2}?\n"
.string "That's very close.\p"
.string "Don't you think we ought to have\n"
2017-11-11 01:12:18 +01:00
.string "a battle?\p"
2018-12-07 16:41:08 +01:00
.string "I'll be looking for you!\n"
2017-11-11 01:12:18 +01:00
.string "Bye-bye!$"
BattleFrontier_PokeNav_2AB670:: @ 82AB670
2017-11-11 01:12:18 +01:00
.string "Hi! {PLAYER}, hello!\n"
.string "This is {STR_VAR_1}.\p"
.string "Want to have a battle with me?\p"
2018-12-07 16:41:08 +01:00
.string "I'll be waiting for you around\n"
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_2}!$"
BattleFrontier_PokeNav_2AB6CD:: @ 82AB6CD
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}!\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "Would you like to have a battle\n"
.string "with me again?\p"
.string "You can find me around\n"
2018-12-07 16:41:08 +01:00
.string "{STR_VAR_2}. I'll be waiting!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AB73C:: @ 82AB73C
2017-11-11 01:12:18 +01:00
.string "Hey there, {PLAYER}!\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "My POKéMON have grown a lot\n"
.string "tougher since last time.\p"
2018-12-07 16:41:08 +01:00
.string "I want to see how strong they've\n"
2017-11-11 01:12:18 +01:00
.string "become with your POKéMON, {PLAYER}.\p"
2018-12-07 16:41:08 +01:00
.string "So, let's have a battle!\p"
.string "I'll be waiting for you around\n"
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_2}.$"
BattleFrontier_PokeNav_2AB808:: @ 82AB808
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}.\n"
.string "{STR_VAR_1} here.\l"
.string "How are things with you?\p"
.string "My POKéMON have grown pretty\n"
.string "tough lately.\p"
.string "Hey, how would you like to have\n"
.string "another battle with me?\p"
2018-12-07 16:41:08 +01:00
.string "Let's meet up around\n"
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_2}, okay?$"
BattleFrontier_PokeNav_2AB8B7:: @ 82AB8B7
2017-11-11 01:12:18 +01:00
.string "Hiya, {PLAYER}{STRING 5}!\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "My POKéMON are growing up in\n"
.string "decent ways.\p"
2018-12-07 16:41:08 +01:00
.string "I'd really like to have another\n"
2017-11-11 01:12:18 +01:00
.string "battle with you.\p"
2018-12-07 16:41:08 +01:00
.string "I'll keep an eye out for you around\n"
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_2}. See you soon!$"
BattleFrontier_PokeNav_2AB95D:: @ 82AB95D
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}.\n"
.string "{STR_VAR_1} here.\l"
2018-12-07 16:41:08 +01:00
.string "I hope you're on top of things.\p"
.string "I was thinking I'd like another\n"
2017-11-11 01:12:18 +01:00
.string "battle with you. What do you say?\p"
.string "If you feel like a battle,\n"
.string "come to {STR_VAR_2}.\p"
.string "See you!$"
BattleFrontier_PokeNav_2ABA03:: @ 82ABA03
2017-11-11 01:12:18 +01:00
.string "Er, {PLAYER}{STRING 5}?\n"
.string "{STR_VAR_1} here\l"
.string "So? Are your POKéMON growing?\p"
.string "Mine sure got stronger.\n"
2018-12-07 16:41:08 +01:00
.string "I'd like to show you.\p"
.string "I'll be around {STR_VAR_2}.\n"
2017-11-11 01:12:18 +01:00
.string "Come see me for a match.\p"
.string "See you around.$"
BattleFrontier_PokeNav_2ABA9F:: @ 82ABA9F
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, how do you do?\n"
.string "This is {STR_VAR_1} speaking.\p"
2018-12-07 16:41:08 +01:00
.string "I hope you're doing well.\n"
2017-11-11 01:12:18 +01:00
.string "My POKéMON are very frisky.\p"
2018-12-07 16:41:08 +01:00
.string "If you're ever in the area, please\n"
2017-11-11 01:12:18 +01:00
.string "give me a rematch.\p"
2018-12-07 16:41:08 +01:00
.string "I'll be around {STR_VAR_2}.\n"
2017-11-11 01:12:18 +01:00
.string "Until then, good-bye!$"
BattleFrontier_PokeNav_2ABB62:: @ 82ABB62
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hi there!\n"
.string "This is {STR_VAR_1}!\l"
.string "How are your POKéMON doing?\p"
.string "My POKéMON keep getting better.\n"
2018-12-07 16:41:08 +01:00
.string "I'd like to show you, {PLAYER}{STRING 5}.\p"
.string "I'm around {STR_VAR_2} now,\n"
.string "so let's battle if you're close by.\p"
2017-11-11 01:12:18 +01:00
.string "Hope I see you soon!$"
BattleFrontier_PokeNav_2ABC26:: @ 82ABC26
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hello\n"
.string "This is {STR_VAR_1}.\l"
.string "So, how are things with you?\p"
.string "My POKéMON have grown much\n"
.string "stronger than before.\p"
2018-12-07 16:41:08 +01:00
.string "I'd love another battle with you,\n"
2017-11-11 01:12:18 +01:00
.string "{PLAYER}{STRING 5}.\p"
2018-12-07 16:41:08 +01:00
.string "I'll be around {STR_VAR_2}.\n"
.string "Come see me if you're close.$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2ABCE9:: @ 82ABCE9
2017-11-11 01:12:18 +01:00
.string "Ah, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\l"
.string "Where might you be now?\p"
.string "My POKéMON are full of life.\n"
.string "They appear to be looking forward\l"
.string "to seeing your POKéMON, {PLAYER}{STRING 5}.\p"
2018-12-07 16:41:08 +01:00
.string "I'm around {STR_VAR_2} now.\n"
.string "I hope you'll seek us out.$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2ABDA2:: @ 82ABDA2
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}{STRING 5}.\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "I should tell you, my POKéMON have\n"
.string "grown to be quite robust lately.\p"
.string "I would like to see them in a battle\n"
.string "with you, {PLAYER}{STRING 5}.\p"
2018-12-07 16:41:08 +01:00
.string "We'll be around {STR_VAR_2}.\n"
2017-11-11 01:12:18 +01:00
.string "Come see us anytime!$"
BattleFrontier_PokeNav_2ABE5E:: @ 82ABE5E
2017-11-11 01:12:18 +01:00
.string "Ah, hello, {PLAYER}{STRING 5}!\n"
.string "This is {STR_VAR_1}!\l"
.string "Are your POKéMON keeping well?\p"
.string "My POKéMON have been so healthy,\n"
2018-12-07 16:41:08 +01:00
.string "they don't look capable of losing!\p"
2017-11-11 01:12:18 +01:00
.string "I would surely love to have another\n"
.string "battle with you.\p"
2018-12-07 16:41:08 +01:00
.string "If you're near {STR_VAR_2},\n"
2017-11-11 01:12:18 +01:00
.string "do come see us.$"
BattleFrontier_PokeNav_2ABF36:: @ 82ABF36
2017-11-11 01:12:18 +01:00
.string "Oh, hi, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\l"
.string "Keeping well, I hope.\p"
.string "Oh, yes! My POKéMON are\n"
.string "much stronger than before.\p"
2018-12-07 16:41:08 +01:00
.string "Don't you think we ought to have\n"
2017-11-11 01:12:18 +01:00
.string "a battle, {PLAYER}{STRING 5}?\p"
2018-12-07 16:41:08 +01:00
.string "We'll be waiting for you around\n"
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_2}.\p"
.string "Come see us anytime, okay?$"
BattleFrontier_PokeNav_2AC009:: @ 82AC009
2018-12-07 16:41:08 +01:00
.string "It's me, the mountain-loving\n"
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_1}!\p"
.string "Well, since we met, have you grown\n"
.string "to appreciate the mountains more?\p"
.string "I rarely see you in the mountains\p"
2018-12-07 16:41:08 +01:00
.string "Next time, we'll meet somewhere\n"
2017-11-11 01:12:18 +01:00
.string "around {STR_VAR_2}.$"
BattleFrontier_PokeNav_2AC0BD:: @ 82AC0BD
2017-11-11 01:12:18 +01:00
.string "This is {STR_VAR_1}.\n"
.string "Hello.\p"
.string "I was just telling a new TRAINER\n"
.string "about you.\p"
.string "I told her about a strong TRAINER\n"
.string "who raises POKéMON with care.\p"
2018-12-07 16:41:08 +01:00
.string "I hope you'll become a TRAINER\n"
2017-11-11 01:12:18 +01:00
.string "that everyone will admire.\p"
.string "I hope we meet again!$"
BattleFrontier_PokeNav_2AC18C:: @ 82AC18C
2018-12-07 16:41:08 +01:00
.string "Hello! It's {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "I love where I am now.\n"
2018-12-07 16:41:08 +01:00
.string "It's pleasant with sweet aromas!\p"
2017-11-11 01:12:18 +01:00
.string "I think someone planted BERRIES,\n"
.string "and they burst into bloom.\p"
.string "See you again sometime!$"
BattleFrontier_PokeNav_2AC228:: @ 82AC228
2017-11-11 01:12:18 +01:00
.string "Hello! Thirty years of exploration,\n"
.string "{STR_VAR_1} at your service!\p"
2018-12-07 16:41:08 +01:00
.string "It seems that you're energetically\n"
2017-11-11 01:12:18 +01:00
.string "traveling here and there.\p"
.string "Have you discovered any new ruins?\n"
.string "Please tell if you have!\p"
2018-12-07 16:41:08 +01:00
.string "Now, if you'll excuse me,\n"
2017-11-11 01:12:18 +01:00
.string "I have ruins to explore.$"
BattleFrontier_PokeNav_2AC30C:: @ 82AC30C
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}!\p"
.string "Know what I'm doing today?\n"
2017-11-11 01:12:18 +01:00
.string "Looking at waves from the beach!\p"
.string "Sigh The waves are all sparkly.\n"
.string "The sea is the prettiest from here.\l"
2018-12-07 16:41:08 +01:00
.string "I'm getting hungry, so bye-bye!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AC3B6:: @ 82AC3B6
2017-11-11 01:12:18 +01:00
.string "Munch-chew\n"
2018-12-07 16:41:08 +01:00
.string "Oh, hi, it's {STR_VAR_1}.\l"
2017-11-11 01:12:18 +01:00
.string "I love eating on the beach.\p"
.string "My POKéMON and I have been doing\n"
2018-12-07 16:41:08 +01:00
.string "great. We're fully fueled!\l"
.string "I'm going for a swim. Bye!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AC446:: @ 82AC446
2017-11-11 01:12:18 +01:00
.string "Hello, this is {STR_VAR_1}\p"
2018-12-07 16:41:08 +01:00
.string "I've grown a little jaded with this\n"
2017-11-11 01:12:18 +01:00
.string "whole COOLTRAINER thing\p"
2018-12-07 16:41:08 +01:00
.string "Everyone thinks I'm a perfect\n"
2017-11-11 01:12:18 +01:00
.string "TRAINER, and that makes me try to\l"
.string "live up to that expectation.\p"
.string "But I guess that goes with being\n"
.string "a COOLTRAINER.\p"
2018-12-07 16:41:08 +01:00
.string "I'll just have to buckle down\n"
2017-11-11 01:12:18 +01:00
.string "and grin and bear it.\p"
2018-12-07 16:41:08 +01:00
.string "You're the only person that I could\n"
2017-11-11 01:12:18 +01:00
.string "confide in like this.\p"
.string "But when I see you next,\n"
2018-12-07 16:41:08 +01:00
.string "don't worry, I won't whine!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AC5C7:: @ 82AC5C7
2018-12-07 16:41:08 +01:00
.string "Yahoo, it's {STR_VAR_1}!\n"
2017-11-11 01:12:18 +01:00
.string "How do you do?\p"
2018-12-07 16:41:08 +01:00
.string "I've been raising my POKéMON with\n"
2017-11-11 01:12:18 +01:00
.string "you as the target.\p"
2018-12-07 16:41:08 +01:00
.string "I don't intend to lose when we\n"
2017-11-11 01:12:18 +01:00
.string "battle again.\p"
2018-12-07 16:41:08 +01:00
.string "Isn't it great to have TRAINER\n"
.string "friends? Let's meet again!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AC682:: @ 82AC682
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}\n"
2017-11-11 01:12:18 +01:00
.string "Right now, behind you\l"
2018-12-07 16:41:08 +01:00
.string "Wasn't there something?\p"
2017-11-11 01:12:18 +01:00
.string "The power of the POKéMON that\n"
.string "sleep here at MT. PYRE\p"
2018-12-07 16:41:08 +01:00
.string "It's telling me about you\p"
2017-11-11 01:12:18 +01:00
.string "You should walk away quickly and\n"
.string "never once look back\p"
.string "Giggle\n"
.string "Farewell$"
BattleFrontier_PokeNav_2AC755:: @ 82AC755
2017-11-11 01:12:18 +01:00
.string "This is {STR_VAR_1}.\n"
.string "How do you do?\p"
2018-12-07 16:41:08 +01:00
.string "Isn't it convenient that we can\n"
2017-11-11 01:12:18 +01:00
.string "chat like this at a distance?\p"
.string "Before, if I wanted to speak with\n"
.string "anyone, I had to have my father\l"
.string "drive me\p"
.string "I should be going now.\n"
2018-12-07 16:41:08 +01:00
.string "I'm glad we had this chat.$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AC82C:: @ 82AC82C
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}!\n"
2017-11-11 01:12:18 +01:00
.string "Will you listen to this?\p"
.string "I like the SAFARI ZONE a lot,\n"
.string "but whenever I go, I get lost!\p"
.string "All that tall grass!\n"
2018-12-07 16:41:08 +01:00
.string "And it's much too spread out!\p"
2017-11-11 01:12:18 +01:00
.string "I feel better getting that off\n"
.string "my chest!\p"
2018-12-07 16:41:08 +01:00
.string "I'm off to the SAFARI ZONE again!\n"
2017-11-11 01:12:18 +01:00
.string "Catch you!$"
BattleFrontier_PokeNav_2AC914:: @ 82AC914
2017-11-11 01:12:18 +01:00
.string "Hello, {STR_VAR_1} here.\n"
.string "Yes, correct, I am rich, yes.\p"
.string "I should tell you, my wealth has\n"
.string "grown since we last met.\p"
2018-12-07 16:41:08 +01:00
.string "What's more, my POKéMON have also\n"
2017-11-11 01:12:18 +01:00
.string "grown stronger.\p"
2018-12-07 16:41:08 +01:00
.string "I can't shake the feeling that\n"
2017-11-11 01:12:18 +01:00
.string "this world exists for me!\p"
.string "Oh, no need to say a word!\n"
2018-12-07 16:41:08 +01:00
.string "Everyone knows it's true!\p"
2017-11-11 01:12:18 +01:00
.string "Oh, you must excuse me, I have this\n"
.string "formal dinner to attend.$"
BattleFrontier_PokeNav_2ACA59:: @ 82ACA59
2017-11-11 01:12:18 +01:00
.string "Ufufufufu\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}\p"
.string "Can you guess what I'm seeing?\n"
2017-11-11 01:12:18 +01:00
.string "A pair of {STR_VAR_2} in a battle.\p"
2018-12-07 16:41:08 +01:00
.string "Maybe I'll try catching the winner\n"
2017-11-11 01:12:18 +01:00
.string "Ufufufufufu\p"
2018-12-07 16:41:08 +01:00
.string "I I'm kind of busy now.\n"
2017-11-11 01:12:18 +01:00
.string "I have to go.$"
BattleFrontier_PokeNav_2ACB02:: @ 82ACB02
2018-12-07 16:41:08 +01:00
.string "Oh, it's {STR_VAR_1}!\p"
.string "I was just thinking I'm getting\n"
2017-11-11 01:12:18 +01:00
.string "bored of the ABANDONED SHIP.\p"
2018-12-07 16:41:08 +01:00
.string "But since I'm already here,\n"
2017-11-11 01:12:18 +01:00
.string "and I want to beat you once,\l"
2018-12-07 16:41:08 +01:00
.string "I'll be sticking around a bit more.\p"
.string "If you feel compelled, why don't\n"
2017-11-11 01:12:18 +01:00
.string "you come see me?\p"
.string "I think today will be the day that\n"
.string "I finally challenge the man next\l"
.string "door to a match.\p"
.string "Be seeing you!$"
BattleFrontier_PokeNav_2ACC3F:: @ 82ACC3F
2018-12-07 16:41:08 +01:00
.string "I'm {STR_VAR_1}!\n"
2017-11-11 01:12:18 +01:00
.string "The man of the sea!\p"
.string "You know what I think?\p"
.string "The TRAINERS out at sea are\n"
.string "the toughest of the tough!\p"
.string "You should learn from me and train\n"
.string "in the sea\p"
.string "Whoops, giant surf rising!\p"
2018-12-07 16:41:08 +01:00
.string "It's a great training opportunity!\n"
2017-11-11 01:12:18 +01:00
.string "Sorry, but I have to go!$"
BattleFrontier_PokeNav_2ACD2F:: @ 82ACD2F
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}! Listen, I've been\n"
2017-11-11 01:12:18 +01:00
.string "teaching karate to my POKéMON.\p"
2018-12-07 16:41:08 +01:00
.string "But now they're better than me!\n"
.string "I've done nothing but lose to them!\p"
2017-11-11 01:12:18 +01:00
.string "But even though I may lose to\n"
2018-12-07 16:41:08 +01:00
.string "POKéMON, I won't lose to another\l"
2017-11-11 01:12:18 +01:00
.string "TRAINER, no sir!\p"
.string "We have to battle again!\n"
.string "Ugwaah!$"
BattleFrontier_PokeNav_2ACE1E:: @ 82ACE1E
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\n"
.string "How're your travels unwinding?\p"
2017-11-11 01:12:18 +01:00
.string "Whoa, is that right?\n"
.string "Sounds awfully stimulating!\p"
.string "I think I could write a song about\n"
.string "one of your episodes.\p"
2018-12-07 16:41:08 +01:00
.string "Oh, hey, I'm feeling it.\n"
2017-11-11 01:12:18 +01:00
.string "I hear the riffs in my head.\p"
2018-12-07 16:41:08 +01:00
.string "I'd better get this tune properly\n"
.string "written, so I've got to fly! Later!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2ACF32:: @ 82ACF32
2017-11-11 01:12:18 +01:00
.string "This is {STR_VAR_1}\n"
.string "Hear my new song.\p"
.string "Lalala, {STR_VAR_2}, {STR_VAR_2}!\n"
.string "Why are you that {STR_VAR_2}?\l"
2018-12-07 16:41:08 +01:00
.string "Why can't I be you, {STR_VAR_2}?\l"
2017-11-11 01:12:18 +01:00
.string "Lala, {STR_VAR_2} and {STR_VAR_1},\l"
.string "{STR_VAR_1} and {STR_VAR_2}\p"
.string "Repeat chorus, fade$"
BattleFrontier_PokeNav_2ACFBE:: @ 82ACFBE
2018-12-07 16:41:08 +01:00
.string "I'm {STR_VAR_1}, you know,\n"
2017-11-11 01:12:18 +01:00
.string "the camping expert!\p"
2018-12-07 16:41:08 +01:00
.string "When we battled, I couldn't help\n"
2017-11-11 01:12:18 +01:00
.string "but lose to you.\p"
.string "After all, my expertise is in\n"
.string "camping.\p"
.string "But win or lose, I like to battle\n"
2018-12-07 16:41:08 +01:00
.string "when I'm camping.\p"
2017-11-11 01:12:18 +01:00
.string "Battle with us again, okay?\n"
2018-12-07 16:41:08 +01:00
.string "Oh, and let's go camping, too!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AD0AC:: @ 82AD0AC
2018-12-07 16:41:08 +01:00
.string "It's me, me, {STR_VAR_1}!\p"
.string "I'd like to climb other mountains\n"
2017-11-11 01:12:18 +01:00
.string "than this one, to be honest.\p"
2018-12-07 16:41:08 +01:00
.string "But I'm not sure if there'd be any\n"
2017-11-11 01:12:18 +01:00
.string "ladies like on MT. CHIMNEY.\p"
.string "If you know any other mountain\n"
.string "with ladies around, let me know!\p"
.string "Ehehehe, see you around!$"
BattleFrontier_PokeNav_2AD194:: @ 82AD194
2017-11-11 01:12:18 +01:00
.string " \n"
.string " \l"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}\p"
2017-11-11 01:12:18 +01:00
.string " \n"
.string " \l"
2018-12-07 16:41:08 +01:00
.string "That's all today$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AD1DF:: @ 82AD1DF
2017-11-11 01:12:18 +01:00
.string "This is {STR_VAR_1}. Today, I had\n"
.string "this feeling I would chat with you.\p"
.string "My desire to defeat you builds\n"
.string "by day and by night.\p"
.string "You have a rival like that, yes?\n"
.string "I wish it were me\p"
2018-12-07 16:41:08 +01:00
.string "I'm glad you heard me out.\n"
2017-11-11 01:12:18 +01:00
.string "See you!$"
BattleFrontier_PokeNav_2AD2A8:: @ 82AD2A8
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\p"
.string "When there's a strong TRAINER\n"
2017-11-11 01:12:18 +01:00
.string "nearby, I can sometimes sense that\l"
.string "somehow.\p"
.string "Did you pass close by, {PLAYER}{STRING 5}?\n"
.string "Maybe it was you.\p"
2018-12-07 16:41:08 +01:00
.string "I'll be waiting for your visit.\n"
2017-11-11 01:12:18 +01:00
.string "Bye!$"
BattleFrontier_PokeNav_2AD34F:: @ 82AD34F
2017-11-11 01:12:18 +01:00
.string "Hello, this is {STR_VAR_1}.\n"
.string "You sound well, {PLAYER}{STRING 5}.\p"
2018-12-07 16:41:08 +01:00
.string "I've traveled around the world,\n"
.string "but I must say I've taken a great\l"
2017-11-11 01:12:18 +01:00
.string "shine to this region.\p"
.string "I plan to stay here a while.\n"
.string "Perhaps we can meet again?\p"
2018-12-07 16:41:08 +01:00
.string "I've not forgotten your dazzling\n"
2017-11-11 01:12:18 +01:00
.string "techniques.\p"
.string "I do hope for a rematch.$"
BattleFrontier_PokeNav_2AD44E:: @ 82AD44E
2018-12-07 16:41:08 +01:00
.string "Snivel It's {STR_VAR_1}\n"
2017-11-11 01:12:18 +01:00
.string "Sob\p"
.string "ROXANNE chewed me out in class\n"
.string "today.\p"
2018-12-07 16:41:08 +01:00
.string "But I don't dislike her or anything.\p"
2017-11-11 01:12:18 +01:00
.string "ROXANNE tells me exactly what\n"
.string "I did wrong so I can learn from it.\p"
2018-12-07 16:41:08 +01:00
.string "You bet I'll be going to\n"
.string "the TRAINER'S SCHOOL tomorrow!\p"
2017-11-11 01:12:18 +01:00
.string "See you later!$"
BattleFrontier_PokeNav_2AD53A:: @ 82AD53A
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}!\p"
2017-11-11 01:12:18 +01:00
.string "ROXANNE let me battle with her\n"
.string "yesterday.\p"
.string "The results\n"
.string "Terrible, like you needed to ask.\p"
.string "But I was delighted that ROXANNE\n"
.string "would even let me challenge her!\p"
2018-12-07 16:41:08 +01:00
.string "You wouldn't believe how much\n"
2017-11-11 01:12:18 +01:00
.string "more I admire her!\p"
2018-12-07 16:41:08 +01:00
.string "I'm going to really focus and work!\n"
.string "I'd better go!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AD642:: @ 82AD642
2018-12-07 16:41:08 +01:00
.string "Hi, it's ANNA! I'm with my junior\n"
2017-11-11 01:12:18 +01:00
.string "partner MEG again today.\p"
.string "I really love caring for MEG and\n"
2018-12-07 16:41:08 +01:00
.string "POKéMON. They're so cute!\p"
2017-11-11 01:12:18 +01:00
.string "I wish I could look after them\n"
.string "as if they were my siblings!\p"
.string "Oh, hi, MEG!\n"
.string "Did you get the buns?\p"
2018-12-07 16:41:08 +01:00
.string "Huh? No, no, I'm not treating you\n"
2017-11-11 01:12:18 +01:00
.string "like my personal slave!\p"
.string "You lost the match, so you have\n"
.string "to go buy the bread as punishment!\p"
2018-12-07 16:41:08 +01:00
.string "I wouldn't treat you like a slave,\n"
.string "MEG! You're too special to me!\p"
2017-11-11 01:12:18 +01:00
.string "I have to go now.\n"
2018-12-07 16:41:08 +01:00
.string "It's time for our snack!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AD801:: @ 82AD801
2017-11-11 01:12:18 +01:00
.string "I love POKéMON!\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1} from the FAN CLUB!\p"
2017-11-11 01:12:18 +01:00
.string "You have to hear this!\n"
.string "My sweet POKéMON\p"
.string "Snort! Wahaha!\n"
2018-12-07 16:41:08 +01:00
.string "I can't say any more! It's a secret!\l"
.string "It's just too cute for words!\p"
2017-11-11 01:12:18 +01:00
.string "Oh, my sweet {STR_VAR_2} is begging\n"
.string "for a {POKEBLOCK}!\p"
2018-12-07 16:41:08 +01:00
.string "It's the picture of cuteness!\p"
.string "Sorry, but I can't talk now!\n"
.string "You'll have to hear this next time!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AD92E:: @ 82AD92E
2017-11-11 01:12:18 +01:00
.string "Ohoho!\p"
2018-12-07 16:41:08 +01:00
.string "This is {STR_VAR_1}! I can't wait to\n"
2017-11-11 01:12:18 +01:00
.string "tell you about my darling POKéMON!\p"
.string "Please, you must listen to this.\n"
2018-12-07 16:41:08 +01:00
.string "It's about my darling {STR_VAR_2}.\p"
2017-11-11 01:12:18 +01:00
.string "Whenever anyone picks it up,\n"
.string "it leaps straight into my arms!\p"
.string "Oh Oh Could there be anything\n"
.string "more blissful?\p"
.string "Oh, it feels so heavenly!\p"
2018-12-07 16:41:08 +01:00
.string "I'm so glad I could share some of\n"
2017-11-11 01:12:18 +01:00
.string "my happiness with you.\p"
.string "Well, I must be going.\n"
.string "Bye, now!$"
BattleFrontier_PokeNav_2ADA8F:: @ 82ADA8F
2017-11-11 01:12:18 +01:00
.string "I am {STR_VAR_1}.\n"
.string "People call me an EXPERT.\p"
.string "But there is one thing I know.\n"
.string "I could not be an EXPERT on my own\l"
.string "power.\p"
.string "Only with the help of POKéMON can\n"
.string "a TRAINER become an EXPERT.\p"
.string "Humph! I believe I may have said\n"
.string "something deep and profound!\p"
.string "I shall leave you in good spirits!$"
BattleFrontier_PokeNav_2ADB9B:: @ 82ADB9B
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\n"
.string "I'm glad to chat with you!\p"
2017-11-11 01:12:18 +01:00
.string "I am feeling alive and refreshed\n"
.string "soaking in this hot-spring tub.\p"
2018-12-07 16:41:08 +01:00
.string "I've been battling young TRAINERS\n"
.string "since we met, but you're still\l"
2017-11-11 01:12:18 +01:00
.string "the best of the lot.\p"
2018-12-07 16:41:08 +01:00
.string "I imagine you'll become an EXPERT\n"
2017-11-11 01:12:18 +01:00
.string "in your old age! Ohohoho$"
BattleFrontier_PokeNav_2ADC92:: @ 82ADC92
2017-11-11 01:12:18 +01:00
.string "Yay! This is {STR_VAR_1}!\n"
2018-12-07 16:41:08 +01:00
.string "What's up?\p"
2017-11-11 01:12:18 +01:00
.string "I might be imagining this, but when\n"
.string "I win battles, my shorts seem to\l"
.string "feel, like, better. Materially.\p"
.string "What do I mean by that?\n"
2018-12-07 16:41:08 +01:00
.string "It's kind of hard to explain, but\l"
2017-11-11 01:12:18 +01:00
.string "How would I say this now\l"
.string "My shorts feel silkier!\p"
.string "And when I battled you, {PLAYER}{STRING 5},\n"
.string "my shorts felt icky and coarse.\p"
.string " \n"
2018-12-07 16:41:08 +01:00
.string "You didn't really believe that?\l"
.string "Ehehehe, that's all! Bye now!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2ADE08:: @ 82ADE08
2017-11-11 01:12:18 +01:00
.string "Ahoy!\n"
.string "{STR_VAR_1} here!\p"
2018-12-07 16:41:08 +01:00
.string "As always, I'm fishing with wild\n"
2017-11-11 01:12:18 +01:00
.string "abandon!\p"
.string "Are there other places I can fish\n"
.string "than the sea and rivers?\p"
.string "I get these powerful urges to\n"
.string "fish just about anywhere!\p"
.string "Oh, gosh, darn it!\n"
2018-12-07 16:41:08 +01:00
.string "My line's tangled up!\p"
2017-11-11 01:12:18 +01:00
.string "Gotta go!\n"
.string "Find me some new fishing spots!$"
BattleFrontier_PokeNav_2ADF07:: @ 82ADF07
2018-12-07 16:41:08 +01:00
.string "Hey, there! It's {STR_VAR_1}.\n"
2017-11-11 01:12:18 +01:00
.string "Are you taking it casually?\p"
.string "Ever since I was a kid, you know,\n"
2018-12-07 16:41:08 +01:00
.string "I've always been placid, huh?\p"
2017-11-11 01:12:18 +01:00
.string "I never was much for getting all\n"
.string "stressed or rushing things.\p"
2018-12-07 16:41:08 +01:00
.string "But wouldn't you know it,\n"
.string "I'm now a TRIATHLETE.\p"
.string "You just can't tell where life will\n"
2017-11-11 01:12:18 +01:00
.string "take you, if you get my drift.\p"
2018-12-07 16:41:08 +01:00
.string "You're a TRAINER now, but who\n"
2017-11-11 01:12:18 +01:00
.string "knows what the future holds, huh?\p"
.string "Imagine yourself as a teacher,\n"
.string "or maybe an artist. Cool, huh?\p"
.string "But, hey, be cool. Take it casual.\n"
.string "See you around.$"
BattleFrontier_PokeNav_2AE0D9:: @ 82AE0D9
2017-11-11 01:12:18 +01:00
.string "This is {STR_VAR_1}!\n"
2018-12-07 16:41:08 +01:00
.string "I'm cycling right now.\p"
2017-11-11 01:12:18 +01:00
.string "I love swimming and running,\n"
.string "but cycling is my first love!\p"
.string "It makes my whole body feel as if\n"
2018-12-07 16:41:08 +01:00
.string "I'm one with the wind.\p"
2017-11-11 01:12:18 +01:00
.string "It exhilarates me as if I were\n"
.string "flying!\p"
2018-12-07 16:41:08 +01:00
.string "Okay! Today, I'm going to set a new\n"
2017-11-11 01:12:18 +01:00
.string "CYCLING ROAD record!\p"
.string "You should make the challenge, too!\n"
.string "See you!$"
BattleFrontier_PokeNav_2AE1FD:: @ 82AE1FD
2018-12-07 16:41:08 +01:00
.string "Yo, this is {STR_VAR_1}! I'm smack\n"
2017-11-11 01:12:18 +01:00
.string "in the middle of a triathlon!\p"
2018-12-07 16:41:08 +01:00
.string "But, hey, I've always got time to\n"
2017-11-11 01:12:18 +01:00
.string "shoot the breeze!\p"
.string "Working out with POKéMON feels\n"
.string "mighty good!\p"
.string "Without exchanging words, we synch\n"
.string "as if we shared a heart.\p"
2018-12-07 16:41:08 +01:00
.string "It's inspiring!\p"
2017-11-11 01:12:18 +01:00
.string "Gasp Chatting while running\n"
2018-12-07 16:41:08 +01:00
.string "I'm getting run down\l"
2017-11-11 01:12:18 +01:00
.string "Gasp Havetogo$"
BattleFrontier_PokeNav_2AE327:: @ 82AE327
2018-12-07 16:41:08 +01:00
.string "Hi, it's {STR_VAR_1}.\n"
2017-11-11 01:12:18 +01:00
.string "If you want to improve endurance,\l"
.string "high-altitude training is it!\p"
.string "Try running on a mountaintop.\n"
2018-12-07 16:41:08 +01:00
.string "You'll be gasping in no time!\p"
.string "I'm getting oxygen starved, too!\n"
2017-11-11 01:12:18 +01:00
.string "See you!$"
BattleFrontier_PokeNav_2AE3DA:: @ 82AE3DA
2018-12-07 16:41:08 +01:00
.string "Oh, it's {STR_VAR_1}, hello.\p"
.string "I've been swimming a lot but I still\n"
.string "can't seem to reach EVERGRANDE.\p"
.string "Maybe I'm just going in circles.\p"
.string "No, no, that can't be possible.\n"
2017-11-11 01:12:18 +01:00
.string "Wahahaha.\l"
.string "Take care!$"
BattleFrontier_PokeNav_2AE489:: @ 82AE489
2018-12-07 16:41:08 +01:00
.string "Hey, it's {STR_VAR_1}\n"
2017-11-11 01:12:18 +01:00
.string "Whoops!\p"
.string "Splash!\p"
.string "Blug-blug-blug-blug\p"
.string "Sploosh!\p"
.string "Whiff-whiff! Whiff-whiff!\p"
.string "Hey! Sorry about that!\n"
.string "I just put on some suntan oil.\p"
.string "So my POKéNAV went whoopsy\n"
.string "out of my hand into the water!\p"
2018-12-07 16:41:08 +01:00
.string "But, boy, DEVON's POKéNAV is built\n"
2017-11-11 01:12:18 +01:00
.string "tough. It survived that dunking!\p"
2018-12-07 16:41:08 +01:00
.string "Anyways, I'm busy sunbathing,\n"
.string "so let's chat another time.$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AE5CD:: @ 82AE5CD
2017-11-11 01:12:18 +01:00
.string "Hello, this is {STR_VAR_1}.\p"
.string "Out of the three triathlon events,\n"
.string "I like swimming best.\p"
.string "But if I stay in the sea too long,\n"
2018-12-07 16:41:08 +01:00
.string "won't I get all prune-like?\p"
2017-11-11 01:12:18 +01:00
.string "Ooh, triathlon is such a grueling\n"
.string "test of human endurance! Bye!$"
BattleFrontier_PokeNav_2AE698:: @ 82AE698
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}{STRING 5}.\n"
.string "{STR_VAR_1} here.\p"
.string "How are your POKéMON doing?\p"
.string "My DRAGON POKéMON appear to be\n"
.string "in peak form. Bye for now.$"
BattleFrontier_PokeNav_2AE704:: @ 82AE704
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_1} here.\p"
.string "My {STR_VAR_2} has grown even more\n"
.string "tough than that last time.\p"
2018-12-07 16:41:08 +01:00
.string "I'm not going to lose again to you.\n"
2017-11-11 01:12:18 +01:00
.string "You wait till next time!\p"
.string "See you around!$"
BattleFrontier_PokeNav_2AE78F:: @ 82AE78F
2017-11-11 01:12:18 +01:00
.string "It is {STR_VAR_1} here.\p"
.string "I have continued with my studies\n"
.string "in the art of concealment.\p"
.string "But I have been too successful.\n"
.string "No one has been able to find me.\l"
.string "My success makes me lonely\p"
.string "Like smoke I disappear!\n"
.string "Farewell!$"
BattleFrontier_PokeNav_2AE859:: @ 82AE859
2017-11-11 01:12:18 +01:00
.string "This is {STR_VAR_1}.\n"
.string "I kept up my training since we met.\p"
.string "My {STR_VAR_2} is getting pretty\n"
.string "tough.\p"
.string "Training on a beach is effective,\n"
.string "just as I thought. Bye now!$"
BattleFrontier_PokeNav_2AE8E6:: @ 82AE8E6
2017-11-11 01:12:18 +01:00
.string "How do you do?\n"
.string "This is {STR_VAR_1}.\p"
.string "I wonder when this yucky volcanic\n"
.string "ash will stop falling?\p"
.string "If it gets too deep, it will cover\n"
.string "up the pattern on my parasol\p"
2018-12-07 16:41:08 +01:00
.string "Let's promise to meet again!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AE998:: @ 82AE998
2017-11-11 01:12:18 +01:00
.string "Hi, {STR_VAR_1} here.\p"
2018-12-07 16:41:08 +01:00
.string "Did you know that it's easier to\n"
2017-11-11 01:12:18 +01:00
.string "float in the sea than a pool?\p"
.string "Just by lying still, your body will\n"
.string "float on its own.\p"
.string "But if you float for too long,\n"
2018-12-07 16:41:08 +01:00
.string "watch that you don't get carried\l"
2017-11-11 01:12:18 +01:00
.string "off too far out.\p"
.string "Where am I, anyway?\n"
2018-12-07 16:41:08 +01:00
.string "I'd better go!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AEA8F:: @ 82AEA8F
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hello!\n"
.string "This is {STR_VAR_1}.\l"
2018-12-07 16:41:08 +01:00
.string "I'm up in the mountains now.\p"
2017-11-11 01:12:18 +01:00
.string "But the ground is too bumpy.\n"
2018-12-07 16:41:08 +01:00
.string "I can't pitch my tent here\p"
2017-11-11 01:12:18 +01:00
.string "Oh, I had a brilliant idea!\p"
.string "Maybe I can get my POKéMON to tamp\n"
.string "the ground flat here!\p"
2018-12-07 16:41:08 +01:00
.string "I'm going to try that!\n"
2017-11-11 01:12:18 +01:00
.string "Bye-bye!$"
BattleFrontier_PokeNav_2AEB77:: @ 82AEB77
2017-11-11 01:12:18 +01:00
.string "Oh, hi, hi, this is {STR_VAR_1}!\p"
2018-12-07 16:41:08 +01:00
.string "I'm raising POKéMON with LIV!\n"
.string "We're trying very hard!\p"
2017-11-11 01:12:18 +01:00
.string "If we try harder, can we become\n"
.string "number one? Bye-bye!$"
BattleFrontier_PokeNav_2AEBFA:: @ 82AEBFA
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_1} here!\p"
2018-12-07 16:41:08 +01:00
.string "I'm a SAILOR, but I'm not on a boat\n"
2017-11-11 01:12:18 +01:00
.string "now.\p"
.string "It makes me wonder--what should\n"
.string "a SAILOR on land be called?\p"
2018-12-07 16:41:08 +01:00
.string "That's what I've been thinking\n"
2017-11-11 01:12:18 +01:00
.string "while staring out across the waves.\p"
.string "All right, next time!$"
BattleFrontier_PokeNav_2AECC1:: @ 82AECC1
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\n"
2017-11-11 01:12:18 +01:00
.string "So? Get any more POKéMON?\p"
.string "If you catch a new POKéMON,\n"
.string "you have to come show me.\p"
2018-12-07 16:41:08 +01:00
.string "I won't whine for it, honest.\n"
.string "I'll be waiting. See you.$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2AED52:: @ 82AED52
2017-11-11 01:12:18 +01:00
.string "This is {STR_VAR_1}.\p"
.string "Are you raising your POKéMON\n"
.string "in the optimal way?\p"
.string "The air is clean where I am.\n"
2018-12-07 16:41:08 +01:00
.string "It's the perfect environment for\l"
2017-11-11 01:12:18 +01:00
.string "raising POKéMON.\p"
2018-12-07 16:41:08 +01:00
.string "If you're going to focus on raising\n"
2017-11-11 01:12:18 +01:00
.string "POKéMON, you should come out to\l"
.string "{STR_VAR_2}. Take care now.$"
BattleFrontier_PokeNav_2AEE35:: @ 82AEE35
2017-11-11 01:12:18 +01:00
.string "Hi, this is {STR_VAR_1}.\p"
.string "I gave a {POKEBLOCK} to my {STR_VAR_2}.\n"
.string "It seemed to enjoy it very much.\p"
.string "It looks like POKéMON have their\n"
.string "likes and dislikes with {POKEBLOCK}S.\p"
.string "I find that quite fascinating.\n"
.string "Please do take care.$"
BattleFrontier_PokeNav_2AEEF4:: @ 82AEEF4
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_1} here.\p"
.string "If you cooperate with POKéMON,\n"
.string "one can be comfortable in the wild.\p"
.string "Everyone should realize that and\n"
.string "cooperate with POKéMON more.\p"
.string "That would be ideal.\n"
.string "I really think so.\p"
2018-12-07 16:41:08 +01:00
.string "I think you're on the right track!\n"
2017-11-11 01:12:18 +01:00
.string "Catch you later!$"
BattleFrontier_PokeNav_2AEFDA:: @ 82AEFDA
2018-12-07 16:41:08 +01:00
.string "Hi, it's {STR_VAR_1}. You know,\n"
.string "the TRAINER who's always prepared!\p"
2017-11-11 01:12:18 +01:00
.string "{PLAYER}{STRING 5}, do you have enough items?\n"
.string "Are your POKéMON fit for action?\p"
.string "Keeping everything perfect around\n"
.string "you all the time is the secret to\l"
.string "keeping your journey going.\p"
2018-12-07 16:41:08 +01:00
.string "I'd better go check my own\n"
2017-11-11 01:12:18 +01:00
.string "supplies! Be vigilant!$"
BattleFrontier_PokeNav_2AF0E7:: @ 82AF0E7
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}!\n"
.string "It's {STR_VAR_1}!\p"
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_2} is a very busy\n"
.string "thoroughfare, so I get challenged\l"
.string "by all kinds of TRAINERS every day.\p"
.string "Today, I won five battles and lost\n"
.string "only three!\p"
.string "How did you do today?\n"
.string "Tell me about it next time, okay?$"
BattleFrontier_PokeNav_2AF1B8:: @ 82AF1B8
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\p"
.string "I'm popular because I have lots\n"
2017-11-11 01:12:18 +01:00
.string "of BUG POKéMON, right?\p"
.string "Well, I took a bunch of my fave\n"
.string "bugs to school today.\p"
.string "This girl I like started crying!\n"
.string "Go ahead and laugh if you want.\p"
.string "I have to try teaching her what\n"
.string "makes BUG POKéMON so appealing.\p"
.string "Snivel\n"
.string "See you!$"
BattleFrontier_PokeNav_2AF2C4:: @ 82AF2C4
2017-11-11 01:12:18 +01:00
.string "Hah! Hah! Hah! Hah!\p"
2018-12-07 16:41:08 +01:00
.string "Hi! It's {STR_VAR_1}! Hah! Hah!\p"
2017-11-11 01:12:18 +01:00
.string "Trying to chat\n"
.string "While climbing\l"
.string "Is harsh exercise Hah! Hah!\p"
.string "Urgh! Oof\n"
2018-12-07 16:41:08 +01:00
.string "It's steeper now\l"
.string "We'll chatanother time\l"
2017-11-11 01:12:18 +01:00
.string "Hah! Hah! Hah!$"
BattleFrontier_PokeNav_2AF371:: @ 82AF371
2017-11-11 01:12:18 +01:00
.string "Oh, hi!\p"
2018-12-07 16:41:08 +01:00
.string "I'm still searching for treasures\n"
2017-11-11 01:12:18 +01:00
.string "with KIRA!\p"
2018-12-07 16:41:08 +01:00
.string "Maybe there isn't any treasure\n"
2017-11-11 01:12:18 +01:00
.string "here at all\p"
.string "But the important thing is for me\n"
.string "to search alongside KIRA.\p"
.string "Oh, hey, KIRA!\n"
.string "Wh-why are you angry?\p"
2018-12-07 16:41:08 +01:00
.string "I'm not ignoring you, honey!\n"
.string "You're my one and only!\p"
2017-11-11 01:12:18 +01:00
.string "{PLAYER}, I have to go, bye!$"
BattleFrontier_PokeNav_2AF480:: @ 82AF480
2017-11-11 01:12:18 +01:00
.string "This is {STR_VAR_1}!\p"
2018-12-07 16:41:08 +01:00
.string "I went to DEWFORD's GYM again\n"
2017-11-11 01:12:18 +01:00
.string "for training.\p"
.string "BRAWLY, the GYM LEADER, seems\n"
.string "to be tougher now.\p"
.string "Something about being toughened\n"
.string "by the wild waves\p"
2018-12-07 16:41:08 +01:00
.string "But he's still as cool as ever.\n"
2017-11-11 01:12:18 +01:00
.string "The ladies adore him!\l"
.string "It makes me envious, frankly.\p"
.string "I wonder Is his friend BRUNO\n"
.string "the same way as BRAWLY?\p"
.string "You know, all sweaty or smelly,\n"
.string "and prone to calling people\l"
.string "big wave, that sort of thing.\p"
2018-12-07 16:41:08 +01:00
.string "But, hey, this jealousy thing isn't\n"
2017-11-11 01:12:18 +01:00
.string "very seemly, is it?\p"
.string "Forget this chat ever happened,\n"
.string "how about it? So long!$"
BattleFrontier_PokeNav_2AF671:: @ 82AF671
2018-12-07 16:41:08 +01:00
.string "It's a pleasure to chat with\n"
2017-11-11 01:12:18 +01:00
.string "a young TRAINER like you.\p"
.string "I imagine that you will continue to\n"
.string "enjoy POKéMON whatever your age.\p"
2018-12-07 16:41:08 +01:00
.string "Wouldn't it be good if you had\n"
2017-11-11 01:12:18 +01:00
.string "a partnership like ours?\p"
.string "Of course, {PLAYER}{STRING 5}, you already\n"
.string "enjoy the trust and companionship\l"
.string "of your POKéMON now.\p"
.string "You have the makings of long and\n"
.string "enduring relationships already!\p"
.string "Hahaha!\n"
.string "Never be discouraged!$"
BattleFrontier_PokeNav_2AF7D8:: @ 82AF7D8
2017-11-11 01:12:18 +01:00
.string "Hi, this is {STR_VAR_1}!\n"
.string "We just won a battle!\p"
2018-12-07 16:41:08 +01:00
.string "We don't win often, but it was this\n"
2017-11-11 01:12:18 +01:00
.string "cool SWIMMER guy.\p"
.string "My sister was steamed!\p"
.string "She wanted to pretend that she\n"
.string "was weak to make an impression!\p"
.string "She always chews me out whether\n"
.string "we win or lose!\p"
.string "{PLAYER}{STRING 5}, can you say something\n"
.string "to her next time?\p"
.string "Okay, see you!$"
BattleFrontier_PokeNav_2AF8F7:: @ 82AF8F7
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_1} here, yes.\n"
.string "I headed out to sea yesterday.\p"
.string "I had been hoping to find a new\n"
.string "ruin to explore.\p"
.string "But the tides somehow seemed to\n"
.string "carry me back where I started.\p"
2018-12-07 16:41:08 +01:00
.string "I'm still weak at battling, too\n"
2017-11-11 01:12:18 +01:00
.string "Feel free to mock me\l"
2018-12-07 16:41:08 +01:00
.string "But I won't give up.\p"
2017-11-11 01:12:18 +01:00
.string "My day will come when I discover\n"
.string "a new ruin!\p"
2018-12-07 16:41:08 +01:00
.string "That's all I have to say!\n"
2017-11-11 01:12:18 +01:00
.string "Farewell for now!$"
BattleFrontier_PokeNav_2AFA39:: @ 82AFA39
2017-11-11 01:12:18 +01:00
.string "Ahoy there!\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}!\l"
.string "I'm out on ROUTE 108 now!\l"
2017-11-11 01:12:18 +01:00
.string "In other words, where I always am!\p"
.string "Today, a gorgeous SWIMMER \n"
.string "swam by me!\p"
.string "So I startled her with a shout!\p"
.string "And she gave me a nasty glare!\p"
2018-12-07 16:41:08 +01:00
.string "That's all from ROUTE 108!\n"
2017-11-11 01:12:18 +01:00
.string "Brought to you by {STR_VAR_1}!$"
BattleFrontier_PokeNav_2AFB26:: @ 82AFB26
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}!\p"
.string "I'm kind of busy, but I figured\n"
.string "I should let you know that I've\l"
2017-11-11 01:12:18 +01:00
.string "beaten five TRAINERS again today.\p"
.string "If I keep this pace up, I can\n"
.string "probably beat you next time.\p"
2018-12-07 16:41:08 +01:00
.string "I think we'll be good rivals,\n"
2017-11-11 01:12:18 +01:00
.string "you and I. Good-bye for now!$"
BattleFrontier_PokeNav_2AFC07:: @ 82AFC07
2017-11-11 01:12:18 +01:00
.string "Hi! This is {STR_VAR_1}.\n"
.string "I heard the news!\p"
.string "They say you did excellent at\n"
.string "the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "It's awesome, {STR_VAR_3} straight wins?\n"
2017-11-11 01:12:18 +01:00
.string "See you!$"
BattleFrontier_PokeNav_2AFC78:: @ 82AFC78
2018-12-07 16:41:08 +01:00
.string "Hello, it's {STR_VAR_1}!\n"
2017-11-11 01:12:18 +01:00
.string "I heard about you!\p"
.string "They said you won {STR_VAR_3} straight\n"
.string "battles at the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "That's special! I should try\n"
2017-11-11 01:12:18 +01:00
.string "harder, too! See you!$"
BattleFrontier_PokeNav_2AFCFF:: @ 82AFCFF
2017-11-11 01:12:18 +01:00
.string "Hey there, {PLAYER}!\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "I heard you went on a tear at\n"
.string "the {STR_VAR_2}!\p"
.string "A big {STR_VAR_3}-win streak\n"
2018-12-07 16:41:08 +01:00
.string "That is a big record, isn't it?\p"
.string "I'd better get it together, too!\n"
2017-11-11 01:12:18 +01:00
.string "Catch you soon!$"
BattleFrontier_PokeNav_2AFDA7:: @ 82AFDA7
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}.\n"
2018-12-07 16:41:08 +01:00
.string "{STR_VAR_1} here. What's up?\p"
.string "There's a rumor going around that\n"
2017-11-11 01:12:18 +01:00
.string "you strung together {STR_VAR_3} straight\l"
.string "wins at the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "I'd better step it up, too.\n"
2017-11-11 01:12:18 +01:00
.string "See you!$"
BattleFrontier_PokeNav_2AFE3D:: @ 82AFE3D
2017-11-11 01:12:18 +01:00
.string "Hiya, {PLAYER}{STRING 5}!\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "You were at the {STR_VAR_2}\n"
.string "and won {STR_VAR_3} battles in a row?\l"
2018-12-07 16:41:08 +01:00
.string "Isn't that something!\p"
.string "I'd better work on my POKéMON more.\n"
2017-11-11 01:12:18 +01:00
.string "See you soon!$"
BattleFrontier_PokeNav_2AFECA:: @ 82AFECA
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}.\n"
.string "{STR_VAR_1} here. How are you?\p"
.string "By the way, I heard you pulled off\n"
.string "the feat of {STR_VAR_3} straight wins at\l"
.string "the {STR_VAR_2}.\p"
.string "That inspires me to focus on\n"
.string "raising my team.$"
BattleFrontier_PokeNav_2AFF64:: @ 82AFF64
2017-11-11 01:12:18 +01:00
.string "Er, {PLAYER}{STRING 5}?\n"
.string "{STR_VAR_1} here\p"
.string "Oh, yeah, you were over at\n"
.string "the {STR_VAR_2}, right?\p"
.string "And you won {STR_VAR_3} battles in a row.\p"
.string "Oh, there goes a rare POKéMON!\n"
.string "I have to go!$"
BattleFrontier_PokeNav_2AFFF0:: @ 82AFFF0
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, how do you do?\n"
.string "This is {STR_VAR_1} speaking.\l"
2018-12-07 16:41:08 +01:00
.string "I hope you're doing well.\p"
.string "Oh, but, you are. I've heard that\n"
2017-11-11 01:12:18 +01:00
.string "you won {STR_VAR_3} matches in a row at\l"
.string "the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "That's very impressive!\n"
2017-11-11 01:12:18 +01:00
.string "I hope you stay successful.$"
BattleFrontier_PokeNav_2B00B5:: @ 82B00B5
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hi there!\n"
.string "This is {STR_VAR_1}!\p"
.string "I heard! Your {STR_VAR_3}-win streak at\n"
.string "the {STR_VAR_2}!\p"
.string "That is so cool!\n"
2018-12-07 16:41:08 +01:00
.string "I'd better try harder, too!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2B0129:: @ 82B0129
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hello\n"
.string "This is {STR_VAR_1}.\p"
.string "You won {STR_VAR_3} straight battles at\n"
.string "the {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "That's quite the accomplishment.\n"
2017-11-11 01:12:18 +01:00
.string "I need to work harder.$"
BattleFrontier_PokeNav_2B01A5:: @ 82B01A5
2017-11-11 01:12:18 +01:00
.string "Ah, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\p"
2018-12-07 16:41:08 +01:00
.string "I hear you're the terror of\n"
2017-11-11 01:12:18 +01:00
.string "the {STR_VAR_2}?\p"
.string "You won, what, {STR_VAR_3} matches in\n"
.string "a row?\p"
2018-12-07 16:41:08 +01:00
.string "You're good, you.\n"
2017-11-11 01:12:18 +01:00
.string "I wonder how many I can win?$"
BattleFrontier_PokeNav_2B0232:: @ 82B0232
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}{STRING 5}.\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\l"
2017-11-11 01:12:18 +01:00
.string "Are you keeping well?\p"
.string "Someone passed on word about you.\n"
.string "How you won {STR_VAR_3} straight battles\l"
.string "at a place named {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "That's quite the tale.\n"
2017-11-11 01:12:18 +01:00
.string "See you!$"
BattleFrontier_PokeNav_2B02D9:: @ 82B02D9
2017-11-11 01:12:18 +01:00
.string "Ah, hello, {PLAYER}{STRING 5}!\n"
.string "This is {STR_VAR_1}!\l"
2018-12-07 16:41:08 +01:00
.string "I hope you've been keeping well.\p"
2017-11-11 01:12:18 +01:00
.string "They say you won {STR_VAR_3} straight\n"
.string "battles at the {STR_VAR_2}.\p"
.string "I admire your energy!\n"
.string "Bye now.$"
BattleFrontier_PokeNav_2B0366:: @ 82B0366
2017-11-11 01:12:18 +01:00
.string "Oh, hi, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\p"
.string "I heard about you!\n"
2018-12-07 16:41:08 +01:00
.string "Didn't you just win {STR_VAR_3} battles in\l"
2017-11-11 01:12:18 +01:00
.string "a row at the {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "You're an inspiration!\n"
2017-11-11 01:12:18 +01:00
.string "Bye-bye!$"
2017-11-10 02:21:31 +01:00
BattleFrontier_PokeNav_2B03E6:: @ 82B03E6
2017-11-11 01:12:18 +01:00
.string "Hi! This is {STR_VAR_1}.\n"
.string "I heard the news!\p"
.string "They say you did excellent at\n"
.string "the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "It's awesome--{STR_VAR_3} straight wins?\n"
2017-11-11 01:12:18 +01:00
.string "See you!$"
BattleFrontier_PokeNav_2B0457:: @ 82B0457
2018-12-07 16:41:08 +01:00
.string "Hello, it's {STR_VAR_1}!\n"
2017-11-11 01:12:18 +01:00
.string "I heard about you!\p"
.string "They said you won {STR_VAR_3} straight\n"
.string "battles at the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "That's special! I should try\n"
2017-11-11 01:12:18 +01:00
.string "harder, too! See you!$"
BattleFrontier_PokeNav_2B04DE:: @ 82B04DE
2017-11-11 01:12:18 +01:00
.string "Hey there, {PLAYER}!\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "I heard you went on a tear at\n"
.string "the {STR_VAR_2}!\p"
.string "A big {STR_VAR_3}-win streak\n"
2018-12-07 16:41:08 +01:00
.string "That is a big record, isn't it?\p"
.string "I'd better get it together, too!\n"
2017-11-11 01:12:18 +01:00
.string "Catch you soon!$"
BattleFrontier_PokeNav_2B0586:: @ 82B0586
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}.\n"
2018-12-07 16:41:08 +01:00
.string "{STR_VAR_1} here. What's up?\p"
.string "There's a rumor going around that\n"
2017-11-11 01:12:18 +01:00
.string "you strung together {STR_VAR_3} straight\l"
.string "wins at the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "I'd better step it up, too.\n"
2017-11-11 01:12:18 +01:00
.string "See you!$"
BattleFrontier_PokeNav_2B061C:: @ 82B061C
2017-11-11 01:12:18 +01:00
.string "Hiya, {PLAYER}{STRING 5}!\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "You were at the {STR_VAR_2}\n"
.string "and won {STR_VAR_3} battles in a row?\l"
2018-12-07 16:41:08 +01:00
.string "Isn't that something!\p"
.string "Me? I'd say I'm coming along.\n"
2017-11-11 01:12:18 +01:00
.string "See you soon!$"
BattleFrontier_PokeNav_2B06A3:: @ 82B06A3
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}.\n"
.string "{STR_VAR_1} here. How are you?\p"
.string "By the way, I heard you pulled off\n"
.string "the feat of {STR_VAR_3} straight wins at\l"
.string "the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "I'd better try harder myself!\n"
2017-11-11 01:12:18 +01:00
.string "See you soon!$"
BattleFrontier_PokeNav_2B073B:: @ 82B073B
2017-11-11 01:12:18 +01:00
.string "Er, {PLAYER}{STRING 5}?\n"
.string "{STR_VAR_1} here\p"
.string "Oh, yeah, you were over at\n"
.string "the {STR_VAR_2}, right?\p"
.string "And you won {STR_VAR_3} battles in a row.\p"
.string "Oh, there goes a rare POKéMON!\n"
.string "I have to go!$"
BattleFrontier_PokeNav_2B07C7:: @ 82B07C7
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, how do you do?\n"
.string "This is {STR_VAR_1} speaking.\l"
2018-12-07 16:41:08 +01:00
.string "I hope you're doing well.\p"
.string "Oh, but, you are. I've heard that\n"
2017-11-11 01:12:18 +01:00
.string "you won {STR_VAR_3} matches in a row at\l"
.string "the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "That's very impressive!\n"
.string "I'd better work on my POKéMON, too!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2B0894:: @ 82B0894
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hi there!\n"
.string "This is {STR_VAR_1}!\p"
.string "I heard! Your {STR_VAR_3}-win streak at\n"
.string "the {STR_VAR_2}!\p"
.string "That is so cool!\n"
2018-12-07 16:41:08 +01:00
.string "I'd better try harder, too!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2B0908:: @ 82B0908
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hello\n"
.string "This is {STR_VAR_1}.\p"
.string "You won {STR_VAR_3} straight battles at\n"
.string "the {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "That's quite the accomplishment.\n"
2017-11-11 01:12:18 +01:00
.string "I need to work harder.$"
BattleFrontier_PokeNav_2B0984:: @ 82B0984
2017-11-11 01:12:18 +01:00
.string "Ah, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\p"
2018-12-07 16:41:08 +01:00
.string "I hear you're the terror of\n"
2017-11-11 01:12:18 +01:00
.string "the {STR_VAR_2}?\p"
.string "You won, what, {STR_VAR_3} matches in\n"
.string "a row?\p"
2018-12-07 16:41:08 +01:00
.string "You're good, you.\n"
2017-11-11 01:12:18 +01:00
.string "I wonder how many I can win?$"
BattleFrontier_PokeNav_2B0A11:: @ 82B0A11
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}{STRING 5}.\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\l"
2017-11-11 01:12:18 +01:00
.string "Are you keeping well?\p"
.string "Someone passed on word about you.\n"
.string "How you won {STR_VAR_3} straight battles\l"
.string "at a place named {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "That's quite the tale.\n"
2017-11-11 01:12:18 +01:00
.string "See you!$"
BattleFrontier_PokeNav_2B0AB8:: @ 82B0AB8
2017-11-11 01:12:18 +01:00
.string "Ah, hello, {PLAYER}{STRING 5}!\n"
.string "This is {STR_VAR_1}!\l"
2018-12-07 16:41:08 +01:00
.string "I hope you've been keeping well.\p"
2017-11-11 01:12:18 +01:00
.string "They say you won {STR_VAR_3} straight\n"
.string "battles at the {STR_VAR_2}.\p"
.string "I admire your energy!\n"
.string "Bye now.$"
BattleFrontier_PokeNav_2B0B45:: @ 82B0B45
2017-11-11 01:12:18 +01:00
.string "Oh, hi, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\l"
.string "I heard about you!\p"
2018-12-07 16:41:08 +01:00
.string "Didn't you just win {STR_VAR_3} battles in\n"
2017-11-11 01:12:18 +01:00
.string "a row at the {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "You're an inspiration!\n"
2017-11-11 01:12:18 +01:00
.string "Bye-bye!$"
2017-11-10 02:21:31 +01:00
BattleFrontier_PokeNav_2B0BC5:: @ 82B0BC5
2017-11-11 01:12:18 +01:00
.string "Hi! {PLAYER}?\n"
.string "Hello, this is {STR_VAR_1}!\l"
.string "I heard the news!\p"
.string "You became the champion at\n"
.string "the {STR_VAR_2} {STR_VAR_3} times?\p"
2018-12-07 16:41:08 +01:00
.string "It's awesome! I have to do better!\n"
2017-11-11 01:12:18 +01:00
.string "See you!$"
BattleFrontier_PokeNav_2B0C4A:: @ 82B0C4A
2018-12-07 16:41:08 +01:00
.string "Hello, it's {STR_VAR_1}!\n"
2017-11-11 01:12:18 +01:00
.string "I heard about you!\p"
.string "They said you won {STR_VAR_3} titles\n"
.string "at the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "That's super! I wonder if I can\n"
2017-11-11 01:12:18 +01:00
.string "become a champion?$"
BattleFrontier_PokeNav_2B0CC7:: @ 82B0CC7
2017-11-11 01:12:18 +01:00
.string "Hey there, {PLAYER}!\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\l"
.string "How's it going?\p"
2017-11-11 01:12:18 +01:00
.string "I heard you won events {STR_VAR_3} times\n"
.string "at the {STR_VAR_2}!\p"
.string "Make it one more next time!\n"
.string "Catch you soon!$"
BattleFrontier_PokeNav_2B0D4A:: @ 82B0D4A
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}.\n"
.string "{STR_VAR_1} here.\p"
.string "I heard you became the champion\n"
.string "at the {STR_VAR_2} {STR_VAR_3} times.\p"
2018-12-07 16:41:08 +01:00
.string "Sounds like you're working hard.\n"
.string "I'll try to keep up!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2B0DC8:: @ 82B0DC8
2017-11-11 01:12:18 +01:00
.string "Hiya, {PLAYER}{STRING 5}!\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "I heard you won {STR_VAR_3} times\n"
.string "outright at the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "I'd better get with it, too!\n"
2017-11-11 01:12:18 +01:00
.string "See you soon!$"
BattleFrontier_PokeNav_2B0E35:: @ 82B0E35
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}?\n"
.string "{STR_VAR_1} here. How are you?\p"
.string "By the way, I heard you became\n"
.string "the champion {STR_VAR_3} times at\l"
.string "the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "I'd better raise my POKéMON before\n"
2017-11-11 01:12:18 +01:00
.string "you pull farther ahead.$"
BattleFrontier_PokeNav_2B0ED1:: @ 82B0ED1
2017-11-11 01:12:18 +01:00
.string "{PLAYER}{STRING 5}?\n"
.string "{STR_VAR_1} here.\p"
.string "You were at the {STR_VAR_2}\n"
.string "and became the champ {STR_VAR_3} times?\p"
2018-12-07 16:41:08 +01:00
.string "That's neat. By the way, have you\n"
2017-11-11 01:12:18 +01:00
.string "caught any rare POKéMON lately?\p"
.string "Oh, is that right.\n"
.string "Okay, bye.$"
BattleFrontier_PokeNav_2B0F72:: @ 82B0F72
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, how do you do?\n"
.string "This is {STR_VAR_1} speaking.\l"
2018-12-07 16:41:08 +01:00
.string "I hope you're doing well.\l"
2017-11-11 01:12:18 +01:00
.string "Oh, but, you are.\p"
2018-12-07 16:41:08 +01:00
.string "I've heard that you won {STR_VAR_3} titles\n"
2017-11-11 01:12:18 +01:00
.string "at the {STR_VAR_2}.\p"
.string "I must raise my POKéMON like you.\n"
.string "See you again.$"
BattleFrontier_PokeNav_2B102A:: @ 82B102A
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hi there!\n"
.string "This is {STR_VAR_1}!\p"
.string "I heard! You took the title\n"
.string "{STR_VAR_3} times at the {STR_VAR_2}!\p"
.string "That is so cool!\n"
2018-12-07 16:41:08 +01:00
.string "I'd better try harder, too!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2B10A7:: @ 82B10A7
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hello.\n"
.string "This is {STR_VAR_1}.\p"
.string "You won {STR_VAR_3} straight times at\n"
.string "the {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "That's quite the accomplishment.\n"
2017-11-11 01:12:18 +01:00
.string "I need to work harder.$"
BattleFrontier_PokeNav_2B1121:: @ 82B1121
2017-11-11 01:12:18 +01:00
.string "Ah, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\p"
2018-12-07 16:41:08 +01:00
.string "I hear you're the terror of\n"
2017-11-11 01:12:18 +01:00
.string "the {STR_VAR_2}?\p"
.string "You won, what, {STR_VAR_3} straight times\n"
.string "now?\p"
.string "I wonder if I can ever become\n"
.string "a champion?\p"
.string "Pretty well impossible?\n"
.string "Well, see you!$"
BattleFrontier_PokeNav_2B11D3:: @ 82B11D3
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}{STRING 5}.\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\l"
2017-11-11 01:12:18 +01:00
.string "Are you keeping well?\p"
2018-12-07 16:41:08 +01:00
.string "You've won {STR_VAR_3} events at a place\n"
2017-11-11 01:12:18 +01:00
.string "named {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "That's quite the tale.\n"
2017-11-11 01:12:18 +01:00
.string "See you!$"
BattleFrontier_PokeNav_2B124D:: @ 82B124D
2017-11-11 01:12:18 +01:00
.string "Ah, hello, {PLAYER}{STRING 5}!\n"
.string "This is {STR_VAR_1}!\l"
2018-12-07 16:41:08 +01:00
.string "I hope you've been keeping well.\p"
2017-11-11 01:12:18 +01:00
.string "They say you won {STR_VAR_3} events\n"
.string "at the {STR_VAR_2}?\p"
.string "I admire your energy!\n"
.string "Bye now.$"
BattleFrontier_PokeNav_2B12D0:: @ 82B12D0
2017-11-11 01:12:18 +01:00
.string "Oh, hi, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\l"
.string "I heard about you!\p"
2018-12-07 16:41:08 +01:00
.string "Didn't you win {STR_VAR_3} titles\n"
2017-11-11 01:12:18 +01:00
.string "at the {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "You're an inspiration!\n"
2017-11-11 01:12:18 +01:00
.string "See you again!$"
BattleFrontier_PokeNav_2B1347:: @ 82B1347
2017-11-11 01:12:18 +01:00
.string "Hi! {PLAYER}?\n"
.string "Hello, this is {STR_VAR_1}!\l"
.string "I heard the news!\p"
.string "You got through {STR_VAR_3} rooms\n"
.string "at the {STR_VAR_2}!\p"
2018-12-07 16:41:08 +01:00
.string "That's awesome!\n"
2017-11-11 01:12:18 +01:00
.string "See you!$"
BattleFrontier_PokeNav_2B13B1:: @ 82B13B1
2018-12-07 16:41:08 +01:00
.string "Hello, it's {STR_VAR_1}!\n"
2017-11-11 01:12:18 +01:00
.string "I heard about you!\p"
.string "They said you won your way through\n"
.string "{STR_VAR_3} rooms at the {STR_VAR_2}.\p"
.string "I have to try much harder!\n"
.string "Bye!$"
BattleFrontier_PokeNav_2B142B:: @ 82B142B
2017-11-11 01:12:18 +01:00
.string "Hey there, {PLAYER}!\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\l"
.string "How's it going?\p"
2017-11-11 01:12:18 +01:00
.string "I heard you won through {STR_VAR_3} rooms\n"
.string "at the {STR_VAR_2}!\p"
.string "Try to do even better next time!\n"
.string "Catch you soon!$"
BattleFrontier_PokeNav_2B14B4:: @ 82B14B4
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}.\n"
.string "{STR_VAR_1} here.\p"
.string "I heard you blew through {STR_VAR_3} rooms\n"
.string "at the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "I'd better train my POKéMON and\n"
2017-11-11 01:12:18 +01:00
.string "try to keep up!$"
BattleFrontier_PokeNav_2B1525:: @ 82B1525
2017-11-11 01:12:18 +01:00
.string "Hiya, {PLAYER}{STRING 5}!\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "I heard you got past {STR_VAR_3} rooms\n"
.string "at the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "I'd better get with it, too!\n"
2017-11-11 01:12:18 +01:00
.string "See you soon!$"
BattleFrontier_PokeNav_2B158E:: @ 82B158E
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}?\n"
.string "{STR_VAR_1} here. How are you?\p"
.string "By the way, I heard you got through\n"
.string "{STR_VAR_3} rooms at the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "I'd better raise my POKéMON before\n"
2017-11-11 01:12:18 +01:00
.string "you pull further ahead.$"
BattleFrontier_PokeNav_2B1622:: @ 82B1622
2017-11-11 01:12:18 +01:00
.string "{PLAYER}{STRING 5}?\n"
.string "{STR_VAR_1} here.\p"
.string "You were at the {STR_VAR_2}\n"
.string "and won your way past {STR_VAR_3} rooms?\p"
2018-12-07 16:41:08 +01:00
.string "That's wicked.\p"
2017-11-11 01:12:18 +01:00
.string "Oh, there goes a rare POKéMON!\n"
.string "Okay, bye.$"
BattleFrontier_PokeNav_2B169D:: @ 82B169D
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, how do you do?\n"
.string "This is {STR_VAR_1} speaking.\l"
2018-12-07 16:41:08 +01:00
.string "I hope you're doing well.\l"
2017-11-11 01:12:18 +01:00
.string "Oh, but, you are.\p"
2018-12-07 16:41:08 +01:00
.string "I've heard that you got through\n"
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_3} rooms at the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "That's quite impressive!\n"
2017-11-11 01:12:18 +01:00
.string "I must raise my POKéMON like you.\l"
.string "See you again.$"
BattleFrontier_PokeNav_2B1775:: @ 82B1775
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hi there!\n"
.string "This is {STR_VAR_1}!\p"
.string "I heard! You won your way through\n"
.string "{STR_VAR_3} rooms at the {STR_VAR_2}!\p"
.string "That is so cool!\n"
2018-12-07 16:41:08 +01:00
.string "I'd better try harder, too!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2B17F8:: @ 82B17F8
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hello.\n"
.string "This is {STR_VAR_1}.\p"
.string "You won your way past {STR_VAR_3} rooms\n"
.string "at the {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "That's quite the accomplishment.\n"
2017-11-11 01:12:18 +01:00
.string "I need to work harder.$"
BattleFrontier_PokeNav_2B1877:: @ 82B1877
2017-11-11 01:12:18 +01:00
.string "Ah, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\p"
2018-12-07 16:41:08 +01:00
.string "I hear you're the terror of\n"
2017-11-11 01:12:18 +01:00
.string "the {STR_VAR_2}?\p"
.string "You got through, what, {STR_VAR_3} rooms?\n"
2018-12-07 16:41:08 +01:00
.string "That's gotta count for something.\p"
2017-11-11 01:12:18 +01:00
.string "I wonder if I can ever become\n"
.string "a champion?\p"
.string "Pretty well impossible?\n"
.string "Well, see you!$"
BattleFrontier_PokeNav_2B1946:: @ 82B1946
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}{STRING 5}.\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\l"
2017-11-11 01:12:18 +01:00
.string "Are you keeping well?\p"
2018-12-07 16:41:08 +01:00
.string "You've won through {STR_VAR_3} rooms at\n"
2017-11-11 01:12:18 +01:00
.string "a place named {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "That's quite the tale.\n"
2017-11-11 01:12:18 +01:00
.string "See you!$"
BattleFrontier_PokeNav_2B19C7:: @ 82B19C7
2017-11-11 01:12:18 +01:00
.string "Ah, hello, {PLAYER}{STRING 5}!\n"
.string "This is {STR_VAR_1}!\l"
2018-12-07 16:41:08 +01:00
.string "I hope you've been keeping well.\p"
2017-11-11 01:12:18 +01:00
.string "They say you won in {STR_VAR_3} rooms\n"
.string "at the {STR_VAR_2}?\p"
.string "I admire your energy!\n"
.string "Bye now.$"
BattleFrontier_PokeNav_2B1A4C:: @ 82B1A4C
2017-11-11 01:12:18 +01:00
.string "Oh, hi, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\l"
.string "I heard about you!\p"
2018-12-07 16:41:08 +01:00
.string "Didn't you get through {STR_VAR_3} rooms\n"
2017-11-11 01:12:18 +01:00
.string "at the {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "You're an inspiration!\n"
2017-11-11 01:12:18 +01:00
.string "See you again!$"
BattleFrontier_PokeNav_2B1ACA:: @ 82B1ACA
2017-11-11 01:12:18 +01:00
.string "Hi! {PLAYER}?\n"
.string "Hello, this is {STR_VAR_1}!\l"
.string "I heard the news!\p"
.string "You climbed {STR_VAR_3} floors inside\n"
.string "the {STR_VAR_2}, right?\p"
2018-12-07 16:41:08 +01:00
.string "That's awesome!\n"
2017-11-11 01:12:18 +01:00
.string "I should try that challenge.$"
BattleFrontier_PokeNav_2B1B50:: @ 82B1B50
2018-12-07 16:41:08 +01:00
.string "Hello, it's {STR_VAR_1}!\n"
2017-11-11 01:12:18 +01:00
.string "I heard about you!\p"
.string "They said you won your way through\n"
.string "{STR_VAR_3} floors in the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "Wow, that's fantastic!\n"
.string "I'd better raise my POKéMON, too!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2B1BE4:: @ 82B1BE4
2017-11-11 01:12:18 +01:00
.string "Hey there, {PLAYER}!\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\l"
.string "How's it going?\p"
2017-11-11 01:12:18 +01:00
.string "I heard you climbed {STR_VAR_3} floors\n"
.string "in the {STR_VAR_2}!\p"
.string "Try to do even better next time!\n"
.string "Catch you soon!$"
BattleFrontier_PokeNav_2B1C6A:: @ 82B1C6A
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}.\n"
.string "{STR_VAR_1} here.\p"
.string "I heard you scaled {STR_VAR_3} floors\n"
.string "in the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "I'd better work hard and try\n"
2017-11-11 01:12:18 +01:00
.string "to keep up!$"
BattleFrontier_PokeNav_2B1CCF:: @ 82B1CCF
2017-11-11 01:12:18 +01:00
.string "Hiya, {PLAYER}{STRING 5}!\n"
2018-12-07 16:41:08 +01:00
.string "It's {STR_VAR_1}.\p"
2017-11-11 01:12:18 +01:00
.string "I heard you climbed {STR_VAR_3} floors\n"
.string "in the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "I'd better get with it, too!\n"
2017-11-11 01:12:18 +01:00
.string "See you soon!$"
BattleFrontier_PokeNav_2B1D38:: @ 82B1D38
2017-11-11 01:12:18 +01:00
.string "Hey, {PLAYER}{STRING 5}?\n"
.string "{STR_VAR_1} here. How are you?\p"
.string "By the way, I heard you got through\n"
.string "{STR_VAR_3} floors in the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "I'd better raise my POKéMON before\n"
2017-11-11 01:12:18 +01:00
.string "you pull further ahead.$"
BattleFrontier_PokeNav_2B1DCD:: @ 82B1DCD
2017-11-11 01:12:18 +01:00
.string "{PLAYER}{STRING 5}?\n"
.string "{STR_VAR_1} here.\p"
.string "You were at the {STR_VAR_2}\n"
.string "and won your way up {STR_VAR_3} floors?\p"
.string "Neat. Were there any rare POKéMON\n"
.string "there?\p"
.string "No, huh?\n"
.string "Okay, bye.$"
BattleFrontier_PokeNav_2B1E4B:: @ 82B1E4B
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, how do you do?\n"
.string "This is {STR_VAR_1} speaking.\l"
2018-12-07 16:41:08 +01:00
.string "I hope you're doing well.\l"
2017-11-11 01:12:18 +01:00
.string "Oh, but, you are.\p"
2018-12-07 16:41:08 +01:00
.string "I've heard that you got through\n"
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_3} floors in the {STR_VAR_2}.\p"
2018-12-07 16:41:08 +01:00
.string "That's quite impressive!\n"
2017-11-11 01:12:18 +01:00
.string "I must raise my POKéMON like you.\l"
.string "See you again.$"
BattleFrontier_PokeNav_2B1F24:: @ 82B1F24
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hi there!\n"
.string "This is {STR_VAR_1}!\p"
.string "I heard! You won your way through\n"
.string "{STR_VAR_3} floors in the {STR_VAR_2}!\p"
.string "That is so cool!\n"
2018-12-07 16:41:08 +01:00
.string "I'd better try harder, too!$"
2017-11-11 01:12:18 +01:00
BattleFrontier_PokeNav_2B1FA8:: @ 82B1FA8
2017-11-11 01:12:18 +01:00
.string "Oh, {PLAYER}{STRING 5}, hello.\n"
.string "This is {STR_VAR_1}.\p"
.string "You climbed {STR_VAR_3} floors inside\n"
.string "the {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "That's quite the accomplishment.\n"
2017-11-11 01:12:18 +01:00
.string "I need to work harder.$"
BattleFrontier_PokeNav_2B2022:: @ 82B2022
2017-11-11 01:12:18 +01:00
.string "Ah, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\p"
2018-12-07 16:41:08 +01:00
.string "I hear you're the terror of\n"
2017-11-11 01:12:18 +01:00
.string "the {STR_VAR_2}?\p"
.string "You rose through, what, {STR_VAR_3} floors?\n"
2018-12-07 16:41:08 +01:00
.string "That's gotta count for something.\p"
2017-11-11 01:12:18 +01:00
.string "I wonder if I can ever become\n"
.string "a champion?\p"
.string "Pretty well impossible?\n"
.string "Well, see you!$"
BattleFrontier_PokeNav_2B20F3:: @ 82B20F3
2017-11-11 01:12:18 +01:00
.string "Hello, {PLAYER}{STRING 5}.\n"
2018-12-07 16:41:08 +01:00
.string "It's me, {STR_VAR_1}.\l"
2017-11-11 01:12:18 +01:00
.string "Are you keeping well?\p"
2018-12-07 16:41:08 +01:00
.string "You've won through {STR_VAR_3} floors in\n"
2017-11-11 01:12:18 +01:00
.string "a place named {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "That's quite the tale.\n"
2017-11-11 01:12:18 +01:00
.string "See you!$"
BattleFrontier_PokeNav_2B2175:: @ 82B2175
2017-11-11 01:12:18 +01:00
.string "Ah, hello, {PLAYER}{STRING 5}!\n"
.string "This is {STR_VAR_1}!\l"
2018-12-07 16:41:08 +01:00
.string "I hope you've been keeping well.\p"
2017-11-11 01:12:18 +01:00
.string "They say you climbed {STR_VAR_3} floors\n"
.string "in the {STR_VAR_2}?\p"
.string "I admire your energy!\n"
.string "Bye now.$"
BattleFrontier_PokeNav_2B21FC:: @ 82B21FC
2017-11-11 01:12:18 +01:00
.string "Oh, hi, {PLAYER}{STRING 5}.\n"
.string "This is {STR_VAR_1}.\l"
.string "I heard about you!\p"
2018-12-07 16:41:08 +01:00
.string "Didn't you get through {STR_VAR_3} floors\n"
2017-11-11 01:12:18 +01:00
.string "in the {STR_VAR_2}?\p"
2018-12-07 16:41:08 +01:00
.string "You're an inspiration!\n"
2017-11-11 01:12:18 +01:00
.string "See you again!$"
2018-01-16 05:38:10 +01:00
gText_Mom_Pokenav_2B227B:: @ 82B227B
2017-11-11 01:12:18 +01:00
.string "MOM: Your father and you\n"
.string "Everyone is captivated by POKéMON.\p"
.string "What is the charm of POKéMON?\p"
.string "Me?\n"
.string "I adore POKéMON that help me with\l"
.string "my everyday chores.$"
2018-01-16 05:38:10 +01:00
gText_Mom_Pokenav_2B2310:: @ 82B2310
2017-11-11 01:12:18 +01:00
.string "MOM: Hi, {PLAYER}!\n"
.string "Your father keeps himself locked\l"
.string "away in the PETALBURG GYM.\p"
.string "He comes home every so often.\n"
.string "But he goes back to the GYM when\l"
2018-12-07 16:41:08 +01:00
.string "he's eaten everything he can.\p"
.string "I'm guessing that losing to you\n"
2017-11-11 01:12:18 +01:00
.string "was a big blow to his pride!$"
2018-01-16 05:38:10 +01:00
gText_Mom_Pokenav_2B23F3:: @ 82B23F3
2017-11-11 01:12:18 +01:00
.string "MOM: {PLAYER}\n"
2018-12-07 16:41:08 +01:00
.string "Don't worry about me or the house.\p"
2017-11-11 01:12:18 +01:00
.string "Wear those RUNNING SHOES until\n"
.string "they fall apart, honey!$"
2018-01-16 05:38:10 +01:00
gText_Roxanne_Pokenav_2B2456:: @ 82B2456
2017-11-11 01:12:18 +01:00
.string "ROXANNE: Oh, hello, {PLAYER}!\p"
2018-12-07 16:41:08 +01:00
.string "I've been hard at work retraining\n"
2017-11-11 01:12:18 +01:00
.string "since we met.\p"
.string "I will still need some more time\n"
.string "before I can reopen the GYM.\p"
.string "But when I do, please visit my GYM\n"
.string "for a rematch!$"
2018-01-16 05:38:10 +01:00
gText_Roxanne_Pokenav_2B250E:: @ 82B250E
2017-11-11 01:12:18 +01:00
.string "ROXANNE: Is this {PLAYER}?\n"
.string "Congratulations!\l"
2018-12-07 16:41:08 +01:00
.string "I've been hearing about you!\p"
2017-11-11 01:12:18 +01:00
.string "As for me, I need some more time\n"
.string "before I can reopen the GYM.\p"
.string "But when I do, please visit my GYM\n"
.string "for a rematch!$"
2018-01-16 05:38:10 +01:00
gText_Roxanne_Pokenav_2B25C1:: @ 82B25C1
2017-11-11 01:12:18 +01:00
.string "ROXANNE: {PLAYER}!\n"
.string "My GYM is ready!\p"
.string "Please visit RUSTBORO whenever\n"
.string "you can!$"
2018-01-16 05:38:10 +01:00
gText_Roxanne_Pokenav_2B2607:: @ 82B2607
2017-11-11 01:12:18 +01:00
.string "ROXANNE: At the RUSTBORO GYM,\n"
.string "the fact that we battled, {PLAYER},\l"
.string "is a matter of pride.$"
2018-01-16 05:38:10 +01:00
gText_Brawly_Pokenav_2B2659:: @ 82B2659
2017-11-11 01:12:18 +01:00
.string "BRAWLY: Hey, there, {PLAYER}{STRING 5}!\p"
.string "I learned a lot from the battle we\n"
.string "had together.\p"
.string "I intend to do my training over,\n"
.string "then reopen the GYM.\p"
2018-12-07 16:41:08 +01:00
.string "It's going to take some time before\n"
.string "I'm ready to run the GYM again.\p"
2017-11-11 01:12:18 +01:00
.string "But if I can reopen the GYM,\n"
.string "I want you to challenge us again.$"
2018-01-16 05:38:10 +01:00
gText_Brawly_Pokenav_2B275D:: @ 82B275D
2017-11-11 01:12:18 +01:00
.string "BRAWLY: Hey, {PLAYER}{STRING 5}!\n"
.string "Congratulations!\p"
.string "Word about your exploits arrived\n"
.string "on tidal winds!\p"
.string "It appears as if I need to work on\n"
.string "my training some more.\p"
2018-12-07 16:41:08 +01:00
.string "It's going to take some time before\n"
.string "I'm ready to run the GYM again.\p"
2017-11-11 01:12:18 +01:00
.string "But if I can reopen the GYM,\n"
.string "I want you to challenge us again.$"
2018-01-16 05:38:10 +01:00
gText_Brawly_Pokenav_2B286F:: @ 82B286F
2017-11-11 01:12:18 +01:00
.string "BRAWLY: Hey, {PLAYER}{STRING 5}!\n"
2018-12-07 16:41:08 +01:00
.string "My GYM's ready for action!\p"
2017-11-11 01:12:18 +01:00
.string "Come back to DEWFORD anytime\n"
.string "for another challenge!$"
2018-01-16 05:38:10 +01:00
gText_Brawly_Pokenav_2B28D1:: @ 82B28D1
2018-12-07 16:41:08 +01:00
.string "BRAWLY: {PLAYER}{STRING 5}, I don't think\n"
.string "I'll ever get bored of battling you!$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Wattson_Pokenav_2B2912:: @ 82B2912
2018-12-07 16:41:08 +01:00
.string "WATTSON: Oh, it's you!\p"
.string "After you left, I've been redoing\n"
2017-11-11 01:12:18 +01:00
.string "my training from scratch.\p"
2018-12-07 16:41:08 +01:00
.string "I'd say I could use a wee bit more\n"
2017-11-11 01:12:18 +01:00
.string "time to reopen my GYM.\p"
2018-12-07 16:41:08 +01:00
.string "You'll have to wait till then!\n"
2017-11-11 01:12:18 +01:00
.string "Wahahahaha!$"
2018-01-16 05:38:10 +01:00
gText_Wattson_Pokenav_2B29CA:: @ 82B29CA
2017-11-11 01:12:18 +01:00
.string "WATTSON: Wahahahaha!\p"
2018-12-07 16:41:08 +01:00
.string "You've really done it, haven't you?\n"
.string "I've been getting word about you!\p"
2017-11-11 01:12:18 +01:00
.string "It seems I need to retrain some\n"
.string "more still.\p"
2018-12-07 16:41:08 +01:00
.string "I'd say I could use a wee bit more\n"
2017-11-11 01:12:18 +01:00
.string "time to reopen my GYM.\p"
2018-12-07 16:41:08 +01:00
.string "You'll have to wait till then!\n"
2017-11-11 01:12:18 +01:00
.string "Wahahahaha!$"
2018-01-16 05:38:10 +01:00
gText_Wattson_Pokenav_2B2AB6:: @ 82B2AB6
2018-12-07 16:41:08 +01:00
.string "WATTSON: Oh, it's you!\n"
.string "My GYM's ready!\p"
2017-11-11 01:12:18 +01:00
.string "Visit MAUVILLE anytime!\n"
.string "Wahahahaha!$"
2018-01-16 05:38:10 +01:00
gText_Wattson_Pokenav_2B2B01:: @ 82B2B01
2017-11-11 01:12:18 +01:00
.string "WATTSON: Wahahaha!\p"
.string "A battle with you is always charged\n"
.string "with shocking power!$"
2018-01-16 05:38:10 +01:00
gText_Flannery_Pokenav_2B2B4D:: @ 82B2B4D
2017-11-11 01:12:18 +01:00
.string "FLANNERY: {PLAYER}\p"
.string "When we battled, I learned exactly\n"
.string "how immature I was.\p"
2018-12-07 16:41:08 +01:00
.string "But I'm not done yet!\p"
.string "I'm going to redo my training and\n"
2017-11-11 01:12:18 +01:00
.string "reopen the GYM.\p"
.string "When the time comes, {PLAYER},\n"
.string "please challenge us again.$"
2018-01-16 05:38:10 +01:00
gText_Flannery_Pokenav_2B2C0E:: @ 82B2C0E
2017-11-11 01:12:18 +01:00
.string "FLANNERY: Hello, {PLAYER}?\n"
.string "Congratulations!\p"
.string "Word of your success has reached\n"
.string "us like the heat of a volcano!\p"
.string "Our training is coming along very\n"
.string "well here.\p"
2018-12-07 16:41:08 +01:00
.string "When the GYM's ready, a mark will\n"
2017-11-11 01:12:18 +01:00
.string "appear beside my name in the\l"
.string "MATCH CALL list.$"
2018-01-16 05:38:10 +01:00
gText_Flannery_Pokenav_2B2CF1:: @ 82B2CF1
2017-11-11 01:12:18 +01:00
.string "FLANNERY: Oh, {PLAYER}?\n"
2018-12-07 16:41:08 +01:00
.string "Our GYM's ready!\p"
2017-11-11 01:12:18 +01:00
.string "Come to LAVARIDGE for a soak\n"
.string "in the hot spring and a challenge!$"
2018-01-16 05:38:10 +01:00
gText_Flannery_Pokenav_2B2D54:: @ 82B2D54
2017-11-11 01:12:18 +01:00
.string "FLANNERY: {PLAYER}\n"
2018-12-07 16:41:08 +01:00
.string "I'm positive that you keep getting\l"
2017-11-11 01:12:18 +01:00
.string "better at training every time.$"
2018-01-16 05:38:10 +01:00
gText_Winona_Pokenav_2B2DA4:: @ 82B2DA4
2017-11-11 01:12:18 +01:00
.string "WINONA: Hello, {PLAYER}!\p"
2018-12-07 16:41:08 +01:00
.string "Thanks to our battle, I've come\n"
2017-11-11 01:12:18 +01:00
.string "to understand my weak points!\p"
2018-12-07 16:41:08 +01:00
.string "When I reopen the GYM, I won't go\n"
2017-11-11 01:12:18 +01:00
.string "down in defeat again!$"
2018-01-16 05:38:10 +01:00
gText_Winona_Pokenav_2B2E2B:: @ 82B2E2B
2018-12-07 16:41:08 +01:00
.string "WINONA: You've done it, {PLAYER}!\p"
2017-11-11 01:12:18 +01:00
.string "News about the new CHAMPION\n"
.string "has reached us in FORTREE!\p"
.string "But The next time we battle,\n"
2018-12-07 16:41:08 +01:00
.string "it's not going to end the same way.$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Winona_Pokenav_2B2EC2:: @ 82B2EC2
2017-11-11 01:12:18 +01:00
.string "WINONA: Is this {PLAYER}?\n"
.string "Our GYM is back in operation!\p"
2018-12-07 16:41:08 +01:00
.string "We're waiting for you in FORTREE!$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Winona_Pokenav_2B2F16:: @ 82B2F16
2017-11-11 01:12:18 +01:00
.string "WINONA: {PLAYER}\n"
.string "Though I have lost, my wings will\l"
.string "never break.\p"
.string "Yes, in exactly the same way that\n"
.string "you never lost sight of your dream.$"
2018-01-16 05:38:10 +01:00
gText_TateLiza_Pokenav_2B2F97:: @ 82B2F97
2018-12-07 16:41:08 +01:00
.string "TATE: Oh! You're\n"
2017-11-11 01:12:18 +01:00
.string "LIZA: {PLAYER}!\p"
2018-12-07 16:41:08 +01:00
.string "TATE: We're in training again\n"
2017-11-11 01:12:18 +01:00
.string "LIZA: So we can reopen our GYM!\p"
.string "TATE: When our GYM is ready\n"
.string "LIZA: When our GYM is ready\p"
2018-12-07 16:41:08 +01:00
.string "TATE: A mark'll appear by our name\n"
2017-11-11 01:12:18 +01:00
.string "LIZA: On the MATCH CALL list.$"
2018-01-16 05:38:10 +01:00
gText_TateLiza_Pokenav_2B306E:: @ 82B306E
2017-11-11 01:12:18 +01:00
.string "TATE: {PLAYER}, congratulations!\n"
.string "LIZA: {PLAYER}, congratulations!\p"
.string "TATE: The two of us are\n"
.string "LIZA: Still in training!\p"
.string "TATE: We need some more time, but\n"
.string "LIZA: When our GYM is ready\p"
2018-12-07 16:41:08 +01:00
.string "TATE: A mark'll appear by our name\n"
2017-11-11 01:12:18 +01:00
.string "LIZA: On the MATCH CALL list.$"
2018-01-16 05:38:10 +01:00
gText_TateLiza_Pokenav_2B3158:: @ 82B3158
2017-11-11 01:12:18 +01:00
.string "TATE: {PLAYER}!\n"
.string "LIZA: {PLAYER}!\p"
.string "TATE: Our GYM is ready!\n"
.string "LIZA: Our GYM is ready!\p"
.string "TATE: Please come visit\n"
.string "LIZA: MOSSDEEP anytime!$"
2018-01-16 05:38:10 +01:00
gText_TateLiza_Pokenav_2B31CD:: @ 82B31CD
2017-11-11 01:12:18 +01:00
.string "TATE: {PLAYER}, the battle we had\n"
.string "LIZA: Is an invaluable experience.\p"
.string "TATE: It would be nice if\n"
.string "LIZA: We could all battle again!$"
2018-01-16 05:38:10 +01:00
gText_Juan_Pokenav_2B3249:: @ 82B3249
2017-11-11 01:12:18 +01:00
.string "JUAN: Hmm\n"
.string "{PLAYER}{STRING 5} Was it?\p"
.string "Our battle together--it brought\n"
.string "to me memories of when I first\l"
.string "encountered WALLACE.\p"
.string "Perhaps you are a genius who may\n"
.string "yet surpass WALLACE!$"
2018-01-16 05:38:10 +01:00
gText_Juan_Pokenav_2B32EC:: @ 82B32EC
2017-11-11 01:12:18 +01:00
.string "JUAN: Fufu {PLAYER}{STRING 5}\n"
2018-12-07 16:41:08 +01:00
.string "You've finally achieved your goal.\p"
.string "My eye for appraising talent wasn't\n"
2017-11-11 01:12:18 +01:00
.string "mistaken\p"
.string "I wish for another chance to meet\n"
.string "you, for you have scaled the peak\l"
.string "of power and prestige.$"
2018-01-16 05:38:10 +01:00
gText_Juan_Pokenav_2B33AA:: @ 82B33AA
2017-11-11 01:12:18 +01:00
.string "JUAN: Hoho {PLAYER}{STRING 5}\p"
.string "Our SOOTOPOLIS GYM has finally\n"
.string "reopened.\p"
.string "If you wish to see me, you are\n"
.string "welcome to visit anytime.$"
2018-01-16 05:38:10 +01:00
gText_Juan_Pokenav_2B341E:: @ 82B341E
2017-11-11 01:12:18 +01:00
.string "JUAN: {PLAYER}{STRING 5}\p"
.string "Like the finest music, the battles\n"
.string "we wage together strike chords\l"
.string "of inspiration in my heart\p"
.string "When I close my eyes, I see visions\n"
.string "of you soaring with the melody$"
2018-01-16 05:38:10 +01:00
gText_Sidney_Pokenav_2B34CC:: @ 82B34CC
2017-11-11 01:12:18 +01:00
.string "SIDNEY: Yo, {PLAYER}!\p"
.string "If you want to battle with me\n"
.string "again, you come on back whenever\l"
.string "you like to the POKéMON LEAGUE.\p"
2018-12-07 16:41:08 +01:00
.string "I'll always be here!\n"
.string "I'll be waiting!$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Phoebe_Pokenav_2B3561:: @ 82B3561
2017-11-11 01:12:18 +01:00
.string "PHOEBE: Hi, {PLAYER}!\p"
.string "How about coming back here again\n"
.string "sometime?\p"
2018-12-07 16:41:08 +01:00
.string "I'd like to see how much tighter\n"
2017-11-11 01:12:18 +01:00
.string "your bond has grown with your\l"
.string "POKéMON.$"
2018-01-16 05:38:10 +01:00
gText_Glacia_Pokenav_2B35E4:: @ 82B35E4
2017-11-11 01:12:18 +01:00
.string "GLACIA: Hello, {PLAYER}.\p"
2018-12-07 16:41:08 +01:00
.string "I trust you haven't become\n"
2017-11-11 01:12:18 +01:00
.string "complacent with your power?\p"
.string "If you feel the need to cool your\n"
.string "hot emotions just a little, do come\l"
.string "to the POKéMON LEAGUE$"
2018-01-16 05:38:10 +01:00
gText_Drake_Pokenav_2B368B:: @ 82B368B
2017-11-11 01:12:18 +01:00
.string "DRAKE: That voice {PLAYER}, is it?\n"
.string "You sound well\p"
.string "I understand that there is now\n"
.string "a facility called the BATTLE\l"
.string "FRONTIER that tests the skills of\l"
.string "TRAINERS.\p"
.string "However, if you wish to have real\n"
.string "battles, there is no substitute for\l"
.string "the POKéMON LEAGUE!\p"
2018-12-07 16:41:08 +01:00
.string "Don't you agree, {PLAYER}?$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Wallace_Pokenav_2B3790:: @ 82B3790
2017-11-11 01:12:18 +01:00
.string "WALLACE: Hello, {PLAYER}{STRING 5}.\n"
.string "Have you met STEVEN?\p"
.string "He is\n"
.string "Actually incredibly skilled.\p"
2018-12-07 16:41:08 +01:00
.string "However, he's an odd soul who\n"
2017-11-11 01:12:18 +01:00
.string "rarely battles.\p"
.string "Instead, he would rather look for\n"
.string "rare stones.\p"
2018-12-07 16:41:08 +01:00
.string "I'm sure he's digging in a cave or\n"
2017-11-11 01:12:18 +01:00
.string "a craggy mountain somewhere.\p"
.string "But what is a rare stone exactly?\n"
.string "All I can think of is a METEORITE$"
MossdeepCity_SpaceCenter_2F_Text_2B38C1: @ 82B38C1
.string " \n"
.string " Beep!\p"
.string "MAY: Hi, {PLAYER}{KUN}!\p"
.string "I was just in PACIFIDLOG a little\n"
.string "while ago.\p"
.string "I saw a giant green POKéMON\n"
.string "flying high in the sky.\p"
.string "I\n"
2018-12-07 16:41:08 +01:00
.string "I've never seen anything like it.\p"
.string "I wonder what it was.\n"
.string "Is this maybe a major discovery?\p"
.string " \n"
.string " Click!$"
MossdeepCity_SpaceCenter_2F_Text_2B39C6: @ 82B39C6
.string " \n"
.string " Beep!\p"
.string "BRENDAN: Hey, {PLAYER}!\n"
.string "I was in PACIFIDLOG just now.\p"
.string "I saw this huge green POKéMON\n"
.string "flying across the sky.\p"
2018-12-07 16:41:08 +01:00
.string "I've never seen anything that\n"
.string "amazing before.\p"
2018-12-07 16:41:08 +01:00
.string "I wish you could've seen it,\n"
.string "{PLAYER}.\p"
.string " \n"
.string " Click!$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B3AB3:: @ 2B3AB3
2017-11-11 01:12:18 +01:00
.string "MAY: Hi, {PLAYER}{STRING 5}!\p"
.string "MR. BRINEY retired as a SAILOR,\n"
.string "but I still see him out on the sea\l"
.string "with his pet PEEKO sometimes.\p"
.string "He must love the sea still.$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B3B3F:: @ 2B3B3F
2017-11-11 01:12:18 +01:00
.string "MAY: Hi, {PLAYER}{STRING 5}!\p"
.string "You know how little towns like\n"
.string "PETALBURG and DEWFORD have GYMS?\p"
.string "For some reason, the big port of\n"
2018-12-07 16:41:08 +01:00
.string "SLATEPORT doesn't have a GYM.\p"
2017-11-11 01:12:18 +01:00
.string "When they finally build a GYM there,\n"
.string "I should apply to be the LEADER.$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B3C13:: @ 2B3C13
2017-11-11 01:12:18 +01:00
.string "MAY: Hi, {PLAYER}{STRING 5}!\p"
.string "Do you remember a man named\n"
.string "the CUTTER in RUSTBORO?\l"
.string "He had a house there, remember?\p"
.string "Well, I found out his younger\n"
.string "brother lives in MAUVILLE.\p"
.string "Can you guess his name?\p"
.string " \n"
.string " \p"
.string "The ROCK SMASH GUY!$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B3CF3:: @ 2B3CF3
2017-11-11 01:12:18 +01:00
.string "MAY: {PLAYER}{STRING 5}?\p"
.string "RUSTURF TUNNEL\n"
.string "They named it that because it\l"
.string "joins RUSTBORO and VERDANTURF.$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B3D4B:: @ 2B3D4B
2017-11-11 01:12:18 +01:00
.string "MAY: {PLAYER}{STRING 5}, how are you?\p"
2018-12-07 16:41:08 +01:00
.string "I'm out on ROUTE 111 now.\p"
.string "I'm going to get a rest at an old\n"
.string "lady's house.\p"
2017-11-11 01:12:18 +01:00
.string "She lives just north of\n"
.string "the desert.$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B3DD1:: @ 2B3DD1
2017-11-11 01:12:18 +01:00
.string "MAY: Hi, {PLAYER}{STRING 5}!\p"
.string "Did you know about the MIRAGE\n"
.string "TOWER in the desert?\p"
.string "They say, like a mirage, it seems\n"
.string "to mysteriously come and go.\p"
.string "I wish I could see it.$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B3E69:: @ 2B3E69
2017-11-11 01:12:18 +01:00
.string "MAY: {PLAYER}{STRING 5}, yahoo!\n"
2018-12-07 16:41:08 +01:00
.string "I'm on ROUTE 119 now.\p"
.string "There's a big river here, and\n"
2017-11-11 01:12:18 +01:00
.string "it often rains.\p"
.string "I got soaked!$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B3ECD:: @ 2B3ECD
2017-11-11 01:12:18 +01:00
.string "MAY: {PLAYER}{STRING 5}, hi.\p"
.string "MT. PYRE is a memorial to POKéMON\n"
.string "whose lives have ended.\p"
2018-12-07 16:41:08 +01:00
.string "Maybe as a result, it's infested\n"
2017-11-11 01:12:18 +01:00
.string "with many GHOST-type POKéMON!$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B3F2B:: @ 2B3F2B
2017-11-11 01:12:18 +01:00
.string "MAY: Hi, {PLAYER}{STRING 5}!\p"
.string "I was thinking of going to the hot\n"
.string "spring in LAVARIDGE.\p"
.string "But on the way, around JAGGED\n"
.string "PASS, I ran into some bad-looking\l"
.string "characters. The mood was ugly!$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B3FFB:: @ 2B3FFB
2017-11-11 01:12:18 +01:00
.string "MAY: Hi, {PLAYER}{STRING 5}!\n"
.string "Did you see the news?\p"
.string "They say CAPT. STERN discovered\n"
.string "the SEAFLOOR CAVERN while on his\l"
.string "submarine expedition.$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B402B:: @ 2B402B
2017-11-11 01:12:18 +01:00
.string "MAY: Hi, {PLAYER}{STRING 5}!\n"
2018-12-07 16:41:08 +01:00
.string "Don't you think it's neat?\p"
.string "Even if you don't have a boat,\n"
2017-11-11 01:12:18 +01:00
.string "you can cross the sea using\l"
2018-12-07 16:41:08 +01:00
.string "a POKéMON's move.\p"
.string "Did you know there's more?\p"
.string "There's a POKéMON move that lets\n"
2017-11-11 01:12:18 +01:00
.string "you go to the bottom of the sea.$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B414B:: @ 2B414B
2017-11-11 01:12:18 +01:00
.string "MAY: Hi, {PLAYER}{STRING 5}!\n"
.string "Hope things are okay!\p"
.string "Have you been on the sea and\n"
.string "found your way to the other side\l"
.string "blocked?\p"
.string "Try diving deep underwater and\n"
.string "following trenches.\p"
.string "When you get to the other side,\n"
.string "come up to the surface. Easy!$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B4228:: @ 2B4228
2017-11-11 01:12:18 +01:00
.string "MAY: Hi, {PLAYER}{STRING 5}!\p"
2018-12-07 16:41:08 +01:00
.string "How's it going?\n"
2017-11-11 01:12:18 +01:00
.string "Are you filling your POKéDEX?\p"
.string "I heard a rumor that there are\n"
.string "super-ancient POKéMON out there.\l"
.string "And there are three of them!\p"
.string "I would love to see even one$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B42E0:: @ 2B42E0
2017-11-11 01:12:18 +01:00
.string "MAY: {PLAYER}{STRING 5}!\n"
.string "I heard the rumors!\p"
.string "You beat the SOOTOPOLIS GYM\n"
.string "LEADER?\p"
2018-12-07 16:41:08 +01:00
.string "That means you don't have far\n"
2017-11-11 01:12:18 +01:00
.string "to go, do you?$"
2018-01-16 05:38:10 +01:00
gText_May_Pokenav_2B4350:: @ 2B4350
2018-12-07 16:41:08 +01:00
.string "MAY: There isn't a single TRAINER\n"
.string "left in HOENN who doesn't know who\l"
2017-11-11 01:12:18 +01:00
.string "you are, {PLAYER}{STRING 5}!\p"
2018-12-07 16:41:08 +01:00
.string "When I tell people that I'm friends\n"
.string "with you, {PLAYER}{STRING 5}, they're all\l"
2017-11-11 01:12:18 +01:00
.string "surprised!$"
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B43EF:: @ 2B43EF
2017-11-11 01:12:18 +01:00
.string "BRENDAN: Hey, {PLAYER}!\p"
.string "MR. BRINEY retired as a SAILOR,\n"
.string "but I still see him out on the sea\l"
.string "with his pet PEEKO sometimes.\p"
.string "I guess he must love\n"
.string "the sea still.$"
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B4486:: @ 2B4486
2017-11-11 01:12:18 +01:00
.string "BRENDAN: Hey, {PLAYER}!\p"
2018-12-07 16:41:08 +01:00
.string "I don't get how little towns like\n"
2017-11-11 01:12:18 +01:00
.string "PETALBURG and DEWFORD have GYMS.\p"
.string "I mean, not when the big port of\n"
2018-12-07 16:41:08 +01:00
.string "SLATEPORT doesn't have a GYM.\p"
2017-11-11 01:12:18 +01:00
.string "When they finally build a GYM there,\n"
.string "I should apply to be the LEADER.$"
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B4560:: @ 2B4560
2017-11-11 01:12:18 +01:00
.string "BRENDAN: Yo, {PLAYER}!\p"
.string "Do you remember a guy named\n"
.string "the CUTTER in RUSTBORO?\l"
.string "He had a house there, right?\p"
.string "Well, it turns out his little\n"
.string "brother lives in MAUVILLE.\p"
.string "Can you guess his name?\p"
.string " \n"
.string " \p"
.string "The ROCK SMASH GUY!$"
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B463F:: @ 2B463F
2017-11-11 01:12:18 +01:00
.string "BRENDAN: This voice {PLAYER}?\p"
.string "They gave RUSTURF TUNNEL its name\n"
.string "because it joins RUSTBORO and\l"
.string "VERDANTURF.\p"
.string "Did you know that?$"
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B46B7:: @ 2B46B7
2018-12-07 16:41:08 +01:00
.string "BRENDAN: {PLAYER}, what's up?\p"
.string "Hey, I'm out on ROUTE 111 now.\p"
.string "I'm going to rest up at an old\n"
.string "lady's house north of the desert.\p"
.string "If you're in the area, you should\n"
2017-11-11 01:12:18 +01:00
.string "visit her, too.$"
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B4761:: @ 2B4761
2017-11-11 01:12:18 +01:00
.string "BRENDAN: Hey, {PLAYER}!\p"
.string "Did you know about the MIRAGE\n"
.string "TOWER in the desert?\p"
.string "They say, like a mirage, it can be\n"
.string "seen only sometimes.\p"
2018-12-07 16:41:08 +01:00
.string "I'd like to see that!$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B47F4:: @ 2B47F4
2018-12-07 16:41:08 +01:00
.string "BRENDAN: Who's this? Oh, {PLAYER}?\n"
.string "Guess what? I'm on ROUTE 119 now.\p"
.string "There's a big river here, and\n"
2017-11-11 01:12:18 +01:00
.string "it rains all the time.\p"
.string "I got soaked to the bone!$"
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B4882:: @ 2B4882
2017-11-11 01:12:18 +01:00
.string "BRENDAN: {PLAYER}!\p"
.string "MT. PYRE is a memorial to POKéMON\n"
.string "whose lives have ended.\p"
2018-12-07 16:41:08 +01:00
.string "That's probably why it's infested\n"
2017-11-11 01:12:18 +01:00
.string "with many GHOST-type POKéMON!$"
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B4909:: @ 2B4909
2017-11-11 01:12:18 +01:00
.string "BRENDAN: Hey there, {PLAYER}.\p"
.string "I was on my way back to the hot\n"
.string "spring in LAVARIDGE.\p"
.string "But around JAGGED PASS, I ran into\n"
.string "some nasty-looking characters.\p"
.string "Those creeps\n"
.string "I think they were TEAM MAGMA.$"
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B49C4:: @ 2B49C4
2017-11-11 01:12:18 +01:00
.string "BRENDAN: Hi, {PLAYER}!\n"
.string "Did you catch the news?\p"
.string "They say CAPT. STERN discovered\n"
.string "the SEAFLOOR CAVERN while on his\l"
.string "submarine expedition.$"
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B4A44:: @ 2B4A44
2017-11-11 01:12:18 +01:00
.string "BRENDAN: Hey there, {PLAYER}!\n"
2018-12-07 16:41:08 +01:00
.string "Don't you think it's awesome?\p"
.string "Even if you don't have a boat,\n"
2017-11-11 01:12:18 +01:00
.string "you can cross the sea using\l"
2018-12-07 16:41:08 +01:00
.string "a POKéMON's move.\p"
.string "And, there's a move that lets you\n"
2017-11-11 01:12:18 +01:00
.string "travel to the bottom of the sea.\p"
.string "Man, POKéMON can do anything!$"
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B4B28:: @ 2B4B28
2017-11-11 01:12:18 +01:00
.string "BRENDAN: Howdy, {PLAYER}!\n"
.string "How are you holding up?\p"
.string "Ever found your way to the other\n"
.string "side blocked while on the sea?\p"
.string "Try diving deep underwater and\n"
.string "following trenches at the bottom.\p"
.string "When you get to the other side,\n"
.string "come up to the surface. Simple!$"
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B4C15:: @ 2B4C15
2017-11-11 01:12:18 +01:00
.string "BRENDAN: Hey there, {PLAYER}!\p"
2018-12-07 16:41:08 +01:00
.string "How's it going? Filling up your\n"
2017-11-11 01:12:18 +01:00
.string "POKéDEX successfully?\p"
.string "I heard a rumor that there are\n"
.string "super-ancient POKéMON out there.\l"
.string "And not just one--three!\p"
2018-12-07 16:41:08 +01:00
.string "I'd love to catch even one$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B4CD8:: @ 2B4CD8
2017-11-11 01:12:18 +01:00
.string "BRENDAN: {PLAYER}!\n"
.string "I heard the rumors!\p"
.string "You beat the SOOTOPOLIS GYM\n"
.string "LEADER? Awesome!\p"
2018-12-07 16:41:08 +01:00
.string "You're getting awful close now!$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Brendan_Pokenav_2B4D46:: @ 2B4D46
2018-12-07 16:41:08 +01:00
.string "BRENDAN: There isn't a TRAINER in\n"
.string "all of HOENN who doesn't know who\l"
2017-11-11 01:12:18 +01:00
.string "you are, {PLAYER}!\p"
2018-12-07 16:41:08 +01:00
.string "When I tell people that I'm friends\n"
2017-11-11 01:12:18 +01:00
.string "with you, {PLAYER}, they get pretty\l"
.string "envious!$"
2018-01-16 05:38:10 +01:00
gText_Wally_Pokenav_2B4DE2:: @ 2B4DE2
2017-11-11 01:12:18 +01:00
.string "WALLY: Oh, {PLAYER}!\p"
2018-12-07 16:41:08 +01:00
.string "I've been getting healthier and\n"
2017-11-11 01:12:18 +01:00
.string "more physically fit.\p"
.string "I hope I can become a TRAINER like\n"
.string "you soon, {PLAYER}!$"
2018-01-16 05:38:10 +01:00
gText_Wally_Pokenav_2B4E57:: @ 2B4E57
2017-11-11 01:12:18 +01:00
.string "WALLY: {PLAYER}, hello!\p"
.string "After RUSTURF TUNNEL went\n"
2018-12-07 16:41:08 +01:00
.string "through, WANDA's been very happy!$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Wally_Pokenav_2B4EA5:: @ 2B4EA5
2017-11-11 01:12:18 +01:00
.string "WALLY: Oh, {PLAYER}!\p"
2018-12-07 16:41:08 +01:00
.string "I I left my uncle's place in\n"
2017-11-11 01:12:18 +01:00
.string "VERDANTURF without telling anyone.\p"
2018-12-07 16:41:08 +01:00
.string "I wonder if he's furious with me\p"
2017-11-11 01:12:18 +01:00
.string "{PLAYER}, you understand how\n"
2018-12-07 16:41:08 +01:00
.string "I feel, don't you?$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Wally_Pokenav_2B4F41:: @ 2B4F41
2017-11-11 01:12:18 +01:00
.string "WALLY: {PLAYER}?\n"
2018-12-07 16:41:08 +01:00
.string "It's me, WALLY!\p"
2017-11-11 01:12:18 +01:00
.string "The world of TRAINERS is amazing!\p"
.string "When I have my POKéMON with me,\n"
.string "all sorts of people say hi!\p"
2018-12-07 16:41:08 +01:00
.string "It's as if everyone's getting\n"
2017-11-11 01:12:18 +01:00
.string "connected through POKéMON!$"
2018-01-16 05:38:10 +01:00
gText_Wally_Pokenav_2B4FF3:: @ 2B4FF3
2018-12-07 16:41:08 +01:00
.string "WALLY: {PLAYER}? It's awesome!\n"
2017-11-11 01:12:18 +01:00
.string "That RALTS we caught together?\l"
.string "It evolved, {PLAYER}!\p"
2018-12-07 16:41:08 +01:00
.string "Maybe I'm talented\p"
.string "Oh, but I shouldn't get a big head\n"
2017-11-11 01:12:18 +01:00
.string "like that!\p"
2018-12-07 16:41:08 +01:00
.string "After all, it's the POKéMON that\n"
2017-11-11 01:12:18 +01:00
.string "should be praised!$"
2018-01-16 05:38:10 +01:00
gText_Wally_Pokenav_2B50B1:: @ 2B50B1
2017-11-11 01:12:18 +01:00
.string " \n"
.string " \p"
.string "WALLY appears to be out of\n"
2018-12-07 16:41:08 +01:00
.string "the POKéNAV's service area$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Wally_Pokenav_2B5100:: @ 2B5100
2017-11-11 01:12:18 +01:00
.string "WALLY: Oh, {PLAYER}!\p"
.string "Before I met you, I hardly ever\n"
.string "left my house\p"
2018-12-07 16:41:08 +01:00
.string "But now, I'm on an adventure with\n"
2017-11-11 01:12:18 +01:00
.string "my very own POKéMON\p"
.string "{PLAYER}\n"
.string "Thank you$"
2018-01-16 05:38:10 +01:00
gText_Scott_Pokenav_2B5184:: @ 2B5184
2017-11-11 01:12:18 +01:00
.string "SCOTT: Howdy, {PLAYER}{STRING 5}!\p"
.string "You know how POKéMON can be found\n"
.string "everywhere?\p"
.string "Like in the mountains, in the sea,\n"
.string "in tall grass anywhere?\p"
.string "Just like POKéMON, you can find\n"
.string "TRAINERS everywhere, too.\p"
.string "As a result, I have to hurry\n"
.string "everywhere, too. Busy, busy!$"
2018-01-16 05:38:10 +01:00
gText_Scott_Pokenav_2B5275:: @ 2B5275
2018-12-07 16:41:08 +01:00
.string "SCOTT: I'm on ROUTE 119 right now.\n"
.string "It's teeming with TRAINERS!\p"
.string "It's also overgrown with tall grass\n"
2017-11-11 01:12:18 +01:00
.string "everywhere, it seems.\p"
.string "Walking around in shorts here\n"
.string "makes me all ticklish!$"
2018-01-16 05:38:10 +01:00
gText_Scott_Pokenav_2B5323:: @ 2B5323
2017-11-11 01:12:18 +01:00
.string "SCOTT: Hi, hi, {PLAYER}{STRING 5}!\p"
.string "Have you had the chance to climb\n"
.string "MT. PYRE?\p"
.string "The place is a memorial to POKéMON\n"
.string "that have passed away.\p"
2018-12-07 16:41:08 +01:00
.string "It's somewhere every TRAINER\n"
2017-11-11 01:12:18 +01:00
.string "should climb to the top of once.$"
2018-01-16 05:38:10 +01:00
gText_Scott_Pokenav_2B53DB:: @ 2B53DB
2017-11-11 01:12:18 +01:00
.string "SCOTT: Hi, {PLAYER}{STRING 5}!\p"
2018-12-07 16:41:08 +01:00
.string "I've been hearing about these odd\n"
2017-11-11 01:12:18 +01:00
.string "gangs being a nuisance.\p"
.string "TEAM MAGMA and TEAM AQUA,\n"
.string "I think they were.\p"
2018-12-07 16:41:08 +01:00
.string "I would think there'd be some\n"
2017-11-11 01:12:18 +01:00
.string "skilled TRAINERS among them.\p"
2018-12-07 16:41:08 +01:00
.string "But if they're thugs$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Scott_Pokenav_2B54A5:: @ 2B54A5
2017-11-11 01:12:18 +01:00
.string "SCOTT: Oh, hi, {PLAYER}{STRING 5}.\p"
.string "Might there be tough TRAINERS\n"
.string "at the bottom of the sea?\p"
2018-12-07 16:41:08 +01:00
.string "I can't go check for myself.\n"
.string "I can't swim, for one.\l"
.string "And I don't raise POKéMON$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Scott_Pokenav_2B5541:: @ 2B5541
2017-11-11 01:12:18 +01:00
.string "SCOTT: Hi, hi, {PLAYER}{STRING 5}!\p"
.string "You know that you can challenge\n"
2018-12-07 16:41:08 +01:00
.string "the POKéMON LEAGUE when you've\l"
2017-11-11 01:12:18 +01:00
.string "collected all the GYM BADGES?\p"
.string "With your talent, becoming the\n"
2018-12-07 16:41:08 +01:00
.string "CHAMPION isn't a pipe dream.\p"
2017-11-11 01:12:18 +01:00
.string "But did you know?\n"
2018-12-07 16:41:08 +01:00
.string "There's somewhere even better.\p"
.string "But, that's all I'm willing to say\n"
2017-11-11 01:12:18 +01:00
.string "for the time being.\p"
2018-12-07 16:41:08 +01:00
.string "It's something you can look\n"
2017-11-11 01:12:18 +01:00
.string "forward to.\p"
2018-12-07 16:41:08 +01:00
.string "When you've won your way through\n"
2017-11-11 01:12:18 +01:00
.string "the POKéMON LEAGUE into the HALL\l"
.string "OF FAME!$"
2018-01-16 05:38:10 +01:00
gText_Scott_Pokenav_2B56CA:: @ 2B56CA
2017-11-11 01:12:18 +01:00
.string " \n"
.string " \p"
.string "SCOTT appears to be out of\n"
2018-12-07 16:41:08 +01:00
.string "the POKéNAV's service area$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Norman_Pokenav_2B5719:: @ 82B5719
2018-12-07 16:41:08 +01:00
.string "DAD: In RUSTBORO, there's a man\n"
2017-11-11 01:12:18 +01:00
.string "that goes by the odd name of\l"
.string "the CUTTER.\p"
2018-12-07 16:41:08 +01:00
.string "If you're in the area, you should\n"
2017-11-11 01:12:18 +01:00
.string "pay him a visit.$"
2018-01-16 05:38:10 +01:00
gText_Norman_Pokenav_2B5795:: @ 82B5795
2017-11-11 01:12:18 +01:00
.string "DAD: Hm Little by little, but also\n"
2018-12-07 16:41:08 +01:00
.string "very surely, you're getting\l"
2017-11-11 01:12:18 +01:00
.string "tougher, {PLAYER}.\p"
.string "The stronger you get, the farther\n"
.string "and higher you soar from Mother\l"
.string "and me\p"
.string "This feeling is hard to explain.$"
2018-01-16 05:38:10 +01:00
gText_Norman_Pokenav_2B584D:: @ 82B584D
2017-11-11 01:12:18 +01:00
.string "DAD: I see\n"
2018-12-07 16:41:08 +01:00
.string "You've collected four GYM BADGES\p"
.string "There's no avoiding it now.\n"
2017-11-11 01:12:18 +01:00
.string "We will battle like I promised.\p"
.string "Come anytime.\n"
2018-12-07 16:41:08 +01:00
.string "We'll all be waiting for you!$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Norman_Pokenav_2B58E3:: @ 82B58E3
2018-12-07 16:41:08 +01:00
.string "DAD: {PLAYER}! You'd better go visit\n"
2017-11-11 01:12:18 +01:00
.string "Mother every so often.\p"
2018-12-07 16:41:08 +01:00
.string "I'm going to remain here and\n"
2017-11-11 01:12:18 +01:00
.string "redouble my training.\p"
.string "The way of battling is deep\n"
.string "and unforgiving!$"
2018-01-16 05:38:10 +01:00
gText_Norman_Pokenav_2B5979:: @ 82B5979
2017-11-11 01:12:18 +01:00
.string "DAD: Oh, hi, {PLAYER}!\p"
2018-12-07 16:41:08 +01:00
.string "What's that? MAGMA EMBLEM?\n"
.string "I don't know what that's about.\p"
2017-11-11 01:12:18 +01:00
.string "But with a name like that, it may\n"
.string "be somehow linked to a volcano!$"
2018-01-16 05:38:10 +01:00
gText_Norman_Pokenav_2B5A07:: @ 82B5A07
2017-11-11 01:12:18 +01:00
.string "DAD: Hiyah! Haah! Dwah!\p"
.string "Oh? {PLAYER}!\p"
.string "You caught me right in the middle\n"
.string "of a POKéMON training session!$"
2018-01-16 05:38:10 +01:00
gText_Norman_Pokenav_2B5A69:: @ 82B5A69
2017-11-11 01:12:18 +01:00
.string "DAD: {PLAYER}!\p"
2018-12-07 16:41:08 +01:00
.string "Who would've thought you'd become\n"
2017-11-11 01:12:18 +01:00
.string "the POKéMON LEAGUE CHAMPION\p"
.string "Okay!\n"
2018-12-07 16:41:08 +01:00
.string "I won't be left behind!$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Norman_Pokenav_2B5ACF:: @ 82B5ACF
2017-11-11 01:12:18 +01:00
.string "DAD: Hm? {PLAYER}?\n"
.string "What good timing!\p"
2018-12-07 16:41:08 +01:00
.string "This time, I'm going to challenge\n"
2017-11-11 01:12:18 +01:00
.string "you to battle.\p"
2018-12-07 16:41:08 +01:00
.string "I'm waiting in the PETALBURG GYM.\n"
2017-11-11 01:12:18 +01:00
.string "Accept my challenge anytime!$"
2018-01-16 05:38:10 +01:00
gText_Norman_Pokenav_2B5B5E:: @ 82B5B5E
2017-11-11 01:12:18 +01:00
.string "DAD: You amaze me, {PLAYER}.\n"
.string "How much higher will you soar?$"
2018-01-16 05:38:10 +01:00
gText_Steven_Pokenav_2B5B95:: @ 82B5B95
2017-11-11 01:12:18 +01:00
.string "STEVEN: Hi, {PLAYER}{STRING 5}!\p"
.string "Have you been to MAUVILLE\n"
.string "already?\p"
.string "You should visit the BIKE SHOP\n"
.string "and get a MACH BIKE.\p"
.string "Then, try exploring the GRANITE\n"
.string "CAVE thoroughly.\p"
.string "You may make a new discovery\n"
.string "there.$"
2018-01-16 05:38:10 +01:00
gText_Steven_Pokenav_2B5C53:: @ 82B5C53
2017-11-11 01:12:18 +01:00
.string "STEVEN: Hi, {PLAYER}{STRING 5}!\p"
2018-12-07 16:41:08 +01:00
.string "I've met a lot of different\n"
2017-11-11 01:12:18 +01:00
.string "TRAINERS so far.\p"
2018-12-07 16:41:08 +01:00
.string "But you're one of a kind.\n"
.string "You're not like anyone else.$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Steven_Pokenav_2B5CC9:: @ 82B5CC9
2017-11-11 01:12:18 +01:00
.string "STEVEN: Hi, {PLAYER}{STRING 5}!\p"
2018-12-07 16:41:08 +01:00
.string "When you're on an adventure with\n"
2017-11-11 01:12:18 +01:00
.string "your POKéMON, what do you think?\p"
.string "Do you consider them to be strong\n"
.string "partners?\p"
.string "Do you think of them as fun\n"
.string "companions?\p"
.string "Depending on how you think, your\n"
2018-12-07 16:41:08 +01:00
.string "adventure's significance changes.$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Steven_Pokenav_2B5DB4:: @ 82B5DB4
2017-11-11 01:12:18 +01:00
.string "STEVEN: Hello?\n"
.string "{PLAYER}{STRING 5}?\p"
2018-12-07 16:41:08 +01:00
.string "I'm involved in a spot of trouble\n"
2017-11-11 01:12:18 +01:00
.string "at the SPACE CENTER.\p"
2018-12-07 16:41:08 +01:00
.string "I'm sorry, but I can't talk now.\n"
2017-11-11 01:12:18 +01:00
.string "Bye!$"
2018-01-16 05:38:10 +01:00
gText_Steven_Pokenav_2B5E26:: @ 82B5E26
2017-11-11 01:12:18 +01:00
.string "STEVEN: Oh!\n"
.string "{PLAYER}{STRING 5}!\p"
2018-12-07 16:41:08 +01:00
.string "There's no need to talk.\n"
.string "It's past time for talking.\p"
2017-11-11 01:12:18 +01:00
.string "You have to believe in yourself\n"
2018-12-07 16:41:08 +01:00
.string "and do what's right.$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_Steven_Pokenav_2B5EA2:: @ 82B5EA2
2017-11-11 01:12:18 +01:00
.string " \p"
.string "STEVEN appears not to be getting\n"
.string "the call$"
2018-01-16 05:38:10 +01:00
gText_Steven_Pokenav_2B5ED9:: @ 82B5ED9
2017-11-11 01:12:18 +01:00
.string "STEVEN: {PLAYER}{STRING 5} Congratulations\n"
.string "for entering the HALL OF FAME.\p"
.string " \n"
.string " \p"
.string "I hope we can meet again\n"
.string "somewhere!$"
2017-11-10 02:21:31 +01:00
Route101_Text_2B5F52: @ 82B5F52
.string "PROF. BIRCH: Oh, {PLAYER}{KUN}!\n"
2018-12-07 16:41:08 +01:00
.string "I've already heard about you!\p"
.string "It seems your POKéNAV's been\n"
2017-11-10 02:21:31 +01:00
.string "upgraded with MATCH CALL.\p"
.string "Well, I should register, too!\p"
2018-12-07 16:41:08 +01:00
.string "That way, I'd be able to examine\n"
.string "your POKéDEX even while you're\l"
2017-11-10 02:21:31 +01:00
.string "out in the field.\p"
.string " $"
Route101_Text_2B603A: @ 82B603A
.string "Registered PROF. BIRCH\n"
.string "in the POKéNAV.$"
2017-11-11 01:12:18 +01:00
.string "PROF. BIRCH: When one has both\n"
.string "the POKéDEX and POKéNAV, studying\l"
.string "POKéMON becomes more fun, eh?$"
2018-01-16 05:38:10 +01:00
gText_MrStone_Pokenav_2B60C0:: @ 82B60C0
2017-11-11 01:12:18 +01:00
.string "MR. STONE: Oh? {PLAYER}{STRING 5}!\p"
.string "Since you called me, the POKéNAV\n"
.string "must be working properly!\p"
.string "Other people will be registered,\n"
.string "so try calling them up, too!\p"
.string "Good! Good!\n"
.string "You seem to be quite happy!\p"
.string "Hm\n"
.string "How could I know that?\p"
2018-12-07 16:41:08 +01:00
.string "It's because I'm looking down at\n"
2017-11-11 01:12:18 +01:00
.string "you from my office window!\p"
.string "Wahahaha!\n"
.string "See you again!$"
2018-01-16 05:38:10 +01:00
gText_MrStone_Pokenav_2B61E6:: @ 82B61E6
2017-11-11 01:12:18 +01:00
.string "MR. STONE: Oh? {PLAYER}{STRING 5}!\p"
2018-12-07 16:41:08 +01:00
.string "What's wrong? Have you forgotten\n"
2017-11-11 01:12:18 +01:00
.string "about that little errand of mine?\p"
.string "I need you to deliver my letter\n"
.string "to STEVEN in DEWFORD.\p"
.string "After that, deliver our parcel to\n"
.string "CAPT. STERN in SLATEPORT.\p"
2018-12-07 16:41:08 +01:00
.string "You remember, don't you?\p"
2017-11-11 01:12:18 +01:00
.string "Now, since I am a busy PRESIDENT,\n"
.string "I have to go! Bye-bye!$"
2018-01-16 05:38:10 +01:00
gText_MrStone_Pokenav_2B6302:: @ 82B6302
2017-11-11 01:12:18 +01:00
.string "MR. STONE: Oh! {PLAYER}{STRING 5}!\p"
2018-12-07 16:41:08 +01:00
.string "Ah, so you've met STEVEN!\n"
.string "I'd better reward you, then!\p"
2017-11-11 01:12:18 +01:00
.string "When you visit RUSTBORO again,\n"
.string "come see me at my office.\p"
2018-12-07 16:41:08 +01:00
.string "I'll be waiting for you!$"
2017-11-11 01:12:18 +01:00
2018-01-16 05:38:10 +01:00
gText_MrStone_Pokenav_2B63A0:: @ 82B63A0
2017-11-11 01:12:18 +01:00
.string "MR. STONE: Oh! {PLAYER}{STRING 5}!\p"
.string "Did you know that DEVON was\n"
.string "digging the RUSTURF TUNNEL?\p"
.string "But we shut down the operation to\n"
.string "protect the POKéMON in the area.\p"
2018-12-07 16:41:08 +01:00
.string "It's a no-brainer, really.\p"
.string "It's more important to let POKéMON\n"
2017-11-11 01:12:18 +01:00
.string "live in peace than worry about our\l"
.string "own convenience.$"
2018-01-16 05:38:10 +01:00
gText_MrStone_Pokenav_2B64A2:: @ 82B64A2
2017-11-11 01:12:18 +01:00
.string "MR. STONE: Hello, hello, {PLAYER}{STRING 5}!\p"
.string "I heard from someone in PETALBURG\n"
2018-12-07 16:41:08 +01:00
.string "that you're NORMAN's child!\p"
.string "No wonder you're such a capable\n"
2017-11-11 01:12:18 +01:00
.string "being!$"
2018-01-16 05:38:10 +01:00
gText_MrStone_Pokenav_2B6526:: @ 82B6526
2018-12-07 16:41:08 +01:00
.string "MR. STONE: What's that?\p"
2017-11-11 01:12:18 +01:00
.string "You battled your own father and\n"
.string "defeated him?\p"
2018-12-07 16:41:08 +01:00
.string "That's astounding!\p"
2017-11-11 01:12:18 +01:00
.string "I had no idea that I befriended\n"
.string "someone so special! Wahaha!$"
2018-01-16 05:38:10 +01:00
gText_MrStone_Pokenav_2B65BB:: @ 82B65BB
2017-11-11 01:12:18 +01:00
.string "Hello!\n"
.string "This is DEVON CORPORATI\l"
.string "Oh, hello, {PLAYER}!\p"
.string "Our PRESIDENT was here a little\n"
2018-12-07 16:41:08 +01:00
.string "while ago, but he's gone out.\p"
2017-11-11 01:12:18 +01:00
.string "Our PRESIDENT is busy, but you\n"
.string "seem to be just as busy, {PLAYER}.$"
2018-01-16 05:38:10 +01:00
gText_MrStone_Pokenav_2B6664:: @ 82B6664
2018-12-07 16:41:08 +01:00
.string "Huh? What's that?\p"
2017-11-11 01:12:18 +01:00
.string "GROU Yes? DON?\p"
2018-12-07 16:41:08 +01:00
.string "You're breaking up\n"
.string "can't hear\p"
2017-11-11 01:12:18 +01:00
.string "BZZZZ$"
2018-01-16 05:38:10 +01:00
gText_MrStone_Pokenav_2B66B1:: @ 82B66B1
2018-12-07 16:41:08 +01:00
.string "Huh? What's that?\p"
2017-11-11 01:12:18 +01:00
.string "Seaflo Yes? Caver?\p"
2018-12-07 16:41:08 +01:00
.string "You're breaking up\n"
.string "can't hear\p"
2017-11-11 01:12:18 +01:00
.string "BZZZZ$"
2018-01-16 05:38:10 +01:00
gText_MrStone_Pokenav_2B6703:: @ 82B6703
2018-12-07 16:41:08 +01:00
.string "MR. STONE: {PLAYER}{STRING 5}! It's me!\p"
2017-11-11 01:12:18 +01:00
.string "You were apparently involved in all\n"
.string "sorts of things, but I, being busy,\l"
2018-12-07 16:41:08 +01:00
.string "haven't a clue exactly what!\p"
2017-11-11 01:12:18 +01:00
.string "However, I urge you to take\n"
.string "the road you believe in and walk it.\p"
2018-12-07 16:41:08 +01:00
.string "I'll always be in your corner!\n"
2017-11-11 01:12:18 +01:00
.string "Take care!$"
2018-01-16 05:38:10 +01:00
gText_MrStone_Pokenav_2B67ED:: @ 82B67ED
2017-11-11 01:12:18 +01:00
.string "MR. STONE: \n"
.string "Is this maybe {PLAYER}{STRING 5}?\p"
.string "Your voice is so full of confidence,\n"
2018-12-07 16:41:08 +01:00
.string "I didn't recognize you right off!\p"
2017-11-11 01:12:18 +01:00
.string "Hm! You must come visit us at DEVON\n"
.string "sometime!$"
2017-11-10 02:21:31 +01:00
2018-10-14 11:37:44 +02:00
.include "data/scripts/apprentice.inc"
gBattleDomeOpponentPotential1::
2017-11-11 01:12:18 +01:00
.string "The best candidate to be a champ!$"
gBattleDomeOpponentPotential2::
2017-11-11 01:12:18 +01:00
.string "A sure-finalist team.$"
gBattleDomeOpponentPotential3::
2017-11-11 01:12:18 +01:00
.string "A likely top-three finisher.$"
gBattleDomeOpponentPotential4::
2017-11-11 01:12:18 +01:00
.string "A candidate to finish first.$"
gBattleDomeOpponentPotential5::
2017-11-11 01:12:18 +01:00
.string "A team with top-class potential.$"
gBattleDomeOpponentPotential6::
2017-11-11 01:12:18 +01:00
.string "The dark horse team this tournament.$"
gBattleDomeOpponentPotential7::
2017-11-11 01:12:18 +01:00
.string "A better-than-average team.$"
gBattleDomeOpponentPotential8::
2018-12-07 16:41:08 +01:00
.string "This tournament's average team.$"
2017-11-11 01:12:18 +01:00
gBattleDomeOpponentPotential9::
2017-11-11 01:12:18 +01:00
.string "A team with average potential.$"
gBattleDomeOpponentPotential10::
2017-11-11 01:12:18 +01:00
.string "A weaker-than-average team.$"
gBattleDomeOpponentPotential11::
2017-11-11 01:12:18 +01:00
.string "A team looking for its first win.$"
gBattleDomeOpponentPotential12::
2017-11-11 01:12:18 +01:00
.string "One win will make this team proud.$"
gBattleDomeOpponentPotential13::
2017-11-11 01:12:18 +01:00
.string "Overall, a weak team.$"
gBattleDomeOpponentPotential14::
2017-11-11 01:12:18 +01:00
.string "A team with very low potential.$"
gBattleDomeOpponentPotential15::
2017-11-11 01:12:18 +01:00
.string "A team unlikely to win the tournament.$"
gBattleDomeOpponentPotential16::
2017-11-11 01:12:18 +01:00
.string "The team most unlikely to win.$"
gBattleDomeOpponentPotential17::
2017-11-11 01:12:18 +01:00
.string "The perfect, invincible superstar!$"
gBattleDomeOpponentStyle1::
2017-11-11 01:12:18 +01:00
.string "Willing to risk total disaster at times.$"
gBattleDomeOpponentStyle2::
2017-11-11 01:12:18 +01:00
.string "Skilled at enduring long battles.$"
gBattleDomeOpponentStyle3::
2017-11-11 01:12:18 +01:00
.string "Varies tactics to suit the opponent.$"
gBattleDomeOpponentStyle4::
2017-11-11 01:12:18 +01:00
.string "Has a tough winning pattern.$"
gBattleDomeOpponentStyle5::
2017-11-11 01:12:18 +01:00
.string "Occasionally uses a very rare move.$"
gBattleDomeOpponentStyle6::
2017-11-11 01:12:18 +01:00
.string "Uses startling and disruptive moves.$"
gBattleDomeOpponentStyle7::
2017-11-11 01:12:18 +01:00
.string "Constantly watches HP in battle.$"
gBattleDomeOpponentStyle8::
2017-11-11 01:12:18 +01:00
.string "Good at storing then loosing power.$"
gBattleDomeOpponentStyle9::
2017-11-11 01:12:18 +01:00
.string "Skilled at enfeebling foes.$"
gBattleDomeOpponentStyle10::
2017-11-11 01:12:18 +01:00
.string "Prefers tactics that rely on luck.$"
gBattleDomeOpponentStyle11::
2017-11-11 01:12:18 +01:00
.string "Attacks with a regal atmosphere.$"
gBattleDomeOpponentStyle12::
2017-11-11 01:12:18 +01:00
.string "Attacks with powerful, low-PP moves.$"
gBattleDomeOpponentStyle13::
2017-11-11 01:12:18 +01:00
.string "Skilled at enfeebling, then attacking.$"
gBattleDomeOpponentStyle14::
2017-11-11 01:12:18 +01:00
.string "Battles while enduring all attacks.$"
gBattleDomeOpponentStyle15::
2017-11-11 01:12:18 +01:00
.string "Skilled at upsetting foes emotionally.$"
gBattleDomeOpponentStyle16::
2017-11-11 01:12:18 +01:00
.string "Uses strong and straightforward moves.$"
gBattleDomeOpponentStyle17::
2017-11-11 01:12:18 +01:00
.string "Aggressively uses strong moves.$"
gBattleDomeOpponentStyle18::
2017-11-11 01:12:18 +01:00
.string "Battles while cleverly dodging attacks.$"
gBattleDomeOpponentStyle19::
2017-11-11 01:12:18 +01:00
.string "Skilled at using upsetting attacks.$"
gBattleDomeOpponentStyle20::
2017-11-11 01:12:18 +01:00
.string "Uses many popular moves.$"
gBattleDomeOpponentStyle21::
2017-11-11 01:12:18 +01:00
.string "Has moves for powerful combinations.$"
gBattleDomeOpponentStyle22::
2017-11-11 01:12:18 +01:00
.string "Uses high-probability attacks.$"
gBattleDomeOpponentStyle23::
2017-11-11 01:12:18 +01:00
.string "Aggressively uses spectacular moves.$"
gBattleDomeOpponentStyle24::
2017-11-11 01:12:18 +01:00
.string "Emphasizes offense over defense.$"
gBattleDomeOpponentStyle25::
2017-11-11 01:12:18 +01:00
.string "Emphasizes defense over offense.$"
gBattleDomeOpponentStyle26::
2017-11-11 01:12:18 +01:00
.string "Attacks quickly with strong moves.$"
gBattleDomeOpponentStyle27::
2017-11-11 01:12:18 +01:00
.string "Often uses moves with added effects.$"
gBattleDomeOpponentStyle28::
2017-11-11 01:12:18 +01:00
.string "Uses a well-balanced mix of moves.$"
gBattleDomeOpponentStyleUnused1::
2017-11-11 01:12:18 +01:00
.string "This is sample message 1.$"
gBattleDomeOpponentStyleUnused2::
2017-11-11 01:12:18 +01:00
.string "This is sample message 2.$"
gBattleDomeOpponentStyleUnused3::
2017-11-11 01:12:18 +01:00
.string "This is sample message 3.$"
gBattleDomeOpponentStyleUnused4::
2017-11-11 01:12:18 +01:00
.string "This is sample message 4.$"
gBattleDomeOpponentStats1::
2017-11-11 01:12:18 +01:00
.string "Emphasizes HP and ATTACK.$"
gBattleDomeOpponentStats2::
2017-11-11 01:12:18 +01:00
.string "Emphasizes HP and DEFENSE.$"
gBattleDomeOpponentStats3::
2017-11-11 01:12:18 +01:00
.string "Emphasizes HP and SPEED.$"
gBattleDomeOpponentStats4::
2017-11-11 01:12:18 +01:00
.string "Emphasizes HP and SP. ATTACK.$"
gBattleDomeOpponentStats5::
2017-11-11 01:12:18 +01:00
.string "Emphasizes HP and SP. DEFENSE.$"
gBattleDomeOpponentStats6::
2017-11-11 01:12:18 +01:00
.string "Emphasizes ATTACK and DEFENSE.$"
gBattleDomeOpponentStats7::
2017-11-11 01:12:18 +01:00
.string "Emphasizes ATTACK and SPEED.$"
gBattleDomeOpponentStats8::
2017-11-11 01:12:18 +01:00
.string "Emphasizes ATTACK and SP. ATTACK.$"
gBattleDomeOpponentStats9::
2017-11-11 01:12:18 +01:00
.string "Emphasizes ATTACK and SP. DEFENSE.$"
gBattleDomeOpponentStats10::
2017-11-11 01:12:18 +01:00
.string "Emphasizes DEFENSE and SPEED.$"
gBattleDomeOpponentStats11::
2017-11-11 01:12:18 +01:00
.string "Emphasizes DEFENSE and SP. ATTACK.$"
gBattleDomeOpponentStats12::
2017-11-11 01:12:18 +01:00
.string "Emphasizes DEFENSE and SP. DEFENSE.$"
gBattleDomeOpponentStats13::
2017-11-11 01:12:18 +01:00
.string "Emphasizes SPEED and SP. ATTACK.$"
gBattleDomeOpponentStats14::
2017-11-11 01:12:18 +01:00
.string "Emphasizes SPEED and SP. DEFENSE.$"
gBattleDomeOpponentStats15::
2017-11-11 01:12:18 +01:00
.string "Emphasizes SP. ATTACK and SP. DEFENSE.$"
gBattleDomeOpponentStats16::
2017-11-11 01:12:18 +01:00
.string "Emphasizes HP.$"
gBattleDomeOpponentStats17::
2017-11-11 01:12:18 +01:00
.string "Emphasizes ATTACK.$"
gBattleDomeOpponentStats18::
2017-11-11 01:12:18 +01:00
.string "Emphasizes DEFENSE.$"
gBattleDomeOpponentStats19::
2017-11-11 01:12:18 +01:00
.string "Emphasizes SPEED.$"
gBattleDomeOpponentStats20::
2017-11-11 01:12:18 +01:00
.string "Emphasizes SP. ATTACK.$"
gBattleDomeOpponentStats21::
2017-11-11 01:12:18 +01:00
.string "Emphasizes SP. DEFENSE.$"
gBattleDomeOpponentStats22::
2017-11-11 01:12:18 +01:00
.string "Neglects HP and ATTACK.$"
gBattleDomeOpponentStats23::
2017-11-11 01:12:18 +01:00
.string "Neglects HP and DEFENSE.$"
gBattleDomeOpponentStats24::
2017-11-11 01:12:18 +01:00
.string "Neglects HP and SPEED.$"
gBattleDomeOpponentStats25::
2017-11-11 01:12:18 +01:00
.string "Neglects HP and SP. ATTACK.$"
gBattleDomeOpponentStats26::
2017-11-11 01:12:18 +01:00
.string "Neglects HP and SP. DEFENSE.$"
gBattleDomeOpponentStats27::
2017-11-11 01:12:18 +01:00
.string "Neglects ATTACK and DEFENSE.$"
gBattleDomeOpponentStats28::
2017-11-11 01:12:18 +01:00
.string "Neglects ATTACK and SPEED.$"
gBattleDomeOpponentStats29::
2017-11-11 01:12:18 +01:00
.string "Neglects ATTACK and SP. ATTACK.$"
gBattleDomeOpponentStats30::
2017-11-11 01:12:18 +01:00
.string "Neglects ATTACK and SP. DEFENSE.$"
gBattleDomeOpponentStats31::
2017-11-11 01:12:18 +01:00
.string "Neglects DEFENSE and SPEED.$"
gBattleDomeOpponentStats32::
2017-11-11 01:12:18 +01:00
.string "Neglects DEFENSE and SP. ATTACK.$"
gBattleDomeOpponentStats33::
2017-11-11 01:12:18 +01:00
.string "Neglects DEFENSE and SP. DEFENSE.$"
gBattleDomeOpponentStats34::
2017-11-11 01:12:18 +01:00
.string "Neglects SPEED and SP. ATTACK.$"
gBattleDomeOpponentStats35::
2017-11-11 01:12:18 +01:00
.string "Neglects SPEED and SP. DEFENSE.$"
gBattleDomeOpponentStats36::
2017-11-11 01:12:18 +01:00
.string "Neglects SP. ATTACK and SP. DEFENSE.$"
gBattleDomeOpponentStats37::
2017-11-11 01:12:18 +01:00
.string "Neglects HP.$"
gBattleDomeOpponentStats38::
2017-11-11 01:12:18 +01:00
.string "Neglects ATTACK.$"
gBattleDomeOpponentStats39::
2017-11-11 01:12:18 +01:00
.string "Neglects DEFENSE.$"
gBattleDomeOpponentStats40::
2017-11-11 01:12:18 +01:00
.string "Neglects SPEED.$"
gBattleDomeOpponentStats41::
2017-11-11 01:12:18 +01:00
.string "Neglects SP. ATTACK.$"
gBattleDomeOpponentStats42::
2017-11-11 01:12:18 +01:00
.string "Neglects SP. DEFENSE.$"
gBattleDomeOpponentStats43::
2017-11-11 01:12:18 +01:00
.string "Raises POKéMON in a well-balanced way.$"
gBattleDomeWinStrings1::
2017-11-11 01:12:18 +01:00
.string "Let the battle begin!$"
gBattleDomeWinStrings2::
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_1} won using {STR_VAR_2}!$"
gBattleDomeWinStrings3::
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_1} became the champ!$"
gBattleDomeWinStrings4::
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_1} won by default!$"
gBattleDomeWinStrings5::
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_1} won outright by default!$"
gBattleDomeWinStrings6::
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_1} won without using a move!$"
gBattleDomeWinStrings7::
2017-11-11 01:12:18 +01:00
.string "{STR_VAR_1} won outright with no moves!$"
gBattleDomeMatchNumber1::
2017-11-11 01:12:18 +01:00
.string "Round 1, Match 1$"
gBattleDomeMatchNumber2::
2017-11-11 01:12:18 +01:00
.string "Round 1, Match 2$"
gBattleDomeMatchNumber3::
2017-11-11 01:12:18 +01:00
.string "Round 1, Match 3$"
gBattleDomeMatchNumber4::
2017-11-11 01:12:18 +01:00
.string "Round 1, Match 4$"
gBattleDomeMatchNumber5::
2017-11-11 01:12:18 +01:00
.string "Round 1, Match 5$"
gBattleDomeMatchNumber6::
2017-11-11 01:12:18 +01:00
.string "Round 1, Match 6$"
gBattleDomeMatchNumber7::
2017-11-11 01:12:18 +01:00
.string "Round 1, Match 7$"
gBattleDomeMatchNumber8::
2017-11-11 01:12:18 +01:00
.string "Round 1, Match 8$"
gBattleDomeMatchNumber9::
2017-11-11 01:12:18 +01:00
.string "Round 2, Match 1$"
gBattleDomeMatchNumber10::
2017-11-11 01:12:18 +01:00
.string "Round 2, Match 2$"
gBattleDomeMatchNumber11::
2017-11-11 01:12:18 +01:00
.string "Round 2, Match 3$"
gBattleDomeMatchNumber12::
2017-11-11 01:12:18 +01:00
.string "Round 2, Match 4$"
gBattleDomeMatchNumber13::
2017-11-11 01:12:18 +01:00
.string "Semifinal Match 1$"
gBattleDomeMatchNumber14::
2017-11-11 01:12:18 +01:00
.string "Semifinal Match 2$"
gBattleDomeMatchNumber15::
2017-11-11 01:12:18 +01:00
.string "Final Match$"
BattleFrontier_BattlePikeRandomRoom1_MapScripts_2C3E1B: @ 82C3E1B
map_script 3, BattleFrontier_BattlePikeRandomRoom1_MapScript1_2C3E25
map_script 4, BattleFrontier_BattlePikeRandomRoom1_MapScript2_2C3EDE
2017-11-10 02:21:31 +01:00
BattleFrontier_BattlePikeRandomRoom1_MapScript1_2C3E25: @ 82C3E25
setvar VAR_0x8004, 4
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 5
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
2017-11-10 02:21:31 +01:00
switch VAR_RESULT
case 0, BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3EB1
case 1, BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3EB1
case 2, BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3EC0
case 3, BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3EA2
case 4, BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3EB1
case 7, BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3E93
case 6, BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3EA2
case 8, BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3ECF
end
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3E93:: @ 82C3E93
setobjectxyperm 1, 2, 5
setobjectxyperm 2, 6, 5
end
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3EA2:: @ 82C3EA2
setobjectxyperm 1, 4, 4
setobjectxyperm 2, 3, 4
end
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3EB1:: @ 82C3EB1
setobjectxyperm 1, 4, 4
setobjectxyperm 2, 0, 0
end
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3EC0:: @ 82C3EC0
setobjectxyperm 1, 5, 5
setobjectxyperm 2, 0, 0
end
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3ECF:: @ 82C3ECF
setobjectxyperm 1, 4, 3
setobjectxyperm 2, 4, 4
end
BattleFrontier_BattlePikeRandomRoom1_MapScript2_2C3EDE: @ 82C3EDE
2018-05-19 18:02:43 +02:00
map_script_2 VAR_TEMP_4, 0, BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3EE8
2017-11-10 02:21:31 +01:00
.2byte 0
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3EE8:: @ 82C3EE8
2018-12-25 02:12:51 +01:00
setvar VAR_OBJ_GFX_ID_1, EVENT_OBJ_GFX_LINK_RECEPTIONIST
setvar VAR_OBJ_GFX_ID_0, EVENT_OBJ_GFX_LINK_RECEPTIONIST
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 5
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
compare VAR_RESULT, 3
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3F35
compare VAR_RESULT, 6
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3F35
compare VAR_RESULT, 7
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3F35
compare VAR_RESULT, 8
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3F3F
hideobjectat 2, MAP_BATTLE_FRONTIER_BATTLE_PIKE_RANDOM_ROOM1
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_4, 1
2017-11-10 02:21:31 +01:00
turnobject 255, 2
end
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3F35:: @ 82C3F35
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_4, 1
2017-11-10 02:21:31 +01:00
turnobject 255, 2
end
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C3F3F:: @ 82C3F3F
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_4, 1
2017-11-10 02:21:31 +01:00
turnobject 255, 2
hideobjectat 1, MAP_BATTLE_FRONTIER_BATTLE_PIKE_RANDOM_ROOM1
2017-11-10 02:21:31 +01:00
end
BattleFrontier_BattlePikeThreePathRoom_EventScript_2C3F4E:: @ 82C3F4E
setvar VAR_0x8007, 0
goto BattleFrontier_BattlePikeThreePathRoom_EventScript_2C3F6F
end
BattleFrontier_BattlePikeThreePathRoom_EventScript_2C3F59:: @ 82C3F59
setvar VAR_0x8007, 1
goto BattleFrontier_BattlePikeThreePathRoom_EventScript_2C3F6F
end
BattleFrontier_BattlePikeThreePathRoom_EventScript_2C3F64:: @ 82C3F64
setvar VAR_0x8007, 2
goto BattleFrontier_BattlePikeThreePathRoom_EventScript_2C3F6F
end
BattleFrontier_BattlePikeThreePathRoom_EventScript_2C3F6F:: @ 82C3F6F
setvar VAR_0x8004, 1
setvar VAR_0x8005, 1
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
2017-11-10 02:21:31 +01:00
addvar VAR_RESULT, 1
setvar VAR_0x8004, 2
setvar VAR_0x8005, 1
copyvar VAR_0x8006, VAR_RESULT
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 1
setvar VAR_0x8005, 2
2018-11-01 21:31:10 +01:00
special CallFrontierUtilFunc
2017-11-10 02:21:31 +01:00
addvar VAR_RESULT, 1
setvar VAR_0x8004, 2
setvar VAR_0x8005, 2
copyvar VAR_0x8006, VAR_RESULT
2018-11-01 21:31:10 +01:00
special CallFrontierUtilFunc
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 0
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 5
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
2017-11-10 02:21:31 +01:00
switch VAR_RESULT
case 0, BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4030
case 1, BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4030
case 2, BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4030
case 3, BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4030
case 4, BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4030
case 5, BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4049
case 6, BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4030
case 7, BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4030
case 8, BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4030
end
BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4030:: @ 82C4030
applymovement EVENT_OBJ_ID_PLAYER, BattleFrontier_BattlePikeThreePathRoom_Movement_2C427A
2017-11-10 02:21:31 +01:00
waitmovement 0
call BattleFrontier_BattlePikeThreePathRoom_EventScript_25BB49
warpsilent MAP_BATTLE_FRONTIER_BATTLE_PIKE_RANDOM_ROOM1, 255, 4, 7
2017-11-10 02:21:31 +01:00
waitstate
end
BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4049:: @ 82C4049
applymovement EVENT_OBJ_ID_PLAYER, BattleFrontier_BattlePikeThreePathRoom_Movement_2C427A
2017-11-10 02:21:31 +01:00
waitmovement 0
call BattleFrontier_BattlePikeThreePathRoom_EventScript_25BB49
warpsilent MAP_BATTLE_FRONTIER_BATTLE_PIKE_RANDOM_ROOM3, 255, 4, 19
2017-11-10 02:21:31 +01:00
waitstate
end
BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4062:: @ 82C4062
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_3, 1
setvar VAR_TEMP_2, 1
2017-11-10 02:21:31 +01:00
end
BattleFrontier_BattlePikeThreePathRoom_EventScript_2C406D:: @ 82C406D
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_3, 0
setvar VAR_TEMP_2, 0
2017-11-10 02:21:31 +01:00
lockall
msgbox BattleFrontier_BattlePikeThreePathRoom_Text_25CE36, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
end
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C4082:: @ 82C4082
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_3, 1
setvar VAR_TEMP_2, 1
2017-11-10 02:21:31 +01:00
end
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C408D:: @ 82C408D
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_3, 0
setvar VAR_TEMP_2, 0
2017-11-10 02:21:31 +01:00
lockall
msgbox BattleFrontier_BattlePikeRandomRoom1_Text_25CE36, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
end
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C40A2:: @ 82C40A2
setvar VAR_0x8004, 25
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
compare VAR_RESULT, 1
2018-12-22 03:32:45 +01:00
call_if_eq BattleFrontier_BattlePikeRandomRoom1_EventScript_2C4128
compare VAR_RESULT, 1
2018-12-22 03:32:45 +01:00
call_if_ne BattleFrontier_BattlePikeRandomRoom1_EventScript_2C4136
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 1
setvar VAR_0x8005, 1
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
2017-11-10 02:21:31 +01:00
addvar VAR_RESULT, 1
setvar VAR_0x8004, 2
setvar VAR_0x8005, 1
copyvar VAR_0x8006, VAR_RESULT
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 1
setvar VAR_0x8005, 2
2018-11-01 21:31:10 +01:00
special CallFrontierUtilFunc
2017-11-10 02:21:31 +01:00
addvar VAR_RESULT, 1
setvar VAR_0x8004, 2
setvar VAR_0x8005, 2
copyvar VAR_0x8006, VAR_RESULT
2018-11-01 21:31:10 +01:00
special CallFrontierUtilFunc
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 3
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
compare VAR_RESULT, 1
2018-12-22 03:32:45 +01:00
call_if_eq BattleFrontier_BattlePikeRandomRoom1_EventScript_2C4144
compare VAR_RESULT, 0
2018-12-22 03:32:45 +01:00
call_if_eq BattleFrontier_BattlePikeRandomRoom1_EventScript_2C415C
2017-11-10 02:21:31 +01:00
waitstate
end
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C4128:: @ 82C4128
BattleFrontier_BattlePikeRandomRoom3_EventScript_2C4128:: @ 82C4128
setvar VAR_0x8004, 24
setvar VAR_0x8005, 1
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
2017-11-10 02:21:31 +01:00
return
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C4136:: @ 82C4136
BattleFrontier_BattlePikeRandomRoom3_EventScript_2C4136:: @ 82C4136
setvar VAR_0x8004, 24
setvar VAR_0x8005, 0
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
2017-11-10 02:21:31 +01:00
return
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C4144:: @ 82C4144
BattleFrontier_BattlePikeRandomRoom3_EventScript_2C4144:: @ 82C4144
applymovement EVENT_OBJ_ID_PLAYER, BattleFrontier_BattlePikeRandomRoom1_Movement_2C427A
2017-11-10 02:21:31 +01:00
waitmovement 0
call BattleFrontier_BattlePikeRandomRoom1_EventScript_25BB49
warpsilent MAP_BATTLE_FRONTIER_BATTLE_PIKE_RANDOM_ROOM2, 255, 2, 7
2017-11-10 02:21:31 +01:00
return
BattleFrontier_BattlePikeRandomRoom1_EventScript_2C415C:: @ 82C415C
BattleFrontier_BattlePikeRandomRoom3_EventScript_2C415C:: @ 82C415C
applymovement EVENT_OBJ_ID_PLAYER, BattleFrontier_BattlePikeRandomRoom1_Movement_2C427A
2017-11-10 02:21:31 +01:00
waitmovement 0
call BattleFrontier_BattlePikeRandomRoom1_EventScript_25BB49
warpsilent MAP_BATTLE_FRONTIER_BATTLE_PIKE_THREE_PATH_ROOM, 255, 6, 10
2017-11-10 02:21:31 +01:00
return
BattleFrontier_BattlePikeRandomRoom3_EventScript_2C4174:: @ 82C4174
setvar VAR_0x8004, 7
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 25
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
compare VAR_RESULT, 1
2018-12-22 03:32:45 +01:00
call_if_eq BattleFrontier_BattlePikeRandomRoom3_EventScript_2C4128
compare VAR_RESULT, 1
2018-12-22 03:32:45 +01:00
call_if_ne BattleFrontier_BattlePikeRandomRoom3_EventScript_2C4136
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 1
setvar VAR_0x8005, 1
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
2017-11-10 02:21:31 +01:00
addvar VAR_RESULT, 1
setvar VAR_0x8004, 2
setvar VAR_0x8005, 1
copyvar VAR_0x8006, VAR_RESULT
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 1
setvar VAR_0x8005, 2
2018-11-01 21:31:10 +01:00
special CallFrontierUtilFunc
2017-11-10 02:21:31 +01:00
addvar VAR_RESULT, 1
setvar VAR_0x8004, 2
setvar VAR_0x8005, 2
copyvar VAR_0x8006, VAR_RESULT
2018-11-01 21:31:10 +01:00
special CallFrontierUtilFunc
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 3
2018-11-12 14:35:56 +01:00
special CallBattlePikeFunction
compare VAR_RESULT, 1
2018-12-22 03:32:45 +01:00
call_if_eq BattleFrontier_BattlePikeRandomRoom3_EventScript_2C4144
compare VAR_RESULT, 0
2018-12-22 03:32:45 +01:00
call_if_eq BattleFrontier_BattlePikeRandomRoom3_EventScript_2C415C
2017-11-10 02:21:31 +01:00
waitstate
end
BattleFrontier_BattlePikeRandomRoom3_EventScript_2C4202:: @ 82C4202
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_3, 1
setvar VAR_TEMP_2, 1
2017-11-10 02:21:31 +01:00
end
BattleFrontier_BattlePikeRandomRoom3_EventScript_2C420D:: @ 82C420D
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_3, 0
setvar VAR_TEMP_2, 0
2017-11-10 02:21:31 +01:00
lockall
msgbox BattleFrontier_BattlePikeRandomRoom3_Text_25CE36, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
end
BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4222:: @ 82C4222
setvar VAR_0x8004, 2
setvar VAR_0x8005, 0
setvar VAR_0x8006, 4
2018-11-01 21:31:10 +01:00
special CallFrontierUtilFunc
warp MAP_BATTLE_FRONTIER_BATTLE_PIKE_LOBBY, 255, 5, 6
2017-11-10 02:21:31 +01:00
waitstate
end
BattleFrontier_BattlePikeRandomRoom1_MapScript1_2C423E: @ 82C423E
BattleFrontier_BattlePikeThreePathRoom_MapScript1_2C423E: @ 82C423E
setorcopyvar VAR_0x8006, VAR_RESULT
setvar VAR_0x8004, 1
setvar VAR_0x8005, 0
2018-11-01 21:31:10 +01:00
special CallFrontierUtilFunc
compare VAR_RESULT, 2
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattlePikeThreePathRoom_EventScript_2C426B
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq BattleFrontier_BattlePikeThreePathRoom_EventScript_2C426B
2017-11-10 02:21:31 +01:00
call BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4271
BattleFrontier_BattlePikeThreePathRoom_EventScript_2C426B:: @ 82C426B
setorcopyvar VAR_RESULT, VAR_0x8006
end
BattleFrontier_BattlePikeRandomRoom3_EventScript_2C4271:: @ 82C4271
BattleFrontier_BattlePikeThreePathRoom_EventScript_2C4271:: @ 82C4271
setvar VAR_0x8004, 21
2018-11-01 21:31:10 +01:00
special CallFrontierUtilFunc
2017-11-10 02:21:31 +01:00
return
BattleFrontier_BattlePikeRandomRoom1_Movement_2C427A: @ 82C427A
BattleFrontier_BattlePikeThreePathRoom_Movement_2C427A: @ 82C427A
set_invisible
2017-11-10 02:21:31 +01:00
step_end
LilycoveCity_ContestLobby_Text_2C427C: @ 82C427C
.string "BLEND MASTER: Indeed I am!\n"
.string "The BLEND MASTER am I!\p"
.string "Blend with me, and you shall witness\n"
.string "the mastery I bring to blending!$"
LilycoveCity_ContestLobby_Text_2C42F4: @ 82C42F4
.string "BLEND MASTER: Hmmm! So, you wish to\n"
.string "see my mastery in action?$"
LilycoveCity_ContestLobby_Text_2C4332: @ 82C4332
.string "Hmmm!\p"
.string "So, you are too busy now, I see!\p"
.string "But fear not!\n"
.string "I shall be here all day!\l"
.string "Hurry back from your errand!$"
LilycoveCity_ContestLobby_Text_2C439D: @ 82C439D
.string "Hmmm!\p"
2018-12-07 16:41:08 +01:00
.string "You haven't got a single BERRY!\p"
2017-11-10 02:21:31 +01:00
.string "I shall be here all day!\n"
.string "Hurry back with some BERRIES!$"
LilycoveCity_ContestLobby_Text_2C43FA: @ 82C43FA
.string "Of course!\n"
.string "Of course!\p"
.string "Incidentally\n"
.string "You do know how to blend {POKEBLOCK}S\l"
.string "from BERRIES?$"
LilycoveCity_ContestLobby_Text_2C444C: @ 82C444C
.string "Hmmm!\p"
.string "Ah, but it is a simple process!\p"
2018-12-07 16:41:08 +01:00
.string "When the BLENDER's arrow comes to\n"
2017-11-10 02:21:31 +01:00
.string "your marker, just press the A Button.\p"
2018-12-07 16:41:08 +01:00
.string "That's all you have to do.\p"
2017-11-10 02:21:31 +01:00
.string "When you see how precisely I press\n"
.string "the A Button, you will understand.$"
LilycoveCity_ContestLobby_Text_2C451B: @ 82C451B
.string "Fine!\p"
2018-12-07 16:41:08 +01:00
.string "Let's get started, then!\p"
2017-11-10 02:21:31 +01:00
.string "All together with the BLEND MASTER,\n"
2018-12-07 16:41:08 +01:00
.string "let's BERRY BLENDER!$"
2017-11-10 02:21:31 +01:00
LilycoveCity_ContestLobby_Text_2C4573: @ 82C4573
.string "Hmmm!\p"
2018-12-07 16:41:08 +01:00
.string "You don't appear to have gotten\n"
2017-11-10 02:21:31 +01:00
.string "the {POKEBLOCK} CASE!\p"
.string "I shall be here all day!\n"
.string "Obtain the {POKEBLOCK} CASE and hurry back!$"
LilycoveCity_ContestLobby_Text_2C45E8: @ 82C45E8
.string "Hmmm!\p"
.string "Your {POKEBLOCK} CASE appears to be full!\p"
.string "I shall be here all day!\n"
.string "Use some {POKEBLOCK}S and hurry back!$"
LilycoveCity_ContestLobby_Text_2C464B: @ 82C464B
.string "Whoa!\n"
.string "Awesome!$"
LilycoveCity_ContestLobby_Text_2C465A: @ 82C465A
.string "Wickedly fast!$"
LilycoveCity_ContestLobby_Text_2C4669: @ 82C4669
.string "What an expert!$"
LilycoveCity_ContestLobby_Text_2C4679: @ 82C4679
.string "When I blended with the MASTER,\n"
.string "we made amazing {POKEBLOCK}S!$"
LilycoveCity_ContestLobby_Text_2C46B1: @ 82C46B1
.string "Eyes that track the arrow with\n"
.string "machinelike intensity\p"
.string "A hand that taps the A Button\n"
.string "with clockwork-like precision\p"
.string "Possessing these qualities makes\n"
.string "the BLEND MASTER truly great.$"
LilycoveCity_ContestLobby_Text_2C4763: @ 82C4763
2018-12-07 16:41:08 +01:00
.string "The BLEND MASTER's supposed to work\n"
2017-11-10 02:21:31 +01:00
.string "on his skills deep in the mountains.\p"
.string "Sometimes, he comes to LILYCOVE\n"
.string "to blend BERRIES all day long.$"
FallarborTown_BattleTentLobby_Text_2C47EB: @ 82C47EB
.string "I welcome you to the BATTLE TENT\n"
.string "FALLARBOR SITE!\p"
.string "I am your guide to the Set KO Tourney!$"
FallarborTown_BattleTentLobby_Text_2C4843: @ 82C4843
.string "Now, do you wish to take the challenge\n"
.string "of a Set KO Tourney?$"
FallarborTown_BattleTentLobby_Text_2C487F: @ 82C487F
.string "We await your challenge on\n"
.string "another occasion!$"
FallarborTown_BattleTentLobby_Text_2C48AC: @ 82C48AC
.string "In the FALLARBOR BATTLE TENT,\n"
.string "we undertake the Set KO Tourney.\p"
.string "All participants enter with a team of\n"
.string "three POKéMON.\p"
.string "The three POKéMON must be lined up\n"
.string "in the order that they are to appear in.\p"
.string "During battle, the POKéMON will appear\n"
.string "one at a time in the preset order.\p"
.string "Once a POKéMON enters battle, it must\n"
.string "remain out until the match is decided.\p"
.string "If a match remains undecided in\n"
.string "three turns, it goes to judging.\p"
.string "If you wish to interrupt your challenge,\n"
.string "please save the game.\p"
2018-12-07 16:41:08 +01:00
.string "If you don't save, you will not be able\n"
2017-11-10 02:21:31 +01:00
.string "to continue with your challenge.\p"
.string "If you pull off the feat of beating\n"
.string "three TRAINERS in succession,\l"
.string "we will present you with a fine prize.$"
FallarborTown_BattleTentLobby_Text_2C4B35: @ 82C4B35
.string "Before showing you to the BATTLE\n"
.string "TENT, I must save. Is that okay?$"
2017-11-11 01:12:18 +01:00
FallarborTown_BattleTentLobby_Text_2C4B77: @ 82C4B77
.string "We offer two levels of challenge,\n"
.string "Level 50 and Open Level.\l"
.string "Which is your choice?$"
2017-11-10 02:21:31 +01:00
FallarborTown_BattleTentLobby_Text_2C4BC8: @ 82C4BC8
.string "Very well, now select your\n"
.string "three POKéMON, please.$"
FallarborTown_BattleTentLobby_Text_2C4BFA: @ 82C4BFA
.string "My dear challenger!\p"
.string "You do not have the three POKéMON\n"
.string "required for entry.\p"
.string "They also must not hold the same\n"
.string "kinds of items.\p"
.string "EGGS{STR_VAR_1} ineligible.\p"
.string "When you have made your preparations,\n"
.string "please do return.$"
FallarborTown_BattleTentLobby_Text_2C4CC0: @ 82C4CC0
.string "My dear challenger!\p"
.string "You do not have the three POKéMON\n"
.string "required for entry.\p"
.string "To qualify, you must bring three\n"
.string "different kinds of POKéMON.\p"
.string "They also must not hold the same\n"
.string "kinds of items.\p"
.string "EGGS{STR_VAR_1} ineligible.\p"
.string "When you have made your preparations,\n"
.string "please do return.$"
FallarborTown_BattleTentLobby_Text_2C4DC3: @ 82C4DC3
.string "I shall now guide you to\n"
.string "the BATTLE TENT.$"
FallarborTown_BattleTentLobby_Text_2C4DED: @ 82C4DED
.string "My dear challenger!\p"
.string "You did not save the game before\n"
.string "shutting down, did you?\p"
.string "It is unfortunate, but that has\n"
.string "resulted in your disqualification\l"
.string "from your challenge.\p"
.string "You may, of course, start with a fresh\n"
.string "challenge.$"
FallarborTown_BattleTentLobby_Text_2C4EC3: @ 82C4EC3
.string "How splendid! You have beaten\n"
.string "three TRAINERS in succession!$"
FallarborTown_BattleTentLobby_Text_2C4EFF: @ 82C4EFF
.string "Please wait while I save the game.$"
FallarborTown_BattleTentLobby_Text_2C4F22: @ 82C4F22
.string "In commemoration of your 3-win streak,\n"
.string "we present you with this prize.$"
FallarborTown_BattleTentLobby_Text_2C4F69: @ 82C4F69
.string "{PLAYER} received the prize\n"
.string "{STR_VAR_1}.$"
FallarborTown_BattleTentLobby_Text_2C4F83: @ 82C4F83
.string "Oh?\n"
.string "Your BAG seems to be full.\p"
.string "I urge you to clear space and\n"
.string "return for your prize.$"
FallarborTown_BattleTentLobby_Text_2C4FD7: @ 82C4FD7
.string "Thank you so much for participating!\p"
.string "Please wait while I save the game.$"
FallarborTown_BattleTentLobby_Text_2C501F: @ 82C501F
.string "We await your challenge on\n"
.string "another occasion!$"
FallarborTown_BattleTentLobby_Text_2C504C: @ 82C504C
.string "We have been looking forward to\n"
.string "your arrival.\p"
.string "Before I show you to the BATTLE TENT,\n"
.string "I must save the game. Please wait.$"
VerdanturfTown_BattleTentLobby_Text_2C50C3: @ 82C50C3
.string "I welcome you to the BATTLE TENT\n"
.string "VERDANTURF SITE!\p"
2018-12-07 16:41:08 +01:00
.string "Here, the TRAINER's trust toward\n"
2017-11-10 02:21:31 +01:00
.string "POKéMON is tested.$"
VerdanturfTown_BattleTentLobby_Text_2C5129: @ 82C5129
.string "Do you wish to take the VERDANTURF\n"
.string "BATTLE TENT challenge?$"
VerdanturfTown_BattleTentLobby_Text_2C5163: @ 82C5163
.string "In the VERDANTURF BATTLE TENT,\n"
.string "there is one crucial rule that must\l"
.string "be obeyed.\p"
.string "TRAINERS are permitted only to switch\n"
.string "their POKéMON in and out.\p"
.string "TRAINERS are otherwise forbidden to\n"
.string "command their POKéMON.\p"
.string "The POKéMON are to behave according\n"
.string "to their nature and battle on their own.\p"
.string "You must put your trust in your\n"
.string "POKéMON and watch over them.\p"
.string "If you achieve the honor of beating\n"
.string "three TRAINERS in succession,\l"
.string "we will present you with a prize.\p"
.string "If you want to interrupt your\n"
.string "challenge, please save the game.\p"
2018-12-07 16:41:08 +01:00
.string "If you don't save before interrupting,\n"
2017-11-10 02:21:31 +01:00
.string "you will be disqualified.$"
VerdanturfTown_BattleTentLobby_Text_2C539A: @ 82C539A
.string "When you have fortified your heart\n"
.string "and POKéMON, you must return.$"
2017-11-11 01:12:18 +01:00
VerdanturfTown_BattleTentLobby_Text_2C53DB: @ 82C53DB
.string "There are two levels of difficulty,\n"
.string "Level 50 and Open Level.\l"
.string "Which is your choice of a challenge?$"
2017-11-10 02:21:31 +01:00
VerdanturfTown_BattleTentLobby_Text_2C543D: @ 82C543D
.string "Sigh\p"
.string "You do not have the three POKéMON\n"
.string "required for the challenge.\p"
.string "To enter, you must provide three\n"
.string "different kinds of POKéMON.\p"
.string "They also must not be holding\n"
.string "the same kinds of items.\p"
.string "EGGS{STR_VAR_1} ineligible.\p"
.string "Come back when you have made\n"
.string "your preparations.$"
VerdanturfTown_BattleTentLobby_Text_2C5538: @ 82C5538
.string "Sigh\p"
.string "You do not have the three POKéMON\n"
.string "required for the challenge.\p"
.string "To enter, you must provide three\n"
.string "different kinds of POKéMON.\p"
.string "They also must not be holding\n"
.string "the same kinds of items.\p"
.string "EGGS{STR_VAR_1} ineligible.\p"
.string "Come back when you have made\n"
.string "your preparations.$"
VerdanturfTown_BattleTentLobby_Text_2C5633: @ 82C5633
.string "Good. Now, you must select your\n"
.string "three POKéMON.$"
VerdanturfTown_BattleTentLobby_Text_2C5662: @ 82C5662
.string "I must save before I show you to\n"
.string "the BATTLE TENT. Is that okay?$"
VerdanturfTown_BattleTentLobby_Text_2C56A2: @ 82C56A2
.string "Good.\n"
.string "Now, follow me.$"
VerdanturfTown_BattleTentLobby_Text_2C56B8: @ 82C56B8
.string "I feel privileged for having seen\n"
2018-12-07 16:41:08 +01:00
.string "your POKéMON's exploits.\p"
2017-11-10 02:21:31 +01:00
.string "The results will be recorded.\n"
.string "I must ask you to briefly wait.$"
VerdanturfTown_BattleTentLobby_Text_2C5731: @ 82C5731
.string "To achieve a 3-win streak\p"
.string "The bonds that bind your heart with\n"
.string "your POKéMON seem firm and true.$"
VerdanturfTown_BattleTentLobby_Text_2C5791: @ 82C5791
.string "Your feat will be recorded.\n"
.string "I must ask you to briefly wait.$"
VerdanturfTown_BattleTentLobby_Text_2C57CD: @ 82C57CD
.string "For the feat of your 3-win streak,\n"
.string "we present you with this prize.$"
SlateportCity_BattleTentLobby_Text_2C5810: @ 82C5810
.string "Welcome to the BATTLE TENT\n"
.string "SLATEPORT SITE!\p"
.string "I am your guide to the Battle Swap\n"
.string "Tournament.$"
SlateportCity_BattleTentLobby_Text_2C586A: @ 82C586A
.string "Would you like to take the Battle\n"
.string "Swap challenge?$"
SlateportCity_BattleTentLobby_Text_2C589C: @ 82C589C
.string "Here at the SLATEPORT BATTLE TENT,\n"
.string "we hold Battle Swap events\l"
.string "using rental POKéMON.\p"
.string "First, you will be loaned three\n"
.string "POKéMON specifically for this event.\p"
.string "Using the supplied rental POKéMON,\n"
.string "you must conduct a SINGLE BATTLE.\p"
.string "If you win, you are permitted to trade\n"
.string "one of your rental POKéMON.\p"
.string "Repeat this cycle of battling and\n"
.string "trading--if you win three times in\l"
.string "a row, you will earn a fine prize.\p"
.string "If you want to interrupt your\n"
.string "challenge, please save the game.\p"
2018-12-07 16:41:08 +01:00
.string "If you don't save before interrupting,\n"
2017-11-10 02:21:31 +01:00
.string "you will be disqualified.$"
SlateportCity_BattleTentLobby_Text_2C5AA5: @ 82C5AA5
.string "We look forward to your next visit.$"
2017-11-11 01:12:18 +01:00
SlateportCity_BattleTentLobby_Text_2C5AC9: @ 82C5AC9
.string "Which level do you wish to challenge?\n"
.string "Level 50 or Level 100?$"
2017-11-10 02:21:31 +01:00
SlateportCity_BattleTentLobby_Text_2C5B06: @ 82C5B06
.string "Before you begin your challenge,\n"
.string "I need to save data. Is that okay?$"
2017-11-11 01:12:18 +01:00
SlateportCity_BattleTentLobby_Text_2C5B4A: @ 82C5B4A
.string "Okay, I will hold your POKéMON for\n"
.string "safekeeping while you compete.$"
2017-11-10 02:21:31 +01:00
SlateportCity_BattleTentLobby_Text_2C5B8C: @ 82C5B8C
.string "Please step this way.$"
SlateportCity_BattleTentLobby_Text_2C5BA2: @ 82C5BA2
.string "Thank you for participating!\p"
.string "I will return your POKéMON in exchange\n"
.string "for our rental POKéMON.\p"
.string "I must also save your event results.\n"
.string "Please wait.$"
2017-11-11 01:12:18 +01:00
SlateportCity_BattleTentLobby_Text_2C5C30: @ 82C5C30
.string "I will return your POKéMON in exchange\n"
.string "for our rental POKéMON.$"
2017-11-10 02:21:31 +01:00
SlateportCity_BattleTentLobby_Text_2C5C6F: @ 82C5C6F
.string "Congratulations!\n"
2018-12-07 16:41:08 +01:00
.string "You've won three straight matches!\p"
2017-11-10 02:21:31 +01:00
.string "I will return your POKéMON in exchange\n"
.string "for our rental POKéMON.\p"
.string "I must also save your event results.\n"
.string "Please wait.$"
SlateportCity_BattleTentLobby_Text_2C5D14: @ 82C5D14
.string "In recognition of your 3-win streak,\n"
.string "we award you this prize.$"
SlateportCity_BattleTentLobby_Text_2C5D52: @ 82C5D52
.string "Oh?\n"
.string "You seem to have no room for this.\p"
.string "Please make room in your BAG and\n"
.string "let me know.$"
SlateportCity_BattleTentLobby_Text_2C5DA7: @ 82C5DA7
2018-12-07 16:41:08 +01:00
.string "We've been waiting for you!\p"
2017-11-10 02:21:31 +01:00
.string "Before we resume your challenge,\n"
.string "I must save the game.$"
SlateportCity_BattleTentLobby_Text_2C5DFA: @ 82C5DFA
2018-12-07 16:41:08 +01:00
.string "I'm sorry to say this, but you didn't\n"
2017-11-10 02:21:31 +01:00
.string "save before you quit playing last time.\p"
.string "As a result, you have been disqualified\n"
.string "from your challenge.$"
2017-11-11 01:12:18 +01:00
SlateportCity_BattleTentLobby_Text_2C5E85: @ 82C5E85
2018-12-07 16:41:08 +01:00
.string "We'll return your personal POKéMON.$"
2017-11-11 01:12:18 +01:00
SlateportCity_BattleTentLobby_Text_2C5EA9: @ 82C5EA9
.string "{PLAYER} received the prize\n"
.string "{STR_VAR_1}.$"
SlateportCity_BattleTentLobby_Text_2C5EC3: @ 82C5EC3
.string "The Battle Swap rules are listed.$"
SlateportCity_BattleTentLobby_Text_2C5EE5: @ 82C5EE5
.string "Which heading do you want to read?$"
2017-11-10 02:21:31 +01:00
SlateportCity_BattleTentLobby_Text_2C5F08: @ 82C5F08
.string "In a Battle Swap event, you may use\n"
.string "only three POKéMON.\p"
.string "Whether you are renting or swapping,\n"
.string "your team may not have two or more\l"
.string "of the same POKéMON.$"
SlateportCity_BattleTentLobby_Text_2C5F9D: @ 82C5F9D
.string "You may swap POKéMON only with\n"
.string "the TRAINER you have just defeated.\p"
.string "You may swap for only those POKéMON\n"
.string "used by the beaten TRAINER.$"
SlateportCity_BattleTentLobby_Text_2C6020: @ 82C6020
.string "After every battle you win, you may\n"
.string "swap for one of your defeated\l"
2018-12-07 16:41:08 +01:00
.string "opponent's POKéMON.\p"
2017-11-10 02:21:31 +01:00
.string "You will not be able to swap POKéMON\n"
.string "with the third TRAINER in the event.$"
SlateportCity_BattleTentLobby_Text_2C60C0: @ 82C60C0
.string "There are two key points to be aware\n"
.string "of when swapping POKéMON.\p"
2018-12-07 16:41:08 +01:00
.string "First, when swapping, you can't check\n"
2017-11-10 02:21:31 +01:00
.string "the stats of the POKéMON you are\l"
.string "about to receive.\p"
.string "Second, the POKéMON on your team\n"
.string "are lined up in sequence, depending on\l"
.string "the order in which you rented them.\p"
.string "This sequence remains unchanged\n"
.string "even when swaps are made.$"
SlateportCity_BattleTentLobby_Text_2C61FE: @ 82C61FE
.string "The POKéMON of the SLATEPORT\n"
.string "BATTLE TENT are all rentals.\p"
.string "All rental POKéMON are kept at\n"
.string "Level 30.$"
2017-11-11 01:12:18 +01:00
VerdanturfTown_BattleTentLobby_Text_2C6261: @ 82C6261
.string "The VERDANTURF BATTLE TENT\n"
.string "rules are listed.$"
VerdanturfTown_BattleTentLobby_Text_2C628E: @ 82C628E
.string "Which heading do you want to read?$"
VerdanturfTown_BattleTentLobby_Text_2C62B1: @ 82C62B1
.string "Here at the VERDANTURF BATTLE TENT,\n"
.string "POKéMON are required to think and\l"
.string "battle by themselves.\p"
.string "Unlike in the wild, POKéMON that live\n"
.string "with people behave differently\l"
.string "depending on their nature.$"
VerdanturfTown_BattleTentLobby_Text_2C636D: @ 82C636D
.string "Depending on its nature, a POKéMON\n"
.string "may prefer to attack no matter what.\p"
.string "Another POKéMON may prefer to protect\n"
.string "itself from any harm.\p"
.string "Yet another may enjoy vexing or\n"
.string "confounding its foes.\p"
.string "Depending on its nature, a POKéMON\n"
.string "will have favorite moves that it is good\l"
.string "at using.\p"
.string "It may also dislike certain moves that\n"
.string "it has trouble using.$"
VerdanturfTown_BattleTentLobby_Text_2C64BA: @ 82C64BA
.string "There are offensive moves that inflict\n"
.string "direct damage on the foe.\p"
.string "There are defensive moves that are\n"
.string "used to prepare for enemy attacks or\l"
.string "used to heal HP and so on.\p"
.string "There are also other somewhat-odd\n"
.string "moves that may enfeeble the foes with\l"
.string "stat problems including poison and \l"
.string "paralysis.\p"
.string "POKéMON will consider using moves in\n"
.string "these three categories.$"
VerdanturfTown_BattleTentLobby_Text_2C6612: @ 82C6612
.string "When not under command by its TRAINER,\n"
.string "a POKéMON may be unable to effectively\l"
.string "use certain moves.\p"
.string "A POKéMON is not good at using any\n"
.string "move that it dislikes.\p"
.string "If a POKéMON only knows moves that\n"
.string "do not match its nature, it will often\l"
.string "be unable to live up to its potential.$"
VerdanturfTown_BattleTentLobby_Text_2C671E: @ 82C671E
.string "Depending on its nature, a POKéMON may\n"
2018-12-07 16:41:08 +01:00
.string "start using moves that don't match its\l"
2017-11-11 01:12:18 +01:00
.string "nature when it is in trouble.\p"
.string "If a POKéMON begins behaving oddly\n"
.string "in a pinch, watch it carefully.$"
2017-11-10 02:21:31 +01:00
FallarborTown_BattleTentLobby_Text_2C67CD: @ 82C67CD
VerdanturfTown_BattleTentLobby_Text_2C67CD: @ 82C67CD
.string "At this BATTLE TENT, the levels of\n"
.string "your opponents will be adjusted to\l"
.string "match the levels of your POKéMON.\p"
.string "However, no TRAINER you face will\n"
.string "have any POKéMON below Level 30.$"
VerdanturfTown_BattleTentLobby_Text_2C6878: @ 82C6878
.string "The VERDANTURF BATTLE TENT\n"
.string "rules are listed.$"
LilycoveCity_Harbor_Text_2C68A5: @ 82C68A5
2018-12-07 16:41:08 +01:00
.string "What's up, youngster?\p"
.string "What, it's you who's supposed to have\n"
2017-11-10 02:21:31 +01:00
.string "a tattered old map?\p"
2018-12-07 16:41:08 +01:00
.string "Let's have a look.\n"
2017-11-10 02:21:31 +01:00
.string " \p"
.string "Boy, this is quite a ways away.\n"
2018-12-07 16:41:08 +01:00
.string "I'm afraid I can't help you$"
2017-11-10 02:21:31 +01:00
LilycoveCity_Harbor_Text_2C6951: @ 82C6951
.string "BRINEY: Hold on a second!\p"
2018-12-07 16:41:08 +01:00
.string "What's the idea of turning down\n"
2017-11-10 02:21:31 +01:00
.string "someone that I owe so much to?$"
LilycoveCity_Harbor_Text_2C69AA: @ 82C69AA
2018-12-07 16:41:08 +01:00
.string "{PLAYER}{KUN}, I'm terribly sorry.\p"
2017-11-10 02:21:31 +01:00
.string "You came to me seeking my help,\n"
.string "and we almost turned you away.\p"
.string "Well, let me make things right.\p"
2018-12-07 16:41:08 +01:00
.string "We'll sail right away, of course!\p"
.string "Let's find this island on\n"
2017-11-10 02:21:31 +01:00
.string "this OLD SEA MAP!$"
LilycoveCity_Harbor_Text_2C6A71: @ 82C6A71
.string "Is it you who brought that odd\n"
.string "ticket?\p"
2018-12-07 16:41:08 +01:00
.string "Where you're trying to go is an island\n"
.string "that's far, far away.\p"
2017-11-10 02:21:31 +01:00
.string "No one knows what awaits there\p"
.string "The very thought excites my blood\n"
.string "as a sailing man!\p"
.string "Get on board, youngster!$"
FarawayIsland_Entrance_Text_2C6B42: @ 82C6B42
.string "CAPT. BRINEY can be so maddeningly\n"
.string "fickle\p"
.string "Do you want to return to LILYCOVE?$"
BirthIsland_Harbor_Text_2C6B90: @ 82C6B90
.string "What an oddly shaped island, eh?\n"
.string "Do you want to return to LILYCOVE?$"
LilycoveCity_Harbor_Text_2C6BD4: @ 82C6BD4
.string "Is it you who brought those\n"
.string "odd tickets?\p"
.string " Hm.\p"
.string "These tickets will get you to islands\n"
.string "that are far, far away.\p"
.string "No one knows what awaits there,\n"
.string "or what may happen there.\p"
.string "The very thought excites my blood\n"
.string "as a sailing man!\p"
.string "Get on board, youngster!\n"
.string "Where shall we sail first?$"
NavelRock_Harbor_Text_2C6CE6: @ 82C6CE6
.string "Did Did you hear that?\n"
.string "That low growling from deep in there.\p"
2018-12-07 16:41:08 +01:00
.string "Are you sure it's safe?\n"
2017-11-10 02:21:31 +01:00
.string "Do you think we should leave?$"
FarawayIsland_Entrance_Text_2C6D5A: @ 82C6D5A
.string "The writing is fading as if it was\n"
.string "written a long time ago\p"
.string "ber, 6th day\n"
.string "If any humansets foot here\l"
.string "againet it be a kindhearted pers\l"
.string "ith that hope, I depar$"
FarawayIsland_Interior_Text_2C6DFF: @ 82C6DFF
.string "Myuu$"
MauvilleCity_Text_2C6E05: @ 82C6E05
.string "This move can be learned only\n"
.string "once. Is that okay?$"
SlateportCity_PokemonFanClub_Text_2C6E37: @ 82C6E37
.string "Heh! My POKéMON totally rules!\n"
2018-12-07 16:41:08 +01:00
.string "It's cooler than any POKéMON!\p"
2017-11-10 02:21:31 +01:00
.string "I was lipping off with a swagger in\n"
.string "my step like that when the CHAIRMAN\l"
.string "chewed me out.\p"
.string "That took the swagger out of my step.\p"
2018-12-07 16:41:08 +01:00
.string "If you'd like, I'll teach the move\n"
2017-11-10 02:21:31 +01:00
.string "SWAGGER to a POKéMON of yours.$"
SlateportCity_PokemonFanClub_Text_2C6F33: @ 82C6F33
2018-12-07 16:41:08 +01:00
.string "What, no? Can't you get into\n"
2017-11-10 02:21:31 +01:00
.string "the spirit of things?$"
SlateportCity_PokemonFanClub_Text_2C6F66: @ 82C6F66
.string "All right, which POKéMON wants to\n"
.string "learn how to SWAGGER?$"
SlateportCity_PokemonFanClub_Text_2C6F9E: @ 82C6F9E
2018-12-07 16:41:08 +01:00
.string "I'll just praise my POKéMON from now\n"
2017-11-10 02:21:31 +01:00
.string "on without the swagger.$"
MauvilleCity_Text_2C6FDB: @ 82C6FDB
.string "Did you know that you can go from\n"
.string "here a long way in that direction\l"
.string "without changing direction?\p"
.string "I might even be able to roll\n"
.string "that way.\p"
.string "Do you think your POKéMON will\n"
.string "want to roll, too?\p"
.string "I can teach one the move ROLLOUT\n"
2018-12-07 16:41:08 +01:00
.string "if you'd like.$"
2017-11-10 02:21:31 +01:00
MauvilleCity_Text_2C70C4: @ 82C70C4
2018-12-07 16:41:08 +01:00
.string "You don't need to be shy about it.\n"
.string "Let's roll!$"
2017-11-10 02:21:31 +01:00
MauvilleCity_Text_2C70F3: @ 82C70F3
2018-12-07 16:41:08 +01:00
.string "Ehehe, sure thing! It'd be great if\n"
2017-11-10 02:21:31 +01:00
.string "the POKéMON looked like me.$"
MauvilleCity_Text_2C7133: @ 82C7133
.string "Rolling around in the grass makes me\n"
2018-12-07 16:41:08 +01:00
.string "happy. Come on, let's roll!$"
2017-11-10 02:21:31 +01:00
VerdanturfTown_PokemonCenter_1F_Text_2C7174: @ 82C7174
2018-12-07 16:41:08 +01:00
.string "There's a move that gets stronger\n"
2017-11-10 02:21:31 +01:00
.string "when you keep using it in a row.\p"
2018-12-07 16:41:08 +01:00
.string "It's a BUG-type move, and it is\n"
2017-11-10 02:21:31 +01:00
.string "wickedly cool.\p"
2018-12-07 16:41:08 +01:00
.string "It's called FURY CUTTER.\n"
2017-11-10 02:21:31 +01:00
.string "Want me to teach it to a POKéMON?$"
VerdanturfTown_PokemonCenter_1F_Text_2C7221: @ 82C7221
2018-12-07 16:41:08 +01:00
.string "We're not on the same wavelength.$"
2017-11-10 02:21:31 +01:00
VerdanturfTown_PokemonCenter_1F_Text_2C7243: @ 82C7243
.string "Yay!\n"
.string "Show me which POKéMON I should teach.$"
VerdanturfTown_PokemonCenter_1F_Text_2C726E: @ 82C726E
.string "I get a thrill watching to see if\n"
.string "the move keeps hitting in succession!$"
LavaridgeTown_House_Text_2C72B6: @ 82C72B6
.string "Ah, young one!\p"
.string "I am also a young one, but I mimic\n"
.string "the styles and speech of the elderly\l"
.string "folks of this town.\p"
.string "What do you say, young one?\n"
.string "Would you agree to it if I were to\l"
.string "offer to teach the move MIMIC?$"
LavaridgeTown_House_Text_2C737F: @ 82C737F
.string "Oh, boo! I wanted to teach MIMIC\n"
.string "to your POKéMON!$"
LavaridgeTown_House_Text_2C73B1: @ 82C73B1
.string "Fwofwo! And so I shall!\n"
.string "Let me see the POKéMON\l"
.string "you wish me to teach.$"
LavaridgeTown_House_Text_2C73F6: @ 82C73F6
.string "MIMIC is a move of great depth.\p"
.string "Could you execute it to perfection\n"
.string "as well as me?$"
FallarborTown_Mart_Text_2C7449: @ 82C7449
.string "I want all sorts of things!\n"
.string "But I used up my allowance\p"
2018-12-07 16:41:08 +01:00
.string "Wouldn't it be nice if there were\n"
2017-11-10 02:21:31 +01:00
.string "a spell that made money appear when\l"
.string "you waggle a finger?\p"
.string "If you want, I can teach your POKéMON\n"
.string "the move METRONOME.\p"
2018-12-07 16:41:08 +01:00
.string "Money won't appear, but your POKéMON\n"
2017-11-10 02:21:31 +01:00
.string "will waggle a finger. Yes?$"
FallarborTown_Mart_Text_2C7556: @ 82C7556
2018-12-07 16:41:08 +01:00
.string "Okay. I'll be here if you change\n"
2017-11-10 02:21:31 +01:00
.string "your mind.$"
FallarborTown_Mart_Text_2C7582: @ 82C7582
2018-12-07 16:41:08 +01:00
.string "Okay! I'll teach it!\n"
2017-11-10 02:21:31 +01:00
.string "Which POKéMON should I teach?$"
FallarborTown_Mart_Text_2C75B5: @ 82C75B5
.string "When a POKéMON waggles its finger\n"
.string "like a METRONOME, all sorts of nice\l"
.string "things happen.\p"
2018-12-07 16:41:08 +01:00
.string "Wouldn't it be nice if we could\n"
2017-11-10 02:21:31 +01:00
.string "use it, too?$"
FortreeCity_House2_Text_2C7637: @ 82C7637
.string "Humph! My wife relies on HIDDEN\n"
.string "POWER to stay awake.\p"
.string "She should just take a nap like I do,\n"
.string "and SLEEP TALK.\p"
.string "I can teach your POKéMON how to\n"
.string "SLEEP TALK instead. Interested?$"
FortreeCity_House2_Text_2C76E2: @ 82C76E2
.string "Oh, fine, fine. You want to stay awake\n"
.string "with HIDDEN POWER, too$"
FortreeCity_House2_Text_2C7721: @ 82C7721
.string "Ah, an appreciative child!\n"
.string "Which POKéMON should I teach?$"
FortreeCity_House2_Text_2C775A: @ 82C775A
2018-12-07 16:41:08 +01:00
.string "I've never once gotten my wife's\n"
2017-11-10 02:21:31 +01:00
.string "coin trick right.\p"
.string "I would be happy if I got it right\n"
.string "even as I SLEEP TALK$"
LilycoveCity_DepartmentStoreRooftop_Text_2C77C6: @ 82C77C6
.string "When I see the wide world from up\n"
.string "here on the roof\p"
.string "I think about how nice it would be\n"
.string "if there were more than just one me\l"
.string "so I could enjoy all sorts of lives.\p"
2018-12-07 16:41:08 +01:00
.string "Of course it's not possible.\n"
2017-11-10 02:21:31 +01:00
.string "Giggle\p"
.string "I know! Would you be interested in\n"
.string "having a POKéMON learn SUBSTITUTE?$"
LilycoveCity_DepartmentStoreRooftop_Text_2C78D1: @ 82C78D1
.string "Oh, no?\p"
.string "A POKéMON can make a copy of\n"
.string "itself using it, you know.$"
LilycoveCity_DepartmentStoreRooftop_Text_2C7911: @ 82C7911
.string "Giggle\n"
.string "Which POKéMON do you want me to\l"
.string "teach SUBSTITUTE?$"
LilycoveCity_DepartmentStoreRooftop_Text_2C794B: @ 82C794B
.string "We human beings should enjoy our\n"
.string "own lives to the utmost!\p"
2018-12-07 16:41:08 +01:00
.string "I hope you'll get that way, too!$"
2017-11-10 02:21:31 +01:00
MossdeepCity_Text_2C79A6: @ 82C79A6
2018-12-07 16:41:08 +01:00
.string "I can't do this anymore!\p"
.string "It's utterly hopeless!\p"
.string "I'm a FIGHTING-type TRAINER,\n"
.string "so I can't win at the MOSSDEEP GYM\l"
2017-11-10 02:21:31 +01:00
.string "no matter how hard I try!\p"
.string "Argh! Punch! Punch! Punch!\n"
.string "Punch! Punch! Punch!\p"
2018-12-07 16:41:08 +01:00
.string "What, don't look at me that way!\n"
.string "I'm only hitting the ground!\p"
2017-11-10 02:21:31 +01:00
.string "Or do you want me to teach your\n"
.string "POKéMON DYNAMICPUNCH?$"
MossdeepCity_Text_2C7AD4: @ 82C7AD4
2018-12-07 16:41:08 +01:00
.string "Darn! You're even making fun of me?\n"
2017-11-10 02:21:31 +01:00
.string "Punch! Punch! Punch!$"
MossdeepCity_Text_2C7B0D: @ 82C7B0D
2018-12-07 16:41:08 +01:00
.string "What? You do? You're a good person!\n"
2017-11-10 02:21:31 +01:00
.string "Which POKéMON should I teach?$"
MossdeepCity_Text_2C7B4F: @ 82C7B4F
.string "I want you to win at the MOSSDEEP GYM\n"
.string "using that DYNAMICPUNCH!$"
SootopolisCity_PokemonCenter_1F_Text_2C7B8E: @ 82C7B8E
.string "Sigh\p"
2018-12-07 16:41:08 +01:00
.string "SOOTOPOLIS's GYM LEADER is really\n"
2017-11-10 02:21:31 +01:00
.string "lovably admirable.\p"
.string "But that also means I have many\n"
.string "rivals for his attention.\p"
2018-12-07 16:41:08 +01:00
.string "He's got appeal with a DOUBLE-EDGE.\n"
.string "I couldn't even catch his eye.\p"
2017-11-10 02:21:31 +01:00
.string "Please, let me teach your POKéMON\n"
.string "the move DOUBLE-EDGE!$"
SootopolisCity_PokemonCenter_1F_Text_2C7C7E: @ 82C7C7E
.string "Oh\n"
.string "Even you rejected me$"
SootopolisCity_PokemonCenter_1F_Text_2C7C98: @ 82C7C98
.string "Okay, which POKéMON should I teach\n"
.string "DOUBLE-EDGE?$"
SootopolisCity_PokemonCenter_1F_Text_2C7CC8: @ 82C7CC8
2018-12-07 16:41:08 +01:00
.string "I won't live for love anymore!\n"
.string "I'll become tough!$"
2017-11-10 02:21:31 +01:00
PacifidlogTown_PokemonCenter_1F_Text_2C7CFA: @ 82C7CFA
2018-12-07 16:41:08 +01:00
.string "I don't intend to be going nowhere\n"
2017-11-10 02:21:31 +01:00
.string "fast in the sticks like this forever.\p"
2018-12-07 16:41:08 +01:00
.string "You watch me, I'll get out to the city\n"
2017-11-10 02:21:31 +01:00
.string "and become a huge hit.\p"
2018-12-07 16:41:08 +01:00
.string "Seriously, I'm going to cause\n"
2017-11-10 02:21:31 +01:00
.string "a huge EXPLOSION of popularity!\p"
2018-12-07 16:41:08 +01:00
.string "If you overheard that, I'll happily\n"
2017-11-10 02:21:31 +01:00
.string "teach EXPLOSION to your POKéMON!$"
PacifidlogTown_PokemonCenter_1F_Text_2C7E04: @ 82C7E04
2018-12-07 16:41:08 +01:00
.string "Gaah! You're turning me down because\n"
2017-11-10 02:21:31 +01:00
.string "I live in the country?$"
PacifidlogTown_PokemonCenter_1F_Text_2C7E40: @ 82C7E40
.string "Fine! An EXPLOSION it is!\n"
.string "Which POKéMON wants to blow up?$"
PacifidlogTown_PokemonCenter_1F_Text_2C7E7A: @ 82C7E7A
2018-12-07 16:41:08 +01:00
.string "For a long time, I've taught POKéMON\n"
.string "how to use EXPLOSION, but I've yet\l"
2017-11-10 02:21:31 +01:00
.string "to ignite my own EXPLOSION\p"
2018-12-07 16:41:08 +01:00
.string "Maybe it's because deep down,\n"
2017-11-10 02:21:31 +01:00
.string "I would rather stay here$"
SlateportCity_PokemonFanClub_EventScript_2C7F16:: @ 82C7F16
lock
faceplayer
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_0x1B1, SlateportCity_PokemonFanClub_EventScript_2C7F74
msgbox SlateportCity_PokemonFanClub_Text_2C6E37, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_PokemonFanClub_EventScript_2C7F6A
2017-11-10 02:21:31 +01:00
call SlateportCity_PokemonFanClub_EventScript_2C832D
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_PokemonFanClub_EventScript_2C7F6A
msgbox SlateportCity_PokemonFanClub_Text_2C6F66, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
setvar VAR_0x8005, 23
call SlateportCity_PokemonFanClub_EventScript_2C8326
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SlateportCity_PokemonFanClub_EventScript_2C7F6A
2017-11-10 02:21:31 +01:00
setflag FLAG_0x1B1
goto SlateportCity_PokemonFanClub_EventScript_2C7F74
end
SlateportCity_PokemonFanClub_EventScript_2C7F6A:: @ 82C7F6A
msgbox SlateportCity_PokemonFanClub_Text_2C6F33, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
SlateportCity_PokemonFanClub_EventScript_2C7F74:: @ 82C7F74
msgbox SlateportCity_PokemonFanClub_Text_2C6F9E, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
MauvilleCity_EventScript_2C7F7E:: @ 82C7F7E
lock
faceplayer
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_0x1B2, MauvilleCity_EventScript_2C7FDC
msgbox MauvilleCity_Text_2C6FDB, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq MauvilleCity_EventScript_2C7FD2
2017-11-10 02:21:31 +01:00
call MauvilleCity_EventScript_2C832D
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq MauvilleCity_EventScript_2C7FD2
msgbox MauvilleCity_Text_2C70F3, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
setvar VAR_0x8005, 16
call MauvilleCity_EventScript_2C8326
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq MauvilleCity_EventScript_2C7FD2
2017-11-10 02:21:31 +01:00
setflag FLAG_0x1B2
goto MauvilleCity_EventScript_2C7FDC
end
MauvilleCity_EventScript_2C7FD2:: @ 82C7FD2
msgbox MauvilleCity_Text_2C70C4, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
MauvilleCity_EventScript_2C7FDC:: @ 82C7FDC
msgbox MauvilleCity_Text_2C7133, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
VerdanturfTown_PokemonCenter_1F_EventScript_2C7FE6:: @ 82C7FE6
lock
faceplayer
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_0x1B3, VerdanturfTown_PokemonCenter_1F_EventScript_2C8044
msgbox VerdanturfTown_PokemonCenter_1F_Text_2C7174, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq VerdanturfTown_PokemonCenter_1F_EventScript_2C803A
2017-11-10 02:21:31 +01:00
call VerdanturfTown_PokemonCenter_1F_EventScript_2C832D
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq VerdanturfTown_PokemonCenter_1F_EventScript_2C803A
msgbox VerdanturfTown_PokemonCenter_1F_Text_2C7243, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
setvar VAR_0x8005, 29
call VerdanturfTown_PokemonCenter_1F_EventScript_2C8326
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq VerdanturfTown_PokemonCenter_1F_EventScript_2C803A
2017-11-10 02:21:31 +01:00
setflag FLAG_0x1B3
goto VerdanturfTown_PokemonCenter_1F_EventScript_2C8044
end
VerdanturfTown_PokemonCenter_1F_EventScript_2C803A:: @ 82C803A
msgbox VerdanturfTown_PokemonCenter_1F_Text_2C7221, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
VerdanturfTown_PokemonCenter_1F_EventScript_2C8044:: @ 82C8044
msgbox VerdanturfTown_PokemonCenter_1F_Text_2C726E, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LavaridgeTown_House_EventScript_2C804E:: @ 82C804E
lock
faceplayer
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_0x1B4, LavaridgeTown_House_EventScript_2C80AC
msgbox LavaridgeTown_House_Text_2C72B6, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LavaridgeTown_House_EventScript_2C80A2
2017-11-10 02:21:31 +01:00
call LavaridgeTown_House_EventScript_2C832D
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LavaridgeTown_House_EventScript_2C80A2
msgbox LavaridgeTown_House_Text_2C73B1, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
setvar VAR_0x8005, 7
call LavaridgeTown_House_EventScript_2C8326
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LavaridgeTown_House_EventScript_2C80A2
2017-11-10 02:21:31 +01:00
setflag FLAG_0x1B4
goto LavaridgeTown_House_EventScript_2C80AC
end
LavaridgeTown_House_EventScript_2C80A2:: @ 82C80A2
msgbox LavaridgeTown_House_Text_2C737F, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LavaridgeTown_House_EventScript_2C80AC:: @ 82C80AC
msgbox LavaridgeTown_House_Text_2C73F6, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
FallarborTown_Mart_EventScript_2C80B6:: @ 82C80B6
lock
faceplayer
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_0x1B5, FallarborTown_Mart_EventScript_2C8114
msgbox FallarborTown_Mart_Text_2C7449, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq FallarborTown_Mart_EventScript_2C810A
2017-11-10 02:21:31 +01:00
call FallarborTown_Mart_EventScript_2C832D
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq FallarborTown_Mart_EventScript_2C810A
msgbox FallarborTown_Mart_Text_2C7582, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
setvar VAR_0x8005, 8
call FallarborTown_Mart_EventScript_2C8326
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq FallarborTown_Mart_EventScript_2C810A
2017-11-10 02:21:31 +01:00
setflag FLAG_0x1B5
goto FallarborTown_Mart_EventScript_2C8114
end
FallarborTown_Mart_EventScript_2C810A:: @ 82C810A
msgbox FallarborTown_Mart_Text_2C7556, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
FallarborTown_Mart_EventScript_2C8114:: @ 82C8114
msgbox FallarborTown_Mart_Text_2C75B5, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
FortreeCity_House2_EventScript_2C811E:: @ 82C811E
lock
faceplayer
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_0x1B6, FortreeCity_House2_EventScript_2C817C
msgbox FortreeCity_House2_Text_2C7637, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq FortreeCity_House2_EventScript_2C8172
2017-11-10 02:21:31 +01:00
call FortreeCity_House2_EventScript_2C832D
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq FortreeCity_House2_EventScript_2C8172
msgbox FortreeCity_House2_Text_2C7721, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
setvar VAR_0x8005, 24
call FortreeCity_House2_EventScript_2C8326
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq FortreeCity_House2_EventScript_2C8172
2017-11-10 02:21:31 +01:00
setflag FLAG_0x1B6
goto FortreeCity_House2_EventScript_2C817C
end
FortreeCity_House2_EventScript_2C8172:: @ 82C8172
msgbox FortreeCity_House2_Text_2C76E2, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
FortreeCity_House2_EventScript_2C817C:: @ 82C817C
msgbox FortreeCity_House2_Text_2C775A, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_DepartmentStoreRooftop_EventScript_2C8186:: @ 82C8186
lock
faceplayer
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_0x1B7, LilycoveCity_DepartmentStoreRooftop_EventScript_2C81E4
msgbox LilycoveCity_DepartmentStoreRooftop_Text_2C77C6, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_DepartmentStoreRooftop_EventScript_2C81DA
2017-11-10 02:21:31 +01:00
call LilycoveCity_DepartmentStoreRooftop_EventScript_2C832D
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_DepartmentStoreRooftop_EventScript_2C81DA
msgbox LilycoveCity_DepartmentStoreRooftop_Text_2C7911, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
setvar VAR_0x8005, 14
call LilycoveCity_DepartmentStoreRooftop_EventScript_2C8326
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq LilycoveCity_DepartmentStoreRooftop_EventScript_2C81DA
2017-11-10 02:21:31 +01:00
setflag FLAG_0x1B7
goto LilycoveCity_DepartmentStoreRooftop_EventScript_2C81E4
end
LilycoveCity_DepartmentStoreRooftop_EventScript_2C81DA:: @ 82C81DA
msgbox LilycoveCity_DepartmentStoreRooftop_Text_2C78D1, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
LilycoveCity_DepartmentStoreRooftop_EventScript_2C81E4:: @ 82C81E4
msgbox LilycoveCity_DepartmentStoreRooftop_Text_2C794B, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
MossdeepCity_EventScript_2C81EE:: @ 82C81EE
lock
faceplayer
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_0x1B8, MossdeepCity_EventScript_2C824C
msgbox MossdeepCity_Text_2C79A6, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq MossdeepCity_EventScript_2C8242
2017-11-10 02:21:31 +01:00
call MossdeepCity_EventScript_2C832D
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq MossdeepCity_EventScript_2C8242
msgbox MossdeepCity_Text_2C7B0D, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
setvar VAR_0x8005, 15
call MossdeepCity_EventScript_2C8326
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq MossdeepCity_EventScript_2C8242
2017-11-10 02:21:31 +01:00
setflag FLAG_0x1B8
goto MossdeepCity_EventScript_2C824C
end
MossdeepCity_EventScript_2C8242:: @ 82C8242
msgbox MossdeepCity_Text_2C7AD4, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
MossdeepCity_EventScript_2C824C:: @ 82C824C
msgbox MossdeepCity_Text_2C7B4F, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
SootopolisCity_PokemonCenter_1F_EventScript_2C8256:: @ 82C8256
lock
faceplayer
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_0x1B9, SootopolisCity_PokemonCenter_1F_EventScript_2C82B4
msgbox SootopolisCity_PokemonCenter_1F_Text_2C7B8E, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SootopolisCity_PokemonCenter_1F_EventScript_2C82AA
2017-11-10 02:21:31 +01:00
call SootopolisCity_PokemonCenter_1F_EventScript_2C832D
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SootopolisCity_PokemonCenter_1F_EventScript_2C82AA
msgbox SootopolisCity_PokemonCenter_1F_Text_2C7C98, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
setvar VAR_0x8005, 4
call SootopolisCity_PokemonCenter_1F_EventScript_2C8326
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq SootopolisCity_PokemonCenter_1F_EventScript_2C82AA
2017-11-10 02:21:31 +01:00
setflag FLAG_0x1B9
goto SootopolisCity_PokemonCenter_1F_EventScript_2C82B4
end
SootopolisCity_PokemonCenter_1F_EventScript_2C82AA:: @ 82C82AA
msgbox SootopolisCity_PokemonCenter_1F_Text_2C7C7E, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
SootopolisCity_PokemonCenter_1F_EventScript_2C82B4:: @ 82C82B4
msgbox SootopolisCity_PokemonCenter_1F_Text_2C7CC8, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
PacifidlogTown_PokemonCenter_1F_EventScript_2C82BE:: @ 82C82BE
lock
faceplayer
2018-12-22 02:28:24 +01:00
goto_if_set FLAG_0x1BA, PacifidlogTown_PokemonCenter_1F_EventScript_2C831C
msgbox PacifidlogTown_PokemonCenter_1F_Text_2C7CFA, MSGBOX_YESNO
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq PacifidlogTown_PokemonCenter_1F_EventScript_2C8312
2017-11-10 02:21:31 +01:00
call PacifidlogTown_PokemonCenter_1F_EventScript_2C832D
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq PacifidlogTown_PokemonCenter_1F_EventScript_2C8312
msgbox PacifidlogTown_PokemonCenter_1F_Text_2C7E40, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
setvar VAR_0x8005, 12
call PacifidlogTown_PokemonCenter_1F_EventScript_2C8326
compare VAR_RESULT, 0
2018-12-22 02:28:24 +01:00
goto_if_eq PacifidlogTown_PokemonCenter_1F_EventScript_2C8312
2017-11-10 02:21:31 +01:00
setflag FLAG_0x1BA
goto PacifidlogTown_PokemonCenter_1F_EventScript_2C831C
end
PacifidlogTown_PokemonCenter_1F_EventScript_2C8312:: @ 82C8312
msgbox PacifidlogTown_PokemonCenter_1F_Text_2C7E04, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
PacifidlogTown_PokemonCenter_1F_EventScript_2C831C:: @ 82C831C
msgbox PacifidlogTown_PokemonCenter_1F_Text_2C7E7A, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
release
end
FallarborTown_Mart_EventScript_2C8326:: @ 82C8326
FortreeCity_House2_EventScript_2C8326:: @ 82C8326
LavaridgeTown_House_EventScript_2C8326:: @ 82C8326
LilycoveCity_DepartmentStoreRooftop_EventScript_2C8326:: @ 82C8326
MauvilleCity_EventScript_2C8326:: @ 82C8326
MossdeepCity_EventScript_2C8326:: @ 82C8326
PacifidlogTown_PokemonCenter_1F_EventScript_2C8326:: @ 82C8326
SlateportCity_PokemonFanClub_EventScript_2C8326:: @ 82C8326
SootopolisCity_PokemonCenter_1F_EventScript_2C8326:: @ 82C8326
VerdanturfTown_PokemonCenter_1F_EventScript_2C8326:: @ 82C8326
special sub_81B892C
waitstate
lock
faceplayer
return
FallarborTown_Mart_EventScript_2C832D:: @ 82C832D
FortreeCity_House2_EventScript_2C832D:: @ 82C832D
LavaridgeTown_House_EventScript_2C832D:: @ 82C832D
LilycoveCity_DepartmentStoreRooftop_EventScript_2C832D:: @ 82C832D
MauvilleCity_EventScript_2C832D:: @ 82C832D
MossdeepCity_EventScript_2C832D:: @ 82C832D
PacifidlogTown_PokemonCenter_1F_EventScript_2C832D:: @ 82C832D
SlateportCity_PokemonFanClub_EventScript_2C832D:: @ 82C832D
SootopolisCity_PokemonCenter_1F_EventScript_2C832D:: @ 82C832D
VerdanturfTown_PokemonCenter_1F_EventScript_2C832D:: @ 82C832D
msgbox MauvilleCity_Text_2C6E05, MSGBOX_YESNO
2017-11-10 02:21:31 +01:00
return
TrainerHill_1F_MapScript1_2C8336: @ 82C8336
TrainerHill_2F_MapScript1_2C8336: @ 82C8336
TrainerHill_3F_MapScript1_2C8336: @ 82C8336
TrainerHill_4F_MapScript1_2C8336: @ 82C8336
TrainerHill_Roof_MapScript1_2C8336: @ 82C8336
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_2, 0
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 4
special sp194_trainer_tower
setvar VAR_0x8004, 1
setvar VAR_0x8005, 5
2018-11-01 21:31:10 +01:00
special CallFrontierUtilFunc
compare VAR_RESULT, 2
2018-12-22 02:28:24 +01:00
goto_if_eq TrainerHill_1F_EventScript_2C83C9
compare VAR_RESULT, 3
2018-12-22 02:28:24 +01:00
goto_if_eq TrainerHill_1F_EventScript_2C83C9
compare VAR_RESULT, 9
2018-12-22 02:28:24 +01:00
goto_if_eq TrainerHill_1F_EventScript_2C83C9
2017-11-10 02:21:31 +01:00
end
TrainerHill_1F_MapScript2_2C8372: @ 82C8372
TrainerHill_2F_MapScript2_2C8372: @ 82C8372
2018-05-19 18:02:43 +02:00
map_script_2 VAR_TEMP_3, 0, TrainerHill_1F_EventScript_2C837C
2017-11-10 02:21:31 +01:00
.2byte 0
TrainerHill_1F_EventScript_2C837C:: @ 82C837C
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_3, 1
2017-11-10 02:21:31 +01:00
@ forced stop
TrainerHill_1F_MapScript2_2C8381: @ 82C8381
TrainerHill_2F_MapScript2_2C8381: @ 82C8381
TrainerHill_3F_MapScript2_2C8381: @ 82C8381
TrainerHill_4F_MapScript2_2C8381: @ 82C8381
TrainerHill_Roof_MapScript2_2C8381: @ 82C8381
2018-05-19 18:02:43 +02:00
map_script_2 VAR_TEMP_2, 0, TrainerHill_1F_EventScript_2C83A6
map_script_2 VAR_TEMP_1, 1, TrainerHill_1F_EventScript_2C83DF
2017-11-10 02:21:31 +01:00
.2byte 0
2015-10-10 14:20:38 +02:00
2018-10-17 04:47:08 +02:00
EventScript_TrainerHillTimer:: @ 82C8393
2017-11-11 01:12:18 +01:00
lockall
setvar VAR_0x8004, 7
special sp194_trainer_tower
msgbox TrainerHill_Entrance_Text_268D47, MSGBOX_DEFAULT
2017-11-11 01:12:18 +01:00
releaseall
end
2017-11-10 02:21:31 +01:00
TrainerHill_1F_EventScript_2C83A6:: @ 82C83A6
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_2, 1
2017-11-10 02:21:31 +01:00
setvar VAR_0x8004, 9
special sp194_trainer_tower
compare VAR_RESULT, 1
2018-12-22 02:28:24 +01:00
goto_if_eq TrainerHill_1F_EventScript_2C83BF
2017-11-10 02:21:31 +01:00
end
TrainerHill_1F_EventScript_2C83BF:: @ 82C83BF
warpsilent MAP_TRAINER_HILL_ENTRANCE, 255, 9, 6
2017-11-10 02:21:31 +01:00
waitstate
end
TrainerHill_1F_EventScript_2C83C9:: @ 82C83C9
setvar VAR_0x8004, 12
special sp194_trainer_tower
setvar VAR_0x8004, 5
special sp194_trainer_tower
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_1, 1
2017-11-10 02:21:31 +01:00
end
TrainerHill_1F_EventScript_2C83DF:: @ 82C83DF
TrainerHill_Entrance_EventScript_2C83DF:: @ 82C83DF
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_1, 0
warp MAP_TRAINER_HILL_ENTRANCE, 255, 9, 6
2017-11-10 02:21:31 +01:00
waitstate
end
2017-11-11 01:12:18 +01:00
TrainerHill_1F_Movement_2C83EE:: @ 82C83EE
set_invisible
2017-11-11 01:12:18 +01:00
step_end
EventScript_2C83F0:: @ 82C83F0
trainerbattle TRAINER_BATTLE_12, TRAINER_PHILLIP, 0, BattleFrontier_BattlePyramidEmptySquare_Text_252C8D, BattleFrontier_BattlePyramidEmptySquare_Text_252C8D
2017-11-11 01:12:18 +01:00
setvar VAR_0x8004, 11
special sp194_trainer_tower
waitmessage
waitbuttonpress
closemessage
end
2017-12-01 21:25:13 +01:00
Text_ThisIsATestSignpostMsg:: @ 82C840A
2017-11-11 01:12:18 +01:00
.string "This is a test message.\n"
.string "This is a signpost.$"
2017-12-01 21:25:13 +01:00
EventScript_TestSignpostMsg:: @ 82C8436
msgbox Text_ThisIsATestSignpostMsg, MSGBOX_SIGN
2017-11-11 01:12:18 +01:00
end
gText_082C843F:: @ 82C843F
2018-12-07 16:41:08 +01:00
.string "It's very disappointing$"
2017-11-11 01:12:18 +01:00
gText_082C8458:: @ 82C8458
2017-11-11 01:12:18 +01:00
.string "Okay, I understand$"
gText_082C846C:: @ 82C846C
2018-12-07 16:41:08 +01:00
.string "I'm terribly sorry$"
2017-11-11 01:12:18 +01:00
gText_082C8480:: @ 82C8480
2017-11-11 01:12:18 +01:00
.string "Thank you$"
gText_082C848B:: @ 82C848B
2018-12-07 16:41:08 +01:00
.string "Ahahaha! Aren't you embarrassed?\n"
.string "Everyone's watching!$"
2017-11-11 01:12:18 +01:00
gText_082C84C1:: @ 82C84C1
2017-11-11 01:12:18 +01:00
.string "Grr\n"
.string "What the$"
gText_082C84D0:: @ 82C84D0
2018-12-07 16:41:08 +01:00
.string "My DOME ACE title isn't just for show!$"
2017-11-11 01:12:18 +01:00
gText_082C84F7:: @ 82C84F7
2017-11-11 01:12:18 +01:00
.string "Ahahaha!\n"
2018-12-07 16:41:08 +01:00
.string "You're inspiring!$"
2017-11-11 01:12:18 +01:00
gText_082C8512:: @ 82C8512
2017-11-11 01:12:18 +01:00
.string "Way to work!\n"
.string "That was a good lesson, eh?$"
gText_082C853B:: @ 82C853B
2017-11-11 01:12:18 +01:00
.string "Good job!\n"
2018-12-07 16:41:08 +01:00
.string "You know what you're doing!$"
2017-11-11 01:12:18 +01:00
gText_082C8561:: @ 82C8561
2017-11-11 01:12:18 +01:00
.string "Hey, hey, hey!\n"
2018-12-07 16:41:08 +01:00
.string "You're finished already?$"
2017-11-11 01:12:18 +01:00
gText_082C8589:: @ 82C8589
2017-11-11 01:12:18 +01:00
.string "What happened here?$"
gText_082C859D:: @ 82C859D
2017-11-11 01:12:18 +01:00
.string "Humph$"
gText_082C85A4:: @ 82C85A4
2017-11-11 01:12:18 +01:00
.string "Urk$"
gText_082C85A9:: @ 82C85A9
2017-11-11 01:12:18 +01:00
.string "Hah!$"
gText_082C85AE:: @ 82C85AE
2017-11-11 01:12:18 +01:00
.string "Darn!$"
gText_082C85B4:: @ 82C85B4
2017-11-11 01:12:18 +01:00
.string "Oh, come on!\n"
.string "You have to try harder than that!$"
gText_082C85E3:: @ 82C85E3
2017-11-11 01:12:18 +01:00
.string "No way!\n"
.string "Good job!$"
gText_082C85F5:: @ 82C85F5
2017-11-11 01:12:18 +01:00
.string "Heheh!\n"
.string "What did you expect?$"
gText_082C8611:: @ 82C8611
2017-11-11 01:12:18 +01:00
.string "Huh?\n"
.string "Are you serious?!$"
gText_082C8628:: @ 82C8628
2017-11-11 01:12:18 +01:00
.string "Your POKéMON are wimpy because\n"
2018-12-07 16:41:08 +01:00
.string "you're wimpy as a TRAINER!$"
2017-11-11 01:12:18 +01:00
gText_082C8662:: @ 82C8662
2017-11-11 01:12:18 +01:00
.string "Ah\n"
.string "Now this is something else$"
gText_082C8682:: @ 82C8682
2017-11-11 01:12:18 +01:00
.string "Gwahahaha!\n"
.string "My brethren, we have nothing to fear!$"
gText_082C86B3:: @ 82C86B3
2017-11-11 01:12:18 +01:00
.string "Gwah!\n"
.string "Hahahaha!$"
gText_082C86C3:: @ 82C86C3
2018-12-07 16:41:08 +01:00
.string "Hey! What's wrong with you!\n"
.string "Let's see some effort! Get up!$"
2017-11-11 01:12:18 +01:00
gText_082C86FE:: @ 82C86FE
2018-12-07 16:41:08 +01:00
.string "That's it! You've done great!\n"
.string "You've worked hard for this!$"
2015-10-10 14:20:38 +02:00
gText_082C8739:: @ 82C8739
2018-12-07 16:41:08 +01:00
.string "Hey! Don't you give up now!\n"
.string "Get up! Don't lose faith in yourself!$"
2015-10-10 14:20:38 +02:00
gText_082C877B:: @ 82C877B
2018-12-07 16:41:08 +01:00
.string "That's it! You've done it!\n"
2017-11-11 01:12:18 +01:00
.string "You kept working for this!$"
2015-10-10 14:20:38 +02:00
2017-11-11 01:12:18 +01:00
.align 2
.include "data/text/save.inc"
.include "data/text/birch_speech.inc"