summaryrefslogtreecommitdiff
path: root/data/event_scripts.s
diff options
context:
space:
mode:
Diffstat (limited to 'data/event_scripts.s')
-rw-r--r--data/event_scripts.s12547
1 files changed, 309 insertions, 12238 deletions
diff --git a/data/event_scripts.s b/data/event_scripts.s
index 13bba19f8..5e0a0dc8c 100644
--- a/data/event_scripts.s
+++ b/data/event_scripts.s
@@ -1,8 +1,11 @@
+#include "constants/global.h"
#include "constants/flags.h"
+#include "constants/event_objects.h"
#include "constants/decorations.h"
#include "constants/items.h"
#include "constants/layouts.h"
#include "constants/maps.h"
+#include "constants/pokemon.h"
#include "constants/moves.h"
#include "constants/songs.h"
#include "constants/species.h"
@@ -18,6 +21,10 @@
#include "constants/game_stat.h"
#include "constants/menu.h"
#include "constants/battle_setup.h"
+#include "constants/map_scripts.h"
+#include "constants/cable_club.h"
+#include "constants/field_weather.h"
+#include "constants/union_room.h"
.include "asm/macros.inc"
.include "asm/macros/event.inc"
.set FALSE, 0
@@ -55,23 +62,23 @@ gSpecialVars:: @ 815FD0C
.align 2
gStdScripts:: @ 8160450
- .4byte gStdScript_0
- .4byte gStdScript_1
- .4byte gStdScript_2
- .4byte gStdScript_3
- .4byte gStdScript_4
- .4byte gStdScript_5
- .4byte gStdScript_Message_WaitButton_AndRelease
- .4byte gStdScript_7
- .4byte gStdScript_8
- .4byte gStdScript_ItemMessageAndFanfare
+ .4byte Std_ObtainItem
+ .4byte Std_FindItem
+ .4byte Std_MsgboxNPC
+ .4byte Std_MsgboxSign
+ .4byte Std_MsgboxDefault
+ .4byte Std_MsgboxYesNo
+ .4byte Std_MsgboxAutoclose
+ .4byte Std_ObtainDecoration
+ .4byte Std_PutItemAway
+ .4byte Std_ReceivedItem
gStdScriptsEnd::
- .include "data/maps/UnknownMap_00_00/scripts.inc"
- .include "data/maps/UnknownMap_00_01/scripts.inc"
- .include "data/maps/UnknownMap_00_02/scripts.inc"
- .include "data/maps/UnknownMap_00_03/scripts.inc"
- .include "data/maps/UnknownMap_00_04/scripts.inc"
+ .include "data/maps/BattleColosseum2P/scripts.inc"
+ .include "data/maps/TradeCenter/scripts.inc"
+ .include "data/maps/RecordCenter/scripts.inc"
+ .include "data/maps/BattleColosseum4P/scripts.inc"
+ .include "data/maps/UnionRoom/scripts.inc"
.include "data/maps/ViridianForest/scripts.inc"
.include "data/maps/MtMoon_1F/scripts.inc"
.include "data/maps/MtMoon_B1F/scripts.inc"
@@ -778,252 +785,34 @@ gStdScriptsEnd::
.include "data/maps/SixIsland_WaterPath_House2/text.inc"
.include "data/maps/SevenIsland_SevaultCanyon_House/text.inc"
-gStdScript_2:: @ 81A4E3F
- lock
- faceplayer
- message 0x0
- waitmessage
- waitbuttonpress
- release
- return
-
-gStdScript_3:: @ 81A4E4A
- lockall
- message 0x0
- waitmessage
- waitbuttonpress
- releaseall
- return
-
-gStdScript_4:: @ 81A4E54
- message 0x0
- waitmessage
- waitbuttonpress
- return
-
-gStdScript_5:: @ 81A4E5C
- message 0x0
- waitmessage
- yesnobox 20, 8
- return
-
-gStdScript_ItemMessageAndFanfare:: @ 81A4E66
- textcolor 3
- compare_var_to_value VAR_0x8002, MUS_FANFA1
- call_if eq, EventScript_1A4EA2
- compare_var_to_value VAR_0x8002, MUS_FAN5
- call_if eq, EventScript_1A4EA6
- message 0x0
- waitmessage
- waitfanfare
- compare_var_to_value VAR_0x8002, MUS_FANFA1
- call_if eq, EventScript_1A4EAA
- giveitem VAR_0x8000, VAR_0x8001, 8
- call EventScript_1A6675
- return
-
-EventScript_1A4EA2:: @ 81A4EA2
- playfanfare MUS_FANFA1
- return
-
-EventScript_1A4EA6:: @ 81A4EA6
- playfanfare MUS_FAN5
- return
-
-EventScript_1A4EAA:: @ 81A4EAA
- delay 50
- return
-
-EventScript_1A4EAE:: @ 81A4EAE
- return
-
-EventScript_1A4EAF:: @ 81A4EAF
- special Field_AskSaveTheGame
- waitstate
- return
-
-gUnknown_81A4EB4:: @ 81A4EB4
- lock
- special PlayTrainerEncounterMusic
- special ScrSpecial_EndTrainerApproach
- waitstate
- goto EventScript_1A4FC7
-
-EventScript_TryDoNormalTrainerBattle:: @ 81A4EC1
- lock
- faceplayer
- applymovement VAR_LAST_TALKED, Movement_1A4FC5
- waitmovement 0
- specialvar VAR_RESULT, ScrSpecial_HasTrainerBeenFought
- compare_var_to_value VAR_RESULT, 0
- goto_if ne, EventScript_1A4EE8
- special PlayTrainerEncounterMusic
- special SetUpTrainerMovement
- goto EventScript_1A4FC7
-
-EventScript_1A4EE8:: @ 81A4EE8
- ontrainerbattleend
-
-EventScript_TryDoDoubleTrainerBattle:: @ 81A4EE9
- lock
- faceplayer
- call EventScript_1A4FBA
- specialvar VAR_RESULT, ScrSpecial_HasTrainerBeenFought
- compare_var_to_value VAR_RESULT, 0
- goto_if ne, EventScript_1A4F20
- special HasEnoughMonsForDoubleBattle
- compare_var_to_value VAR_RESULT, 0
- goto_if ne, EventScript_1A4F19
- special PlayTrainerEncounterMusic
- special SetUpTrainerMovement
- goto EventScript_1A4FC7
-
-EventScript_1A4F19:: @ 81A4F19
- special ScrSpecial_ShowTrainerNonBattlingSpeech
- waitmessage
- waitbuttonpress
- release
- end
+ .include "data/scripts/std_msgbox.inc"
+ .include "data/scripts/trainer_battle.inc"
-EventScript_1A4F20:: @ 81A4F20
- ontrainerbattleend
-
-EventScript_DoTrainerBattle:: @ 81A4F21
- applymovement VAR_LAST_TALKED, Movement_1A4FC5
- waitmovement 0
- special PlayTrainerEncounterMusic
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A501A
- battlebegin
- ontrainerbattleend
-
-EventScript_TryDoRematchBattle:: @ 81A4F3E
- call EventScript_1A4FBA
- specialvar VAR_RESULT, ScrSpecial_GetTrainerEyeRematchFlag
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1A4F72
- special PlayTrainerEncounterMusic
- special SetUpTrainerMovement
- special ScrSpecial_ShowTrainerIntroSpeech
- waitmessage
- waitbuttonpress
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A4FB8
- special ScrSpecial_StartTrainerEyeRematch
- waitstate
- releaseall
- end
-
-EventScript_1A4F72:: @ 81A4F72
- ontrainerbattleend
-
-EventScript_TryDoDoubleRematchBattle:: @ 81A4F73
- specialvar VAR_RESULT, ScrSpecial_GetTrainerEyeRematchFlag
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1A4FB0
- special HasEnoughMonsForDoubleBattle
- compare_var_to_value VAR_RESULT, 0
- goto_if ne, EventScript_1A4FB1
- special PlayTrainerEncounterMusic
- special SetUpTrainerMovement
- special ScrSpecial_ShowTrainerIntroSpeech
- waitmessage
- waitbuttonpress
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A4FB8
- special ScrSpecial_StartTrainerEyeRematch
- waitstate
- releaseall
- end
-
-EventScript_1A4FB0:: @ 81A4FB0
- ontrainerbattleend
-
-EventScript_1A4FB1:: @ 81A4FB1
- special ScrSpecial_ShowTrainerNonBattlingSpeech
- waitmessage
- waitbuttonpress
- release
- end
-
-EventScript_1A4FB8:: @ 81A4FB8
- releaseall
- end
-
-EventScript_1A4FBA:: @ 81A4FBA
- applymovement VAR_LAST_TALKED, Movement_1A4FC5
- waitmovement 0
- return
-
-Movement_1A4FC5:: @ 81A4FC5
- step_67
- step_end
-
-EventScript_1A4FC7:: @ 81A4FC7
- special ScrSpecial_ShowTrainerIntroSpeech
- waitmessage
- waitbuttonpress
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A501A
- battlebegin
- specialvar VAR_RESULT, ScrSpecial_GetTrainerBattleMode
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1A5017
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A5019
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A5019
- compare_var_to_value VAR_RESULT, 6
- goto_if eq, EventScript_1A5019
- compare_var_to_value VAR_RESULT, 8
- goto_if eq, EventScript_1A5019
-
-EventScript_1A5017:: @ 81A5017
- releaseall
- end
-
-EventScript_1A5019:: @ 81A5019
- ontrainerbattleendgoto
-
-EventScript_1A501A:: @ 81A501A
- special SetBattledTrainerFlag
- releaseall
- end
-
-gStdScript_Message_WaitButton_AndRelease:: @ 81A501F
- message 0x0
- waitmessage
- waitbuttonpress
- release
- return
-
-gUnknown_81A5028:: @ 81A5028
+@ Unused
+Text_WouldYouLikeToMixRecords:: @ 81A5028
.string "Would you like to mix records with\n"
.string "other TRAINERS?$"
-Text_1A505B:: @ 81A505B
+@ Unused
+Text_WeHopeToSeeYouAgain2:: @ 81A505B
.string "We hope to see you again!$"
-Text_1A5075:: @ 81A5075
+Text_BootedUpPC:: @ 81A5075
.string "{PLAYER} booted up the PC.$"
-gUnknown_81A508A:: @ 81A508A
+Text_AccessWhichPC:: @ 81A508A
.string "Which PC should be accessed?$"
-Text_1A50A7:: @ 81A50A7
+Text_AccessedSomeonesPC:: @ 81A50A7
.string "Accessed Someone's PC.$"
-Text_1A50BE:: @ 81A50BE
+Text_OpenedPkmnStorage:: @ 81A50BE
.string "POKéMON Storage System opened.$"
-Text_1A50DD:: @ 81A50DD
+Text_AccessedPlayersPC:: @ 81A50DD
.string "Accessed {PLAYER}'s PC.$"
-Text_1A50EF:: @ 81A50EF
+Text_AccessedBillsPC:: @ 81A50EF
.string "Accessed BILL's PC.$"
Text_1A5103:: @ 81A5103
@@ -1038,72 +827,28 @@ Text_1A5160:: @ 81A5160
.string "Welcome to the POKéMON CABLE CLUB\n"
.string "TIME CAPSULE.$"
-gUnknown_81A5190:: @ 81A5190
+Text_PleaseComeAgain:: @ 81A5190
.string "Please come again!$"
-Text_1A51A3:: @ 81A51A3
+@ Unused
+Text_HavingDiscountSaleToday:: @ 81A51A3
.string "Welcome!\p"
.string "We're having a discount sale today!$"
-Text_1A51D0:: @ 81A51D0
+@ Unused
+Text_PlayerWhatCanIDoForYou:: @ 81A51D0
.string "{PLAYER}{KUN}, welcome!\p"
.string "What can I do for you?$"
-Text_1A51F6:: @ 81A51F6
- .string "Obtained the {STR_VAR_2}!$"
-
-gUnknown_81A5207:: @ 81A5207
- .string "The BAG is full…$"
-
-gUnknown_81A5218:: @ 81A5218
- .string "{PLAYER} put the {STR_VAR_2}\n"
- .string "in the {STR_VAR_3}.$"
-
-Text_1A5231:: @ 81A5231
- .string "{PLAYER} found one {STR_VAR_2}!$"
-
-gUnknown_81A5242:: @ 81A5242
- .string "Too bad!\n"
- .string "The BAG is full…$"
-
-Text_1A525C:: @ 81A525C
- .string "{PLAYER} found\n"
- .string "{STR_VAR_1} {STR_VAR_2}!$"
-
-Text_1A526C:: @ 81A526C
- .string "{PLAYER} put the COINS away in\n"
- .string "the COIN CASE.$"
-
-Text_1A5294:: @ 81A5294
- .string "Too bad!\n"
- .string "The COIN CASE is full…$"
-
-Text_1A52B4:: @ 81A52B4
- .string "Too bad!\n"
- .string "There's nothing to put them in…$"
-
-Text_1A52DD:: @ 81A52DD
- .string "{PLAYER} found\n"
- .string "{STR_VAR_1} {STR_VAR_2}(s)!$"
-
-Text_1A52F0:: @ 81A52F0
- .string "Obtained the {STR_VAR_2}!$"
-
-Text_1A5301:: @ 81A5301
- .string "Too bad! There's no room left for\n"
- .string "another {STR_VAR_2}…$"
-
-gUnknown_81A532F:: @ 81A532F
- .string "The {STR_VAR_2} was transferred\n"
- .string "to the PC.$"
+ .include "data/text/obtain_item.inc"
Text_1A5351:: @ 81A5351
.string "じゅんびちゅうです!$"
-Text_1A535C:: @ 81A535C
+Text_WantWhichFloor:: @ 81A535C
.string "Which floor do you want?$"
-Text_1A5375:: @ 81A5375
+Text_BagItemCanBeRegistered:: @ 81A5375
.string "An item in the BAG can be\n"
.string "registered to SELECT for easy use.$"
@@ -1117,13 +862,14 @@ Text_1A53B2:: @ 81A53B2
.string "トレーナーの じつりょくが とわれます!\p"
.string "‥‥ ‥‥ ‥‥$"
-gUnknown_81A5420:: @ 81A5420
+Text_PlayerBootedUpPC:: @ 81A5420
.string "{PLAYER} booted up the PC.$"
Text_1A5435:: @ 81A5435
.string "つうしんは キャンセルされました$"
-Text_1A5446:: @ 81A5446
+@ Unused
+Text_GiveNicknameToReceivedMon:: @ 81A5446
.string "Want to give a nickname to the\n"
.string "{STR_VAR_2} you received?$"
@@ -1131,48 +877,41 @@ gText_PkmnFainted3:: @ 81A5476
.string "{STR_VAR_1} fainted…\p"
.string "$"
-Text_1A5483:: @ 81A5483
+Text_WelcomeWantToHealPkmn:: @ 81A5483
.string "Welcome to our POKéMON CENTER!\p"
.string "Would you like me to heal your\n"
.string "POKéMON back to perfect health?$"
-Text_1A54E1:: @ 81A54E1
+Text_TakeYourPkmnForFewSeconds:: @ 81A54E1
.string "Okay, I'll take your POKéMON for a\n"
.string "few seconds.$"
-Text_1A5511:: @ 81A5511
+Text_WeHopeToSeeYouAgain:: @ 81A5511
.string "We hope to see you again!$"
-Text_1A552B:: @ 81A552B
+Text_RestoredPkmnToFullHealth:: @ 81A552B
.string "Thank you for waiting.\n"
.string "We've restored your POKéMON to\l"
.string "full health.$"
-Text_1A556E:: @ 81A556E
- .string "The water is dyed a deep blue…\n"
- .string "Would you like to SURF?$"
-
-Text_1A55A5:: @ 81A55A5
- .string "{STR_VAR_1} used SURF!$"
-
-Text_1A55B3:: @ 81A55B3
- .string "The current is much too fast!\n"
- .string "SURF can't be used here…$"
+ .include "data/text/surf.inc"
-Text_1A55EA:: @ 81A55EA
+@ Unused, from R/S
+Text_DoorOpenedFarAway:: @ 81A55EA
.string "どこか とおくの とびらが\n"
.string "ひらいたような おとだ‥‥$"
-Text_1A5606:: @ 81A5606
+@ Unused, from R/S
+Text_BigHoleInTheWall:: @ 81A5606
.string "かべに\n"
.string "おおきな あなが あいている!$"
-Text_1A561A:: @ 81A561A
+Text_WirelessClubUndergoingAdjustments:: @ 81A561A
.string "I'm terribly sorry.\n"
.string "The POKéMON WIRELESS CLUB is\l"
.string "undergoing adjustments now.$"
-Text_1A5667:: @ 81A5667
+Text_AppearsToBeUndergoingAdjustments:: @ 81A5667
.string "It appears to be undergoing\n"
.string "adjustments…$"
@@ -1190,38 +929,11 @@ Text_1A56D2:: @ 81A56D2
.string "ましたに どうぐが うまってる!\n"
.string "‥‥‥$"
-Text_1A5700:: @ 81A5700
+Text_DugUpItemFromGround:: @ 81A5700
.string "{PLAYER} dug up one {STR_VAR_2}\n"
.string "from deep in the ground.$"
-Text_1A572A:: @ 81A572A
- .string "Only truly skilled TRAINERS are\n"
- .string "allowed through.\p"
- .string "You don't have the {STR_VAR_1}\n"
- .string "yet!$"
-
-Text_1A5776:: @ 81A5776
- .string "Rules are rules.\n"
- .string "I can't let you pass.$"
-
-Text_1A579D:: @ 81A579D
- .string "Oh! That is the {STR_VAR_1}!\n"
- .string "Go right ahead.$"
-
-Text_1A57C1:: @ 81A57C1
- .string "You can pass here only if you have\n"
- .string "the {STR_VAR_1}.\p"
- .string "You don't have the {STR_VAR_1}\n"
- .string "yet.\p"
- .string "You have to have it to get to\n"
- .string "the POKéMON LEAGUE.$"
-
-Text_1A5839:: @ 81A5839
- .string "You can pass here only if you have\n"
- .string "the {STR_VAR_1}.\p"
- .string "Oh! That is the {STR_VAR_1}!{PAUSE_MUSIC}{PLAY_BGM}{MUS_FANFA1}{PAUSE 0x60}{RESUME_MUSIC}\p"
- .string "Okay, then.\n"
- .string "Please, go right ahead.$"
+ .include "data/text/route23.inc"
Text_1A58A7:: @ 81A58A7
.string "Let's see…\n"
@@ -1239,85 +951,26 @@ Text_1A594D:: @ 81A594D
.string "Oh! I see you don't have any\n"
.string "room for the {STR_VAR_2}.$"
-gUnknown_81A597B:: @ 81A597B
- .string "I'm looking for the POKéMON\n"
- .string "{STR_VAR_1}!\p"
- .string "Wanna trade one for my\n"
- .string "{STR_VAR_2}?$"
+ .include "data/text/ingame_trade.inc"
-gUnknown_81A59B6:: @ 81A59B6
- .string "Awww!\n"
- .string "Oh, well…$"
-
-gUnknown_81A59C6:: @ 81A59C6
- .string "What?\n"
- .string "That's no {STR_VAR_1}!$"
-
-gUnknown_81A59DA:: @ 81A59DA
- .string "Hey, thanks!$"
-
-gUnknown_81A59E7:: @ 81A59E7
- .string "Isn't my old {STR_VAR_2} great?$"
-
-gUnknown_81A59FE:: @ 81A59FE
- .string "Hello, there! Do you happen to\n"
- .string "have a {STR_VAR_1}?\p"
- .string "Would you agree to a trade for\n"
- .string "my {STR_VAR_2}?$"
-
-gUnknown_81A5A4E:: @ 81A5A4E
- .string "Well, if you don't want to…$"
-
-gUnknown_81A5A6A:: @ 81A5A6A
- .string "Hmmm?\n"
- .string "This isn't a {STR_VAR_1}.\p"
- .string "Think of me if you get one.$"
-
-gUnknown_81A5A9D:: @ 81A5A9D
- .string "Thanks!$"
-
-gUnknown_81A5AA5:: @ 81A5AA5
- .string "The {STR_VAR_2} that I traded you,\n"
- .string "has it grown stronger?$"
-
-gUnknown_81A5AD6:: @ 81A5AD6
- .string "Hi!\n"
- .string "Do you have a {STR_VAR_1}?\p"
- .string "Want to trade it for my\n"
- .string "{STR_VAR_2}?$"
-
-gUnknown_81A5B08:: @ 81A5B08
- .string "That's too bad.$"
-
-gUnknown_81A5B18:: @ 81A5B18
- .string "…This is no {STR_VAR_1}.\p"
- .string "If you get one, trade it with me.$"
-
-gUnknown_81A5B4A:: @ 81A5B4A
- .string "Thanks, you're a pal!$"
-
-gUnknown_81A5B60:: @ 81A5B60
- .string "How is my old {STR_VAR_2}?\n"
- .string "My {STR_VAR_1} is doing great!$"
-
-Text_1A5B88:: @ 81A5B88
+Text_CardKeyOpenedDoor:: @ 81A5B88
.string "Bingo!\n"
.string "The CARD KEY opened the door!$"
-Text_1A5BAD:: @ 81A5BAD
+Text_ItNeedsCardKey:: @ 81A5BAD
.string "No!\n"
.string "It needs a CARD KEY!$"
-Text_1A5BC6:: @ 81A5BC6
+Text_AccessedProfOaksPC:: @ 81A5BC6
.string "Accessed PROF. OAK's PC…\p"
.string "Accessed the POKéDEX Rating\n"
.string "System…$"
-Text_1A5C03:: @ 81A5C03
+Text_HavePokedexRated:: @ 81A5C03
.string "Would you like to have your\n"
.string "POKéDEX rated?$"
-Text_1A5C2E:: @ 81A5C2E
+Text_ClosedLinkToProfOaksPC:: @ 81A5C2E
.string "Closed link to PROF. OAK's PC.$"
Text_1A5C4D:: @ 81A5C4D
@@ -1345,7 +998,7 @@ Text_1A5CCE:: @ 81A5CCE
Text_1A5CD3:: @ 81A5CD3
.string "ドアは しまっている‥$"
-Text_1A5CDF:: @ 81A5CDF
+Text_TheDoorIsOpen:: @ 81A5CDF
.string "The door is open…$"
Text_1A5CF1:: @ 81A5CF1
@@ -1440,44 +1093,16 @@ Text_1A61E5:: @ 81A61E5
.string "POKéMON!\p"
.string "{PLAYER} whited out!$"
-Text_1A6211:: @ 81A6211
- .string "Hi, there!\n"
- .string "May I help you?$"
-
-Text_1A622C:: @ 81A622C
- .string "There is a questionnaire.\n"
- .string "Would you like to fill it out?$"
-
-Text_1A6265:: @ 81A6265
- .string "Thank you for taking the time to\n"
- .string "fill out our questionnaire.\p"
- .string "Your feedback will be used for\n"
- .string "future reference.$"
-
-Text_1A62D3:: @ 81A62D3
- .string "Oh, hello!\n"
- .string "You know those words?\p"
- .string "That means you must know about\n"
- .string "the MYSTERY GIFT.\p"
- .string "From now on, you should be\n"
- .string "receiving MYSTERY GIFTS!$"
-
-Text_1A6359:: @ 81A6359
- .string "Once you save your game, you can\n"
- .string "access the MYSTERY GIFT.$"
-
-Text_1A6393:: @ 81A6393
- .string "Thank you for accessing the\n"
- .string "MYSTERY GIFT System.$"
-
-Text_1A63C4:: @ 81A63C4
+ .include "data/text/poke_mart.inc"
+
+Text_MonFlewAway:: @ 81A63C4
.string "The {STR_VAR_1} flew away!$"
Text_1A63D6:: @ 81A63D6
.string "ベッドが ある‥‥\n"
.string "やすんでいこう$"
-Text_1A63E8:: @ 81A63E8
+Text_FoundTMHMContainsMove:: @ 81A63E8
.string "{PLAYER} found a {STR_VAR_2}!\n"
.string "It contains {STR_VAR_1}.$"
@@ -1492,7 +1117,7 @@ Text_1A641B:: @ 81A641B
Text_1A6448:: @ 81A6448
.string "Gyaoo!$"
-Text_1A644F:: @ 81A644F
+Text_MoveCanOnlyBeLearnedOnce:: @ 81A644F
.string "This move can be learned only\n"
.string "once. Is that okay?$"
@@ -1551,29 +1176,29 @@ EventScript_ResetAllMapFlags:: @ 81A6481
EventScript_1A651A:: @ 81A651A
clearflag FLAG_HIDE_POSTGAME_GOSSIPERS
- call EventScript_1A6551
+ call EventScript_ResetEliteFour
special sub_81130A8
specialvar VAR_RESULT, IsNationalPokedexEnabled
- compare_var_to_value VAR_RESULT, 0
- call_if eq, EventScript_1A653B
- call EventScript_1A6541
+ compare VAR_RESULT, FALSE
+ call_if_eq EventScript_1A653B
+ call EventScript_ResetLegendaries
return
EventScript_1A653B:: @ 81A653B
setvar VAR_MAP_SCENE_PALLET_TOWN_OAK, 2
return
-EventScript_1A6541:: @ 81A6541
+EventScript_ResetLegendaries:: @ 81A6541
clearflag FLAG_LUGIA_FLEW_AWAY
clearflag FLAG_HO_OH_FLEW_AWAY
clearflag FLAG_DEOXYS_FLEW_AWAY
return
gUnknown_81A654B:: @ 81A654B
- call EventScript_1A6551
+ call EventScript_ResetEliteFour
end
-EventScript_1A6551:: @ 81A6551
+EventScript_ResetEliteFour:: @ 81A6551
clearflag FLAG_DEFEATED_LORELEI
clearflag FLAG_DEFEATED_BRUNO
clearflag FLAG_DEFEATED_AGATHA
@@ -1588,823 +1213,65 @@ EventScript_1A6551:: @ 81A6551
setvar VAR_MAP_SCENE_POKEMON_LEAGUE, 0
return
-EventScript_1A6578:: @ 81A6578
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- message Text_1A5483
- waitmessage
- multichoice 19, 8, MULTICHOICE_YES_NO, FALSE | (TRUE << 1)
- switch VAR_RESULT
- case 0, EventScript_1A65B8
- case 1 EventScript_1A6663
- case SCR_MENU_CANCEL, EventScript_1A6663
- end
-
-EventScript_1A65B8:: @ 81A65B8
- incrementgamestat GAME_STAT_USED_POKECENTER
- message Text_1A54E1
- waitmessage
- call EventScript_1A65CE
- special sub_80CC524
- goto EventScript_1A65EC
- end
-
-EventScript_1A65CE:: @ 81A65CE
- applymovement VAR_LAST_TALKED, Movement_1A75E7
- waitmovement 0
- dofieldeffect FLDEFF_POKECENTER_HEAL
- waitfieldeffect 25
- applymovement VAR_LAST_TALKED, Movement_1A75ED
- waitmovement 0
- special HealPlayerParty
- return
-
-EventScript_1A65EC:: @ 81A65EC
- specialvar VAR_RESULT, Special_PlayerIsNotInTrainerTowerLobby
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1A661D
- specialvar VAR_RESULT, sp182_move_string
- copyvar VAR_0x8008, VAR_RESULT
- compare_var_to_value VAR_0x8008, 0
- goto_if eq, EventScript_1A661D
- compare_var_to_value VAR_0x8008, 1
- goto_if eq, EventScript_1A6636
- end
-
-EventScript_1A661D:: @ 81A661D
- message Text_1A552B
- waitmessage
- applymovement VAR_LAST_TALKED, Movement_1A666C
- waitmovement 0
- msgbox Text_1A5511
- return
-
-EventScript_1A6636:: @ 81A6636
- checkflag FLAG_SYS_INFORMED_OF_LOCAL_WIRELESS_PLAYER
- goto_if TRUE, EventScript_1A661D
- msgbox Text_1A552B
- setflag FLAG_SYS_INFORMED_OF_LOCAL_WIRELESS_PLAYER
- message Text_1BCCCA
- waitmessage
- applymovement VAR_LAST_TALKED, Movement_1A666C
- waitmovement 0
- msgbox Text_1A5511
- return
-
-EventScript_1A6663:: @ 81A6663
- msgbox Text_1A5511
- return
-
-Movement_1A666C:: @ 81A666C
- step_5b
- step_1a
- step_end
-
-EventScript_1A666F:: @ 81A666F
- copyvar VAR_MON_BOX_POS, VAR_MON_BOX_ID
- return
-
-EventScript_1A6675:: @ 81A6675
- copyvar VAR_MON_BOX_ID, VAR_MON_BOX_POS
- return
-
-gStdScript_0:: @ 81A667B
- copyvar VAR_MON_BOX_POS, VAR_MON_BOX_ID
- textcolor 3
- additem VAR_0x8000, VAR_0x8001
- copyvar VAR_0x8007, VAR_RESULT
- call EventScript_1A6697
- copyvar VAR_MON_BOX_ID, VAR_MON_BOX_POS
- return
-
-EventScript_1A6697:: @ 81A6697
- bufferitemnameplural 1, VAR_0x8000, VAR_0x8001
- checkitemtype VAR_0x8000
- call EventScript_1A66BC
- compare_var_to_value VAR_0x8007, 1
- call_if eq, EventScript_1A6749
- compare_var_to_value VAR_0x8007, 0
- call_if eq, EventScript_1A675E
- return
-
-EventScript_1A66BC:: @ 81A66BC
- switch VAR_RESULT
- compare_var_to_value VAR_0x8000, 1
- goto_if eq, EventScript_1A66F9
- compare_var_to_value VAR_0x8000, 2
- goto_if eq, EventScript_1A6709
- compare_var_to_value VAR_0x8000, 3
- goto_if eq, EventScript_1A6719
- compare_var_to_value VAR_0x8000, 4
- goto_if eq, EventScript_1A6729
- compare_var_to_value VAR_0x8000, 5
- goto_if eq, EventScript_1A6739
- end
-
-EventScript_1A66F9:: @ 81A66F9
- getstdstring 2, 24
- compare_var_to_value VAR_0x8007, 1
- call_if eq, EventScript_1A6764
- return
-
-EventScript_1A6709:: @ 81A6709
- getstdstring 2, 25
- compare_var_to_value VAR_0x8007, 1
- call_if eq, EventScript_1A6764
- return
-
-EventScript_1A6719:: @ 81A6719
- getstdstring 2, 26
- compare_var_to_value VAR_0x8007, 1
- call_if eq, EventScript_1A6764
- return
-
-EventScript_1A6729:: @ 81A6729
- getstdstring 2, 27
- compare_var_to_value VAR_0x8007, 1
- call_if eq, EventScript_1A6768
- return
-
-EventScript_1A6739:: @ 81A6739
- getstdstring 2, 28
- compare_var_to_value VAR_0x8007, 1
- call_if eq, EventScript_1A6764
- return
-
-EventScript_1A6749:: @ 81A6749
- message Text_1A51F6
- waitfanfare
- waitmessage
- msgbox gUnknown_81A5218
- setvar VAR_RESULT, 1
- return
-
-EventScript_1A675E:: @ 81A675E
- setvar VAR_RESULT, 0
- return
-
-EventScript_1A6764:: @ 81A6764
- playfanfare MUS_FANFA1
- return
-
-EventScript_1A6768:: @ 81A6768
- playfanfare MUS_FANFA1
- return
-
-gStdScript_7:: @ 81A676C
- adddecor VAR_0x8000
- copyvar VAR_0x8007, VAR_RESULT
- call EventScript_1A677A
- return
-
-EventScript_1A677A:: @ 81A677A
- getdecorname 1, VAR_0x8000
- compare_var_to_value VAR_0x8007, 1
- call_if eq, EventScript_1A6795
- compare_var_to_value VAR_0x8007, 0
- call_if eq, EventScript_1A67AD
- return
-
-EventScript_1A6795:: @ 81A6795
- playfanfare MUS_FANFA4
- message Text_1A52F0
- waitfanfare
- waitmessage
- msgbox gUnknown_81A532F
- setvar VAR_RESULT, 1
- return
-
-EventScript_1A67AD:: @ 81A67AD
- setvar VAR_RESULT, 0
- return
-
-gStdScript_1:: @ 81A67B3
- lock
- faceplayer
- waitse
- copyvar VAR_0x8004, VAR_0x8000
- copyvar VAR_0x8005, VAR_0x8001
- checkitemspace VAR_0x8000, VAR_0x8001
- copyvar VAR_0x8007, VAR_RESULT
- getitemname 1, VAR_0x8000
- checkitemtype VAR_0x8000
- call EventScript_1A66BC
- compare_var_to_value VAR_0x8007, 1
- call_if eq, EventScript_1A67EE
- compare_var_to_value VAR_0x8007, 0
- call_if eq, EventScript_1A682D
- release
- return
-
-EventScript_1A67EE:: @ 81A67EE
- removeobject VAR_LAST_TALKED
- additem VAR_0x8004, VAR_0x8005
- specialvar VAR_RESULT, Special_ItemIsTM_GetMoveName
- copyvar VAR_0x8008, VAR_RESULT
- compare_var_to_value VAR_0x8008, 1
- call_if eq, EventScript_1A6821
- compare_var_to_value VAR_0x8008, 0
- call_if eq, EventScript_1A6827
- waitfanfare
- waitmessage
- msgbox gUnknown_81A5218
- return
-
-EventScript_1A6821:: @ 81A6821
- message Text_1A63E8
- return
-
-EventScript_1A6827:: @ 81A6827
- message Text_1A5231
- return
-
-EventScript_1A682D:: @ 81A682D
- msgbox Text_1A51F6
- msgbox gUnknown_81A5242
- setvar VAR_RESULT, 0
- return
-
-EventScript_PickUpHiddenItem:: @ 81A6843
- lockall
- textcolor 3
- waitse
- compare_var_to_value VAR_0x8005, 0
- goto_if eq, EventScript_PickUpHiddenCoins
- call EventScript_GiveItem
- compare_var_to_value VAR_0x8007, 1
- goto_if eq, EventScript_ItemInPocketMessage
- compare_var_to_value VAR_0x8007, 0
- goto_if eq, EventScript_BagIsFullMessage
- end
-
-EventScript_GiveItem::
- additem VAR_0x8005, VAR_0x8006
- copyvar VAR_0x8007, VAR_RESULT
- getitemname 1, VAR_0x8005
- checkitemtype VAR_0x8005
- call EventScript_1A66BC
- return
-
-EventScript_ItemInPocketMessage::
- compare_var_to_value VAR_0x8006, 1
- call_if eq, EventScript_FoundSingleItemMessage
- compare_var_to_value VAR_0x8006, 1
- call_if ne, EventScript_FoundMultipleItemsMessage
- waitfanfare
- waitmessage
- msgbox gUnknown_81A5218
- special Special_SetHiddenItemFlag
- releaseall
- end
-
-EventScript_FoundSingleItemMessage::
- message Text_1A5231
- return
-
-EventScript_FoundCoinsMessage::
- getnumberstring 0, VAR_0x8006
- message Text_1A525C
- return
-
-EventScript_FoundMultipleItemsMessage::
- getnumberstring 0, VAR_0x8006
- message Text_1A52DD
- return
-
-EventScript_BagIsFullMessage::
- msgbox Text_1A5231
- msgbox gUnknown_81A5242
- setvar VAR_RESULT, 0
- releaseall
- end
-
-EventScript_PickUpHiddenCoins::
- checkflag FLAG_GOT_COIN_CASE
- goto_if FALSE, EventScript_HiddenCoinsButNoCoinCase
- checkcoins VAR_RESULT
- specialvar VAR_RESULT, Special_CheckAddCoins
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_HiddenCoinsButTheCoinCaseIsFull
- givecoins VAR_0x8006
- getstdstring 1, 0x17
- call EventScript_1A6764
- call EventScript_FoundCoinsMessage
- waitfanfare
- waitmessage
- msgbox Text_1A526C
- special Special_SetHiddenItemFlag
- releaseall
- end
-
-EventScript_HiddenCoinsButTheCoinCaseIsFull::
- getnumberstring 0, VAR_0x8006
- getstdstring 1, 0x17
- msgbox Text_1A525C
- msgbox Text_1A5294
- setvar VAR_RESULT, 0
- releaseall
- end
-
-EventScript_HiddenCoinsButNoCoinCase::
- getnumberstring 0, VAR_0x8006
- getstdstring 1, 0x17
- msgbox Text_1A525C
- msgbox Text_1A52B4
- setvar VAR_RESULT, 0
- releaseall
- end
-
-gUnknown_81A6955:: @ 81A6955
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- lockall
- checkflag FLAG_SYS_PC_STORAGE_DISABLED
- goto_if TRUE, EventScript_1A698E
- setvar VAR_0x8004, 27
- special Special_SetSomeVariable
- setvar VAR_0x8004, 0
- special Special_AnimatePcTurnOn
- playse SE_PC_ON
- msgbox Text_1A5075
- goto EventScript_1A6998
- end
-
-EventScript_1A698E:: @ 81A698E
- msgbox Text_1A1390
- releaseall
- end
-
-EventScript_1A6998:: @ 81A6998
- message gUnknown_81A508A
- waitmessage
- special ScrSpecial_CreatePCMenu
- waitstate
- goto EventScript_1A69A8
- end
-
-EventScript_1A69A8:: @ 81A69A8
- switch VAR_RESULT
- case 0, EventScript_1A6A05
- case 1, EventScript_1A69F0
- case 2, EventScript_1A6A7A
- case 3, EventScript_1A6A56
- case 4, EventScript_1A6A46
- case SCR_MENU_CANCEL, EventScript_1A6A46
- end
-
-EventScript_1A69F0:: @ 81A69F0
- playse SE_PC_LOGIN
- msgbox Text_1A50DD
- special PlayerPC
- waitstate
- goto EventScript_1A6998
- end
-
-EventScript_1A6A05:: @ 81A6A05
- playse SE_PC_LOGIN
- checkflag FLAG_SYS_NOT_SOMEONES_PC
- call_if FALSE, EventScript_1A6A34
- checkflag FLAG_SYS_NOT_SOMEONES_PC
- call_if TRUE, EventScript_1A6A3D
- msgbox Text_1A50BE
- special ShowPokemonStorageSystem
- waitstate
- setvar VAR_0x8004, 27
- special Special_SetSomeVariable
- goto EventScript_1A6998
- end
-
-EventScript_1A6A34:: @ 81A6A34
- msgbox Text_1A50A7
- return
-
-EventScript_1A6A3D:: @ 81A6A3D
- msgbox Text_1A50EF
- return
-
-EventScript_1A6A46:: @ 81A6A46
- setvar VAR_0x8004, 0
- playse SE_PC_OFF
- special Special_AnimatePcTurnOff
- special sub_812B35C
- releaseall
- end
-
-EventScript_1A6A56:: @ 81A6A56
- checkflag FLAG_SYS_GAME_CLEAR
- goto_if FALSE, EventScript_1A6A46
- playse SE_PC_LOGIN
- setvar VAR_0x8004, 31
- special HelpSystem_BackupSomeVariable
- special Special_SetSomeVariable
- special HallOfFamePCBeginFade
- waitstate
- special HelpSystem_RestoreSomeVariable
- goto EventScript_1A69A8
- end
-
-EventScript_1A6A7A:: @ 81A6A7A
- checkflag FLAG_SYS_POKEDEX_GET
- goto_if FALSE, EventScript_1A6A46
- playse SE_PC_LOGIN
- msgbox Text_1A5BC6
- msgbox Text_1A5C03, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1A6AB2
- setflag FLAG_OAKS_RATING_IS_VIA_PC
- call EventScript_1A73E0
- clearflag FLAG_OAKS_RATING_IS_VIA_PC
- goto EventScript_1A6AB2
- end
-
-EventScript_1A6AB2:: @ 81A6AB2
- msgbox Text_1A5C2E
- goto EventScript_1A6998
- end
+ .include "data/scripts/pkmn_center_nurse.inc"
+ .include "data/scripts/obtain_item.inc"
+ .include "data/scripts/pc.inc"
+@ DoEasyChatScreen?
EventScript_1A6AC0:: @ 81A6AC0
- fadescreen 1
+ fadescreen FADE_TO_BLACK
special sub_80FEE44
- fadescreen 0
+ fadescreen FADE_FROM_BLACK
return
-EventScript_1A6AC8:: @ 81A6AC8
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A6AC8_End
- checkpartymove MOVE_SURF
- compare_var_to_value VAR_RESULT, 6
- goto_if eq, EventScript_1A6AC8_End
- getpartymonname 0, VAR_RESULT
- setfieldeffectarg 0, VAR_RESULT
- lockall
- msgbox Text_1A556E, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1A6AC8_Release
- msgbox Text_1A55A5
- dofieldeffect FLDEFF_USE_SURF
-EventScript_1A6AC8_Release:@ 81A6B0B
- releaseall
-EventScript_1A6AC8_End: @ 81A6B0C
- end
-
-gUnknown_81A6B0D:: @ 81A6B0D
- lockall
- msgbox Text_1A55B3
- releaseall
- end
-
-EventScript_1A6B18:: @ 81A6B18
- switch VAR_0x8008
- case 1, EventScript_1A6B76
- case 2, EventScript_1A6B7A
- case 3, EventScript_1A6B81
- case 4, EventScript_1A6B8B
- case 5, EventScript_1A6BA1
- case 6, EventScript_1A6BB4
- case 7, EventScript_1A6BCA
- case 8, EventScript_1A6BE0
- end
-
-EventScript_1A6B76:: @ 81A6B76
- settrainerflag TRAINER_CAMPER_LIAM
- return
-
-EventScript_1A6B7A:: @ 81A6B7A
- settrainerflag TRAINER_PICNICKER_DIANA
- settrainerflag TRAINER_SWIMMER_MALE_LUIS
- return
-
-EventScript_1A6B81:: @ 81A6B81
- settrainerflag TRAINER_SAILOR_DWAYNE
- settrainerflag TRAINER_ENGINEER_BAILY
- settrainerflag TRAINER_GENTLEMAN_TUCKER
- return
-
-EventScript_1A6B8B:: @ 81A6B8B
- settrainerflag TRAINER_LASS_KAY
- settrainerflag TRAINER_LASS_LISA
- settrainerflag TRAINER_PICNICKER_TINA
- settrainerflag TRAINER_BEAUTY_BRIDGET
- settrainerflag TRAINER_BEAUTY_TAMIA
- settrainerflag TRAINER_BEAUTY_LORI
- settrainerflag TRAINER_COOLTRAINER_MARY
- return
-
-EventScript_1A6BA1:: @ 81A6BA1
- settrainerflag TRAINER_TAMER_PHIL
- settrainerflag TRAINER_TAMER_EDGAR
- settrainerflag TRAINER_JUGGLER_KIRK
- settrainerflag TRAINER_JUGGLER_SHAWN
- settrainerflag TRAINER_JUGGLER_KAYDEN
- settrainerflag TRAINER_JUGGLER_NATE
- return
-
-EventScript_1A6BB4:: @ 81A6BB4
- settrainerflag TRAINER_PSYCHIC_JOHAN
- settrainerflag TRAINER_PSYCHIC_TYRON
- settrainerflag TRAINER_PSYCHIC_CAMERON
- settrainerflag TRAINER_PSYCHIC_PRESTON
- settrainerflag TRAINER_CHANNELER_AMANDA
- settrainerflag TRAINER_CHANNELER_STACY
- settrainerflag TRAINER_CHANNELER_TASHA
- return
-
-EventScript_1A6BCA:: @ 81A6BCA
- settrainerflag TRAINER_SUPER_NERD_ERIK
- settrainerflag TRAINER_SUPER_NERD_AVERY
- settrainerflag TRAINER_SUPER_NERD_DEREK
- settrainerflag TRAINER_SUPER_NERD_ZAC
- settrainerflag TRAINER_BURGLAR_QUINN
- settrainerflag TRAINER_BURGLAR_RAMON
- settrainerflag TRAINER_BURGLAR_DUSTY
- return
-
-EventScript_1A6BE0:: @ 81A6BE0
- settrainerflag TRAINER_TAMER_JASON
- settrainerflag TRAINER_TAMER_COLE
- settrainerflag TRAINER_BLACK_BELT_ATSUSHI
- settrainerflag TRAINER_BLACK_BELT_KIYO
- settrainerflag TRAINER_BLACK_BELT_TAKASHI
- settrainerflag TRAINER_COOLTRAINER_SAMUEL
- settrainerflag TRAINER_COOLTRAINER_YUJI
- settrainerflag TRAINER_COOLTRAINER_WARREN
- return
-
-EventScript_1A6BF9:: @ 81A6BF9
- textcolor 3
- msgbox gUnknown_81A5242
- release
- end
-
-EventScript_1A6C05:: @ 81A6C05
- msgbox gUnknown_81A5242
- return
-
-EventScript_1A6C0E:: @ 81A6C0E
- msgbox Text_1A5301
- release
- end
-
-EventScript_1A6C18:: @ 81A6C18
- msgbox Text_1A5301
- return
+ .include "data/scripts/surf.inc"
+ .include "data/scripts/set_gym_trainers.inc"
+ .include "data/scripts/bag_full.inc"
-EventScript_1A6C21:: @ 81A6C21
+@ Unused
+EventScript_GymBadgeFanfare:: @ 81A6C21
playfanfare MUS_ME_BACHI
waitfanfare
return
-EventScript_FadeOut_Heal_FadeIn:: @ 81A6C26
- fadescreen 1
+EventScript_OutOfCenterPartyHeal:: @ 81A6C26
+ fadescreen FADE_TO_BLACK
playfanfare MUS_ME_ASA
waitfanfare
special HealPlayerParty
- fadescreen 0
+ fadescreen FADE_FROM_BLACK
return
-gUnknown_81A6C32:: @ 81A6C32
+EventScript_WallTownMap:: @ 81A6C32
lockall
- msgbox Text_1C0DF1
+ msgbox Text_ATownMap
special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- fadescreen 1
+ compare VAR_RESULT, 2
+ goto_if_eq EventScript_1A7AE0
+ fadescreen FADE_TO_BLACK
special Special_TownMap
waitstate
releaseall
end
-gUnknown_81A6C51:: @ 81A6C51
- .string "OAK: Good to see you!\n"
- .string "How is your POKéDEX coming along?\p"
- .string "Here, let me take a look.$"
-
-Text_1A6CA3:: @ 81A6CA3
- .string "The amount of progress you've made\n"
- .string "on your POKéDEX is:\p"
- .string "{STR_VAR_1} POKéMON seen and\n"
- .string "{STR_VAR_2} POKéMON owned.\p"
- .string "{SIZE}ÁPROF. OAK's rating:$"
-gUnknown_81A6D17:: @ 81A6D17
- .string "You still have lots to do.\p"
- .string "Go into every patch of grass you\n"
- .string "see and look for POKéMON!$"
-
-gUnknown_81A6D6D:: @ 81A6D6D
- .string "It looks as if you're getting on\n"
- .string "the right track!\p"
- .string "I've given one of my AIDES a FLASH\n"
- .string "HM. Make sure you go get it!$"
-
-gUnknown_81A6DDF:: @ 81A6DDF
- .string "Your POKéDEX could use a bit more\n"
- .string "volume still!\p"
- .string "Try to catch other species of\n"
- .string "POKéMON!$"
-
-gUnknown_81A6E36:: @ 81A6E36
- .string "Good, it's apparent that you're\n"
- .string "trying hard!\p"
- .string "I've given one of my AIDES an\n"
- .string "ITEMFINDER. Be sure to collect it!$"
-
-gUnknown_81A6EA4:: @ 81A6EA4
- .string "Your POKéDEX is coming along quite\n"
- .string "well!\p"
- .string "I've given one of my AIDES an\n"
- .string "AMULET COIN. Be sure to get it!$"
-
-gUnknown_81A6F0B:: @ 81A6F0B
- .string "Ah, you've finally topped 50\n"
- .string "species!\p"
- .string "I've given one of my AIDES an EXP.\n"
- .string "SHARE. Be sure to go get it!$"
-
-gUnknown_81A6F71:: @ 81A6F71
- .string "Hoho! This is turning into quite the\n"
- .string "respectable POKéDEX!$"
-
-gUnknown_81A6FAB:: @ 81A6FAB
- .string "Very good!\p"
- .string "I think you'll collect even more\n"
- .string "POKéMON by going fishing!$"
-
-gUnknown_81A6FF1:: @ 81A6FF1
- .string "Wonderful! Let me guess… You\n"
- .string "like to collect things, don't you?$"
-
-gUnknown_81A7031:: @ 81A7031
- .string "I'm impressed!\n"
- .string "It must have been difficult to do!$"
-
-gUnknown_81A7063:: @ 81A7063
- .string "You've finally hit 100 species!\n"
- .string "I can't believe how good you are!$"
-
-gUnknown_81A70A5:: @ 81A70A5
- .string "You even have the evolved forms\n"
- .string "of POKéMON! Super!$"
-
-gUnknown_81A70D8:: @ 81A70D8
- .string "Excellent! Trade with friends to\n"
- .string "get some more!$"
-
-gUnknown_81A7108:: @ 81A7108
- .string "Outstanding!\n"
- .string "You've become a real pro at this!$"
-
-gUnknown_81A7137:: @ 81A7137
- .string "I have nothing left to say!\n"
- .string "You're the POKéMON PROFESSOR now!$"
-
-gUnknown_81A7175:: @ 81A7175
- .string "Your POKéDEX is entirely complete!\n"
- .string "Congratulations!!$"
-
-Text_1A71AA:: @ 81A71AA
- .string "And your NATIONAL POKéDEX is:\p"
- .string "{STR_VAR_1} POKéMON seen and\n"
- .string "{STR_VAR_2} POKéMON owned.$"
-
-Text_1A71EE:: @ 81A71EE
- .string "I'll be looking forward to seeing\n"
- .string "you fill the NATIONAL POKéDEX!$"
-
-Text_1A722F:: @ 81A722F
- .string "Finally…\p"
- .string "You've finally completed the\n"
- .string "POKéDEX!\p"
- .string "It's magnificent!\n"
- .string "Truly, this is a fantastic feat!$"
-
-Text_1A7291:: @ 81A7291
- .string "Wroooooooaaaaaarrrr!$"
-
-Text_1A72A6:: @ 81A72A6
- .string "はあ はあ‥$"
-
-gUnknown_81A72AD:: @ 81A72AD
- .string "Thank you, {PLAYER}!\n"
- .string "Sincerely, thank you!\l"
- .string "You've made my dream a reality!$"
-
-Text_1A72F2:: @ 81A72F2
- .string "OAK: Ah, welcome!\p"
- .string "Tell me, how is your POKéDEX\n"
- .string "coming along?\p"
- .string "Wahaha!\p"
- .string "Actually, I know how it is, but I\n"
- .string "love seeing it anyway!\p"
- .string "Let's see…$"
-
-EventScript_1A737B:: @ 81A737B
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- special sub_8112364
- checkflag FLAG_OAK_SAW_DEX_COMPLETION
- call_if TRUE, EventScript_1A73A4
- checkflag FLAG_OAK_SAW_DEX_COMPLETION
- call_if FALSE, EventScript_1A73AD
- call EventScript_1A73E0
- return
-
-EventScript_1A73A4:: @ 81A73A4
- msgbox Text_1A72F2
- return
-
-EventScript_1A73AD:: @ 81A73AD
- msgbox gUnknown_81A6C51
- return
-
-EventScript_1A73B6:: @ 81A73B6
- copyvar VAR_0x8004, VAR_0x8009
- special Special_GetProfOaksRatingMessage
- waitmessage
- compare_var_to_value VAR_RESULT, 0
- call_if eq, EventScript_1A73D8
- compare_var_to_value VAR_RESULT, 1
- call_if eq, EventScript_1A73DC
- waitfanfare
- waitbuttonpress
- return
-
-EventScript_1A73D8:: @ 81A73D8
- playfanfare MUS_FAN2
- return
-
-EventScript_1A73DC:: @ 81A73DC
- playfanfare MUS_FANFA5
- return
-
-EventScript_1A73E0:: @ 81A73E0
- setvar VAR_0x8004, 31
- special HelpSystem_BackupSomeVariable
- special Special_SetSomeVariable
- setvar VAR_0x8004, 0
- specialvar VAR_RESULT, Special_GetPokedexCount
- copyvar VAR_0x8008, VAR_0x8005
- copyvar VAR_0x8009, VAR_0x8006
- copyvar VAR_0x800A, VAR_RESULT
- getnumberstring 0, VAR_0x8008
- getnumberstring 1, VAR_0x8009
- msgbox Text_1A6CA3
- checkflag FLAG_OAKS_RATING_IS_VIA_PC
- call_if FALSE, EventScript_1A746D
- call EventScript_1A73B6
- compare_var_to_value VAR_0x800A, 0
- goto_if eq, EventScript_1A748F
- setvar VAR_0x8004, 1
- specialvar VAR_RESULT, Special_GetPokedexCount
- copyvar VAR_0x8008, VAR_0x8005
- copyvar VAR_0x8009, VAR_0x8006
- getnumberstring 0, VAR_0x8008
- getnumberstring 1, VAR_0x8009
- msgbox Text_1A71AA
- specialvar VAR_RESULT, HasAllMons
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1A7470
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A747E
- end
-
-EventScript_1A746D:: @ 81A746D
- textcolor 0
- return
-
-EventScript_1A7470:: @ 81A7470
- msgbox Text_1A71EE
- goto EventScript_1A748F
- end
-
-EventScript_1A747E:: @ 81A747E
- setflag FLAG_OAK_SAW_DEX_COMPLETION
- msgbox Text_1A722F
- goto EventScript_1A748F
- end
-
-EventScript_1A748F:: @ 81A748F
- special HelpSystem_RestoreSomeVariable
- return
+ .include "data/text/pokedex_rating.inc"
+ .include "data/scripts/pokedex_rating.inc"
EventScript_1A7493:: @ 81A7493
lockall
- setvar VAR_0x4001, 1
+ setvar VAR_TEMP_1, 1
goto EventScript_1A74B7
end
EventScript_1A749F:: @ 81A749F
lockall
- setvar VAR_0x4002, 1
+ setvar VAR_TEMP_2, 1
goto EventScript_1A74B7
end
EventScript_1A74AB:: @ 81A74AB
lockall
- setvar VAR_0x4003, 1
+ setvar VAR_TEMP_3, 1
goto EventScript_1A74B7
end
@@ -2419,15 +1286,15 @@ EventScript_1A74B7:: @ 81A74B7
end
EventScript_1A74D1:: @ 81A74D1
- setvar VAR_0x4001, 1
- setvar VAR_0x4002, 1
- setvar VAR_0x4003, 1
- setvar VAR_0x4004, 1
- setvar VAR_0x4005, 1
+ 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
return
EventScript_1A74EB:: @ 81A74EB
- fadescreen 1
+ fadescreen FADE_TO_BLACK
special ChangePokemonNickname
waitstate
return
@@ -2442,7 +1309,7 @@ EventScript_1A74F2:: @ 81A74F2
return
EventScript_1A7506:: @ 81A7506
- applymovement 255, Movement_1A75FE
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_Delay32
waitmovement 0
playse SE_DOOR
call EventScript_1A7538
@@ -2451,7 +1318,7 @@ EventScript_1A7506:: @ 81A7506
return
EventScript_1A751F:: @ 81A751F
- applymovement 255, Movement_1A75F3
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_WalkUp5
waitmovement 0
setflag FLAG_TEMP_2
playse SE_KI_GASYAN
@@ -2469,13 +1336,13 @@ EventScript_1A754B:: @ 81A754B
textcolor 0
msgbox Text_1A5C4D
closemessage
- applymovement 255, Movement_1A75D3
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_1A75D3
waitmovement 0
releaseall
end
EventScript_1A7563:: @ 81A7563
- applymovement 255, Movement_1A75FE
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_Delay32
waitmovement 0
playse SE_DOOR
setmetatile 6, 4, 654, 1
@@ -2499,238 +1366,161 @@ EventScript_1A759C:: @ 81A759C
return
Movement_1A75D3:: @ 81A75D3
- step_11
+ walk_up
step_end
EventScript_1A75D5:: @ 81A75D5
special Special_PokemonLeagueLightingEffect
return
-Movement_1A75D9:: @ 81A75D9
- step_63
- step_end
-
-Movement_1A75DB:: @ 81A75DB
- step_62
- step_end
-
-Movement_1A75DD:: @ 81A75DD
- step_1c
- step_1c
- step_1c
- step_end
-
-Movement_1A75E1:: @ 81A75E1
- step_4a
- step_end
-
-Movement_1A75E3:: @ 81A75E3
- step_4b
- step_end
-
-Movement_1A75E5:: @ 81A75E5
- step_5a
- step_end
-
-Movement_1A75E7:: @ 81A75E7
- step_2f
- step_end
-
-Movement_1A75E9:: @ 81A75E9
- step_2e
- step_end
-
-Movement_1A75EB:: @ 81A75EB
- step_30
- step_end
-
-Movement_1A75ED:: @ 81A75ED
- step_2d
- step_end
-
-Movement_1A75EF:: @ 81A75EF
- step_03
- step_end
-
-Movement_1A75F1:: @ 81A75F1
- step_00
- step_end
-
-Movement_1A75F3:: @ 81A75F3
- step_11
- step_11
- step_11
- step_11
- step_11
- step_end
-
-Movement_1A75F9:: @ 81A75F9
- step_11
- step_11
- step_11
- step_11
- step_end
-
-Movement_1A75FE:: @ 81A75FE
- step_1c
- step_1c
- step_end
-
-Movement_1A7601:: @ 81A7601
- step_11
- step_end
-
-Movement_1A7603:: @ 81A7603
- step_11
- step_11
- step_end
+ .include "data/scripts/movement.inc"
gUnknown_81A7606:: @ 81A7606
- msgbox gUnknown_81C0DB0, 3
+ msgbox gUnknown_81C0DB0, MSGBOX_SIGN
end
gUnknown_81A760F:: @ 81A760F
- msgbox gUnknown_81C0DFD, 3
+ msgbox gUnknown_81C0DFD, MSGBOX_SIGN
end
gUnknown_81A7618:: @ 81A7618
- msgbox gUnknown_81C0F99, 3
+ msgbox gUnknown_81C0F99, MSGBOX_SIGN
end
gUnknown_81A7621:: @ 81A7621
- msgbox gUnknown_81C12A7, 3
+ msgbox gUnknown_81C12A7, MSGBOX_SIGN
end
gUnknown_81A762A:: @ 81A762A
- msgbox gUnknown_81C10C1, 3
+ msgbox gUnknown_81C10C1, MSGBOX_SIGN
end
gUnknown_81A7633:: @ 81A7633
- msgbox gUnknown_81C1273, 3
+ msgbox gUnknown_81C1273, MSGBOX_SIGN
end
gUnknown_81A763C:: @ 81A763C
- msgbox gUnknown_81C0FD8, 3
+ msgbox gUnknown_81C0FD8, MSGBOX_SIGN
end
gUnknown_81A7645:: @ 81A7645
- msgbox gUnknown_81C12D6, 3
+ msgbox gUnknown_81C12D6, MSGBOX_SIGN
end
gUnknown_81A764E:: @ 81A764E
- msgbox gUnknown_81C1300, 3
+ msgbox gUnknown_81C1300, MSGBOX_SIGN
end
gUnknown_81A7657:: @ 81A7657
- msgbox gUnknown_81C0E19, 3
+ msgbox Text_DishesPlatesNeatlyLinedUp, MSGBOX_SIGN
end
gUnknown_81A7660:: @ 81A7660
- msgbox gUnknown_81C0E40, 3
+ msgbox gUnknown_81C0E40, MSGBOX_SIGN
end
gUnknown_81A7669:: @ 81A7669
- msgbox gUnknown_81C0E73, 3
+ msgbox gUnknown_81C0E73, MSGBOX_SIGN
end
gUnknown_81A7672:: @ 81A7672
- msgbox gUnknown_81C0EAC, 3
+ msgbox gUnknown_81C0EAC, MSGBOX_SIGN
end
gUnknown_81A767B:: @ 81A767B
- msgbox gUnknown_81C101B, 3
+ msgbox gUnknown_81C101B, MSGBOX_SIGN
end
gUnknown_81A7684:: @ 81A7684
- msgbox gUnknown_81C1060, 3
+ msgbox gUnknown_81C1060, MSGBOX_SIGN
end
gUnknown_81A768D:: @ 81A768D
- msgbox gUnknown_81C109C, 3
+ msgbox gUnknown_81C109C, MSGBOX_SIGN
end
gUnknown_81A7696:: @ 81A7696
- msgbox gUnknown_81C10FC, 3
+ msgbox gUnknown_81C10FC, MSGBOX_SIGN
end
gUnknown_81A769F:: @ 81A769F
- msgbox gUnknown_81C1134, 3
+ msgbox gUnknown_81C1134, MSGBOX_SIGN
end
gUnknown_81A76A8:: @ 81A76A8
- msgbox gUnknown_81C116E, 3
+ msgbox gUnknown_81C116E, MSGBOX_SIGN
end
gUnknown_81A76B1:: @ 81A76B1
- msgbox gUnknown_81C1194, 3
+ msgbox gUnknown_81C1194, MSGBOX_SIGN
end
gUnknown_81A76BA:: @ 81A76BA
- msgbox gUnknown_81C11BA, 3
+ msgbox gUnknown_81C11BA, MSGBOX_SIGN
end
gUnknown_81A76C3:: @ 81A76C3
- msgbox gUnknown_81C11DC, 3
+ msgbox gUnknown_81C11DC, MSGBOX_SIGN
end
gUnknown_81A76CC:: @ 81A76CC
- msgbox gUnknown_81C1217, 3
+ msgbox gUnknown_81C1217, MSGBOX_SIGN
end
gUnknown_81A76D5:: @ 81A76D5
- msgbox gUnknown_81C124B, 3
+ msgbox gUnknown_81C124B, MSGBOX_SIGN
end
gUnknown_81A76DE:: @ 81A76DE
- msgbox gUnknown_81C0ECB, 3
+ msgbox gUnknown_81C0ECB, MSGBOX_SIGN
end
gUnknown_81A76E7:: @ 81A76E7
- msgbox gUnknown_81C0EF7, 3
+ msgbox gUnknown_81C0EF7, MSGBOX_SIGN
end
gUnknown_81A76F0:: @ 81A76F0
- msgbox gUnknown_81C0F19, 3
+ msgbox gUnknown_81C0F19, MSGBOX_SIGN
end
gUnknown_81A76F9:: @ 81A76F9
- msgbox gUnknown_81C0F59, 3
+ msgbox gUnknown_81C0F59, MSGBOX_SIGN
end
gUnknown_81A7702:: @ 81A7702
lockall
textcolor 3
- msgbox Text_1A622C, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1A778A
+ msgbox Text_FillOutQuestionnaire, MSGBOX_YESNO
+ compare VAR_RESULT, NO
+ goto_if_eq EventScript_1A778A
setvar VAR_0x8004, 14
call EventScript_1A6AC0
lock
faceplayer
specialvar VAR_0x8008, Special_GetMartClerkObjectId
textcolor 0
- compare_var_to_value VAR_0x8004, 0
- goto_if eq, EventScript_1A774D
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1A778A
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A778C
+ compare VAR_0x8004, 0
+ goto_if_eq EventScript_1A774D
+ compare VAR_RESULT, 0
+ goto_if_eq EventScript_1A778A
+ compare VAR_RESULT, 1
+ goto_if_eq EventScript_1A778C
end
EventScript_1A774D:: @ 81A774D
- applymovement VAR_0x8008, Movement_1A75F1
+ applymovement VAR_0x8008, Movement_FaceDown
waitmovement 0
playse SE_PIN
- applymovement VAR_0x8008, Movement_1A75DB
+ applymovement VAR_0x8008, Movement_ExclamationMark
waitmovement 0
- applymovement VAR_0x8008, Movement_1A75DD
+ applymovement VAR_0x8008, Movement_Delay48
waitmovement 0
- msgbox Text_1A62D3
+ msgbox Text_YouKnowThoseWords
setflag FLAG_SYS_MYSTERY_GIFT_ENABLED
textcolor 3
special sub_80699BC
signmsg
- msgbox Text_1A6359
+ msgbox Text_YouCanAccessMysteryGift
normalmsg
releaseall
end
@@ -2740,25 +1530,25 @@ EventScript_1A778A:: @ 81A778A
end
EventScript_1A778C:: @ 81A778C
- applymovement VAR_0x8008, Movement_1A75F1
+ applymovement VAR_0x8008, Movement_FaceDown
waitmovement 0
- msgbox Text_1A6265
+ msgbox Text_QuestionnaireThankYou
releaseall
end
gUnknown_81A77A0:: @ 81A77A0
- msgbox Text_1A5375, 3
+ msgbox Text_BagItemCanBeRegistered, MSGBOX_SIGN
end
-EventScript_1A77A9:: @ 81A77A9
+EventScript_Return:: @ 81A77A9
return
-EventScript_1A77AA:: @ 81A77AA
- setvar VAR_RESULT, 1
+EventScript_SetResultTrue:: @ 81A77AA
+ setvar VAR_RESULT, TRUE
return
-EventScript_1A77B0:: @ 81A77B0
- setvar VAR_RESULT, 0
+EventScript_SetResultFalse:: @ 81A77B0
+ setvar VAR_RESULT, FALSE
return
Route16_NorthEntrance_1F_EventScript_1A77B6:: @ 81A77B6
@@ -2776,235 +1566,7 @@ Route18_EastEntrance_1F_EventScript_1A77C1:: @ 81A77C1
releaseall
end
-EventScript_1A77C9:: @ 81A77C9
- msgbox Text_1A572A
- playse SE_BOO
- msgbox Text_1A5776
- release
- end
-
-EventScript_1A77DE:: @ 81A77DE
- message Text_1A57C1
- waitmessage
- playse SE_BOO
- waitbuttonpress
- closemessage
- waitse
- release
- end
-
-EventScript_1A77EC:: @ 81A77EC
- message Text_1A579D
- waitmessage
- playfanfare MUS_FANFA1
- waitfanfare
- waitbuttonpress
- release
- end
-
-EventScript_1A77F9:: @ 81A77F9
- msgbox Text_1A5839
- release
- end
-
-EventScript_1A7803:: @ 81A7803
- compare_var_to_var VAR_MAP_SCENE_ROUTE23, VAR_0x4001
- goto_if ge, EventScript_1A77EC
- switch VAR_0x4001
- case 1, EventScript_1A78D5
- case 2, EventScript_1A78E4
- case 3, EventScript_1A78F3
- case 4, EventScript_1A7902
- case 5, EventScript_1A7911
- case 6, EventScript_1A7920
- case 7, EventScript_1A792F
- case 8, EventScript_1A793E
- end
-
-EventScript_1A786C:: @ 81A786C
- compare_var_to_var VAR_MAP_SCENE_ROUTE23, VAR_0x4001
- goto_if ge, EventScript_1A77F9
- switch VAR_0x4001
- case 1, EventScript_1A78D5
- case 2, EventScript_1A78E4
- case 3, EventScript_1A78F3
- case 4, EventScript_1A7902
- case 5, EventScript_1A7911
- case 6, EventScript_1A7920
- case 7, EventScript_1A792F
- case 8, EventScript_1A793E
- end
-
-EventScript_1A78D5:: @ 81A78D5
- checkflag FLAG_BADGE01_GET
- goto_if TRUE, EventScript_1A794D
- goto EventScript_1A77C9
- end
-
-EventScript_1A78E4:: @ 81A78E4
- checkflag FLAG_BADGE02_GET
- goto_if TRUE, EventScript_1A795F
- goto EventScript_1A77DE
- end
-
-EventScript_1A78F3:: @ 81A78F3
- checkflag FLAG_BADGE03_GET
- goto_if TRUE, EventScript_1A795F
- goto EventScript_1A77DE
- end
-
-EventScript_1A7902:: @ 81A7902
- checkflag FLAG_BADGE04_GET
- goto_if TRUE, EventScript_1A795F
- goto EventScript_1A77DE
- end
-
-EventScript_1A7911:: @ 81A7911
- checkflag FLAG_BADGE05_GET
- goto_if TRUE, EventScript_1A795F
- goto EventScript_1A77DE
- end
-
-EventScript_1A7920:: @ 81A7920
- checkflag FLAG_BADGE06_GET
- goto_if TRUE, EventScript_1A795F
- goto EventScript_1A77DE
- end
-
-EventScript_1A792F:: @ 81A792F
- checkflag FLAG_BADGE07_GET
- goto_if TRUE, EventScript_1A795F
- goto EventScript_1A77DE
- end
-
-EventScript_1A793E:: @ 81A793E
- checkflag FLAG_BADGE08_GET
- goto_if TRUE, EventScript_1A795F
- goto EventScript_1A77DE
- end
-
-EventScript_1A794D:: @ 81A794D
- message Text_1A579D
- waitmessage
- playfanfare MUS_FANFA1
- waitfanfare
- waitbuttonpress
- copyvar VAR_MAP_SCENE_ROUTE23, VAR_0x4001
- release
- end
-
-EventScript_1A795F:: @ 81A795F
- msgbox Text_1A5839
- copyvar VAR_MAP_SCENE_ROUTE23, VAR_0x4001
- release
- end
-
-EventScript_1A796E:: @ 81A796E
- textcolor 0
- applymovement VAR_0x8009, Movement_1A75E7
- waitmovement 0
- switch VAR_0x4001
- case 1, EventScript_1A79D8
- case 2, EventScript_1A79E7
- case 3, EventScript_1A79F6
- case 4, EventScript_1A7A05
- case 5, EventScript_1A7A14
- case 6, EventScript_1A7A23
- case 7, EventScript_1A7A32
- case 8, EventScript_1A7A41
- end
-
-EventScript_1A79D8:: @ 81A79D8
- checkflag FLAG_BADGE01_GET
- goto_if TRUE, EventScript_1A7A96
- goto EventScript_1A7A50
- end
-
-EventScript_1A79E7:: @ 81A79E7
- checkflag FLAG_BADGE02_GET
- goto_if TRUE, EventScript_1A7AA8
- goto EventScript_1A7A77
- end
-
-EventScript_1A79F6:: @ 81A79F6
- checkflag FLAG_BADGE03_GET
- goto_if TRUE, EventScript_1A7AA8
- goto EventScript_1A7A77
- end
-
-EventScript_1A7A05:: @ 81A7A05
- checkflag FLAG_BADGE04_GET
- goto_if TRUE, EventScript_1A7AA8
- goto EventScript_1A7A77
- end
-
-EventScript_1A7A14:: @ 81A7A14
- checkflag FLAG_BADGE05_GET
- goto_if TRUE, EventScript_1A7AA8
- goto EventScript_1A7A77
- end
-
-EventScript_1A7A23:: @ 81A7A23
- checkflag FLAG_BADGE06_GET
- goto_if TRUE, EventScript_1A7AA8
- goto EventScript_1A7A77
- end
-
-EventScript_1A7A32:: @ 81A7A32
- checkflag FLAG_BADGE07_GET
- goto_if TRUE, EventScript_1A7AA8
- goto EventScript_1A7A77
- end
-
-EventScript_1A7A41:: @ 81A7A41
- checkflag FLAG_BADGE08_GET
- goto_if TRUE, EventScript_1A7AA8
- goto EventScript_1A7A77
- end
-
-EventScript_1A7A50:: @ 81A7A50
- msgbox Text_1A572A
- playse SE_BOO
- msgbox Text_1A5776
- closemessage
- applymovement 255, Movement_1A7AB7
- applymovement VAR_0x8009, Movement_1A75ED
- waitmovement 0
- releaseall
- end
-
-EventScript_1A7A77:: @ 81A7A77
- message Text_1A57C1
- waitmessage
- playse SE_BOO
- waitbuttonpress
- closemessage
- waitse
- applymovement 255, Movement_1A7AB7
- applymovement VAR_0x8009, Movement_1A75ED
- waitmovement 0
- releaseall
- end
-
-EventScript_1A7A96:: @ 81A7A96
- message Text_1A579D
- waitmessage
- playfanfare MUS_FANFA1
- waitfanfare
- waitbuttonpress
- copyvar VAR_MAP_SCENE_ROUTE23, VAR_0x4001
- releaseall
- end
-
-EventScript_1A7AA8:: @ 81A7AA8
- msgbox Text_1A5839
- copyvar VAR_MAP_SCENE_ROUTE23, VAR_0x4001
- releaseall
- end
-
-Movement_1A7AB7:: @ 81A7AB7
- step_10
- step_end
+ .include "data/scripts/route23.inc"
EventScript_1A7AB9:: @ 81A7AB9
special Special_GetElevatorFloor
@@ -3034,826 +1596,35 @@ EventScript_1A7AE0:: @ 81A7AE0
release
end
-EventScript_1A7AE2:: @ 81A7AE2
- msgbox Text_177460, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1A7B70
- msgbox Text_17747B
- checkflag FLAG_POKEMON_MANSION_SWITCH_STATE
- goto_if TRUE, EventScript_1A7B3B
- setflag FLAG_POKEMON_MANSION_SWITCH_STATE
- switch VAR_0x8004
- case 0, EventScript_1A7B7A
- case 1, EventScript_1A7D3E
- case 2, EventScript_1A7E72
- case 3, EventScript_1A7F4C
- end
-
-EventScript_1A7B3B:: @ 81A7B3B
- clearflag FLAG_POKEMON_MANSION_SWITCH_STATE
- switch VAR_0x8004
- case 0, EventScript_1A7C5C
- case 1, EventScript_1A7DD8
- case 2, EventScript_1A7EDF
- case 3, EventScript_1A8025
- end
-
-EventScript_1A7B70:: @ 81A7B70
- msgbox Text_177489
- releaseall
- end
-
-EventScript_1A7B7A:: @ 81A7B7A
- setmetatile 22, 10, 645, 0
- setmetatile 23, 10, 644, 0
- setmetatile 24, 10, 644, 0
- setmetatile 22, 11, 645, 0
- setmetatile 23, 11, 644, 0
- setmetatile 24, 11, 644, 0
- setmetatile 27, 25, 645, 0
- setmetatile 28, 25, 644, 0
- setmetatile 29, 25, 644, 0
- setmetatile 27, 26, 645, 0
- setmetatile 28, 26, 644, 0
- setmetatile 29, 26, 644, 0
- setmetatile 32, 25, 645, 0
- setmetatile 33, 25, 644, 0
- setmetatile 34, 25, 644, 0
- setmetatile 32, 26, 645, 0
- setmetatile 33, 26, 644, 0
- setmetatile 34, 26, 644, 0
- setmetatile 31, 18, 760, 1
- setmetatile 32, 18, 761, 1
- setmetatile 33, 18, 762, 1
- setmetatile 31, 19, 768, 1
- setmetatile 32, 19, 769, 1
- setmetatile 33, 19, 770, 1
- setmetatile 5, 4, 845, 0
- return
-
-EventScript_1A7C5C:: @ 81A7C5C
- setmetatile 22, 10, 760, 1
- setmetatile 23, 10, 761, 1
- setmetatile 24, 10, 762, 1
- setmetatile 22, 11, 768, 1
- setmetatile 23, 11, 769, 1
- setmetatile 24, 11, 770, 1
- setmetatile 27, 25, 760, 1
- setmetatile 28, 25, 761, 1
- setmetatile 29, 25, 762, 1
- setmetatile 27, 26, 768, 1
- setmetatile 28, 26, 769, 1
- setmetatile 29, 26, 770, 1
- setmetatile 32, 25, 760, 1
- setmetatile 33, 25, 761, 1
- setmetatile 34, 25, 762, 1
- setmetatile 32, 26, 768, 1
- setmetatile 33, 26, 769, 1
- setmetatile 34, 26, 770, 1
- setmetatile 31, 18, 645, 0
- setmetatile 32, 18, 644, 0
- setmetatile 33, 18, 644, 0
- setmetatile 31, 19, 645, 0
- setmetatile 32, 19, 644, 0
- setmetatile 33, 19, 644, 0
- setmetatile 5, 4, 788, 0
- return
-
-EventScript_1A7D3E:: @ 81A7D3E
- setmetatile 24, 14, 645, 0
- setmetatile 25, 14, 644, 0
- setmetatile 26, 14, 644, 0
- setmetatile 24, 15, 645, 0
- setmetatile 25, 15, 644, 0
- setmetatile 26, 15, 644, 0
- setmetatile 10, 28, 677, 1
- setmetatile 10, 29, 685, 1
- setmetatile 10, 30, 645, 0
- setmetatile 10, 31, 644, 0
- setmetatile 10, 32, 693, 0
- setmetatile 12, 4, 848, 1
- setmetatile 12, 5, 856, 1
- setmetatile 12, 6, 864, 1
- setmetatile 12, 7, 872, 1
- setmetatile 12, 8, 880, 1
- setmetatile 2, 15, 845, 0
- return
-
-EventScript_1A7DD8:: @ 81A7DD8
- setmetatile 24, 14, 760, 1
- setmetatile 25, 14, 761, 1
- setmetatile 26, 14, 762, 1
- setmetatile 24, 15, 768, 1
- setmetatile 25, 15, 769, 1
- setmetatile 26, 15, 770, 1
- setmetatile 10, 28, 848, 1
- setmetatile 10, 29, 856, 1
- setmetatile 10, 30, 864, 1
- setmetatile 10, 31, 872, 1
- setmetatile 10, 32, 880, 1
- setmetatile 12, 4, 677, 1
- setmetatile 12, 5, 685, 1
- setmetatile 12, 6, 645, 0
- setmetatile 12, 7, 644, 0
- setmetatile 12, 8, 693, 0
- setmetatile 2, 15, 788, 0
- return
-
-EventScript_1A7E72:: @ 81A7E72
- setmetatile 17, 11, 645, 0
- setmetatile 18, 11, 644, 0
- setmetatile 19, 11, 644, 0
- setmetatile 17, 12, 645, 0
- setmetatile 18, 12, 644, 0
- setmetatile 19, 12, 644, 0
- setmetatile 21, 4, 848, 1
- setmetatile 21, 5, 856, 1
- setmetatile 21, 6, 864, 1
- setmetatile 21, 7, 872, 1
- setmetatile 21, 8, 880, 1
- setmetatile 12, 4, 845, 0
- return
-
-EventScript_1A7EDF:: @ 81A7EDF
- setmetatile 17, 11, 760, 1
- setmetatile 18, 11, 761, 1
- setmetatile 19, 11, 762, 1
- setmetatile 17, 12, 768, 1
- setmetatile 18, 12, 769, 1
- setmetatile 19, 12, 770, 1
- setmetatile 21, 4, 677, 1
- setmetatile 21, 5, 685, 1
- setmetatile 21, 6, 645, 0
- setmetatile 21, 7, 644, 0
- setmetatile 21, 8, 693, 0
- setmetatile 12, 4, 788, 0
- return
-
-EventScript_1A7F4C:: @ 81A7F4C
- setmetatile 33, 20, 760, 1
- setmetatile 34, 20, 761, 1
- setmetatile 35, 20, 762, 1
- setmetatile 33, 21, 852, 1
- setmetatile 34, 21, 853, 1
- setmetatile 35, 21, 854, 1
- setmetatile 16, 26, 848, 1
- setmetatile 16, 27, 856, 1
- setmetatile 16, 28, 866, 1
- setmetatile 16, 29, 874, 1
- setmetatile 16, 30, 882, 1
- setmetatile 12, 8, 677, 1
- setmetatile 12, 9, 685, 1
- setmetatile 12, 10, 647, 0
- setmetatile 12, 11, 646, 0
- setmetatile 12, 12, 688, 0
- setmetatile 20, 22, 647, 0
- setmetatile 21, 22, 646, 0
- setmetatile 22, 22, 646, 0
- setmetatile 20, 23, 647, 0
- setmetatile 21, 23, 646, 0
- setmetatile 22, 23, 646, 0
- setmetatile 24, 28, 847, 0
- setmetatile 27, 4, 847, 0
- return
-
-EventScript_1A8025:: @ 81A8025
- setmetatile 33, 20, 647, 0
- setmetatile 34, 20, 646, 0
- setmetatile 35, 20, 646, 0
- setmetatile 33, 21, 647, 0
- setmetatile 34, 21, 646, 0
- setmetatile 35, 21, 646, 0
- setmetatile 16, 26, 677, 1
- setmetatile 16, 27, 685, 1
- setmetatile 16, 28, 647, 0
- setmetatile 16, 29, 646, 0
- setmetatile 16, 30, 688, 0
- setmetatile 12, 8, 848, 1
- setmetatile 12, 9, 856, 1
- setmetatile 12, 10, 866, 1
- setmetatile 12, 11, 874, 1
- setmetatile 12, 12, 882, 1
- setmetatile 20, 22, 760, 1
- setmetatile 21, 22, 761, 1
- setmetatile 22, 22, 762, 1
- setmetatile 20, 23, 852, 1
- setmetatile 21, 23, 853, 1
- setmetatile 22, 23, 854, 1
- setmetatile 24, 28, 790, 0
- setmetatile 27, 4, 790, 0
- return
+ .include "data/scripts/pokemon_mansion.inc"
EventScript_1A80FE:: @ 81A80FE
lockall
- applymovement VAR_0x8004, Movement_1A75E7
+ applymovement VAR_0x8004, Movement_WalkInPlaceFastestLeft
waitmovement 0
delay 20
- applymovement VAR_0x8004, Movement_1A75E9
+ applymovement VAR_0x8004, Movement_WalkInPlaceFastestUp
waitmovement 0
delay 20
- applymovement VAR_0x8004, Movement_1A75EB
+ applymovement VAR_0x8004, Movement_WalkInPlaceFastestRight
waitmovement 0
delay 20
- applymovement VAR_0x8004, Movement_1A75ED
+ applymovement VAR_0x8004, Movement_WalkInPlaceFastestDown
waitmovement 0
delay 20
releaseall
end
-EventScript_1A8135:: @ 81A8135
- msgbox Text_1A5BAD
- releaseall
- end
-
-EventScript_1A813F:: @ 81A813F
- msgbox Text_1A5CDF
- releaseall
- end
-
-EventScript_1A8149:: @ 81A8149
- setmetatile 5, 8, 944, 1
- setmetatile 6, 8, 945, 1
- setmetatile 5, 9, 952, 1
- setmetatile 6, 9, 953, 1
- setmetatile 6, 10, 821, 0
- return
-
-EventScript_1A8177:: @ 81A8177
- setmetatile 5, 15, 944, 1
- setmetatile 6, 15, 945, 1
- setmetatile 5, 16, 952, 1
- setmetatile 6, 16, 953, 1
- setmetatile 6, 17, 821, 0
- return
-
-EventScript_1A81A5:: @ 81A81A5
- setmetatile 9, 11, 960, 1
- setmetatile 10, 11, 961, 1
- setmetatile 9, 12, 962, 1
- setmetatile 10, 12, 963, 1
- setmetatile 9, 13, 964, 1
- setmetatile 10, 13, 965, 1
- return
-
-EventScript_1A81DC:: @ 81A81DC
- setmetatile 20, 11, 960, 1
- setmetatile 21, 11, 961, 1
- setmetatile 20, 12, 962, 1
- setmetatile 21, 12, 963, 1
- setmetatile 20, 13, 964, 1
- setmetatile 21, 13, 965, 1
- return
-
-EventScript_1A8213:: @ 81A8213
- setmetatile 3, 16, 944, 1
- setmetatile 4, 16, 945, 1
- setmetatile 3, 17, 952, 1
- setmetatile 4, 17, 953, 1
- setmetatile 4, 18, 821, 0
- return
-
-EventScript_1A8241:: @ 81A8241
- setmetatile 14, 11, 944, 1
- setmetatile 15, 11, 945, 1
- setmetatile 14, 12, 952, 1
- setmetatile 15, 12, 953, 1
- setmetatile 15, 13, 821, 0
- return
-
-EventScript_1A826F:: @ 81A826F
- setmetatile 7, 8, 960, 1
- setmetatile 8, 8, 961, 1
- setmetatile 7, 9, 962, 1
- setmetatile 8, 9, 963, 1
- setmetatile 7, 10, 964, 1
- setmetatile 8, 10, 965, 1
- return
-
-EventScript_1A82A6:: @ 81A82A6
- setmetatile 7, 17, 960, 1
- setmetatile 8, 17, 961, 1
- setmetatile 7, 18, 962, 1
- setmetatile 8, 18, 963, 1
- setmetatile 7, 19, 964, 1
- setmetatile 8, 19, 965, 1
- return
-
-EventScript_1A82DD:: @ 81A82DD
- setmetatile 18, 12, 960, 1
- setmetatile 19, 12, 961, 1
- setmetatile 18, 13, 962, 1
- setmetatile 19, 13, 963, 1
- setmetatile 18, 14, 964, 1
- setmetatile 19, 14, 965, 1
- return
-
-EventScript_1A8314:: @ 81A8314
- setmetatile 5, 14, 960, 1
- setmetatile 6, 14, 961, 1
- setmetatile 5, 15, 962, 1
- setmetatile 6, 15, 963, 1
- setmetatile 5, 16, 964, 1
- setmetatile 6, 16, 965, 1
- return
-
-EventScript_1A834B:: @ 81A834B
- setmetatile 11, 8, 944, 1
- setmetatile 12, 8, 945, 1
- setmetatile 11, 9, 952, 1
- setmetatile 12, 9, 953, 1
- setmetatile 12, 10, 821, 0
- return
-
-EventScript_1A8379:: @ 81A8379
- setmetatile 24, 7, 944, 1
- setmetatile 25, 7, 945, 1
- setmetatile 24, 8, 952, 1
- setmetatile 25, 8, 953, 1
- setmetatile 25, 9, 821, 0
- return
-
-EventScript_1A83A7:: @ 81A83A7
- setmetatile 25, 13, 944, 1
- setmetatile 26, 13, 945, 1
- setmetatile 25, 14, 952, 1
- setmetatile 26, 14, 953, 1
- setmetatile 26, 15, 821, 0
- return
-
-EventScript_1A83D5:: @ 81A83D5
- setmetatile 5, 9, 960, 1
- setmetatile 6, 9, 961, 1
- setmetatile 5, 10, 962, 1
- setmetatile 6, 10, 963, 1
- setmetatile 5, 11, 964, 1
- setmetatile 6, 11, 965, 1
- return
-
-EventScript_1A840C:: @ 81A840C
- setmetatile 2, 9, 960, 1
- setmetatile 3, 9, 961, 1
- setmetatile 2, 10, 962, 1
- setmetatile 3, 10, 963, 1
- setmetatile 2, 11, 964, 1
- setmetatile 3, 11, 965, 1
- return
-
-EventScript_1A8443:: @ 81A8443
- setmetatile 12, 15, 960, 1
- setmetatile 13, 15, 961, 1
- setmetatile 12, 16, 962, 1
- setmetatile 13, 16, 963, 1
- setmetatile 12, 17, 964, 1
- setmetatile 13, 17, 965, 1
- return
-
-EventScript_1A847A:: @ 81A847A
- setmetatile 21, 6, 944, 1
- setmetatile 22, 6, 945, 1
- setmetatile 21, 7, 952, 1
- setmetatile 22, 7, 953, 1
- setmetatile 22, 8, 821, 0
- return
-
-EventScript_1A84A8:: @ 81A84A8
- setmetatile 21, 12, 944, 1
- setmetatile 22, 12, 945, 1
- setmetatile 21, 13, 952, 1
- setmetatile 22, 13, 953, 1
- setmetatile 22, 14, 821, 0
- return
-
-EventScript_1A84D6:: @ 81A84D6
- setmetatile 12, 11, 944, 1
- setmetatile 13, 11, 945, 1
- setmetatile 12, 12, 952, 1
- setmetatile 13, 12, 953, 1
- setmetatile 13, 13, 821, 0
- return
-
-EventScript_1A8504:: @ 81A8504
- setmetatile 5, 16, 944, 1
- setmetatile 6, 16, 945, 1
- setmetatile 5, 17, 952, 1
- setmetatile 6, 17, 953, 1
- setmetatile 6, 18, 821, 0
- return
-
-EventScript_1A8532:: @ 81A8532
- setmetatile 5, 8, 821, 0
- setmetatile 6, 8, 820, 0
- setmetatile 5, 9, 821, 0
- setmetatile 6, 9, 820, 0
- setmetatile 6, 10, 820, 0
- return
-
-EventScript_1A8560:: @ 81A8560
- setmetatile 5, 15, 821, 0
- setmetatile 6, 15, 820, 0
- setmetatile 5, 16, 821, 0
- setmetatile 6, 16, 820, 0
- setmetatile 6, 17, 820, 0
- return
-
-EventScript_1A858E:: @ 81A858E
- setmetatile 9, 11, 839, 1
- setmetatile 10, 11, 838, 1
- setmetatile 9, 12, 821, 0
- setmetatile 10, 12, 821, 0
- setmetatile 9, 13, 825, 0
- setmetatile 10, 13, 826, 0
- return
-
-EventScript_1A85C5:: @ 81A85C5
- setmetatile 20, 11, 839, 1
- setmetatile 21, 11, 838, 1
- setmetatile 20, 12, 821, 0
- setmetatile 21, 12, 821, 0
- setmetatile 20, 13, 825, 0
- setmetatile 21, 13, 826, 0
- return
-
-EventScript_1A85FC:: @ 81A85FC
- setmetatile 3, 16, 821, 0
- setmetatile 4, 16, 820, 0
- setmetatile 3, 17, 821, 0
- setmetatile 4, 17, 820, 0
- setmetatile 4, 18, 820, 0
- return
-
-EventScript_1A862A:: @ 81A862A
- setmetatile 14, 11, 821, 0
- setmetatile 15, 11, 820, 0
- setmetatile 14, 12, 821, 0
- setmetatile 15, 12, 820, 0
- setmetatile 15, 13, 820, 0
- return
-
-EventScript_1A8658:: @ 81A8658
- setmetatile 7, 8, 839, 1
- setmetatile 8, 8, 838, 1
- setmetatile 7, 9, 821, 0
- setmetatile 8, 9, 821, 0
- setmetatile 7, 10, 825, 0
- setmetatile 8, 10, 826, 0
- return
-
-EventScript_1A868F:: @ 81A868F
- setmetatile 7, 17, 839, 1
- setmetatile 8, 17, 838, 1
- setmetatile 7, 18, 821, 0
- setmetatile 8, 18, 821, 0
- setmetatile 7, 19, 825, 0
- setmetatile 8, 19, 826, 0
- return
-
-EventScript_1A86C6:: @ 81A86C6
- setmetatile 18, 12, 839, 1
- setmetatile 19, 12, 838, 1
- setmetatile 18, 13, 821, 0
- setmetatile 19, 13, 821, 0
- setmetatile 18, 14, 825, 0
- setmetatile 19, 14, 826, 0
- return
-
-EventScript_1A86FD:: @ 81A86FD
- setmetatile 5, 14, 839, 1
- setmetatile 6, 14, 838, 1
- setmetatile 5, 15, 821, 0
- setmetatile 6, 15, 821, 0
- setmetatile 5, 16, 825, 0
- setmetatile 6, 16, 826, 0
- return
-
-EventScript_1A8734:: @ 81A8734
- setmetatile 11, 8, 821, 0
- setmetatile 12, 8, 820, 0
- setmetatile 11, 9, 821, 0
- setmetatile 12, 9, 820, 0
- setmetatile 12, 10, 820, 0
- return
-
-EventScript_1A8762:: @ 81A8762
- setmetatile 24, 7, 821, 0
- setmetatile 25, 7, 820, 0
- setmetatile 24, 8, 821, 0
- setmetatile 25, 8, 820, 0
- setmetatile 25, 9, 820, 0
- return
-
-EventScript_1A8790:: @ 81A8790
- setmetatile 25, 13, 821, 0
- setmetatile 26, 13, 820, 0
- setmetatile 25, 14, 821, 0
- setmetatile 26, 14, 820, 0
- setmetatile 26, 15, 820, 0
- return
-
-EventScript_1A87BE:: @ 81A87BE
- setmetatile 5, 9, 839, 1
- setmetatile 6, 9, 838, 1
- setmetatile 5, 10, 821, 0
- setmetatile 6, 10, 821, 0
- setmetatile 5, 11, 825, 0
- setmetatile 6, 11, 826, 0
- return
-
-EventScript_1A87F5:: @ 81A87F5
- setmetatile 2, 9, 839, 1
- setmetatile 3, 9, 838, 1
- setmetatile 2, 10, 821, 0
- setmetatile 3, 10, 821, 0
- setmetatile 2, 11, 825, 0
- setmetatile 3, 11, 826, 0
- return
-
-EventScript_1A882C:: @ 81A882C
- setmetatile 12, 15, 839, 1
- setmetatile 13, 15, 838, 1
- setmetatile 12, 16, 821, 0
- setmetatile 13, 16, 821, 0
- setmetatile 12, 17, 825, 0
- setmetatile 13, 17, 826, 0
- return
-
-EventScript_1A8863:: @ 81A8863
- setmetatile 21, 6, 821, 0
- setmetatile 22, 6, 820, 0
- setmetatile 21, 7, 821, 0
- setmetatile 22, 7, 820, 0
- setmetatile 22, 8, 820, 0
- return
-
-EventScript_1A8891:: @ 81A8891
- setmetatile 21, 12, 821, 0
- setmetatile 22, 12, 820, 0
- setmetatile 21, 13, 821, 0
- setmetatile 22, 13, 820, 0
- setmetatile 22, 14, 820, 0
- return
-
-EventScript_1A88BF:: @ 81A88BF
- setmetatile 12, 11, 821, 0
- setmetatile 13, 11, 820, 0
- setmetatile 12, 12, 821, 0
- setmetatile 13, 12, 820, 0
- setmetatile 13, 13, 820, 0
- return
-
-EventScript_1A88ED:: @ 81A88ED
- setmetatile 5, 16, 821, 0
- setmetatile 6, 16, 820, 0
- setmetatile 5, 17, 821, 0
- setmetatile 6, 17, 820, 0
- setmetatile 6, 18, 820, 0
- return
-
-SilphCo_2F_EventScript_1A891B:: @ 81A891B
- lockall
- setvar VAR_0x4001, 1
- setvar VAR_0x8004, 634
- checkflag FLAG_SILPH_2F_DOOR_1
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_2F_EventScript_1A8935:: @ 81A8935
- lockall
- setvar VAR_0x4001, 2
- setvar VAR_0x8004, 635
- checkflag FLAG_SILPH_2F_DOOR_2
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_3F_EventScript_1A894F:: @ 81A894F
- lockall
- setvar VAR_0x4001, 3
- setvar VAR_0x8004, 636
- checkflag FLAG_SILPH_3F_DOOR_1
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_3F_EventScript_1A8969:: @ 81A8969
- lockall
- setvar VAR_0x4001, 4
- setvar VAR_0x8004, 637
- checkflag FLAG_SILPH_3F_DOOR_2
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_4F_EventScript_1A8983:: @ 81A8983
- lockall
- setvar VAR_0x4001, 5
- setvar VAR_0x8004, 638
- checkflag FLAG_SILPH_4F_DOOR_1
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_4F_EventScript_1A899D:: @ 81A899D
- lockall
- setvar VAR_0x4001, 6
- setvar VAR_0x8004, 639
- checkflag FLAG_SILPH_4F_DOOR_2
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_5F_EventScript_1A89B7:: @ 81A89B7
- lockall
- setvar VAR_0x4001, 7
- setvar VAR_0x8004, 640
- checkflag FLAG_SILPH_5F_DOOR_1
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_5F_EventScript_1A89D1:: @ 81A89D1
- lockall
- setvar VAR_0x4001, 8
- setvar VAR_0x8004, 641
- checkflag FLAG_SILPH_5F_DOOR_2
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_5F_EventScript_1A89EB:: @ 81A89EB
- lockall
- setvar VAR_0x4001, 9
- setvar VAR_0x8004, 642
- checkflag FLAG_SILPH_5F_DOOR_3
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_6F_EventScript_1A8A05:: @ 81A8A05
- lockall
- setvar VAR_0x4001, 10
- setvar VAR_0x8004, 643
- checkflag FLAG_SILPH_6F_DOOR
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_7F_EventScript_1A8A1F:: @ 81A8A1F
- lockall
- setvar VAR_0x4001, 11
- setvar VAR_0x8004, 644
- checkflag FLAG_SILPH_7F_DOOR_1
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_7F_EventScript_1A8A39:: @ 81A8A39
- lockall
- setvar VAR_0x4001, 12
- setvar VAR_0x8004, 645
- checkflag FLAG_SILPH_7F_DOOR_2
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_7F_EventScript_1A8A53:: @ 81A8A53
- lockall
- setvar VAR_0x4001, 13
- setvar VAR_0x8004, 646
- checkflag FLAG_SILPH_7F_DOOR_3
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_8F_EventScript_1A8A6D:: @ 81A8A6D
- lockall
- setvar VAR_0x4001, 14
- setvar VAR_0x8004, 647
- checkflag FLAG_SILPH_8F_DOOR
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_9F_EventScript_1A8A87:: @ 81A8A87
- lockall
- setvar VAR_0x4001, 15
- setvar VAR_0x8004, 648
- checkflag FLAG_SILPH_9F_DOOR_1
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_9F_EventScript_1A8AA1:: @ 81A8AA1
- lockall
- setvar VAR_0x4001, 16
- setvar VAR_0x8004, 649
- checkflag FLAG_SILPH_9F_DOOR_2
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_9F_EventScript_1A8ABB:: @ 81A8ABB
- lockall
- setvar VAR_0x4001, 17
- setvar VAR_0x8004, 650
- checkflag FLAG_SILPH_9F_DOOR_3
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_9F_EventScript_1A8AD5:: @ 81A8AD5
- lockall
- setvar VAR_0x4001, 18
- setvar VAR_0x8004, 651
- checkflag FLAG_SILPH_9F_DOOR_4
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_10F_EventScript_1A8AEF:: @ 81A8AEF
- lockall
- setvar VAR_0x4001, 19
- setvar VAR_0x8004, 652
- checkflag FLAG_SILPH_10F_DOOR
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-SilphCo_11F_EventScript_1A8B09:: @ 81A8B09
- lockall
- setvar VAR_0x4001, 20
- setvar VAR_0x8004, 653
- checkflag FLAG_SILPH_11F_DOOR
- goto_if TRUE, EventScript_1A813F
- goto EventScript_1A8B23
- end
-
-EventScript_1A8B23:: @ 81A8B23
- checkflag FLAG_HIDE_SILPH_CO_5F_CARD_KEY
- goto_if TRUE, EventScript_1A8B32
- goto EventScript_1A8135
- end
-
-EventScript_1A8B32:: @ 81A8B32
- playfanfare MUS_FANFA1
- msgbox Text_1A5B88
- waitfanfare
- compare_var_to_value VAR_0x4001, 1
- call_if eq, EventScript_1A8532
- compare_var_to_value VAR_0x4001, 2
- call_if eq, EventScript_1A8560
- compare_var_to_value VAR_0x4001, 3
- call_if eq, EventScript_1A858E
- compare_var_to_value VAR_0x4001, 4
- call_if eq, EventScript_1A85C5
- compare_var_to_value VAR_0x4001, 5
- call_if eq, EventScript_1A85FC
- compare_var_to_value VAR_0x4001, 6
- call_if eq, EventScript_1A862A
- compare_var_to_value VAR_0x4001, 7
- call_if eq, EventScript_1A8658
- compare_var_to_value VAR_0x4001, 8
- call_if eq, EventScript_1A868F
- compare_var_to_value VAR_0x4001, 9
- call_if eq, EventScript_1A86C6
- compare_var_to_value VAR_0x4001, 10
- call_if eq, EventScript_1A86FD
- compare_var_to_value VAR_0x4001, 11
- call_if eq, EventScript_1A8734
- compare_var_to_value VAR_0x4001, 12
- call_if eq, EventScript_1A8762
- compare_var_to_value VAR_0x4001, 13
- call_if eq, EventScript_1A8790
- compare_var_to_value VAR_0x4001, 14
- call_if eq, EventScript_1A87BE
- compare_var_to_value VAR_0x4001, 15
- call_if eq, EventScript_1A87F5
- compare_var_to_value VAR_0x4001, 16
- call_if eq, EventScript_1A882C
- compare_var_to_value VAR_0x4001, 17
- call_if eq, EventScript_1A8863
- compare_var_to_value VAR_0x4001, 18
- call_if eq, EventScript_1A8891
- compare_var_to_value VAR_0x4001, 19
- call_if eq, EventScript_1A88BF
- compare_var_to_value VAR_0x4001, 20
- call_if eq, EventScript_1A88ED
- waitse
- playse SE_KI_GASYAN
- special DrawWholeMapView
- waitse
- special Special_SetHiddenItemFlag
- releaseall
- end
+ .include "data/scripts/silphco_doors.inc"
EventScript_1A8C27:: @ 81A8C27
- countpokemon
+ getpartysize
subvar VAR_RESULT, 1
copyvar VAR_0x8004, VAR_RESULT
return
EventScript_1A8C33:: @ 81A8C33
- fadescreen 1
+ fadescreen FADE_TO_BLACK
special ChangeBoxPokemonNickname
waitstate
lock
@@ -3862,17 +1633,15 @@ EventScript_1A8C33:: @ 81A8C33
EventScript_1A8C3C:: @ 81A8C3C
bufferboxname 0, VAR_0x4037
- getspeciesname 1, VAR_0x4001
- checkflag FLAG_SYS_NOT_SOMEONES_PC
- call_if FALSE, EventScript_1A8C57
- checkflag FLAG_SYS_NOT_SOMEONES_PC
- call_if TRUE, EventScript_1A8C82
+ getspeciesname 1, VAR_TEMP_1
+ call_if_unset FLAG_SYS_NOT_SOMEONES_PC, EventScript_1A8C57
+ call_if_set FLAG_SYS_NOT_SOMEONES_PC, EventScript_1A8C82
return
EventScript_1A8C57:: @ 81A8C57
specialvar VAR_RESULT, sub_80CC7B4
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A8C70
+ compare VAR_RESULT, 1
+ goto_if_eq EventScript_1A8C70
msgbox Text_1A5CF1
return
@@ -3884,8 +1653,8 @@ EventScript_1A8C70:: @ 81A8C70
EventScript_1A8C82:: @ 81A8C82
specialvar VAR_RESULT, sub_80CC7B4
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A8C9B
+ compare VAR_RESULT, 1
+ goto_if_eq EventScript_1A8C9B
msgbox Text_1A5D31
return
@@ -3932,85 +1701,27 @@ gUnknown_81A8CED:: @ 81A8CED
releaseall
end
-CeruleanCity_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-CinnabarIsland_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-FiveIsland_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-FuchsiaCity_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-OneIsland_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-PewterCity_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-SevenIsland_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-VermilionCity_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-FourIsland_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-SixIsland_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-ThreeIsland_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-TwoIsland_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-Route10_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-Route10_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-Route4_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-SaffronCity_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-IndigoPlateau_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-CeladonCity_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-LavenderTown_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
-ViridianCity_PokemonCenter_2F_EventScript_1A8CF6:: @ 81A8CF6
- call EventScript_1BBA04
+Common_EventScript_UnionRoomAttendant:: @ 81A8CF6
+ call CableClub_EventScript_UnionRoomAttendant
end
-CeruleanCity_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-CinnabarIsland_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-FiveIsland_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-FuchsiaCity_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-OneIsland_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-PewterCity_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-SevenIsland_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-VermilionCity_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-FourIsland_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-SixIsland_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-ThreeIsland_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-TwoIsland_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-Route10_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-Route10_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-Route4_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-SaffronCity_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-IndigoPlateau_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-CeladonCity_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-LavenderTown_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
-ViridianCity_PokemonCenter_2F_EventScript_1A8CFC:: @ 81A8CFC
- call EventScript_1BBB6A
+Common_EventScript_WirelessClubAttendant:: @ 81A8CFC
+ call CableClub_EventScript_WirelessClubAttendant
end
-CeruleanCity_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-CinnabarIsland_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-FiveIsland_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-FuchsiaCity_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-OneIsland_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-PewterCity_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-SevenIsland_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-VermilionCity_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-FourIsland_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-SixIsland_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-ThreeIsland_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-TwoIsland_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-Route10_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-Route10_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-Route4_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-SaffronCity_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-IndigoPlateau_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-CeladonCity_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-LavenderTown_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
-ViridianCity_PokemonCenter_2F_EventScript_1A8D02:: @ 81A8D02
- call EventScript_1BBB9C
+Common_EventScript_DirectCornerAttendant:: @ 81A8D02
+ call CableClub_EventScript_DirectCornerAttendant
end
VermilionCity_PokemonCenter_1F_EventScript_1A8D08:: @ 81A8D08
lock
faceplayer
- checkflag FLAG_GOT_VS_SEEKER
- goto_if TRUE, EventScript_1A8D3F
+ goto_if_set FLAG_GOT_VS_SEEKER, EventScript_1A8D3F
msgbox Text_194234
setflag FLAG_GOT_VS_SEEKER
giveitem ITEM_VS_SEEKER
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1A6BF9
+ compare VAR_RESULT, FALSE
+ goto_if_eq EventScript_BagIsFull
msgbox Text_19430F
release
end
@@ -4024,26 +1735,26 @@ EventScript_ItemfinderDigUpUnderfootItem:: @ 81A8D49
lockall
textcolor 3
waitse
- call EventScript_GiveItem
- compare_var_to_value VAR_0x8007, 1
- goto_if eq, EventScript_DigUpItemPutInPocket
- compare_var_to_value VAR_0x8007, 0
- goto_if eq, EventScript_DigUpItemBagIsFull
+ call EventScript_TryPickUpHiddenItem
+ compare VAR_0x8007, TRUE
+ goto_if_eq EventScript_DigUpItemPutInPocket
+ compare VAR_0x8007, FALSE
+ goto_if_eq EventScript_DigUpItemBagIsFull
end
EventScript_DigUpItemPutInPocket::
- message Text_1A5700
+ message Text_DugUpItemFromGround
waitfanfare
waitmessage
delay 60
- msgbox gUnknown_81A5218
+ msgbox Text_PutItemAway
special Special_SetHiddenItemFlag
releaseall
end
EventScript_DigUpItemBagIsFull::
- msgbox Text_1A5700
- msgbox gUnknown_81A5242
+ msgbox Text_DugUpItemFromGround
+ msgbox Text_TooBadBagFull
setvar VAR_RESULT, 0
releaseall
end
@@ -4052,12 +1763,10 @@ EventScript_AfterWhiteOutHeal:: @ 81A8D97
lockall
textcolor 1
msgbox Text_1A5E89
- call EventScript_1A65CE
- checkflag FLAG_DEFEATED_BROCK
- call_if FALSE, EventScript_1A8DC6
- checkflag FLAG_DEFEATED_BROCK
- call_if TRUE, EventScript_1A8DCF
- applymovement VAR_LAST_TALKED, Movement_1A666C
+ call EventScript_PkmnCenterNurse_TakeAndHealPkmn
+ call_if_unset FLAG_DEFEATED_BROCK, EventScript_1A8DC6
+ call_if_set FLAG_DEFEATED_BROCK, EventScript_1A8DCF
+ applymovement VAR_LAST_TALKED, Movement_Bow
waitmovement 0
fadedefaultbgm
releaseall
@@ -4074,10 +1783,10 @@ EventScript_1A8DCF:: @ 81A8DCF
EventScript_MomHeal:: @ 81A8DD8
lockall
textcolor 1
- applymovement 1, Movement_1A75ED
+ applymovement 1, Movement_WalkInPlaceFastestDown
waitmovement 0
msgbox Text_1A5FDF
- call EventScript_FadeOut_Heal_FadeIn
+ call EventScript_OutOfCenterPartyHeal
msgbox Text_1A6046
fadedefaultbgm
releaseall
@@ -4088,17 +1797,17 @@ EventScript_PoisonWhiteOut:: @ 81A8DFD
textcolor 3
special ExecuteWhiteOut
waitstate
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A8E11
+ compare VAR_RESULT, 1
+ goto_if_eq EventScript_1A8E11
releaseall
end
EventScript_1A8E11:: @ 81A8E11
checkmoney 1, 0
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1A8E2E
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A8E3C
+ compare VAR_RESULT, FALSE
+ goto_if_eq EventScript_1A8E2E
+ compare VAR_RESULT, TRUE
+ goto_if_eq EventScript_1A8E3C
end
EventScript_1A8E2E:: @ 81A8E2E
@@ -4115,25 +1824,25 @@ EventScript_1A8E3C:: @ 81A8E3C
EventScript_1A8E4D:: @ 81A8E4D
special sub_807F0B0
waitstate
- fadescreen 1
+ fadescreen FADE_TO_BLACK
special sp0C8_whiteout_maybe
waitstate
end
-gStdScript_8:: @ 81A8E58
+Std_PutItemAway:: @ 81A8E58
bufferitemnameplural 1, VAR_0x8000, VAR_0x8001
checkitemtype VAR_0x8000
call EventScript_1A8E6F
- msgbox gUnknown_81A5218
+ msgbox Text_PutItemAway
return
EventScript_1A8E6F:: @ 81A8E6F
switch VAR_RESULT
- case 1, EventScript_1A8EAC
- case 2, EventScript_1A8EB1
- case 3, EventScript_1A8EB6
- case 4, EventScript_1A8EBB
- case 5, EventScript_1A8EC0
+ case POCKET_ITEMS, EventScript_1A8EAC
+ case POCKET_KEY_ITEMS, EventScript_1A8EB1
+ case POCKET_POKE_BALLS, EventScript_1A8EB6
+ case POCKET_TM_CASE, EventScript_1A8EBB
+ case POCKET_BERRY_POUCH, EventScript_1A8EC0
end
EventScript_1A8EAC:: @ 81A8EAC
@@ -4156,241 +1865,11 @@ EventScript_1A8EC0:: @ 81A8EC0
getstdstring 2, 28
return
-EventScript_1A8EC5:: @ 81A8EC5
- compare_var_to_value VAR_MAP_SCENE_ONE_ISLAND_POKEMON_CENTER_1F, 5
- goto_if ge, EventScript_1A911E
- compare_var_to_value VAR_MAP_SCENE_CINNABAR_ISLAND, 4
- goto_if ge, EventScript_1A8F12
- multichoice 19, 6, MULTICHOICE_ISLAND_23, FALSE
- switch VAR_RESULT
- case 0, EventScript_1A8FF9
- case 1, EventScript_1A9004
- case 2, EventScript_1A90F6
- case SCR_MENU_CANCEL, EventScript_1A90F6
- end
-
-EventScript_1A8F12:: @ 81A8F12
- multichoice 19, 5, MULTICHOICE_SEAGALLOP_V23, FALSE
- switch VAR_RESULT
- case 0, EventScript_1A8FE3
- case 1, EventScript_1A8FF9
- case 2, EventScript_1A9004
- case 3, EventScript_1A90F6
- case SCR_MENU_CANCEL, EventScript_1A90F6
- end
-
-EventScript_1A8F54:: @ 81A8F54
- compare_var_to_value VAR_MAP_SCENE_ONE_ISLAND_POKEMON_CENTER_1F, 5
- goto_if ge, EventScript_1A911E
- compare_var_to_value VAR_MAP_SCENE_CINNABAR_ISLAND, 4
- goto_if ge, EventScript_1A8FA1
- multichoice 19, 6, MULTICHOICE_ISLAND_13, FALSE
- switch VAR_RESULT
- case 0, EventScript_1A8FEE
- case 1, EventScript_1A9004
- case 2, EventScript_1A90F6
- case SCR_MENU_CANCEL, EventScript_1A90F6
- end
-
-EventScript_1A8FA1:: @ 81A8FA1
- multichoice 19, 5, MULTICHOICE_SEAGALLOP_V13, FALSE
- switch VAR_RESULT
- case 0, EventScript_1A8FE3
- case 1, EventScript_1A8FEE
- case 2, EventScript_1A9004
- case 3, EventScript_1A90F6
- case SCR_MENU_CANCEL, EventScript_1A90F6
- end
-
-EventScript_1A8FE3:: @ 81A8FE3
- setvar VAR_0x8006, SEAGALLOP_VERMILION_CITY
- goto EventScript_1A909E
- end
-
-EventScript_1A8FEE:: @ 81A8FEE
- setvar VAR_0x8006, SEAGALLOP_ONE_ISLAND
- goto EventScript_1A909E
- end
-
-EventScript_1A8FF9:: @ 81A8FF9
- setvar VAR_0x8006, SEAGALLOP_TWO_ISLAND
- goto EventScript_1A909E
- end
-
-EventScript_1A9004:: @ 81A9004
- setvar VAR_0x8006, SEAGALLOP_THREE_ISLAND
- goto EventScript_1A909E
- end
-
-EventScript_1A900F:: @ 81A900F
- compare_var_to_value VAR_MAP_SCENE_ONE_ISLAND_POKEMON_CENTER_1F, 5
- goto_if ge, EventScript_1A911E
- compare_var_to_value VAR_MAP_SCENE_CINNABAR_ISLAND, 4
- goto_if ge, EventScript_1A905C
- multichoice 19, 6, MULTICHOICE_ISLAND_12, FALSE
- switch VAR_RESULT
- case 0, EventScript_1A8FEE
- case 1, EventScript_1A8FF9
- case 2, EventScript_1A90F6
- case SCR_MENU_CANCEL, EventScript_1A90F6
- end
-
-EventScript_1A905C:: @ 81A905C
- multichoice 19, 5, MULTICHOICE_SEAGALLOP_V12, FALSE
- switch VAR_RESULT
- case 0, EventScript_1A8FE3
- case 1, EventScript_1A8FEE
- case 2, EventScript_1A8FF9
- case 3, EventScript_1A90F6
- case SCR_MENU_CANCEL, EventScript_1A90F6
- end
-
-EventScript_1A909E:: @ 81A909E
- specialvar VAR_RESULT, sub_8147500
- getnumberstring 0, VAR_RESULT
- compare_var_to_value VAR_0x8004, SEAGALLOP_VERMILION_CITY
- goto_if eq, EventScript_1A90BE
- compare_var_to_value VAR_0x8004, SEAGALLOP_VERMILION_CITY
- goto_if ne, EventScript_1A90CC
- end
-
-EventScript_1A90BE:: @ 81A90BE
- msgbox Text_17FB67
- goto EventScript_1A90DA
- end
-
-EventScript_1A90CC:: @ 81A90CC
- msgbox Text_1A641B
- goto EventScript_1A90DA
- end
-
-EventScript_1A90DA:: @ 81A90DA
- closemessage
- delay 20
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- special sub_8112364
- fadescreen 1
- special ScrSpecial_SeagallopFerry
- waitstate
- end
-
-EventScript_1A90F6:: @ 81A90F6
- specialvar VAR_RESULT, sub_8147594
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9108
- release
- end
-
-EventScript_1A9108:: @ 81A9108
- closemessage
- applymovement 6, Movement_1A75E5
- applymovement 255, Movement_1A911C
- waitmovement 0
- releaseall
- end
-
-Movement_1A911C:: @ 81A911C
- step_11
- step_end
-
-EventScript_1A911E:: @ 81A911E
- setvar VAR_0x8005, 0
- special Special_DrawSeagallopDestinationMenu
- waitstate
- specialvar VAR_0x8006, Special_GetSelectedSeagallopDestination
- switch VAR_0x8006
- case SEAGALLOP_VERMILION_CITY, EventScript_1A91D5
- case SEAGALLOP_ONE_ISLAND, EventScript_1A91E0
- case SEAGALLOP_TWO_ISLAND, EventScript_1A91EB
- case SEAGALLOP_THREE_ISLAND, EventScript_1A91F6
- case SEAGALLOP_FOUR_ISLAND, EventScript_1A9201
- case SEAGALLOP_MORE, EventScript_1A917F
- case SCR_MENU_CANCEL, EventScript_1A90F6
- end
-
-EventScript_1A917F:: @ 81A917F
- setvar VAR_0x8005, 1
- special Special_DrawSeagallopDestinationMenu
- waitstate
- specialvar VAR_0x8006, Special_GetSelectedSeagallopDestination
- switch VAR_0x8006
- case SEAGALLOP_FOUR_ISLAND, EventScript_1A9201
- case SEAGALLOP_FIVE_ISLAND, EventScript_1A920C
- case SEAGALLOP_SIX_ISLAND, EventScript_1A9217
- case SEAGALLOP_SEVEN_ISLAND, EventScript_1A9222
- case SEAGALLOP_MORE, EventScript_1A911E
- case SCR_MENU_CANCEL, EventScript_1A90F6
- end
-
-EventScript_1A91D5:: @ 81A91D5
- setvar VAR_0x8006, SEAGALLOP_VERMILION_CITY
- goto EventScript_1A909E
- end
-
-EventScript_1A91E0:: @ 81A91E0
- setvar VAR_0x8006, SEAGALLOP_ONE_ISLAND
- goto EventScript_1A909E
- end
-
-EventScript_1A91EB:: @ 81A91EB
- setvar VAR_0x8006, SEAGALLOP_TWO_ISLAND
- goto EventScript_1A909E
- end
-
-EventScript_1A91F6:: @ 81A91F6
- setvar VAR_0x8006, SEAGALLOP_THREE_ISLAND
- goto EventScript_1A909E
- end
-
-EventScript_1A9201:: @ 81A9201
- setvar VAR_0x8006, SEAGALLOP_FOUR_ISLAND
- goto EventScript_1A909E
- end
-
-EventScript_1A920C:: @ 81A920C
- setvar VAR_0x8006, SEAGALLOP_FIVE_ISLAND
- goto EventScript_1A909E
- end
-
-EventScript_1A9217:: @ 81A9217
- setvar VAR_0x8006, SEAGALLOP_SIX_ISLAND
- goto EventScript_1A909E
- end
-
-EventScript_1A9222:: @ 81A9222
- setvar VAR_0x8006, SEAGALLOP_SEVEN_ISLAND
- goto EventScript_1A909E
- end
-
-EventScript_1A922D:: @ 81A922D
- fadescreen 1
- removeobject VAR_LAST_TALKED
- fadescreen 0
- release
- end
-
-EventScript_1A9236:: @ 81A9236
- fadescreen 1
- removeobject VAR_LAST_TALKED
- fadescreen 0
- getspeciesname 0, VAR_0x8004
- msgbox Text_1A63C4
- release
- end
-
-EventScript_1A924B:: @ 81A924B
- message Text_1853E8
- waitmessage
- playfanfare MUS_POKEFUE
- waitfanfare
- msgbox Text_185354
- return
+ .include "data/scripts/seagallop.inc"
+ .include "data/scripts/static_pokemon.inc"
EventScript_1A925E:: @ 81A925E
- checkflag FLAG_SYS_UNLOCKED_TANOBY_RUINS
- goto_if TRUE, EventScript_1A77A9
+ goto_if_set FLAG_SYS_UNLOCKED_TANOBY_RUINS, EventScript_Return
setweather 11
doweather
return
@@ -4409,3164 +1888,8 @@ EventScript_1A927C:: @ 81A927C
release
end
-gUnknown_81A9288:: @ 81A9288
- .braille "UP$"
-
-gUnknown_81A928B:: @ 81A928B
- .braille "DOWN$"
-
-gUnknown_81A9290:: @ 81A9290
- .braille "RIGHT$"
-
-gUnknown_81A9296:: @ 81A9296
- .braille "LEFT$"
-
-gUnknown_81A929B:: @ 81A929B
- .braille "CUT$"
-
-gUnknown_81A929F:: @ 81A929F
- .braille "ABC$"
-
-gUnknown_81A92A3:: @ 81A92A3
- .braille "GHI$"
-
-gUnknown_81A92A7:: @ 81A92A7
- .braille "MNO$"
-
-gUnknown_81A92AB:: @ 81A92AB
- .braille "TUV$"
-
-gUnknown_81A92AF:: @ 81A92AF
- .braille "DEF$"
-
-gUnknown_81A92B3:: @ 81A92B3
- .braille "JKL$"
-
-gUnknown_81A92B7:: @ 81A92B7
- .braille "PQRS$"
-
-gUnknown_81A92BC:: @ 81A92BC
- .braille "WXYZ$"
-
-gUnknown_81A92C1:: @ 81A92C1
- .braille ".$"
-
-gUnknown_81A92C3:: @ 81A92C3
- .braille ",$"
-
-gUnknown_81A92C5:: @ 81A92C5
- .braille "EVERYTHING$"
-
-gUnknown_81A92D0:: @ 81A92D0
- .braille "HAS MEANING$"
-
-gUnknown_81A92DC:: @ 81A92DC
- .braille "EXISTENCE$"
-
-gUnknown_81A92E6:: @ 81A92E6
- .braille "HAS MEANING$"
-
-gUnknown_81A92F2:: @ 81A92F2
- .braille "BEING ALIVE$"
-
-gUnknown_81A92FE:: @ 81A92FE
- .braille "HAS MEANING$"
-
-gUnknown_81A930A:: @ 81A930A
- .braille "HAVE DREAMS$"
-
-gUnknown_81A9316:: @ 81A9316
- .braille "USE POWER.$"
-
-gUnknown_81A9321:: @ 81A9321
- .braille "LET THE TWO$"
-
-gUnknown_81A932D:: @ 81A932D
- .braille "GLITTERING$"
-
-gUnknown_81A9338:: @ 81A9338
- .braille "STONES$"
-
-gUnknown_81A933F:: @ 81A933F
- .braille "ONE IN RED$"
-
-gUnknown_81A934A:: @ 81A934A
- .braille "ONE IN BLUE$"
-
-gUnknown_81A9356:: @ 81A9356
- .braille "CONNECT THE$"
-
-gUnknown_81A9362:: @ 81A9362
- .braille "PAST.$"
-
-gUnknown_81A9368:: @ 81A9368
- .braille "TWO FRIENDS$"
-
-gUnknown_81A9374:: @ 81A9374
- .braille "SHARING$"
-
-gUnknown_81A937C:: @ 81A937C
- .braille "POWER OPEN$"
-
-gUnknown_81A9387:: @ 81A9387
- .braille "A WINDOW TO$"
-
-gUnknown_81A9393:: @ 81A9393
- .braille "A NEW WORLD$"
-
-gUnknown_81A939F:: @ 81A939F
- .braille "THAT GLOWS.$"
-
-gUnknown_81A93AB:: @ 81A93AB
- .braille "THE NEXT$"
-
-gUnknown_81A93B4:: @ 81A93B4
- .braille "WORLD WAITS$"
-
-gUnknown_81A93C0:: @ 81A93C0
- .braille "FOR YOU.$"
-
-Route3_EventScript_1A93C9:: @ 81A93C9
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_YOUNGSTER_BEN, 0, Text_183560, Text_1835A0
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A93F0
- msgbox Text_1835B4, 6
- end
-
-EventScript_1A93F0:: @ 81A93F0
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_BEN, 0, Text_1C149D, Text_1835A0
- msgbox Text_1835B4, 6
- end
-
-Route3_EventScript_1A9407:: @ 81A9407
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_YOUNGSTER_CALVIN, 0, Text_183786, Text_1837BD
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A942E
- msgbox Text_1837CF, 6
- end
-
-EventScript_1A942E:: @ 81A942E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_CALVIN, 0, Text_1C1588, Text_1837BD
- msgbox Text_1837CF, 6
- end
-
-Route3_EventScript_1A9445:: @ 81A9445
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BUG_CATCHER_COLTON, 0, Text_1834E6, Text_183509
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A946C
- msgbox Text_18351C, 6
- end
-
-EventScript_1A946C:: @ 81A946C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_COLTON, 0, Text_1C147A, Text_183509
- msgbox Text_18351C, 6
- end
-
-Route3_EventScript_1A9483:: @ 81A9483
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BUG_CATCHER_GREG, 0, Text_183682, Text_1836B3
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A94AA
- msgbox Text_1836D9, 6
- end
-
-EventScript_1A94AA:: @ 81A94AA
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_GREG, 0, Text_1C1521, Text_1836B3
- msgbox Text_1836D9, 6
- end
-
-Route3_EventScript_1A94C1:: @ 81A94C1
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BUG_CATCHER_JAMES, 0, Text_183807, Text_183837
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A94E8
- msgbox Text_183849, 6
- end
-
-EventScript_1A94E8:: @ 81A94E8
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_JAMES, 0, Text_1C15C5, Text_183837
- msgbox Text_183849, 6
- end
-
-Route3_EventScript_1A94FF:: @ 81A94FF
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_LASS_JANICE, 0, Text_183616, Text_18363F
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9526
- msgbox Text_18364C, 6
- end
-
-EventScript_1A9526:: @ 81A9526
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_JANICE, 0, Text_1C14F3, Text_18363F
- msgbox Text_18364C, 6
- end
-
-Route3_EventScript_1A953D:: @ 81A953D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_LASS_SALLY, 0, Text_18371B, Text_183746
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9564
- msgbox Text_18374F, 6
- end
-
-EventScript_1A9564:: @ 81A9564
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_SALLY, 0, Text_1C155D, Text_183746
- msgbox Text_18374F, 6
- end
-
-Route3_EventScript_1A957B:: @ 81A957B
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_LASS_ROBIN, 0, Text_18387A, Text_183891
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A95A2
- msgbox Text_18389C, 6
- end
-
-EventScript_1A95A2:: @ 81A95A2
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_ROBIN, 0, Text_1C15F9, Text_183891
- msgbox Text_18389C, 6
- end
-
-Route4_EventScript_1A95B9:: @ 81A95B9
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_LASS_CRISSY, 0, Text_183906, Text_183938
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A95E0
- msgbox Text_183957, 6
- end
-
-EventScript_1A95E0:: @ 81A95E0
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_CRISSY, 0, Text_1C160F, Text_183938
- msgbox Text_183957, 6
- end
-
-Route24_EventScript_1A95F7:: @ 81A95F7
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_YOUNGSTER_TIMMY, 0, Text_188F76, Text_188F95
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A961E
- msgbox Text_188FA7, 6
- end
-
-EventScript_1A961E:: @ 81A961E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_TIMMY, 0, Text_1C3657, Text_188F95
- msgbox Text_188FA7, 6
- end
-
-Route24_EventScript_1A9635:: @ 81A9635
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BUG_CATCHER_CALE, 0, Text_18901B, Text_18908C
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A965C
- msgbox Text_18909E, 6
- end
-
-EventScript_1A965C:: @ 81A965C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_CALE, 0, Text_1C36DA, Text_18908C
- msgbox Text_18909E, 6
- end
-
-Route24_EventScript_1A9673:: @ 81A9673
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_LASS_RELI, 0, Text_188F2C, Text_188F46
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A969A
- msgbox Text_188F53, 6
- end
-
-EventScript_1A969A:: @ 81A969A
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_RELI, 0, Text_1C3624, Text_188F46
- msgbox Text_188F53, 6
- end
-
-Route24_EventScript_1A96B1:: @ 81A96B1
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_LASS_ALI, 0, Text_188FC9, Text_188FE7
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A96D8
- msgbox Text_188FF9, 6
- end
-
-EventScript_1A96D8:: @ 81A96D8
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_ALI, 0, Text_1C3685, Text_188FE7
- msgbox Text_188FF9, 6
- end
-
-Route24_EventScript_1A96EF:: @ 81A96EF
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CAMPER_SHANE, 0, Text_188E74, Text_188E94
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9716
- msgbox Text_188EA3, 6
- end
-
-EventScript_1A9716:: @ 81A9716
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_SHANE, 0, Text_1C35EE, Text_188E94
- msgbox Text_188EA3, 6
- end
-
-Route24_EventScript_1A972D:: @ 81A972D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CAMPER_ETHAN, 0, Text_188ED9, Text_188EFA
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9754
- msgbox Text_188F0A, 6
- end
-
-EventScript_1A9754:: @ 81A9754
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_ETHAN, 0, Text_1C360E, Text_188EFA
- msgbox Text_188F0A, 6
- end
-
-Route25_EventScript_1A976B:: @ 81A976B
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_YOUNGSTER_JOEY, 0, Text_1890C0, Text_1890E6
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9792
- msgbox Text_1890F5, 6
- end
-
-EventScript_1A9792:: @ 81A9792
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_JOEY, 0, Text_1C33E7, Text_1890E6
- msgbox Text_1890F5, 6
- end
-
-Route25_EventScript_1A97A9:: @ 81A97A9
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_YOUNGSTER_DAN, 0, Text_189165, Text_1891A6
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A97D0
- msgbox Text_1891B3, 6
- end
-
-EventScript_1A97D0:: @ 81A97D0
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_DAN, 0, Text_1C3404, Text_1891A6
- msgbox Text_1891B3, 6
- end
-
-Route25_EventScript_1A97E7:: @ 81A97E7
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_YOUNGSTER_CHAD, 0, Text_1892A9, Text_1892D9
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A980E
- msgbox Text_1892EF, 6
- end
-
-EventScript_1A980E:: @ 81A980E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_CHAD, 0, Text_1C34D4, Text_1892D9
- msgbox Text_1892EF, 6
- end
-
-Route25_EventScript_1A9825:: @ 81A9825
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_KELSEY, 0, Text_189247, Text_189261
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A984C
- msgbox Text_189281, 6
- end
-
-EventScript_1A984C:: @ 81A984C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_KELSEY, 0, Text_1C349C, Text_189261
- msgbox Text_189281, 6
- end
-
-Route25_EventScript_1A9863:: @ 81A9863
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_LASS_HALEY, 0, Text_189333, Text_189364
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A988A
- msgbox Text_189378, 6
- end
-
-EventScript_1A988A:: @ 81A988A
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_HALEY, 0, Text_1C350A, Text_189364
- msgbox Text_189378, 6
- end
-
-Route25_EventScript_1A98A1:: @ 81A98A1
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_HIKER_FRANKLIN, 0, Text_1893A7, Text_1893EA
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A98C8
- msgbox Text_1893FB, 6
- end
-
-EventScript_1A98C8:: @ 81A98C8
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_FRANKLIN, 0, Text_1C353B, Text_1893EA
- msgbox Text_1893FB, 6
- end
-
-Route25_EventScript_1A98DF:: @ 81A98DF
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_HIKER_NOB, 0, Text_189423, Text_189459
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9906
- msgbox Text_18947E, 6
- end
-
-EventScript_1A9906:: @ 81A9906
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_NOB, 0, Text_1C357E, Text_189459
- msgbox Text_18947E, 6
- end
-
-Route25_EventScript_1A991D:: @ 81A991D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_HIKER_WAYNE, 0, Text_1894DE, Text_18950A
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9944
- msgbox Text_18951C, 6
- end
-
-EventScript_1A9944:: @ 81A9944
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_WAYNE, 0, Text_1C35BC, Text_18950A
- msgbox Text_18951C, 6
- end
-
-Route25_EventScript_1A995B:: @ 81A995B
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CAMPER_FLINT, 0, Text_1891EB, Text_189212
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9982
- msgbox Text_18921D, 6
- end
-
-EventScript_1A9982:: @ 81A9982
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_FLINT, 0, Text_1C3445, Text_189212
- msgbox Text_18921D, 6
- end
-
-Route6_EventScript_1A9999:: @ 81A9999
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BUG_CATCHER_KEIGO, 0, Text_183E9F, Text_183EC0
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A99C0
- msgbox Text_183ED4, 6
- end
-
-EventScript_1A99C0:: @ 81A99C0
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_KEIGO, 0, Text_1C16E2, Text_183EC0
- msgbox Text_183ED4, 6
- end
-
-Route6_EventScript_1A99D7:: @ 81A99D7
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BUG_CATCHER_ELIJAH, 0, Text_183FF0, Text_18401A
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A99FE
- msgbox Text_18402B, 6
- end
-
-EventScript_1A99FE:: @ 81A99FE
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_ELIJAH, 0, Text_1C176B, Text_18401A
- msgbox Text_18402B, 6
- end
-
-Route6_EventScript_1A9A15:: @ 81A9A15
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CAMPER_RICKY, 0, Text_183E04, Text_183E2A
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9A3C
- msgbox Text_183E3C, 6
- end
-
-EventScript_1A9A3C:: @ 81A9A3C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_RICKY, 0, Text_1C163C, Text_183E2A
- msgbox Text_183E3C, 6
- end
-
-Route6_EventScript_1A9A53:: @ 81A9A53
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CAMPER_JEFF, 0, Text_183F07, Text_183F24
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9A7A
- msgbox Text_183F51, 6
- end
-
-EventScript_1A9A7A:: @ 81A9A7A
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_JEFF, 0, Text_1C1723, Text_183F24
- msgbox Text_183F51, 6
- end
-
-Route6_EventScript_1A9A91:: @ 81A9A91
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_NANCY, 0, Text_183E4E, Text_183E79
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9AB8
- msgbox Text_183E8D, 6
- end
-
-EventScript_1A9AB8:: @ 81A9AB8
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_NANCY, 0, Text_1C166D, Text_183E79
- msgbox Text_183E8D, 6
- end
-
-Route6_EventScript_1A9ACF:: @ 81A9ACF
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_ISABELLE, 0, Text_183F90, Text_183FAB
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9AF6
- msgbox Text_183FC4, 6
- end
-
-EventScript_1A9AF6:: @ 81A9AF6
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_ISABELLE, 0, Text_1C1746, Text_183FAB
- msgbox Text_183FC4, 6
- end
-
-Route11_EventScript_1A9B0D:: @ 81A9B0D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_YOUNGSTER_EDDIE, 0, Text_184FBD, Text_184FD8
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9B34
- msgbox Text_184FEF, 6
- end
-
-EventScript_1A9B34:: @ 81A9B34
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_EDDIE, 0, Text_1C1DB5, Text_184FD8
- msgbox Text_184FEF, 6
- end
-
-Route11_EventScript_1A9B4B:: @ 81A9B4B
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_YOUNGSTER_DILLON, 0, Text_18506A, Text_18509B
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9B72
- msgbox Text_1850CF, 6
- end
-
-EventScript_1A9B72:: @ 81A9B72
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_DILLON, 0, Text_1C1E1F, Text_18509B
- msgbox Text_1850CF, 6
- end
-
-Route11_EventScript_1A9B89:: @ 81A9B89
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_YOUNGSTER_YASU, 0, Text_18517B, Text_1851AC
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9BB0
- msgbox Text_1851D2, 6
- end
-
-EventScript_1A9BB0:: @ 81A9BB0
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_YASU, 0, Text_1C1EE2, Text_1851AC
- msgbox Text_1851D2, 6
- end
-
-Route11_EventScript_1A9BC7:: @ 81A9BC7
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_YOUNGSTER_DAVE, 0, Text_185285, Text_1852C1
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9BEE
- msgbox Text_1852E3, 6
- end
-
-EventScript_1A9BEE:: @ 81A9BEE
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_DAVE, 0, Text_1C1F40, Text_1852C1
- msgbox Text_1852E3, 6
- end
-
-Route11_EventScript_1A9C05:: @ 81A9C05
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_ENGINEER_BRAXTON, 0, Text_185011, Text_185037
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9C2C
- msgbox Text_18504A, 6
- end
-
-EventScript_1A9C2C:: @ 81A9C2C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_ENGINEER_BRAXTON, 0, Text_1C1DE1, Text_185037
- msgbox Text_18504A, 6
- end
-
-Route11_EventScript_1A9C43:: @ 81A9C43
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_ENGINEER_BERNIE, 0, Text_185236, Text_185250
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9C6A
- msgbox Text_185266, 6
- end
-
-EventScript_1A9C6A:: @ 81A9C6A
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_ENGINEER_BERNIE, 0, Text_1C1F1D, Text_185250
- msgbox Text_185266, 6
- end
-
-Route11_EventScript_1A9C81:: @ 81A9C81
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_GAMER_HUGO, 0, Text_184F01, Text_184F15
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9CA8
- msgbox Text_184F2E, 6
- end
-
-EventScript_1A9CA8:: @ 81A9CA8
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_GAMER_HUGO, 0, Text_1C1D50, Text_184F15
- msgbox Text_184F2E, 6
- end
-
-Route11_EventScript_1A9CBF:: @ 81A9CBF
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_GAMER_JASPER, 0, Text_184F5D, Text_184F7E
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9CE6
- msgbox Text_184F8E, 6
- end
-
-EventScript_1A9CE6:: @ 81A9CE6
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_GAMER_JASPER, 0, Text_1C1D79, Text_184F7E
- msgbox Text_184F8E, 6
- end
-
-Route11_EventScript_1A9CFD:: @ 81A9CFD
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_GAMER_DIRK, 0, Text_1850E9, Text_185105
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9D24
- msgbox Text_185114, 6
- end
-
-EventScript_1A9D24:: @ 81A9D24
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_GAMER_DIRK, 0, Text_1C1E57, Text_185105
- msgbox Text_185114, 6
- end
-
-Route11_EventScript_1A9D3B:: @ 81A9D3B
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_GAMER_DARIAN, 0, Text_185135, Text_18514E
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9D62
- msgbox Text_185161, 6
- end
-
-EventScript_1A9D62:: @ 81A9D62
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_GAMER_DARIAN, 0, Text_1C1E9F, Text_18514E
- msgbox Text_185161, 6
- end
-
-Route9_EventScript_1A9D79:: @ 81A9D79
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BUG_CATCHER_BRENT, 0, Text_184A2F, Text_184A6A
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9DA0
- msgbox Text_184A8C, 6
- end
-
-EventScript_1A9DA0:: @ 81A9DA0
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_BRENT, 0, Text_1C1B83, Text_184A6A
- msgbox Text_184A8C, 6
- end
-
-Route9_EventScript_1A9DB7:: @ 81A9DB7
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BUG_CATCHER_CONNER, 0, Text_184B18, Text_184B32
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9DDE
- msgbox Text_184B3B, 6
- end
-
-EventScript_1A9DDE:: @ 81A9DDE
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_CONNER, 0, Text_1C1BDC, Text_184B32
- msgbox Text_184B3B, 6
- end
-
-Route9_EventScript_1A9DF5:: @ 81A9DF5
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CAMPER_CHRIS, 0, Text_184844, Text_18487E
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9E1C
- msgbox Text_184890, 6
- end
-
-EventScript_1A9E1C:: @ 81A9E1C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_CHRIS, 0, Text_1C1A5D, Text_18487E
- msgbox Text_184890, 6
- end
-
-Route9_EventScript_1A9E33:: @ 81A9E33
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CAMPER_DREW, 0, Text_18489E, Text_1848CC
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9E5A
- msgbox Text_1848DE, 6
- end
-
-EventScript_1A9E5A:: @ 81A9E5A
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_DREW, 0, Text_1C1A9B, Text_1848CC
- msgbox Text_1848DE, 6
- end
-
-Route9_EventScript_1A9E71:: @ 81A9E71
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_ALICIA, 0, Text_1847B7, Text_1847DF
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9E98
- msgbox Text_1847F0, 6
- end
-
-EventScript_1A9E98:: @ 81A9E98
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_ALICIA, 0, Text_1C1A2E, Text_1847DF
- msgbox Text_1847F0, 6
- end
-
-Route9_EventScript_1A9EAF:: @ 81A9EAF
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_CAITLIN, 0, Text_1848FF, Text_18491C
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9ED6
- msgbox Text_184931, 6
- end
-
-EventScript_1A9ED6:: @ 81A9ED6
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_CAITLIN, 0, Text_1C1AFB, Text_18491C
- msgbox Text_184931, 6
- end
-
-Route9_EventScript_1A9EED:: @ 81A9EED
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_HIKER_ALAN, 0, Text_184ABE, Text_184AD5
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9F14
- msgbox Text_184AF1, 6
- end
-
-EventScript_1A9F14:: @ 81A9F14
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_ALAN, 0, Text_1C1BBE, Text_184AD5
- msgbox Text_184AF1, 6
- end
-
-Route9_EventScript_1A9F2B:: @ 81A9F2B
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_HIKER_BRICE, 0, Text_1849DF, Text_184A04
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9F52
- msgbox Text_184A11, 6
- end
-
-EventScript_1A9F52:: @ 81A9F52
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_BRICE, 0, Text_1C1B5E, Text_184A04
- msgbox Text_184A11, 6
- end
-
-Route9_EventScript_1A9F69:: @ 81A9F69
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_HIKER_JEREMY, 0, Text_18495E, Text_18497F
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9F90
- msgbox Text_1849B0, 6
- end
-
-EventScript_1A9F90:: @ 81A9F90
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_JEREMY, 0, Text_1C1B37, Text_18497F
- msgbox Text_1849B0, 6
- end
-
-Route10_EventScript_1A9FA7:: @ 81A9FA7
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_HEIDI, 0, Text_184CF1, Text_184D31
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1A9FCE
- msgbox Text_184D4D, 6
- end
-
-EventScript_1A9FCE:: @ 81A9FCE
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_HEIDI, 0, Text_1C1C9A, Text_184D31
- msgbox Text_184D4D, 6
- end
-
-Route10_EventScript_1A9FE5:: @ 81A9FE5
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_CAROL, 0, Text_184E04, Text_184E3B
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA00C
- msgbox Text_184E5E, 6
- end
-
-EventScript_1AA00C:: @ 81AA00C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_CAROL, 0, Text_1C1D14, Text_184E3B
- msgbox Text_184E5E, 6
- end
-
-Route10_EventScript_1AA023:: @ 81AA023
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_POKEMANIAC_MARK, 0, Text_184B8A, Text_184BE5
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA04A
- msgbox Text_184BFB, 6
- end
-
-EventScript_1AA04A:: @ 81AA04A
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_POKEMANIAC_MARK, 0, Text_1C1BFA, Text_184BE5
- msgbox Text_184BFB, 6
- end
-
-Route10_EventScript_1AA061:: @ 81AA061
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_POKEMANIAC_HERMAN, 0, Text_184C86, Text_184CA7
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA088
- msgbox Text_184CBB, 6
- end
-
-EventScript_1AA088:: @ 81AA088
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_POKEMANIAC_HERMAN, 0, Text_1C1C76, Text_184CA7
- msgbox Text_184CBB, 6
- end
-
-Route10_EventScript_1AA09F:: @ 81AA09F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_HIKER_CLARK, 0, Text_184C1D, Text_184C2D
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA0C6
- msgbox Text_184C60, 6
- end
-
-EventScript_1AA0C6:: @ 81AA0C6
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_CLARK, 0, Text_1C1C4F, Text_184C2D
- msgbox Text_184C60, 6
- end
-
-Route10_EventScript_1AA0DD:: @ 81AA0DD
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_HIKER_TRENT, 0, Text_184DAA, Text_184DCE
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA104
- msgbox Text_184DE4, 6
- end
-
-EventScript_1AA104:: @ 81AA104
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_TRENT, 0, Text_1C1CD3, Text_184DCE
- msgbox Text_184DE4, 6
- end
-
-Route8_EventScript_1AA11B:: @ 81AA11B
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_LASS_PAIGE, 0, Text_1841ED, Text_184210
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA142
- msgbox Text_18421B, 6
- end
-
-EventScript_1AA142:: @ 81AA142
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_PAIGE, 0, Text_1C1834, Text_184210
- msgbox Text_18421B, 6
- end
-
-Route8_EventScript_1AA159:: @ 81AA159
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_LASS_ANDREA, 0, Text_184321, Text_184346
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA180
- msgbox Text_184350, 6
- end
-
-EventScript_1AA180:: @ 81AA180
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_ANDREA, 0, Text_1C18AA, Text_184346
- msgbox Text_184350, 6
- end
-
-Route8_EventScript_1AA197:: @ 81AA197
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_LASS_MEGAN, 0, Text_18437A, Text_1843A6
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA1BE
- msgbox Text_1843D2, 6
- end
-
-EventScript_1AA1BE:: @ 81AA1BE
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_MEGAN, 0, Text_1C18DC, Text_1843A6
- msgbox Text_1843D2, 6
- end
-
-Route8_EventScript_1AA1D5:: @ 81AA1D5
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_LASS_JULIA, 0, Text_1844AC, Text_1844D6
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA1FC
- msgbox Text_1844FD, 6
- end
-
-EventScript_1AA1FC:: @ 81AA1FC
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_JULIA, 0, Text_1C1955, Text_1844D6
- msgbox Text_1844FD, 6
- end
-
-Route8_EventScript_1AA213:: @ 81AA213
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SUPER_NERD_AIDAN, 0, Text_1840C5, Text_184100
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA23A
- msgbox Text_18410E, 6
- end
-
-EventScript_1AA23A:: @ 81AA23A
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SUPER_NERD_AIDAN, 0, Text_1C1793, Text_184100
- msgbox Text_18410E, 6
- end
-
-Route8_EventScript_1AA251:: @ 81AA251
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SUPER_NERD_GLENN, 0, Text_18417C, Text_1841B6
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA278
- msgbox Text_1841C8, 6
- end
-
-EventScript_1AA278:: @ 81AA278
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SUPER_NERD_GLENN, 0, Text_1C17F1, Text_1841B6
- msgbox Text_1841C8, 6
- end
-
-Route8_EventScript_1AA28F:: @ 81AA28F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SUPER_NERD_LESLIE, 0, Text_184257, Text_18427A
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA2B6
- msgbox Text_1842B3, 6
- end
-
-EventScript_1AA2B6:: @ 81AA2B6
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SUPER_NERD_LESLIE, 0, Text_1C1873, Text_18427A
- msgbox Text_1842B3, 6
- end
-
-Route8_EventScript_1AA2CD:: @ 81AA2CD
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_GAMER_STAN, 0, Text_18412F, Text_18414D
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA2F4
- msgbox Text_184162, 6
- end
-
-EventScript_1AA2F4:: @ 81AA2F4
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_GAMER_STAN, 0, Text_1C17CD, Text_18414D
- msgbox Text_184162, 6
- end
-
-Route8_EventScript_1AA30B:: @ 81AA30B
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_GAMER_RICH, 0, Text_184432, Text_18444F
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA332
- msgbox Text_184466, 6
- end
-
-EventScript_1AA332:: @ 81AA332
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_GAMER_RICH, 0, Text_1C191F, Text_18444F
- msgbox Text_184466, 6
- end
-
-Route8_EventScript_1AA349:: @ 81AA349
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_TWINS_ELI_ANNE, 0, Text_1845A4, Text_1845D0, Text_184616
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA374
- msgbox Text_1845F2, 6
- end
-
-EventScript_1AA374:: @ 81AA374
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_ELI_ANNE, 0, Text_1C19E5, Text_1845D0, Text_184616
- msgbox Text_1845F2, 6
- end
-
-Route8_EventScript_1AA38F:: @ 81AA38F
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_TWINS_ELI_ANNE, 0, Text_18464A, Text_184675, Text_1846AF
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA3BA
- msgbox Text_18468B, 6
- end
-
-EventScript_1AA3BA:: @ 81AA3BA
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_ELI_ANNE, 0, Text_1C1A0D, Text_184675, Text_1846AF
- msgbox Text_18468B, 6
- end
-
-Route8_EventScript_1AA3D5:: @ 81AA3D5
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_RICARDO, 0, Text_1846E2, Text_1846FC
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA3FC
- msgbox Text_184719, 6
- end
-
-EventScript_1AA3FC:: @ 81AA3FC
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_RICARDO, 0, Text_1C199C, Text_1846FC
- msgbox Text_184719, 6
- end
-
-Route8_EventScript_1AA413:: @ 81AA413
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_JAREN, 0, Text_184742, Text_184767
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA43A
- msgbox Text_18477A, 6
- end
-
-EventScript_1AA43A:: @ 81AA43A
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_JAREN, 0, Text_1C19BC, Text_184767
- msgbox Text_18477A, 6
- end
-
-Route12_EventScript_1AA451:: @ 81AA451
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_FISHERMAN_NED, 0, Text_185402, Text_18541B
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA478
- msgbox Text_185432, 6
- end
-
-EventScript_1AA478:: @ 81AA478
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_NED, 0, Text_1C1F9D, Text_18541B
- msgbox Text_185432, 6
- end
-
-Route12_EventScript_1AA48F:: @ 81AA48F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_FISHERMAN_CHIP, 0, Text_18544E, Text_185475
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA4B6
- msgbox Text_185488, 6
- end
-
-EventScript_1AA4B6:: @ 81AA4B6
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_CHIP, 0, Text_1C1FD8, Text_185475
- msgbox Text_185488, 6
- end
-
-Route12_EventScript_1AA4CD:: @ 81AA4CD
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_FISHERMAN_HANK, 0, Text_1855E1, Text_185606
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA4F4
- msgbox Text_185616, 6
- end
-
-EventScript_1AA4F4:: @ 81AA4F4
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_HANK, 0, Text_1C209C, Text_185606
- msgbox Text_185616, 6
- end
-
-Route12_EventScript_1AA50B:: @ 81AA50B
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_FISHERMAN_ELLIOT, 0, Text_185682, Text_1856D0
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA532
- msgbox Text_1856DF, 6
- end
-
-EventScript_1AA532:: @ 81AA532
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_ELLIOT, 0, Text_1C20D4, Text_1856D0
- msgbox Text_1856DF, 6
- end
-
-Route12_EventScript_1AA549:: @ 81AA549
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_FISHERMAN_ANDREW, 0, Text_18570E, Text_185744
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA570
- msgbox Text_18574D, 6
- end
-
-EventScript_1AA570:: @ 81AA570
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_ANDREW, 0, Text_1C2134, Text_185744
- msgbox Text_18574D, 6
- end
-
-Route12_EventScript_1AA587:: @ 81AA587
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_ROCKER_LUCA, 0, Text_185547, Text_18559B
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA5AE
- msgbox Text_1855A6, 6
- end
-
-EventScript_1AA5AE:: @ 81AA5AE
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_ROCKER_LUCA, 0, Text_1C203B, Text_18559B
- msgbox Text_1855A6, 6
- end
-
-Route12_EventScript_1AA5C5:: @ 81AA5C5
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CAMPER_JUSTIN, 0, Text_1854B9, Text_1854ED
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA5EC
- msgbox Text_1854F2, 6
- end
-
-EventScript_1AA5EC:: @ 81AA5EC
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_JUSTIN, 0, Text_1C2008, Text_1854ED
- msgbox Text_1854F2, 6
- end
-
-Route12_EventScript_1AA603:: @ 81AA603
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_YOUNG_COUPLE_GIA_JES, 0, Text_1857C5, Text_1857F1, Text_185842
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA62E
- msgbox Text_18581F, 6
- end
-
-EventScript_1AA62E:: @ 81AA62E
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_YOUNG_COUPLE_GIA_JES, 0, Text_1C216B, Text_1857F1, Text_185842
- msgbox Text_18581F, 6
- end
-
-Route12_EventScript_1AA649:: @ 81AA649
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_YOUNG_COUPLE_GIA_JES, 0, Text_1858A6, Text_1858D0, Text_185908
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA674
- msgbox Text_1858E2, 6
- end
-
-EventScript_1AA674:: @ 81AA674
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_YOUNG_COUPLE_GIA_JES, 0, Text_1C219B, Text_1858D0, Text_185908
- msgbox Text_1858E2, 6
- end
-
-Route13_EventScript_1AA68F:: @ 81AA68F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_JARED, 0, Text_185D05, Text_185D1D
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA6B6
- msgbox Text_185D33, 6
- end
-
-EventScript_1AA6B6:: @ 81AA6B6
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_JARED, 0, Text_1C236B, Text_185D1D
- msgbox Text_185D33, 6
- end
-
-Route13_EventScript_1AA6CD:: @ 81AA6CD
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BEAUTY_LOLA, 0, Text_185BFC, Text_185C1F
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA6F4
- msgbox Text_185C35, 6
- end
-
-EventScript_1AA6F4:: @ 81AA6F4
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BEAUTY_LOLA, 0, Text_1C2306, Text_185C1F
- msgbox Text_185C35, 6
- end
-
-Route13_EventScript_1AA70B:: @ 81AA70B
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BEAUTY_SHEILA, 0, Text_185C69, Text_185C95
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA732
- msgbox Text_185CA8, 6
- end
-
-EventScript_1AA732:: @ 81AA732
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BEAUTY_SHEILA, 0, Text_1C2340, Text_185C95
- msgbox Text_185CA8, 6
- end
-
-Route13_EventScript_1AA749:: @ 81AA749
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_SEBASTIAN, 0, Text_185955, Text_18597E
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA770
- msgbox Text_1859A2, 6
- end
-
-EventScript_1AA770:: @ 81AA770
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_SEBASTIAN, 0, Text_1C21EE, Text_18597E
- msgbox Text_1859A2, 6
- end
-
-Route13_EventScript_1AA787:: @ 81AA787
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_PERRY, 0, Text_185B8F, Text_185BCA
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA7AE
- msgbox Text_185BDB, 6
- end
-
-EventScript_1AA7AE:: @ 81AA7AE
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_PERRY, 0, Text_1C22CA, Text_185BCA
- msgbox Text_185BDB, 6
- end
-
-Route13_EventScript_1AA7C5:: @ 81AA7C5
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_ROBERT, 0, Text_185D3D, Text_185D7B
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA7EC
- msgbox Text_185D89, 6
- end
-
-EventScript_1AA7EC:: @ 81AA7EC
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_ROBERT, 0, Text_1C2383, Text_185D7B
- msgbox Text_185D89, 6
- end
-
-Route13_EventScript_1AA803:: @ 81AA803
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_ALMA, 0, Text_185B12, Text_185B48
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA82A
- msgbox Text_185B67, 6
- end
-
-EventScript_1AA82A:: @ 81AA82A
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_ALMA, 0, Text_1C2299, Text_185B48
- msgbox Text_185B67, 6
- end
-
-Route13_EventScript_1AA841:: @ 81AA841
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_SUSIE, 0, Text_1859CF, Text_1859EC
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA868
- msgbox Text_1859F9, 6
- end
-
-EventScript_1AA868:: @ 81AA868
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_SUSIE, 0, Text_1C220C, Text_1859EC
- msgbox Text_1859F9, 6
- end
-
-Route13_EventScript_1AA87F:: @ 81AA87F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_VALERIE, 0, Text_185A37, Text_185A56
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA8A6
- msgbox Text_185A62, 6
- end
-
-EventScript_1AA8A6:: @ 81AA8A6
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_VALERIE, 0, Text_1C223C, Text_185A56
- msgbox Text_185A62, 6
- end
-
-Route13_EventScript_1AA8BD:: @ 81AA8BD
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_GWEN, 0, Text_185A91, Text_185AC1
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA8E4
- msgbox Text_185ADE, 6
- end
-
-EventScript_1AA8E4:: @ 81AA8E4
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_GWEN, 0, Text_1C225B, Text_185AC1
- msgbox Text_185ADE, 6
- end
-
-Route14_EventScript_1AA8FB:: @ 81AA8FB
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_MALIK, 0, Text_186344, Text_186362
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA922
- msgbox Text_18636E, 6
- end
-
-EventScript_1AA922:: @ 81AA922
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_MALIK, 0, Text_1C25D6, Text_186362
- msgbox Text_18636E, 6
- end
-
-Route14_EventScript_1AA939:: @ 81AA939
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_LUKAS, 0, Text_1861F7, Text_186223
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA960
- msgbox Text_186239, 6
- end
-
-EventScript_1AA960:: @ 81AA960
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_LUKAS, 0, Text_1C2531, Text_186223
- msgbox Text_186239, 6
- end
-
-Route14_EventScript_1AA977:: @ 81AA977
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_ISAAC, 0, Text_186263, Text_186291
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA99E
- msgbox Text_18629D, 6
- end
-
-EventScript_1AA99E:: @ 81AA99E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_ISAAC, 0, Text_1C2572, Text_186291
- msgbox Text_18629D, 6
- end
-
-Route14_EventScript_1AA9B5:: @ 81AA9B5
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_GERALD, 0, Text_1862BD, Text_1862EF
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AA9DC
- msgbox Text_1862F8, 6
- end
-
-EventScript_1AA9DC:: @ 81AA9DC
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_GERALD, 0, Text_1C259E, Text_1862EF
- msgbox Text_1862F8, 6
- end
-
-Route14_EventScript_1AA9F3:: @ 81AA9F3
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_DONALD, 0, Text_1860D9, Text_18610A
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAA1A
- msgbox Text_18611D, 6
- end
-
-EventScript_1AAA1A:: @ 81AAA1A
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_DONALD, 0, Text_1C24CB, Text_18610A
- msgbox Text_18611D, 6
- end
-
-Route14_EventScript_1AAA31:: @ 81AAA31
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_BENNY, 0, Text_18618E, Text_1861B3
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAA58
- msgbox Text_1861BE, 6
- end
-
-EventScript_1AAA58:: @ 81AAA58
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_BENNY, 0, Text_1C2505, Text_1861B3
- msgbox Text_1861BE, 6
- end
-
-Route14_EventScript_1AAA6F:: @ 81AAA6F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_CARTER, 0, Text_185E4D, Text_185E81
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAA96
- msgbox Text_185E9C, 6
- end
-
-EventScript_1AAA96:: @ 81AAA96
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_CARTER, 0, Text_1C23C1, Text_185E81
- msgbox Text_185E9C, 6
- end
-
-Route14_EventScript_1AAAAD:: @ 81AAAAD
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_MITCH, 0, Text_185EDF, Text_185F0B
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAAD4
- msgbox Text_185F1A, 6
- end
-
-EventScript_1AAAD4:: @ 81AAAD4
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_MITCH, 0, Text_1C23EF, Text_185F0B
- msgbox Text_185F1A, 6
- end
-
-Route14_EventScript_1AAAEB:: @ 81AAAEB
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_BECK, 0, Text_185F46, Text_185FAE
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAB12
- msgbox Text_185FBB, 6
- end
-
-EventScript_1AAB12:: @ 81AAB12
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_BECK, 0, Text_1C2425, Text_185FAE
- msgbox Text_185FBB, 6
- end
-
-Route14_EventScript_1AAB29:: @ 81AAB29
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_MARLON, 0, Text_186021, Text_18607C
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAB50
- msgbox Text_186091, 6
- end
-
-EventScript_1AAB50:: @ 81AAB50
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_MARLON, 0, Text_1C2461, Text_18607C
- msgbox Text_186091, 6
- end
-
-Route14_EventScript_1AAB67:: @ 81AAB67
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_TWINS_KIRI_JAN, 0, Text_1863B7, Text_1863EA, Text_18642E
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAB92
- msgbox Text_18640D, 6
- end
-
-EventScript_1AAB92:: @ 81AAB92
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_KIRI_JAN, 0, Text_1C25FB, Text_1863EA, Text_18642E
- msgbox Text_18640D, 6
- end
-
-Route14_EventScript_1AABAD:: @ 81AABAD
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_TWINS_KIRI_JAN, 0, Text_18645B, Text_186487, Text_1864D3
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AABD8
- msgbox Text_18649C, 6
- end
-
-EventScript_1AABD8:: @ 81AABD8
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_KIRI_JAN, 0, Text_1C261B, Text_186487, Text_1864D3
- msgbox Text_18649C, 6
- end
-
-Route15_EventScript_1AABF3:: @ 81AABF3
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_ERNEST, 0, Text_1868B6, Text_1868E8
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAC1A
- msgbox Text_1868F1, 6
- end
-
-EventScript_1AAC1A:: @ 81AAC1A
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_ERNEST, 0, Text_1C27E7, Text_1868E8
- msgbox Text_1868F1, 6
- end
-
-Route15_EventScript_1AAC31:: @ 81AAC31
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_ALEX, 0, Text_186936, Text_186968
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAC58
- msgbox Text_18697C, 6
- end
-
-EventScript_1AAC58:: @ 81AAC58
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_ALEX, 0, Text_1C2814, Text_186968
- msgbox Text_18697C, 6
- end
-
-Route15_EventScript_1AAC6F:: @ 81AAC6F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BEAUTY_GRACE, 0, Text_18678B, Text_1867C1
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAC96
- msgbox Text_1867DA, 6
- end
-
-EventScript_1AAC96:: @ 81AAC96
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BEAUTY_GRACE, 0, Text_1C2753, Text_1867C1
- msgbox Text_1867DA, 6
- end
-
-Route15_EventScript_1AACAD:: @ 81AACAD
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BEAUTY_OLIVIA, 0, Text_18680C, Text_186841
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AACD4
- msgbox Text_18686F, 6
- end
-
-EventScript_1AACD4:: @ 81AACD4
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BEAUTY_OLIVIA, 0, Text_1C279D, Text_186841
- msgbox Text_18686F, 6
- end
-
-Route15_EventScript_1AACEB:: @ 81AACEB
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_EDWIN, 0, Text_18664F, Text_18667A
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAD12
- msgbox Text_18668D, 6
- end
-
-EventScript_1AAD12:: @ 81AAD12
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_EDWIN, 0, Text_1C26D3, Text_18667A
- msgbox Text_18668D, 6
- end
-
-Route15_EventScript_1AAD29:: @ 81AAD29
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_CHESTER, 0, Text_1866D1, Text_186707
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAD50
- msgbox Text_18671A, 6
- end
-
-EventScript_1AAD50:: @ 81AAD50
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_CHESTER, 0, Text_1C2717, Text_186707
- msgbox Text_18671A, 6
- end
-
-Route15_EventScript_1AAD67:: @ 81AAD67
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_YAZMIN, 0, Text_186A22, Text_186A40
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAD8E
- msgbox Text_186A55, 6
- end
-
-EventScript_1AAD8E:: @ 81AAD8E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_YAZMIN, 0, Text_1C287D, Text_186A40
- msgbox Text_186A55, 6
- end
-
-Route15_EventScript_1AADA5:: @ 81AADA5
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_KINDRA, 0, Text_18650B, Text_186549
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AADCC
- msgbox Text_18655A, 6
- end
-
-EventScript_1AADCC:: @ 81AADCC
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_KINDRA, 0, Text_1C2650, Text_186549
- msgbox Text_18655A, 6
- end
-
-Route15_EventScript_1AADE3:: @ 81AADE3
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_BECKY, 0, Text_1865D3, Text_186612
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAE0A
- msgbox Text_18661D, 6
- end
-
-EventScript_1AAE0A:: @ 81AAE0A
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_BECKY, 0, Text_1C268D, Text_186612
- msgbox Text_18661D, 6
- end
-
-Route15_EventScript_1AAE21:: @ 81AAE21
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_CELIA, 0, Text_1869BA, Text_1869E6
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAE48
- msgbox Text_1869F4, 6
- end
-
-EventScript_1AAE48:: @ 81AAE48
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_CELIA, 0, Text_1C2846, Text_1869E6
- msgbox Text_1869F4, 6
- end
-
-Route15_EventScript_1AAE5F:: @ 81AAE5F
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_CRUSH_KIN_RON_MYA, 0, Text_186A95, Text_186ACB, Text_186B46
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAE8A
- msgbox Text_186B0A, 6
- end
-
-EventScript_1AAE8A:: @ 81AAE8A
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_CRUSH_KIN_RON_MYA, 0, Text_1C28A1, Text_186ACB, Text_186B46
- msgbox Text_186B0A, 6
- end
-
-Route15_EventScript_1AAEA5:: @ 81AAEA5
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_CRUSH_KIN_RON_MYA, 0, Text_186B89, Text_186BB1, Text_186BFE
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAED0
- msgbox Text_186BD2, 6
- end
-
-EventScript_1AAED0:: @ 81AAED0
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_CRUSH_KIN_RON_MYA, 0, Text_1C28EC, Text_186BB1, Text_186BFE
- msgbox Text_186BD2, 6
- end
-
-Route16_EventScript_1AAEEB:: @ 81AAEEB
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_LAO, 0, Text_186C4D, Text_186C5F
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAF12
- msgbox Text_186C75, 6
- end
-
-EventScript_1AAF12:: @ 81AAF12
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_LAO, 0, Text_1C2913, Text_186C5F
- msgbox Text_186C75, 6
- end
-
-Route16_EventScript_1AAF29:: @ 81AAF29
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_HIDEO, 0, Text_186D39, Text_186D52
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAF50
- msgbox Text_186D5A, 6
- end
-
-EventScript_1AAF50:: @ 81AAF50
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_HIDEO, 0, Text_1C297B, Text_186D52
- msgbox Text_186D5A, 6
- end
-
-Route16_EventScript_1AAF67:: @ 81AAF67
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_RUBEN, 0, Text_186E86, Text_186EB4
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAF8E
- msgbox Text_186EC7, 6
- end
-
-EventScript_1AAF8E:: @ 81AAF8E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_RUBEN, 0, Text_1C29EB, Text_186EB4
- msgbox Text_186EC7, 6
- end
-
-Route16_EventScript_1AAFA5:: @ 81AAFA5
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CUE_BALL_KOJI, 0, Text_186CA2, Text_186CBB
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AAFCC
- msgbox Text_186CC5, 6
- end
-
-EventScript_1AAFCC:: @ 81AAFCC
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_KOJI, 0, Text_1C2925, Text_186CBB
- msgbox Text_186CC5, 6
- end
-
-Route16_EventScript_1AAFE3:: @ 81AAFE3
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CUE_BALL_LUKE, 0, Text_186CE5, Text_186D06
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB00A
- msgbox Text_186D16, 6
- end
-
-EventScript_1AB00A:: @ 81AB00A
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_LUKE, 0, Text_1C2944, Text_186D06
- msgbox Text_186D16, 6
- end
-
-Route16_EventScript_1AB021:: @ 81AB021
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CUE_BALL_CAMRON, 0, Text_186DD9, Text_186E0D
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB048
- msgbox Text_186E1C, 6
- end
-
-EventScript_1AB048:: @ 81AB048
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_CAMRON, 0, Text_1C29B0, Text_186E0D
- msgbox Text_186E1C, 6
- end
-
-Route16_EventScript_1AB05F:: @ 81AB05F
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_YOUNG_COUPLE_LEA_JED, 0, Text_186FBD, Text_186FFA, Text_187057
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB08A
- msgbox Text_187027, 6
- end
-
-EventScript_1AB08A:: @ 81AB08A
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_YOUNG_COUPLE_LEA_JED, 0, Text_1C2A19, Text_186FFA, Text_187057
- msgbox Text_187027, 6
- end
-
-Route16_EventScript_1AB0A5:: @ 81AB0A5
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_YOUNG_COUPLE_LEA_JED, 0, Text_187097, Text_1870CC, Text_187120
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB0D0
- msgbox Text_1870F9, 6
- end
-
-EventScript_1AB0D0:: @ 81AB0D0
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_YOUNG_COUPLE_LEA_JED, 0, Text_1C2A53, Text_1870CC, Text_187120
- msgbox Text_1870F9, 6
- end
-
-Route17_EventScript_1AB0EB:: @ 81AB0EB
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_BILLY, 0, Text_1872BD, Text_1872E3
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB112
- msgbox Text_1872EB, 6
- end
-
-EventScript_1AB112:: @ 81AB112
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_BILLY, 0, Text_1C2B06, Text_1872E3
- msgbox Text_1872EB, 6
- end
-
-Route17_EventScript_1AB129:: @ 81AB129
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_NIKOLAS, 0, Text_18730A, Text_187325
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB150
- msgbox Text_187333, 6
- end
-
-EventScript_1AB150:: @ 81AB150
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_NIKOLAS, 0, Text_1C2B2C, Text_187325
- msgbox Text_187333, 6
- end
-
-Route17_EventScript_1AB167:: @ 81AB167
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_JAXON, 0, Text_187456, Text_187472
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB18E
- msgbox Text_187479, 6
- end
-
-EventScript_1AB18E:: @ 81AB18E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_JAXON, 0, Text_1C2BE6, Text_187472
- msgbox Text_187479, 6
- end
-
-Route17_EventScript_1AB1A5:: @ 81AB1A5
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_WILLIAM, 0, Text_18749B, Text_1874B6
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB1CC
- msgbox Text_1874C9, 6
- end
-
-EventScript_1AB1CC:: @ 81AB1CC
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_WILLIAM, 0, Text_1C2C10, Text_1874B6
- msgbox Text_1874C9, 6
- end
-
-Route17_EventScript_1AB1E3:: @ 81AB1E3
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CUE_BALL_RAUL, 0, Text_18717E, Text_1871AE
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB20A
- msgbox Text_1871BA, 6
- end
-
-EventScript_1AB20A:: @ 81AB20A
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_RAUL, 0, Text_1C2A88, Text_1871AE
- msgbox Text_1871BA, 6
- end
-
-Route17_EventScript_1AB221:: @ 81AB221
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CUE_BALL_ISAIAH, 0, Text_187228, Text_187254
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB248
- msgbox Text_18725A, 6
- end
-
-EventScript_1AB248:: @ 81AB248
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_ISAIAH, 0, Text_1C2AC4, Text_187254
- msgbox Text_18725A, 6
- end
-
-Route17_EventScript_1AB25F:: @ 81AB25F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CUE_BALL_ZEEK, 0, Text_187362, Text_187395
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB286
- msgbox Text_18739F, 6
- end
-
-EventScript_1AB286:: @ 81AB286
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_ZEEK, 0, Text_1C2B5E, Text_187395
- msgbox Text_18739F, 6
- end
-
-Route17_EventScript_1AB29D:: @ 81AB29D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CUE_BALL_JAMAL, 0, Text_1873D1, Text_1873EB
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB2C4
- msgbox Text_1873FF, 6
- end
-
-EventScript_1AB2C4:: @ 81AB2C4
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_JAMAL, 0, Text_1C2B9C, Text_1873EB
- msgbox Text_1873FF, 6
- end
-
-Route17_EventScript_1AB2DB:: @ 81AB2DB
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CUE_BALL_COREY, 0, Text_18741D, Text_187429
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB302
- msgbox Text_187432, 6
- end
-
-EventScript_1AB302:: @ 81AB302
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_COREY, 0, Text_1C2BDA, Text_187429
- msgbox Text_187432, 6
- end
-
-Route17_EventScript_1AB319:: @ 81AB319
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIKER_VIRGIL, 0, Text_18727D, Text_187295
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB340
- msgbox Text_1872A5, 6
- end
-
-EventScript_1AB340:: @ 81AB340
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_VIRGIL, 0, Text_1C2AF0, Text_187295
- msgbox Text_1872A5, 6
- end
-
-Route18_EventScript_1AB357:: @ 81AB357
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_WILTON, 0, Text_187640, Text_187672
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB37E
- msgbox Text_187677, 6
- end
-
-EventScript_1AB37E:: @ 81AB37E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_WILTON, 0, Text_1C2C2B, Text_187672
- msgbox Text_187677, 6
- end
-
-Route18_EventScript_1AB395:: @ 81AB395
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_RAMIRO, 0, Text_18768C, Text_1876B3
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB3BC
- msgbox Text_1876C5, 6
- end
-
-EventScript_1AB3BC:: @ 81AB3BC
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_RAMIRO, 0, Text_1C2C7B, Text_1876B3
- msgbox Text_1876C5, 6
- end
-
-Route18_EventScript_1AB3D3:: @ 81AB3D3
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_JACOB, 0, Text_187704, Text_187726
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB3FA
- msgbox Text_18772C, 6
- end
-
-EventScript_1AB3FA:: @ 81AB3FA
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_JACOB, 0, Text_1C2CA8, Text_187726
- msgbox Text_18772C, 6
- end
-
-Route19_EventScript_1AB411:: @ 81AB411
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_RICHARD, 0, Text_1877A3, Text_1877DF
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB438
- msgbox Text_1877EE, 6
- end
-
-EventScript_1AB438:: @ 81AB438
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_RICHARD, 0, Text_1C2CEE, Text_1877DF
- msgbox Text_1877EE, 6
- end
-
-Route19_EventScript_1AB44F:: @ 81AB44F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_REECE, 0, Text_187811, Text_18783E
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB476
- msgbox Text_187852, 6
- end
-
-EventScript_1AB476:: @ 81AB476
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_REECE, 0, Text_1C2D19, Text_18783E
- msgbox Text_187852, 6
- end
-
-Route19_EventScript_1AB48D:: @ 81AB48D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_MATTHEW, 0, Text_187884, Text_1878A5
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB4B4
- msgbox Text_1878B1, 6
- end
-
-EventScript_1AB4B4:: @ 81AB4B4
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_MATTHEW, 0, Text_1C2D4B, Text_1878A5
- msgbox Text_1878B1, 6
- end
-
-Route19_EventScript_1AB4CB:: @ 81AB4CB
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_DOUGLAS, 0, Text_1878DD, Text_1878F8
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB4F2
- msgbox Text_1878FE, 6
- end
-
-EventScript_1AB4F2:: @ 81AB4F2
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_DOUGLAS, 0, Text_1C2D7D, Text_1878F8
- msgbox Text_1878FE, 6
- end
-
-Route19_EventScript_1AB509:: @ 81AB509
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_DAVID, 0, Text_187925, Text_187955
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB530
- msgbox Text_18795B, 6
- end
-
-EventScript_1AB530:: @ 81AB530
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_DAVID, 0, Text_1C2DA7, Text_187955
- msgbox Text_18795B, 6
- end
-
-Route19_EventScript_1AB547:: @ 81AB547
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_TONY, 0, Text_187985, Text_1879C3
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB56E
- msgbox Text_1879D3, 6
- end
-
-EventScript_1AB56E:: @ 81AB56E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_TONY, 0, Text_1C2DE9, Text_1879C3
- msgbox Text_1879D3, 6
- end
-
-Route19_EventScript_1AB585:: @ 81AB585
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_AXLE, 0, Text_187AFA, Text_187B25
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB5AC
- msgbox Text_187B35, 6
- end
-
-EventScript_1AB5AC:: @ 81AB5AC
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_AXLE, 0, Text_1C2EC0, Text_187B25
- msgbox Text_187B35, 6
- end
-
-Route19_EventScript_1AB5C3:: @ 81AB5C3
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_FEMALE_ANYA, 0, Text_187A11, Text_187A44
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB5EA
- msgbox Text_187A50, 6
- end
-
-EventScript_1AB5EA:: @ 81AB5EA
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_ANYA, 0, Text_1C2E4A, Text_187A44
- msgbox Text_187A50, 6
- end
-
-Route19_EventScript_1AB601:: @ 81AB601
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_FEMALE_ALICE, 0, Text_187A9E, Text_187AC1
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB628
- msgbox Text_187ACA, 6
- end
-
-EventScript_1AB628:: @ 81AB628
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_ALICE, 0, Text_1C2E9D, Text_187AC1
- msgbox Text_187ACA, 6
- end
-
-Route19_EventScript_1AB63F:: @ 81AB63F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_FEMALE_CONNIE, 0, Text_187B5D, Text_187B85
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB666
- msgbox Text_187B94, 6
- end
-
-EventScript_1AB666:: @ 81AB666
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_CONNIE, 0, Text_1C2EFC, Text_187B85
- msgbox Text_187B94, 6
- end
-
-Route19_EventScript_1AB67D:: @ 81AB67D
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_SIS_AND_BRO_LIA_LUC, 0, Text_187C32, Text_187C6F, Text_187CF2
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB6A8
- msgbox Text_187C9E, 6
- end
-
-EventScript_1AB6A8:: @ 81AB6A8
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_SIS_AND_BRO_LIA_LUC, 0, Text_1C2F41, Text_187C6F, Text_187CF2
- msgbox Text_187C9E, 6
- end
-
-Route19_EventScript_1AB6C3:: @ 81AB6C3
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_SIS_AND_BRO_LIA_LUC, 0, Text_187D45, Text_187D7E, Text_187DE8
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB6EE
- msgbox Text_187DAD, 6
- end
-
-EventScript_1AB6EE:: @ 81AB6EE
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_SIS_AND_BRO_LIA_LUC, 0, Text_1C2FAE, Text_187D7E, Text_187DE8
- msgbox Text_187DAD, 6
- end
-
-Route20_EventScript_1AB709:: @ 81AB709
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_BARRY, 0, Text_187E40, Text_187E7B
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB730
- msgbox Text_187E83, 6
- end
-
-EventScript_1AB730:: @ 81AB730
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_BARRY, 0, Text_1C2FF3, Text_187E7B
- msgbox Text_187E83, 6
- end
-
-Route20_EventScript_1AB747:: @ 81AB747
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_DEAN, 0, Text_187FDB, Text_187FF7
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB76E
- msgbox Text_187FFE, 6
- end
-
-EventScript_1AB76E:: @ 81AB76E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_DEAN, 0, Text_1C30B0, Text_187FF7
- msgbox Text_187FFE, 6
- end
-
-Route20_EventScript_1AB785:: @ 81AB785
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_DARRIN, 0, Text_18802E, Text_18805C
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB7AC
- msgbox Text_18806D, 6
- end
-
-EventScript_1AB7AC:: @ 81AB7AC
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_DARRIN, 0, Text_1C30ED, Text_18805C
- msgbox Text_18806D, 6
- end
-
-Route20_EventScript_1AB7C3:: @ 81AB7C3
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_FEMALE_TIFFANY, 0, Text_187F24, Text_187F5A
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB7EA
- msgbox Text_187F61, 6
- end
-
-EventScript_1AB7EA:: @ 81AB7EA
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_TIFFANY, 0, Text_1C305F, Text_187F5A
- msgbox Text_187F61, 6
- end
-
-Route20_EventScript_1AB801:: @ 81AB801
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_FEMALE_NORA, 0, Text_1880F8, Text_188119
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB828
- msgbox Text_188139, 6
- end
-
-EventScript_1AB828:: @ 81AB828
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_NORA, 0, Text_1C3149, Text_188119
- msgbox Text_188139, 6
- end
-
-Route20_EventScript_1AB83F:: @ 81AB83F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_FEMALE_MELISSA, 0, Text_188218, Text_18825C
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB866
- msgbox Text_18827B, 6
- end
-
-EventScript_1AB866:: @ 81AB866
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_MELISSA, 0, Text_1C31C4, Text_18825C
- msgbox Text_18827B, 6
- end
-
-Route20_EventScript_1AB87D:: @ 81AB87D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_FEMALE_SHIRLEY, 0, Text_187EBB, Text_187EED
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB8A4
- msgbox Text_187EF6, 6
- end
-
-EventScript_1AB8A4:: @ 81AB8A4
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_SHIRLEY, 0, Text_1C302E, Text_187EED
- msgbox Text_187EF6, 6
- end
-
-Route20_EventScript_1AB8BB:: @ 81AB8BB
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_ROGER, 0, Text_18808E, Text_1880AB
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB8E2
- msgbox Text_1880C8, 6
- end
-
-EventScript_1AB8E2:: @ 81AB8E2
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_ROGER, 0, Text_1C312C, Text_1880AB
- msgbox Text_1880C8, 6
- end
-
-Route20_EventScript_1AB8F9:: @ 81AB8F9
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_MISSY, 0, Text_188165, Text_1881A3
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB920
- msgbox Text_1881B8, 6
- end
-
-EventScript_1AB920:: @ 81AB920
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_MISSY, 0, Text_1C3185, Text_1881A3
- msgbox Text_1881B8, 6
- end
-
-Route20_EventScript_1AB937:: @ 81AB937
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_IRENE, 0, Text_187F78, Text_187F92
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB95E
- msgbox Text_187FA3, 6
- end
-
-EventScript_1AB95E:: @ 81AB95E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_IRENE, 0, Text_1C3095, Text_187F92
- msgbox Text_187FA3, 6
- end
-
-Route21_North_EventScript_1AB975:: @ 81AB975
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_FISHERMAN_RONALD, 0, Text_18835A, Text_188383
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB99C
- msgbox Text_188389, 6
- end
-
-EventScript_1AB99C:: @ 81AB99C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_RONALD, 0, Text_1C3208, Text_188383
- msgbox Text_188389, 6
- end
-
-Route21_South_EventScript_1AB9B3:: @ 81AB9B3
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_FISHERMAN_CLAUDE, 0, Text_1885D8, Text_1885F8
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AB9DA
- msgbox Text_188632, 6
- end
-
-EventScript_1AB9DA:: @ 81AB9DA
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_CLAUDE, 0, Text_1C331D, Text_1885F8
- msgbox Text_188632, 6
- end
-
-Route21_North_EventScript_1AB9F1:: @ 81AB9F1
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_FISHERMAN_WADE, 0, Text_1883C6, Text_1883E9
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABA18
- msgbox Text_18841D, 6
- end
-
-EventScript_1ABA18:: @ 81ABA18
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_WADE, 0, Text_1C3231, Text_1883E9
- msgbox Text_18841D, 6
- end
-
-Route21_South_EventScript_1ABA2F:: @ 81ABA2F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_FISHERMAN_NOLAN, 0, Text_18868C, Text_1886AE
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABA56
- msgbox Text_1886C5, 6
- end
-
-EventScript_1ABA56:: @ 81ABA56
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_NOLAN, 0, Text_1C3356, Text_1886AE
- msgbox Text_1886C5, 6
- end
-
-Route21_North_EventScript_1ABA6D:: @ 81ABA6D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_SPENCER, 0, Text_18843C, Text_18845F
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABA94
- msgbox Text_188465, 6
- end
-
-EventScript_1ABA94:: @ 81ABA94
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_SPENCER, 0, Text_1C3264, Text_18845F
- msgbox Text_188465, 6
- end
-
-Route21_South_EventScript_1ABAAB:: @ 81ABAAB
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_JACK, 0, Text_1884D4, Text_1884F0
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABAD2
- msgbox Text_1884FF, 6
- end
-
-EventScript_1ABAD2:: @ 81ABAD2
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_JACK, 0, Text_1C3298, Text_1884F0
- msgbox Text_1884FF, 6
- end
-
-Route21_South_EventScript_1ABAE9:: @ 81ABAE9
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_JEROME, 0, Text_18851F, Text_188543
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABB10
- msgbox Text_188555, 6
- end
-
-EventScript_1ABB10:: @ 81ABB10
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_JEROME, 0, Text_1C32D3, Text_188543
- msgbox Text_188555, 6
- end
-
-Route21_South_EventScript_1ABB27:: @ 81ABB27
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_ROLAND, 0, Text_188592, Text_1885B2
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABB4E
- msgbox Text_1885BF, 6
- end
-
-EventScript_1ABB4E:: @ 81ABB4E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_ROLAND, 0, Text_1C32FD, Text_1885B2
- msgbox Text_1885BF, 6
- end
-
-Route21_North_EventScript_1ABB65:: @ 81ABB65
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_SIS_AND_BRO_LIL_IAN, 0, Text_1886E2, Text_188712, Text_18875E
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABB90
- msgbox Text_188734, 6
- end
-
-EventScript_1ABB90:: @ 81ABB90
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_SIS_AND_BRO_LIL_IAN, 0, Text_1C3378, Text_188712, Text_18875E
- msgbox Text_188734, 6
- end
-
-Route21_North_EventScript_1ABBAB:: @ 81ABBAB
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_SIS_AND_BRO_LIL_IAN, 0, Text_1887B4, Text_1887F1, Text_188850
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABBD6
- msgbox Text_188812, 6
- end
-
-EventScript_1ABBD6:: @ 81ABBD6
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_SIS_AND_BRO_LIL_IAN, 0, Text_1C33AE, Text_1887F1, Text_188850
- msgbox Text_188812, 6
- end
-
-OneIsland_KindleRoad_EventScript_1ABBF1:: @ 81ABBF1
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_FEMALE_MARIA, 0, Text_18961F, Text_18964D
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABC18
- msgbox Text_189657, 6
- end
-
-EventScript_1ABC18:: @ 81ABC18
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_MARIA, 0, Text_1C37B5, Text_18964D
- msgbox Text_189657, 6
- end
-
-OneIsland_KindleRoad_EventScript_1ABC2F:: @ 81ABC2F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_FEMALE_ABIGAIL, 0, Text_18968C, Text_1896AC
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABC56
- msgbox Text_1896C1, 6
- end
-
-EventScript_1ABC56:: @ 81ABC56
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_ABIGAIL, 0, Text_1C37E7, Text_1896AC
- msgbox Text_1896C1, 6
- end
-
-OneIsland_KindleRoad_EventScript_1ABC6D:: @ 81ABC6D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_FINN, 0, Text_1896F9, Text_189728
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABC94
- msgbox Text_189740, 6
- end
-
-EventScript_1ABC94:: @ 81ABC94
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_FINN, 0, Text_1C3807, Text_189728
- msgbox Text_189740, 6
- end
-
-OneIsland_KindleRoad_EventScript_1ABCAB:: @ 81ABCAB
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_GARRETT, 0, Text_189767, Text_1897A4
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABCD2
- msgbox Text_1897C5, 6
- end
-
-EventScript_1ABCD2:: @ 81ABCD2
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_GARRETT, 0, Text_1C3835, Text_1897A4
- msgbox Text_1897C5, 6
- end
-
-OneIsland_KindleRoad_EventScript_1ABCE9:: @ 81ABCE9
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_FISHERMAN_TOMMY, 0, Text_1897FF, Text_189833
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABD10
- msgbox Text_18984B, 6
- end
-
-EventScript_1ABD10:: @ 81ABD10
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_TOMMY, 0, Text_1C386A, Text_189833
- msgbox Text_18984B, 6
- end
-
-OneIsland_KindleRoad_EventScript_1ABD27:: @ 81ABD27
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CRUSH_GIRL_SHARON, 0, Text_189883, Text_1898AB
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABD4E
- msgbox Text_1898C4, 6
- end
-
-EventScript_1ABD4E:: @ 81ABD4E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CRUSH_GIRL_SHARON, 0, Text_1C389F, Text_1898AB
- msgbox Text_1898C4, 6
- end
-
-OneIsland_KindleRoad_EventScript_1ABD65:: @ 81ABD65
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CRUSH_GIRL_TANYA, 0, Text_1898F0, Text_18991B
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABD8C
- msgbox Text_18992C, 6
- end
-
-EventScript_1ABD8C:: @ 81ABD8C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CRUSH_GIRL_TANYA, 0, Text_1C38CA, Text_18991B
- msgbox Text_18992C, 6
- end
-
-OneIsland_KindleRoad_EventScript_1ABDA3:: @ 81ABDA3
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BLACK_BELT_SHEA, 0, Text_189950, Text_18998C
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABDCA
- msgbox Text_189998, 6
- end
-
-EventScript_1ABDCA:: @ 81ABDCA
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BLACK_BELT_SHEA, 0, Text_1C38FA, Text_18998C
- msgbox Text_189998, 6
- end
-
-OneIsland_KindleRoad_EventScript_1ABDE1:: @ 81ABDE1
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BLACK_BELT_HUGH, 0, Text_1899CE, Text_189A0A
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABE08
- msgbox Text_189A13, 6
- end
-
-EventScript_1ABE08:: @ 81ABE08
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BLACK_BELT_HUGH, 0, Text_1C3943, Text_189A0A
- msgbox Text_189A13, 6
- end
-
-OneIsland_KindleRoad_EventScript_1ABE1F:: @ 81ABE1F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CAMPER_BRYCE, 0, Text_189A53, Text_189A92
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABE46
- msgbox Text_189A9F, 6
- end
-
-EventScript_1ABE46:: @ 81ABE46
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_BRYCE, 0, Text_1C3987, Text_189A92
- msgbox Text_189A9F, 6
- end
-
-OneIsland_KindleRoad_EventScript_1ABE5D:: @ 81ABE5D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PICNICKER_CLAIRE, 0, Text_189ACB, Text_189B0B
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABE84
- msgbox Text_189B24, 6
- end
-
-EventScript_1ABE84:: @ 81ABE84
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_CLAIRE, 0, Text_1C39C6, Text_189B0B
- msgbox Text_189B24, 6
- end
-
-OneIsland_KindleRoad_EventScript_1ABE9B:: @ 81ABE9B
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_CRUSH_KIN_MIK_KIA, 0, Text_189B4D, Text_189B84, Text_189BDE
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABEC6
- msgbox Text_189BA3, 6
- end
-
-EventScript_1ABEC6:: @ 81ABEC6
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_CRUSH_KIN_MIK_KIA, 0, Text_1C3A05, Text_189B84, Text_189BDE
- msgbox Text_189BA3, 6
- end
-
-OneIsland_KindleRoad_EventScript_1ABEE1:: @ 81ABEE1
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_CRUSH_KIN_MIK_KIA, 0, Text_189C33, Text_189C62, Text_189CAB
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABF0C
- msgbox Text_189C7E, 6
- end
-
-EventScript_1ABF0C:: @ 81ABF0C
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_CRUSH_KIN_MIK_KIA, 0, Text_1C3A55, Text_189C62, Text_189CAB
- msgbox Text_189C7E, 6
- end
-
-OneIsland_TreasureBeach_EventScript_1ABF27:: @ 81ABF27
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_FEMALE_AMARA, 0, Text_189D5A, Text_189D8B
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABF4E
- msgbox Text_189DA3, 6
- end
-
-EventScript_1ABF4E:: @ 81ABF4E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_AMARA, 0, Text_1C3773, Text_189D8B
- msgbox Text_189DA3, 6
- end
-
-ThreeIsland_BondBridge_EventScript_1ABF65:: @ 81ABF65
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_AROMA_LADY_NIKKI, 0, Text_189E42, Text_189E72
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABF8C
- msgbox Text_189E9E, 6
- end
-
-EventScript_1ABF8C:: @ 81ABF8C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_AROMA_LADY_NIKKI, 0, Text_1C3AA7, Text_189E72
- msgbox Text_189E9E, 6
- end
-
-ThreeIsland_BondBridge_EventScript_1ABFA3:: @ 81ABFA3
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_AROMA_LADY_VIOLET, 0, Text_189ED4, Text_189EFA
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ABFCA
- msgbox Text_189F21, 6
- end
-
-EventScript_1ABFCA:: @ 81ABFCA
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_AROMA_LADY_VIOLET, 0, Text_1C3ABF, Text_189EFA
- msgbox Text_189F21, 6
- end
-
-ThreeIsland_BondBridge_EventScript_1ABFE1:: @ 81ABFE1
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_TUBER_AMIRA, 0, Text_189F63, Text_189F9A
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC008
- msgbox Text_189FA8, 6
- end
-
-EventScript_1AC008:: @ 81AC008
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_TUBER_AMIRA, 0, Text_1C3AF2, Text_189F9A
- msgbox Text_189FA8, 6
- end
-
-ThreeIsland_BondBridge_EventScript_1AC01F:: @ 81AC01F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_TUBER_ALEXIS, 0, Text_189FDB, Text_189FEE
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC046
- msgbox Text_18A000, 6
- end
-
-EventScript_1AC046:: @ 81AC046
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_TUBER_ALEXIS, 0, Text_1C3B1D, Text_189FEE
- msgbox Text_18A000, 6
- end
-
-ThreeIsland_BondBridge_EventScript_1AC05D:: @ 81AC05D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_FEMALE_TISHA, 0, Text_18A01F, Text_18A053
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC084
- msgbox Text_18A082, 6
- end
-
-EventScript_1AC084:: @ 81AC084
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_TISHA, 0, Text_1C3B30, Text_18A053
- msgbox Text_18A082, 6
- end
-
-ThreeIsland_BondBridge_EventScript_1AC09B:: @ 81AC09B
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_TWINS_JOY_MEG, 0, Text_18A0C4, Text_18A0F7, Text_18A138
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC0C6
- msgbox Text_18A106, 6
- end
-
-EventScript_1AC0C6:: @ 81AC0C6
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_JOY_MEG, 0, Text_1C3B6E, Text_18A0F7, Text_18A138
- msgbox Text_18A106, 6
- end
-
-ThreeIsland_BondBridge_EventScript_1AC0E1:: @ 81AC0E1
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_TWINS_JOY_MEG, 0, Text_18A179, Text_18A1A3, Text_18A1CD
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC10C
- msgbox Text_18A1B2, 6
- end
-
-EventScript_1AC10C:: @ 81AC10C
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_JOY_MEG, 0, Text_1C3B99, Text_18A1A3, Text_18A1CD
- msgbox Text_18A1B2, 6
- end
-
-FiveIsland_ResortGorgeous_EventScript_1AC127:: @ 81AC127
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PAINTER_DAISY, 0, Text_18A3E2, Text_18A40E
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC14E
- msgbox Text_18A430, 6
- end
-
-EventScript_1AC14E:: @ 81AC14E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PAINTER_DAISY, 0, Text_1C3BF6, Text_18A40E
- msgbox Text_18A430, 6
- end
-
-FiveIsland_ResortGorgeous_EventScript_1AC165:: @ 81AC165
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PAINTER_CELINA, 0, Text_18A461, Text_18A49E
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC18C
- msgbox Text_18A4C6, 6
- end
-
-EventScript_1AC18C:: @ 81AC18C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PAINTER_CELINA, 0, Text_1C3C28, Text_18A49E
- msgbox Text_18A4C6, 6
- end
-
-FiveIsland_ResortGorgeous_EventScript_1AC1A3:: @ 81AC1A3
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PAINTER_RAYNA, 0, Text_18A50E, Text_18A535
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC1CA
- msgbox Text_18A555, 6
- end
-
-EventScript_1AC1CA:: @ 81AC1CA
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PAINTER_RAYNA, 0, Text_1C3C70, Text_18A535
- msgbox Text_18A555, 6
- end
-
-FiveIsland_ResortGorgeous_EventScript_1AC1E1:: @ 81AC1E1
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_LADY_JACKI, 0, Text_18A5B9, Text_18A5EE
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC208
- msgbox Text_18A601, 6
- end
-
-EventScript_1AC208:: @ 81AC208
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LADY_JACKI, 0, Text_1C3CB0, Text_18A5EE
- msgbox Text_18A601, 6
- end
-
-FiveIsland_ResortGorgeous_EventScript_1AC21F:: @ 81AC21F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_LADY_GILLIAN, 0, Text_18A645, Text_18A67F
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC246
- msgbox Text_18A699, 6
- end
-
-EventScript_1AC246:: @ 81AC246
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LADY_GILLIAN, 0, Text_1C3CF1, Text_18A67F
- msgbox Text_18A699, 6
- end
-
-FiveIsland_ResortGorgeous_EventScript_1AC25D:: @ 81AC25D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_YOUNGSTER_DESTIN, 0, Text_18A6DA, Text_18A6FE
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC284
- msgbox Text_18A715, 6
- end
-
-EventScript_1AC284:: @ 81AC284
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_DESTIN, 0, Text_1C3D47, Text_18A6FE
- msgbox Text_18A715, 6
- end
-
-FiveIsland_ResortGorgeous_EventScript_1AC29B:: @ 81AC29B
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_TOBY, 0, Text_18A74A, Text_18A786
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC2C2
- msgbox Text_18A7AC, 6
- end
-
-EventScript_1AC2C2:: @ 81AC2C2
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_TOBY, 0, Text_1C3D73, Text_18A786
- msgbox Text_18A7AC, 6
- end
-
-FiveIsland_WaterLabyrinth_EventScript_1AC2D9:: @ 81AC2D9
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PKMN_BREEDER_ALIZE, 0, Text_18AAD5, Text_18AB0B
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC300
- msgbox Text_18AB37, 6
- end
-
-EventScript_1AC300:: @ 81AC300
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PKMN_BREEDER_ALIZE, 0, Text_1C3BB7, Text_18AB0B
- msgbox Text_18AB37, 6
- end
-
-FiveIsland_MemorialPillar_EventScript_1AC317:: @ 81AC317
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_MILO, 0, Text_18AE50, Text_18AEA8
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC33E
- msgbox Text_18AEB6, 6
- end
-
-EventScript_1AC33E:: @ 81AC33E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_MILO, 0, Text_1C3DA2, Text_18AEA8
- msgbox Text_18AEB6, 6
- end
-
-FiveIsland_MemorialPillar_EventScript_1AC355:: @ 81AC355
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_CHAZ, 0, Text_18AEDC, Text_18AF39
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC37C
- msgbox Text_18AF45, 6
- end
-
-EventScript_1AC37C:: @ 81AC37C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_CHAZ, 0, Text_1C3E0F, Text_18AF39
- msgbox Text_18AF45, 6
- end
-
-FiveIsland_MemorialPillar_EventScript_1AC393:: @ 81AC393
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_BIRD_KEEPER_HAROLD, 0, Text_18AF72, Text_18AFCC
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC3BA
- msgbox Text_18AFF2, 6
- end
-
-EventScript_1AC3BA:: @ 81AC3BA
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_HAROLD, 0, Text_1C3E6A, Text_18AFCC
- msgbox Text_18AFF2, 6
- end
-
-SixIsland_OutcastIsland_EventScript_1AC3D1:: @ 81AC3D1
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_FISHERMAN_TYLOR, 0, Text_18B400, Text_18B43B
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC3F8
- msgbox Text_18B451, 6
- end
-
-EventScript_1AC3F8:: @ 81AC3F8
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_TYLOR, 0, Text_1C3ED0, Text_18B43B
- msgbox Text_18B451, 6
- end
-
-SixIsland_OutcastIsland_EventScript_1AC40F:: @ 81AC40F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_MYMO, 0, Text_18B48F, Text_18B4C5
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC436
- msgbox Text_18B4D1, 6
- end
-
-EventScript_1AC436:: @ 81AC436
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_MYMO, 0, Text_1C3F11, Text_18B4C5
- msgbox Text_18B4D1, 6
- end
-
-SixIsland_OutcastIsland_EventScript_1AC44D:: @ 81AC44D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_FEMALE_NICOLE, 0, Text_18B4FA, Text_18B539
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC474
- msgbox Text_18B573, 6
- end
-
-EventScript_1AC474:: @ 81AC474
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_NICOLE, 0, Text_1C3F51, Text_18B539
- msgbox Text_18B573, 6
- end
-
-SixIsland_OutcastIsland_EventScript_1AC48B:: @ 81AC48B
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_SIS_AND_BRO_AVA_GEB, 0, Text_18B5C8, Text_18B5F4, Text_18B660
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC4B6
- msgbox Text_18B62E, 6
- end
-
-EventScript_1AC4B6:: @ 81AC4B6
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_SIS_AND_BRO_AVA_GEB, 0, Text_1C3F7B, Text_18B5F4, Text_18B660
- msgbox Text_18B62E, 6
- end
-
-SixIsland_OutcastIsland_EventScript_1AC4D1:: @ 81AC4D1
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_SIS_AND_BRO_AVA_GEB, 0, Text_18B6C1, Text_18B6EF, Text_18B762
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC4FC
- msgbox Text_18B720, 6
- end
-
-EventScript_1AC4FC:: @ 81AC4FC
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_SIS_AND_BRO_AVA_GEB, 0, Text_1C3FB3, Text_18B6EF, Text_18B762
- msgbox Text_18B720, 6
- end
-
-SixIsland_GreenPath_EventScript_1AC517:: @ 81AC517
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PSYCHIC_JACLYN, 0, Text_18B7B0, Text_18B7F0
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC53E
- msgbox Text_18B7FD, 6
- end
-
-EventScript_1AC53E:: @ 81AC53E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PSYCHIC_JACLYN, 0, Text_1C3FE9, Text_18B7F0
- msgbox Text_18B7FD, 6
- end
-
-SixIsland_WaterPath_EventScript_1AC555:: @ 81AC555
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_AROMA_LADY_ROSE, 0, Text_18B896, Text_18B8C8
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC57C
- msgbox Text_18B8F7, 6
- end
-
-EventScript_1AC57C:: @ 81AC57C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_AROMA_LADY_ROSE, 0, Text_1C4028, Text_18B8C8
- msgbox Text_18B8F7, 6
- end
-
-SixIsland_WaterPath_EventScript_1AC593:: @ 81AC593
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_JUGGLER_EDWARD, 0, Text_18B959, Text_18B988
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC5BA
- msgbox Text_18B9A5, 6
- end
-
-EventScript_1AC5BA:: @ 81AC5BA
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_JUGGLER_EDWARD, 0, Text_1C4057, Text_18B988
- msgbox Text_18B9A5, 6
- end
-
-SixIsland_WaterPath_EventScript_1AC5D1:: @ 81AC5D1
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_MALE_SAMIR, 0, Text_18B9EC, Text_18BA47
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC5F8
- msgbox Text_18BA57, 6
- end
-
-EventScript_1AC5F8:: @ 81AC5F8
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_SAMIR, 0, Text_1C407F, Text_18BA47
- msgbox Text_18BA57, 6
- end
-
-SixIsland_WaterPath_EventScript_1AC60F:: @ 81AC60F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_SWIMMER_FEMALE_DENISE, 0, Text_18BA86, Text_18BAC0
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC636
- msgbox Text_18BAE0, 6
- end
-
-EventScript_1AC636:: @ 81AC636
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_DENISE, 0, Text_1C40D9, Text_18BAC0
- msgbox Text_18BAE0, 6
- end
-
-SixIsland_WaterPath_EventScript_1AC64D:: @ 81AC64D
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_TWINS_MIU_MIA, 0, Text_18BBBA, Text_18BBE2, Text_18BC24
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC678
- msgbox Text_18BBF6, 6
- end
-
-EventScript_1AC678:: @ 81AC678
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_MIU_MIA, 0, Text_1C4138, Text_18BBE2, Text_18BC24
- msgbox Text_18BBF6, 6
- end
-
-SixIsland_WaterPath_EventScript_1AC693:: @ 81AC693
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_TWINS_MIU_MIA, 0, Text_18BC5A, Text_18BC84, Text_18BCCF
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC6BE
- msgbox Text_18BCAE, 6
- end
-
-EventScript_1AC6BE:: @ 81AC6BE
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_MIU_MIA, 0, Text_1C4166, Text_18BC84, Text_18BCCF
- msgbox Text_18BCAE, 6
- end
-
-SixIsland_WaterPath_EventScript_1AC6D9:: @ 81AC6D9
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_HIKER_EARL, 0, Text_18BB2D, Text_18BB62
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC700
- msgbox Text_18BB8B, 6
- end
-
-EventScript_1AC700:: @ 81AC700
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_EARL, 0, Text_1C40FA, Text_18BB62
- msgbox Text_18BB8B, 6
- end
-
-SixIsland_RuinValley_EventScript_1AC717:: @ 81AC717
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_RUIN_MANIAC_STANLY, 0, Text_18BE5D, Text_18BE9B
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC73E
- msgbox Text_18BEA0, 6
- end
-
-EventScript_1AC73E:: @ 81AC73E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_RUIN_MANIAC_STANLY, 0, Text_1C4196, Text_18BE9B
- msgbox Text_18BEA0, 6
- end
-
-SixIsland_RuinValley_EventScript_1AC755:: @ 81AC755
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_RUIN_MANIAC_FOSTER, 0, Text_18BF05, Text_18BF33
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC77C
- msgbox Text_18BF6C, 6
- end
-
-EventScript_1AC77C:: @ 81AC77C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_RUIN_MANIAC_FOSTER, 0, Text_1C41D4, Text_18BF33
- msgbox Text_18BF6C, 6
- end
-
-SixIsland_RuinValley_EventScript_1AC793:: @ 81AC793
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_RUIN_MANIAC_LARRY, 0, Text_18BFC5, Text_18C03B
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC7BA
- msgbox Text_18C04C, 6
- end
-
-EventScript_1AC7BA:: @ 81AC7BA
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_RUIN_MANIAC_LARRY, 0, Text_1C4210, Text_18C03B
- msgbox Text_18C04C, 6
- end
-
-SixIsland_RuinValley_EventScript_1AC7D1:: @ 81AC7D1
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_HIKER_DARYL, 0, Text_18C09C, Text_18C0BB
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC7F8
- msgbox Text_18C0EA, 6
- end
-
-EventScript_1AC7F8:: @ 81AC7F8
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_DARYL, 0, Text_1C4280, Text_18C0BB
- msgbox Text_18C0EA, 6
- end
-
-SixIsland_RuinValley_EventScript_1AC80F:: @ 81AC80F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_POKEMANIAC_HECTOR, 0, Text_18C10A, Text_18C140
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC836
- msgbox Text_18C17A, 6
- end
-
-EventScript_1AC836:: @ 81AC836
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_POKEMANIAC_HECTOR, 0, Text_1C42A0, Text_18C140
- msgbox Text_18C17A, 6
- end
-
-SevenIsland_TrainerTower_EventScript_1AC84D:: @ 81AC84D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PSYCHIC_DARIO, 0, Text_18C1ED, Text_18C205
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC874
- msgbox Text_18C20E, 6
- end
-
-EventScript_1AC874:: @ 81AC874
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PSYCHIC_DARIO, 0, Text_1C42D6, Text_18C205
- msgbox Text_18C20E, 6
- end
-
-SevenIsland_TrainerTower_EventScript_1AC88B:: @ 81AC88B
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PSYCHIC_RODETTE, 0, Text_18C283, Text_18C2BC
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC8B2
- msgbox Text_18C2D5, 6
- end
-
-EventScript_1AC8B2:: @ 81AC8B2
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PSYCHIC_RODETTE, 0, Text_1C42EE, Text_18C2BC
- msgbox Text_18C2D5, 6
- end
-
-SevenIsland_SevaultCanyon_Entrance_EventScript_1AC8C9:: @ 81AC8C9
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_AROMA_LADY_MIAH, 0, Text_18C3BC, Text_18C3E7
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC8F0
- msgbox Text_18C3FF, 6
- end
-
-EventScript_1AC8F0:: @ 81AC8F0
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_AROMA_LADY_MIAH, 0, Text_1C4327, Text_18C3E7
- msgbox Text_18C3FF, 6
- end
-
-SevenIsland_SevaultCanyon_Entrance_EventScript_1AC907:: @ 81AC907
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_YOUNG_COUPLE_EVE_JON, 0, Text_18C632, Text_18C662, Text_18C6AB
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC932
- msgbox Text_18C683, 6
- end
-
-EventScript_1AC932:: @ 81AC932
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_YOUNG_COUPLE_EVE_JON, 0, Text_1C4416, Text_18C662, Text_18C6AB
- msgbox Text_18C683, 6
- end
-
-SevenIsland_SevaultCanyon_Entrance_EventScript_1AC94D:: @ 81AC94D
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_YOUNG_COUPLE_EVE_JON, 0, Text_18C700, Text_18C73B, Text_18C7BD
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC978
- msgbox Text_18C773, 6
- end
-
-EventScript_1AC978:: @ 81AC978
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_YOUNG_COUPLE_EVE_JON, 0, Text_1C444C, Text_18C73B, Text_18C7BD
- msgbox Text_18C773, 6
- end
-
-SevenIsland_SevaultCanyon_Entrance_EventScript_1AC993:: @ 81AC993
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_JUGGLER_MASON, 0, Text_18C44B, Text_18C473
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC9BA
- msgbox Text_18C4BA, 6
- end
-
-EventScript_1AC9BA:: @ 81AC9BA
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_JUGGLER_MASON, 0, Text_1C4374, Text_18C473
- msgbox Text_18C4BA, 6
- end
-
-SevenIsland_SevaultCanyon_Entrance_EventScript_1AC9D1:: @ 81AC9D1
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PKMN_RANGER_NICOLAS, 0, Text_18C500, Text_18C543
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1AC9F8
- msgbox Text_18C54B, 6
- end
-
-EventScript_1AC9F8:: @ 81AC9F8
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PKMN_RANGER_NICOLAS, 0, Text_1C43AD, Text_18C543
- msgbox Text_18C54B, 6
- end
-
-SevenIsland_SevaultCanyon_Entrance_EventScript_1ACA0F:: @ 81ACA0F
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PKMN_RANGER_MADELINE, 0, Text_18C5AA, Text_18C5CD
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ACA36
- msgbox Text_18C5F5, 6
- end
-
-EventScript_1ACA36:: @ 81ACA36
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PKMN_RANGER_MADELINE, 0, Text_1C43EC, Text_18C5CD
- msgbox Text_18C5F5, 6
- end
-
-SevenIsland_SevaultCanyon_EventScript_1ACA4D:: @ 81ACA4D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_CRUSH_GIRL_CYNDY, 0, Text_18C887, Text_18C8A6
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ACA74
- msgbox Text_18C8C2, 6
- end
-
-EventScript_1ACA74:: @ 81ACA74
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CRUSH_GIRL_CYNDY, 0, Text_1C4491, Text_18C8A6
- msgbox Text_18C8C2, 6
- end
-
-SevenIsland_SevaultCanyon_EventScript_1ACA8B:: @ 81ACA8B
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_TAMER_EVAN, 0, Text_18C8FD, Text_18C980
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ACAB2
- msgbox Text_18C999, 6
- end
-
-EventScript_1ACAB2:: @ 81ACAB2
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_TAMER_EVAN, 0, Text_1C44CB, Text_18C980
- msgbox Text_18C999, 6
- end
-
-SevenIsland_SevaultCanyon_EventScript_1ACAC9:: @ 81ACAC9
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PKMN_RANGER_JACKSON, 0, Text_18CA2F, Text_18CA6F
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ACAF0
- msgbox Text_18CA9C, 6
- end
-
-EventScript_1ACAF0:: @ 81ACAF0
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PKMN_RANGER_JACKSON, 0, Text_1C454E, Text_18CA6F
- msgbox Text_18CA9C, 6
- end
-
-SevenIsland_SevaultCanyon_EventScript_1ACB07:: @ 81ACB07
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PKMN_RANGER_KATELYN, 0, Text_18CB16, Text_18CB3E
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ACB2E
- msgbox Text_18CB6C, 6
- end
-
-EventScript_1ACB2E:: @ 81ACB2E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PKMN_RANGER_KATELYN, 0, Text_1C458E, Text_18CB3E
- msgbox Text_18CB6C, 6
- end
-
-SevenIsland_SevaultCanyon_EventScript_1ACB45:: @ 81ACB45
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_COOLTRAINER_LEROY, 0, Text_18CBB4, Text_18CBE0
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ACB6C
- msgbox Text_18CC09, 6
- end
-
-EventScript_1ACB6C:: @ 81ACB6C
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_COOLTRAINER_LEROY, 0, Text_1C45C2, Text_18CBE0
- msgbox Text_18CC09, 6
- end
-
-SevenIsland_SevaultCanyon_EventScript_1ACB83:: @ 81ACB83
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_COOLTRAINER_MICHELLE, 0, Text_18CC4F, Text_18CCAE
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ACBAA
- msgbox Text_18CCEA, 6
- end
-
-EventScript_1ACBAA:: @ 81ACBAA
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_COOLTRAINER_MICHELLE, 0, Text_1C45FB, Text_18CCAE
- msgbox Text_18CCEA, 6
- end
-
-SevenIsland_SevaultCanyon_EventScript_1ACBC1:: @ 81ACBC1
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_COOL_COUPLE_LEX_NYA, 0, Text_18CD49, Text_18CD75, Text_18CDE2
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ACBEC
- msgbox Text_18CD9C, 6
- end
-
-EventScript_1ACBEC:: @ 81ACBEC
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_COOL_COUPLE_LEX_NYA, 0, Text_1C4662, Text_18CD75, Text_18CDE2
- msgbox Text_18CD9C, 6
- end
-
-SevenIsland_SevaultCanyon_EventScript_1ACC07:: @ 81ACC07
- trainerbattle TRAINER_BATTLE_DOUBLE, TRAINER_COOL_COUPLE_LEX_NYA, 0, Text_18CE20, Text_18CE5A, Text_18CEF4
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ACC32
- msgbox Text_18CE78, 6
- end
-
-EventScript_1ACC32:: @ 81ACC32
- trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_COOL_COUPLE_LEX_NYA, 0, Text_1C4699, Text_18CE5A, Text_18CEF4
- msgbox Text_18CE78, 6
- end
-
-SevenIsland_TanobyRuins_EventScript_1ACC4D:: @ 81ACC4D
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_RUIN_MANIAC_BRANDON, 0, Text_18CFFB, Text_18D02A
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ACC74
- msgbox Text_18D061, 6
- end
-
-EventScript_1ACC74:: @ 81ACC74
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_RUIN_MANIAC_BRANDON, 0, Text_1C46D3, Text_18D02A
- msgbox Text_18D061, 6
- end
-
-SevenIsland_TanobyRuins_EventScript_1ACC8B:: @ 81ACC8B
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_RUIN_MANIAC_BENJAMIN, 0, Text_18D0D9, Text_18D108
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ACCB2
- msgbox Text_18D125, 6
- end
-
-EventScript_1ACCB2:: @ 81ACCB2
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_RUIN_MANIAC_BENJAMIN, 0, Text_1C470A, Text_18D108
- msgbox Text_18D125, 6
- end
-
-SevenIsland_TanobyRuins_EventScript_1ACCC9:: @ 81ACCC9
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_PAINTER_EDNA, 0, Text_18D18F, Text_18D1B5
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ACCF0
- msgbox Text_18D1E3, 6
- end
-
-EventScript_1ACCF0:: @ 81ACCF0
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PAINTER_EDNA, 0, Text_1C4739, Text_18D1B5
- msgbox Text_18D1E3, 6
- end
-
-SevenIsland_TanobyRuins_EventScript_1ACD07:: @ 81ACD07
- trainerbattle TRAINER_BATTLE_SINGLE, TRAINER_GENTLEMAN_CLIFFORD, 0, Text_18D22F, Text_18D26D
- specialvar VAR_RESULT, ShouldTryRematchBattle
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1ACD2E
- msgbox Text_18D284, 6
- end
-
-EventScript_1ACD2E:: @ 81ACD2E
- trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_GENTLEMAN_CLIFFORD, 0, Text_1C476A, Text_18D26D
- msgbox Text_18D284, 6
- end
+ .include "data/text/braille.inc"
+ .include "data/scripts/trainers.inc"
@ Test message!
@ Welcome to the world of Pokémon!
@@ -7574,304 +1897,18 @@ Text_1ACD45:: @ 81ACD45
.string "テストよう メッセージです!\n"
.string "ポケモンの せかいへ ようこそ!$"
-ViridianCity_House2_EventScript_1ACD65:: @ 81ACD65
- lock
- faceplayer
- famechecker FAMECHECKER_OAK, 3
- famechecker FAMECHECKER_DAISY, 3
- textcolor 3
- msgbox gUnknown_81B1AB9
- release
- end
-
-EventScript_1ACD8D:: @ 81ACD8D
- lock
- faceplayer
- famechecker FAMECHECKER_DAISY, 1
- famechecker FAMECHECKER_OAK, 4
- textcolor 3
- msgbox gUnknown_81B1AB9
- release
- end
-
-EventScript_1ACDB5:: @ 81ACDB5
- lock
- faceplayer
- famechecker FAMECHECKER_DAISY, 4
- textcolor 3
- msgbox gUnknown_81B1AB9
- release
- end
-
-FourIsland_PokemonCenter_1F_EventScript_1ACDD0:: @ 81ACDD0
- lockall
- famechecker FAMECHECKER_DAISY, 5
- textcolor 3
- msgbox gUnknown_81B1B3D
- releaseall
- end
-
-Route4_EventScript_1ACDEA:: @ 81ACDEA
- lock
- faceplayer
- famechecker FAMECHECKER_BROCK, 3
- msgbox Text_183D26
- release
- end
-
-MtMoon_1F_EventScript_1ACE03:: @ 81ACE03
- lock
- faceplayer
- famechecker FAMECHECKER_BROCK, 4
- msgbox Text_172B00
- release
- end
-
-PewterCity_Museum_1F_EventScript_1ACE1C:: @ 81ACE1C
- lockall
- famechecker FAMECHECKER_BROCK, 5
- textcolor 3
- msgbox gUnknown_81B146A
- releaseall
- end
-
-Route20_EventScript_1ACE36:: @ 81ACE36
- lock
- faceplayer
- famechecker FAMECHECKER_MISTY, 3
- msgbox Text_1882E1
- release
- end
-
-Route25_EventScript_1ACE4F:: @ 81ACE4F
- lock
- faceplayer
- famechecker FAMECHECKER_MISTY, 4
- msgbox Text_189569
- release
- end
-
-CeruleanCity_PokemonCenter_1F_EventScript_1ACE68:: @ 81ACE68
- lock
- faceplayer
- famechecker FAMECHECKER_MISTY, 5
- textcolor 3
- msgbox gUnknown_81B14E8
- release
- end
-
-VermilionCity_PokemonCenter_1F_EventScript_1ACE83:: @ 81ACE83
- lockall
- famechecker FAMECHECKER_LTSURGE, 5
- textcolor 3
- msgbox gUnknown_81B1558
- releaseall
- end
-
-CeladonCity_Condominiums_2F_EventScript_1ACE9D:: @ 81ACE9D
- lock
- faceplayer
- famechecker FAMECHECKER_ERIKA, 5
- textcolor 3
- msgbox gUnknown_81B161B
- release
- end
-
-FuchsiaCity_Building1_EventScript_1ACEB8:: @ 81ACEB8
- lock
- faceplayer
- famechecker FAMECHECKER_KOGA, 4
- textcolor 3
- msgbox gUnknown_81B16A8
- release
- end
-
-SafariZone_Building3_EventScript_1ACED3:: @ 81ACED3
- lock
- faceplayer
- famechecker FAMECHECKER_KOGA, 5
- msgbox Text_177C47
- release
- end
-
-SaffronCity_PokemonCenter_1F_EventScript_1ACEEC:: @ 81ACEEC
- lock
- faceplayer
- famechecker FAMECHECKER_SABRINA, 4
- textcolor 3
- msgbox gUnknown_81B1753
- release
- end
-
-CinnabarIsland_Gym_EventScript_1ACF07:: @ 81ACF07
- lockall
- famechecker FAMECHECKER_BLAINE, 4
- famechecker FAMECHECKER_MRFUJI, 4
- msgbox Text_199E8A
- releaseall
- end
-
-FiveIsland_ResortGorgeous_House_EventScript_1ACF2C:: @ 81ACF2C
- lockall
- famechecker FAMECHECKER_BLAINE, 5
- textcolor 3
- msgbox gUnknown_81B17E9
- releaseall
- end
-
-FourIsland_Mart_EventScript_1ACF46:: @ 81ACF46
- lock
- faceplayer
- famechecker FAMECHECKER_LORELEI, 2
- msgbox Text_1A3A60
- release
- end
-
-FiveIsland_PokemonCenter_1F_EventScript_1ACF5F:: @ 81ACF5F
- lock
- faceplayer
- famechecker FAMECHECKER_LORELEI, 3
- textcolor 3
- msgbox gUnknown_81B187F
- release
- end
-
-SaffronCity_PokemonTrainerFanClub_EventScript_1ACF7A:: @ 81ACF7A
- lock
- faceplayer
- famechecker FAMECHECKER_BRUNO, 2
- textcolor 3
- msgbox gUnknown_81B1913
- release
- end
-
-SevenIsland_SevaultCanyon_EventScript_1ACF95:: @ 81ACF95
- lock
- faceplayer
- famechecker FAMECHECKER_BRUNO, 5
- msgbox Text_18CF4D
- release
- end
-
-IndigoPlateau_PokemonCenter_1F_EventScript_1ACFAE:: @ 81ACFAE
- lock
- faceplayer
- famechecker FAMECHECKER_AGATHA, 1
- famechecker FAMECHECKER_AGATHA, 2
- msgbox Text_19A9E7
- release
- end
-
-SevenIsland_PokemonCenter_1F_EventScript_1ACFD4:: @ 81ACFD4
- lock
- faceplayer
- famechecker FAMECHECKER_AGATHA, 3
- textcolor 3
- msgbox gUnknown_81B19A8
- release
- end
-
-SixIsland_Mart_EventScript_1ACFEF:: @ 81ACFEF
- lock
- faceplayer
- famechecker FAMECHECKER_AGATHA, 5
- msgbox Text_1A41CA
- release
- end
-
-EventScript_1AD008:: @ 81AD008
- lock
- faceplayer
- famechecker FAMECHECKER_LANCE, 0
- msgbox gFameCheckerFlavorText_Lance0
- release
- end
-
-EventScript_1AD021:: @ 81AD021
- lock
- faceplayer
- famechecker FAMECHECKER_LANCE, 1
- msgbox Text_181569
- release
- end
-
-SaffronCity_EventScript_1AD03A:: @ 81AD03A
- lock
- faceplayer
- famechecker FAMECHECKER_LANCE, 2
- msgbox Text_181569
- release
- end
-
-CeladonCity_DepartmentStore_2F_EventScript_1AD053:: @ 81AD053
- lock
- faceplayer
- famechecker FAMECHECKER_LANCE, 3
- msgbox Text_19566B
- release
- end
-
-IndigoPlateau_PokemonCenter_1F_EventScript_1AD06C:: @ 81AD06C
- lock
- faceplayer
- famechecker FAMECHECKER_LANCE, 4
- textcolor 3
- msgbox gUnknown_81B1A31
- release
- end
-
-IndigoPlateau_PokemonCenter_1F_EventScript_1AD087:: @ 81AD087
- lock
- faceplayer
- famechecker FAMECHECKER_LANCE, 5
- msgbox Text_19AB16
- release
- end
-
-LavenderTown_PokemonCenter_1F_EventScript_1AD0A0:: @ 81AD0A0
- lock
- faceplayer
- famechecker FAMECHECKER_MRFUJI, 3
- msgbox Text_19358E
- release
- end
-
-CinnabarIsland_PokemonCenter_1F_EventScript_1AD0B9:: @ 81AD0B9
- lock
- faceplayer
- famechecker FAMECHECKER_MRFUJI, 5
- textcolor 3
- msgbox gUnknown_81B1BD1
- release
- end
-
-SilphCo_5F_EventScript_1AD0D4:: @ 81AD0D4
- lock
- faceplayer
- famechecker FAMECHECKER_GIOVANNI, 1
- msgbox Text_175E99
- release
- end
-
-SilphCo_8F_EventScript_1AD0ED:: @ 81AD0ED
- lock
- faceplayer
- famechecker FAMECHECKER_GIOVANNI, 2
- msgbox Text_176ACB
- release
- end
-
+ .include "data/scripts/fame_checker.inc"
.include "data/text/fame_checker.inc"
CeladonCity_GameCorner_EventScript_1B2867:: @ 81B2867
lockall
showmoneybox 0, 0, 0
- msgbox gUnknown_81B1D7D, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1B2926
+ msgbox gUnknown_81B1D7D, MSGBOX_YESNO
+ compare VAR_RESULT, NO
+ goto_if_eq EventScript_1B2926
checkmoney 50, 0
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1B292B
+ compare VAR_RESULT, FALSE
+ goto_if_eq EventScript_1B292B
playse SE_SHOP
takemoney 50, 0
updatemoneybox 0, 0, 0
@@ -7940,24 +1977,22 @@ EventScript_1B292B:: @ 81B292B
FourIsland_House2_EventScript_1B2938:: @ 81B2938
lock
specialvar VAR_0x8008, Special_StickerLadyGetBragFlags
- checkflag FLAG_MET_STICKER_LADY
- goto_if FALSE, EventScript_1B2951
- checkflag FLAG_MET_STICKER_LADY
- goto_if TRUE, EventScript_1B2994
+ goto_if_unset FLAG_MET_STICKER_LADY, EventScript_1B2951
+ goto_if_set FLAG_MET_STICKER_LADY, EventScript_1B2994
end
EventScript_1B2951:: @ 81B2951
setflag FLAG_MET_STICKER_LADY
msgbox gUnknown_81B1EB3
- applymovement 1, Movement_1A75E1
+ applymovement 1, Movement_FacePlayer
waitmovement 0
playse SE_PIN
- applymovement 1, Movement_1A75DB
+ applymovement 1, Movement_ExclamationMark
waitmovement 0
- applymovement 1, Movement_1A75DD
+ applymovement 1, Movement_Delay48
waitmovement 0
- compare_var_to_value VAR_0x8008, 0
- goto_if eq, EventScript_1B2B8E
+ compare VAR_0x8008, 0
+ goto_if_eq EventScript_1B2B8E
message gUnknown_81B1EF8
waitmessage
goto EventScript_1B29D0
@@ -7966,14 +2001,14 @@ EventScript_1B2993:: @ 81B2993
end
EventScript_1B2994:: @ 81B2994
- applymovement 1, Movement_1A75E1
+ applymovement 1, Movement_FacePlayer
waitmovement 0
special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
+ compare VAR_RESULT, 2
+ goto_if_eq EventScript_1A7AE0
special sub_8112364
- compare_var_to_value VAR_0x8008, 0
- goto_if eq, EventScript_1B29C6
+ compare VAR_0x8008, 0
+ goto_if_eq EventScript_1B29C6
message gUnknown_81B2025
waitmessage
goto EventScript_1B29D0
@@ -8064,19 +2099,19 @@ EventScript_1B2B8E:: @ 81B2B8E
end
EventScript_1B2B98:: @ 81B2B98
- compare_var_to_value VAR_0x8004, 39
- goto_if le, EventScript_1B2BC5
- compare_var_to_value VAR_0x8004, 99
- goto_if le, EventScript_1B2BE3
- compare_var_to_value VAR_0x8004, 199
- goto_if le, EventScript_1B2C01
- compare_var_to_value VAR_0x8004, 200
- goto_if ge, EventScript_1B2C1F
+ compare VAR_0x8004, 39
+ goto_if_le EventScript_1B2BC5
+ compare VAR_0x8004, 99
+ goto_if_le EventScript_1B2BE3
+ compare VAR_0x8004, 199
+ goto_if_le EventScript_1B2C01
+ compare VAR_0x8004, 200
+ goto_if_ge EventScript_1B2C1F
end
EventScript_1B2BC5:: @ 81B2BC5
- compare_var_to_value VAR_HOF_BRAG_STATE, 1
- goto_if eq, EventScript_1B2C3D
+ compare VAR_HOF_BRAG_STATE, 1
+ goto_if_eq EventScript_1B2C3D
setvar VAR_HOF_BRAG_STATE, 1
msgbox gUnknown_81B206E
goto EventScript_1B2C51
@@ -8085,8 +2120,8 @@ EventScript_1B2BE2:: @ 81B2BE2
end
EventScript_1B2BE3:: @ 81B2BE3
- compare_var_to_value VAR_HOF_BRAG_STATE, 2
- goto_if eq, EventScript_1B2C3D
+ compare VAR_HOF_BRAG_STATE, 2
+ goto_if_eq EventScript_1B2C3D
setvar VAR_HOF_BRAG_STATE, 2
msgbox gUnknown_81B20CF
goto EventScript_1B2C51
@@ -8095,8 +2130,8 @@ EventScript_1B2C00:: @ 81B2C00
end
EventScript_1B2C01:: @ 81B2C01
- compare_var_to_value VAR_HOF_BRAG_STATE, 3
- goto_if eq, EventScript_1B2C3D
+ compare VAR_HOF_BRAG_STATE, 3
+ goto_if_eq EventScript_1B2C3D
setvar VAR_HOF_BRAG_STATE, 3
msgbox gUnknown_81B2133
goto EventScript_1B2C51
@@ -8105,8 +2140,8 @@ EventScript_1B2C1E:: @ 81B2C1E
end
EventScript_1B2C1F:: @ 81B2C1F
- compare_var_to_value VAR_HOF_BRAG_STATE, 4
- goto_if eq, EventScript_1B2C47
+ compare VAR_HOF_BRAG_STATE, 4
+ goto_if_eq EventScript_1B2C47
setvar VAR_HOF_BRAG_STATE, 4
msgbox gUnknown_81B21C4
goto EventScript_1B2C51
@@ -8135,19 +2170,19 @@ EventScript_1B2C51:: @ 81B2C51
end
EventScript_1B2C62:: @ 81B2C62
- compare_var_to_value VAR_0x8005, 99
- goto_if le, EventScript_1B2C8F
- compare_var_to_value VAR_0x8005, 199
- goto_if le, EventScript_1B2CAD
- compare_var_to_value VAR_0x8005, 299
- goto_if le, EventScript_1B2CCB
- compare_var_to_value VAR_0x8005, 300
- goto_if ge, EventScript_1B2CE9
+ compare VAR_0x8005, 99
+ goto_if_le EventScript_1B2C8F
+ compare VAR_0x8005, 199
+ goto_if_le EventScript_1B2CAD
+ compare VAR_0x8005, 299
+ goto_if_le EventScript_1B2CCB
+ compare VAR_0x8005, 300
+ goto_if_ge EventScript_1B2CE9
end
EventScript_1B2C8F:: @ 81B2C8F
- compare_var_to_value VAR_EGG_BRAG_STATE, 1
- goto_if eq, EventScript_1B2D07
+ compare VAR_EGG_BRAG_STATE, 1
+ goto_if_eq EventScript_1B2D07
setvar VAR_EGG_BRAG_STATE, 1
msgbox gUnknown_81B2308
goto EventScript_1B2D1B
@@ -8156,8 +2191,8 @@ EventScript_1B2CAC:: @ 81B2CAC
end
EventScript_1B2CAD:: @ 81B2CAD
- compare_var_to_value VAR_EGG_BRAG_STATE, 2
- goto_if eq, EventScript_1B2D07
+ compare VAR_EGG_BRAG_STATE, 2
+ goto_if_eq EventScript_1B2D07
setvar VAR_EGG_BRAG_STATE, 2
msgbox gUnknown_81B2372
goto EventScript_1B2D1B
@@ -8166,8 +2201,8 @@ EventScript_1B2CCA:: @ 81B2CCA
end
EventScript_1B2CCB:: @ 81B2CCB
- compare_var_to_value VAR_EGG_BRAG_STATE, 3
- goto_if eq, EventScript_1B2D07
+ compare VAR_EGG_BRAG_STATE, 3
+ goto_if_eq EventScript_1B2D07
setvar VAR_EGG_BRAG_STATE, 3
msgbox gUnknown_81B23E0
goto EventScript_1B2D1B
@@ -8176,8 +2211,8 @@ EventScript_1B2CE8:: @ 81B2CE8
end
EventScript_1B2CE9:: @ 81B2CE9
- compare_var_to_value VAR_EGG_BRAG_STATE, 4
- goto_if eq, EventScript_1B2D11
+ compare VAR_EGG_BRAG_STATE, 4
+ goto_if_eq EventScript_1B2D11
setvar VAR_EGG_BRAG_STATE, 4
msgbox gUnknown_81B2448
goto EventScript_1B2D1B
@@ -8206,19 +2241,19 @@ EventScript_1B2D1B:: @ 81B2D1B
end
EventScript_1B2D2C:: @ 81B2D2C
- compare_var_to_value VAR_0x8006, 19
- goto_if le, EventScript_1B2D59
- compare_var_to_value VAR_0x8006, 49
- goto_if le, EventScript_1B2D77
- compare_var_to_value VAR_0x8006, 99
- goto_if le, EventScript_1B2D95
- compare_var_to_value VAR_0x8006, 100
- goto_if ge, EventScript_1B2DB3
+ compare VAR_0x8006, 19
+ goto_if_le EventScript_1B2D59
+ compare VAR_0x8006, 49
+ goto_if_le EventScript_1B2D77
+ compare VAR_0x8006, 99
+ goto_if_le EventScript_1B2D95
+ compare VAR_0x8006, 100
+ goto_if_ge EventScript_1B2DB3
end
EventScript_1B2D59:: @ 81B2D59
- compare_var_to_value VAR_LINK_WIN_BRAG_STATE, 1
- goto_if eq, EventScript_1B2DD1
+ compare VAR_LINK_WIN_BRAG_STATE, 1
+ goto_if_eq EventScript_1B2DD1
setvar VAR_LINK_WIN_BRAG_STATE, 1
msgbox gUnknown_81B25A7
goto EventScript_1B2DE5
@@ -8227,8 +2262,8 @@ EventScript_1B2D76:: @ 81B2D76
end
EventScript_1B2D77:: @ 81B2D77
- compare_var_to_value VAR_LINK_WIN_BRAG_STATE, 2
- goto_if eq, EventScript_1B2DD1
+ compare VAR_LINK_WIN_BRAG_STATE, 2
+ goto_if_eq EventScript_1B2DD1
setvar VAR_LINK_WIN_BRAG_STATE, 2
msgbox gUnknown_81B2609
goto EventScript_1B2DE5
@@ -8237,8 +2272,8 @@ EventScript_1B2D94:: @ 81B2D94
end
EventScript_1B2D95:: @ 81B2D95
- compare_var_to_value VAR_LINK_WIN_BRAG_STATE, 3
- goto_if eq, EventScript_1B2DD1
+ compare VAR_LINK_WIN_BRAG_STATE, 3
+ goto_if_eq EventScript_1B2DD1
setvar VAR_LINK_WIN_BRAG_STATE, 3
msgbox gUnknown_81B267B
goto EventScript_1B2DE5
@@ -8247,8 +2282,8 @@ EventScript_1B2DB2:: @ 81B2DB2
end
EventScript_1B2DB3:: @ 81B2DB3
- compare_var_to_value VAR_LINK_WIN_BRAG_STATE, 4
- goto_if eq, EventScript_1B2DDB
+ compare VAR_LINK_WIN_BRAG_STATE, 4
+ goto_if_eq EventScript_1B2DDB
setvar VAR_LINK_WIN_BRAG_STATE, 4
msgbox gUnknown_81B26F6
goto EventScript_1B2DE5
@@ -8281,3452 +2316,15 @@ EventScript_1B2DF6:: @ 81B2DF6
end
.include "data/text/help_system.inc"
+ .include "data/scripts/cable_club.inc"
+ .include "data/scripts/field_moves.inc"
+ .include "data/scripts/item_ball_scripts.inc"
+ .include "data/scripts/mystery_event_club.inc"
+ .include "data/scripts/day_care.inc"
+ .include "data/scripts/flash.inc"
+ .include "data/scripts/repel.inc"
-CeladonCity_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-CeruleanCity_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-CinnabarIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-FiveIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-FourIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-FuchsiaCity_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-IndigoPlateau_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-LavenderTown_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-OneIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-PewterCity_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-Route10_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-Route4_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-SaffronCity_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-SevenIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-SixIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-ThreeIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-TwoIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-VermilionCity_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-ViridianCity_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
- call EventScript_1BB1BA
- end
-
-EventScript_1BB1BA:: @ 81BB1BA
- specialvar VAR_RESULT, ValidateReceivedWonderCard
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB1CE
- clearflag FLAG_HIDE_MG_DELIVERYMEN
- return
-
-EventScript_1BB1CE:: @ 81BB1CE
- setflag FLAG_HIDE_MG_DELIVERYMEN
- return
-
-CeruleanCity_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-CinnabarIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-FiveIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-FuchsiaCity_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-OneIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-PewterCity_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-SevenIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-VermilionCity_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-FourIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-SixIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-ThreeIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-TwoIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-Route10_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-Route10_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-Route4_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-SaffronCity_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-IndigoPlateau_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-CeladonCity_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-LavenderTown_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-ViridianCity_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- special sub_8112364
- execram
-
-EventScript_1BB1E4:: @ 81BB1E4
- msgbox Text_1A6393, 2
- end
-
-CeladonCity_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-CeruleanCity_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-CinnabarIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-FiveIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-FourIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-FuchsiaCity_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-IndigoPlateau_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-LavenderTown_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-OneIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-PewterCity_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-Route10_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-Route4_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-SaffronCity_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-SevenIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-SixIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-ThreeIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-TwoIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-VermilionCity_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-ViridianCity_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
- map_script_2 VAR_0x406F, 1, EventScript_1BB227
- map_script_2 VAR_0x406F, 2, EventScript_1BB227
- map_script_2 VAR_0x406F, 5, EventScript_1BB227
- map_script_2 VAR_0x406F, 3, EventScript_1BB227
- map_script_2 VAR_0x406F, 6, EventScript_1BB227
- map_script_2 VAR_0x406F, 7, EventScript_1BB227
- map_script_2 VAR_0x406F, 8, EventScript_1BB227
- .2byte 0
-
-EventScript_1BB227:: @ 81BB227
- compare_var_to_value VAR_0x8007, 0
- goto_if eq, EventScript_1BB236
- turnobject VAR_0x8007, 3
-EventScript_1BB236:
- end
-
-CeladonCity_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-CeruleanCity_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-CinnabarIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-FiveIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-FourIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-FuchsiaCity_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-IndigoPlateau_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-LavenderTown_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-OneIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-PewterCity_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-Route10_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-Route4_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-SaffronCity_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-SevenIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-SixIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-ThreeIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-TwoIsland_JoyfulGameCorner_MapScript4_1BB237:: @ 81BB237
-TwoIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-VermilionCity_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-ViridianCity_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
- compare_var_to_value VAR_0x406F, 1
- goto_if eq, EventScript_1BB285
- compare_var_to_value VAR_0x406F, 2
- goto_if eq, EventScript_1BB285
- compare_var_to_value VAR_0x406F, 5
- goto_if eq, EventScript_1BB285
- compare_var_to_value VAR_0x406F, 3
- goto_if eq, EventScript_1BB28B
- compare_var_to_value VAR_0x406F, 6
- goto_if eq, EventScript_1BB291
- compare_var_to_value VAR_0x406F, 7
- goto_if eq, EventScript_1BB297
- compare_var_to_value VAR_0x406F, 8
- goto_if eq, EventScript_1BB29D
- end
-
-EventScript_1BB285:: @ 81BB285
- call EventScript_1BC034
- end
-
-EventScript_1BB28B:: @ 81BB28B
- call EventScript_1BC034
- end
-
-EventScript_1BB291:: @ 81BB291
- call EventScript_1BC020
- end
-
-EventScript_1BB297:: @ 81BB297
- call EventScript_1BC034
- end
-
-EventScript_1BB29D:: @ 81BB29D
- call EventScript_1BC048
- end
-
-CeladonCity_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-CeruleanCity_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-CinnabarIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-FiveIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-FourIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-FuchsiaCity_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-IndigoPlateau_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-LavenderTown_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-OneIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-PewterCity_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-Route10_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-Route4_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-SaffronCity_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-SevenIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-SixIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-ThreeIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-TwoIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-VermilionCity_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-ViridianCity_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
- map_script_2 VAR_MAP_SCENE_POKEMON_CENTER_TEALA, 1, EventScript_1BB415
- map_script_2 VAR_0x406F, 1, EventScript_1BB2E5
- map_script_2 VAR_0x406F, 2, EventScript_1BB2E5
- map_script_2 VAR_0x406F, 5, EventScript_1BB2E5
- map_script_2 VAR_0x406F, 3, EventScript_1BB34F
- map_script_2 VAR_0x406F, 6, EventScript_1BB39C
- map_script_2 VAR_0x406F, 7, EventScript_1BB2E5
- map_script_2 VAR_0x406F, 8, EventScript_1BB2FD
- .2byte 0
-
-EventScript_1BB2E5:: @ 81BB2E5
- lockall
- call EventScript_1BB315
- call EventScript_1BC03E
- special DrawWholeMapView
- playse SE_TK_KASYA
- erasebox 0, 0, 29, 19
- releaseall
- end
-
-EventScript_1BB2FD:: @ 81BB2FD
- lockall
- call EventScript_1BB315
- call EventScript_1BC052
- special DrawWholeMapView
- playse SE_TK_KASYA
- erasebox 0, 0, 29, 19
- releaseall
- end
-
-EventScript_1BB315:: @ 81BB315
- special CloseLink
- special HelpSystem_Enable
- special sub_811390C
- setvar VAR_0x406F, 0
- textcolor 1
- compare_var_to_value VAR_0x8007, 0
- goto_if eq, EventScript_1BB40A
- applymovement VAR_0x8007, Movement_1BB88F
- waitmovement 0
- applymovement 255, Movement_1BB891
- waitmovement 0
- applymovement VAR_0x8007, Movement_1BB88B
- waitmovement 0
- return
-
-EventScript_1BB34F:: @ 81BB34F
- lockall
- call EventScript_1BB367
- call EventScript_1BC03E
- special DrawWholeMapView
- playse SE_TK_KASYA
- erasebox 0, 0, 29, 19
- releaseall
- end
-
-EventScript_1BB367:: @ 81BB367
- special CloseLink
- special HelpSystem_Enable
- special sub_811390C
- setvar VAR_0x406F, 0
- textcolor 1
- compare_var_to_value VAR_0x8007, 0
- goto_if eq, EventScript_1BB40A
- applymovement 255, Movement_1BB8A0
- waitmovement 0
- applymovement VAR_0x8007, Movement_1BB88F
- waitmovement 0
- call EventScript_1BB3E6
- return
-
-EventScript_1BB39C:: @ 81BB39C
- lockall
- call EventScript_1BB3B4
- call EventScript_1BC02A
- special DrawWholeMapView
- playse SE_TK_KASYA
- erasebox 0, 0, 29, 19
- releaseall
- end
-
-EventScript_1BB3B4:: @ 81BB3B4
- special HelpSystem_Enable
- special sub_811390C
- setvar VAR_0x406F, 0
- textcolor 1
- compare_var_to_value VAR_0x8007, 0
- goto_if eq, EventScript_1BB40A
- applymovement 255, Movement_1BB8A0
- waitmovement 0
- applymovement VAR_0x8007, Movement_1BB88F
- waitmovement 0
- call EventScript_1BB3E6
- return
-
-EventScript_1BB3E6:: @ 81BB3E6
- message Text_1BC918
- waitmessage
- playse SE_PIN
- message Text_1BC943
- waitmessage
- applymovement 255, Movement_1BB891
- waitmovement 0
- applymovement VAR_0x8007, Movement_1BB88B
- waitmovement 0
- return
-
-EventScript_1BB40A:: @ 81BB40A
- applymovement 255, Movement_1BB891
- waitmovement 0
- return
-
-EventScript_1BB415:: @ 81BB415
- lockall
- textcolor 1
- applymovement 255, Movement_1A75E9
- waitmovement 0
- msgbox gUnknown_81BD898
- closemessage
- applymovement 255, Movement_1BB447
- waitmovement 0
- delay 30
- msgbox gUnknown_81BD966
- setvar VAR_MAP_SCENE_POKEMON_CENTER_TEALA, 2
- releaseall
- end
-
-Movement_1BB447:: @ 81BB447
- step_11
- step_11
- step_end
-
-EventScript_1BB44A:: @ 81BB44A
- message gUnknown_81BC311
- waitmessage
- delay 15
- goto EventScript_1BB467
- end
-
-EventScript_1BB459:: @ 81BB459
- msgbox gUnknown_81BC35E
- goto EventScript_1BB467
- end
-
-EventScript_1BB467:: @ 81BB467
- setvar VAR_0x8004, 0
- multichoice 0, 0, MULTICHOICE_TRADE_CENTER_COLOSSEUM, FALSE
- switch VAR_RESULT
- case 0, EventScript_1BB6AB
- case 1, EventScript_1BB4A3
- case 2, EventScript_1BB82F
- case SCR_MENU_CANCEL, EventScript_1BB82F
- end
-
-EventScript_1BB4A3:: @ 81BB4A3
- copyvar VAR_0x8007, VAR_LAST_TALKED
- goto EventScript_1BB4AE
-
-EventScript_1BB4AD:: @ 81BB4AD
- end
-
-EventScript_1BB4AE:: @ 81BB4AE
- message Text_1BD338
- waitmessage
- multichoice 0, 0, MULTICHOICE_SINGLE_DOUBLE_MULTI_INFO_EXIT, FALSE
- switch VAR_RESULT
- case 0, EventScript_1BB50F
- case 1, EventScript_1BB51A
- case 2, EventScript_1BB541
- case 3, EventScript_1BB501
- case 4, EventScript_1BB82F
- case SCR_MENU_CANCEL, EventScript_1BB82F
- end
-
-EventScript_1BB501:: @ 81BB501
- msgbox gUnknown_81BD390
- goto EventScript_1BB4AE
-
-EventScript_1BB50E:: @ 81BB50E
- end
-
-EventScript_1BB50F:: @ 81BB50F
- setvar VAR_0x8004, 1
- goto EventScript_1BB54C
-
-EventScript_1BB519:: @ 81BB519
- end
-
-EventScript_1BB51A:: @ 81BB51A
- special HasEnoughMonsForDoubleBattle
- compare_var_to_value VAR_RESULT, 0
- goto_if ne, EventScript_1BB533
- setvar VAR_0x8004, 2
- goto EventScript_1BB54C
-
-EventScript_1BB532:: @ 81BB532
- end
-
-EventScript_1BB533:: @ 81BB533
- msgbox gUnknown_81BC409
- goto EventScript_1BB4AE
-
-EventScript_1BB540:: @ 81BB540
- end
-
-EventScript_1BB541:: @ 81BB541
- setvar VAR_0x8004, 5
- goto EventScript_1BB54C
-
-EventScript_1BB54B:: @ 81BB54B
- end
-
-EventScript_1BB54C:: @ 81BB54C
- call EventScript_1A4EAF
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB82F
- message gUnknown_81BC4AC
- waitmessage
- special HelpSystem_Disable
- textcolor 3
- special sub_8081064
- waitstate
- call EventScript_1A6675
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BB5B3
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1BB80F
- compare_var_to_value VAR_RESULT, 3
- goto_if eq, EventScript_1BB81F
- compare_var_to_value VAR_RESULT, 4
- goto_if eq, EventScript_1BB63C
- compare_var_to_value VAR_RESULT, 5
- goto_if eq, EventScript_1BB82F
- compare_var_to_value VAR_RESULT, 6
- goto_if eq, EventScript_1BB7FF
- end
-
-EventScript_1BB5B3:: @ 81BB5B3
- special HealPlayerParty
- special SavePlayerParty
- special LoadPlayerBag
- copyvar VAR_0x406F, VAR_0x8004
- messageautoscroll Text_1BC590
- waitmessage
- call EventScript_1BC034
- special DrawWholeMapView
- playse SE_TK_KASYA
- delay 60
- applymovement VAR_LAST_TALKED, Movement_1BB88F
- waitmovement 0
- closemessage
- applymovement 255, Movement_1BB898
- waitmovement 0
- opendoor 9, 1
- waitdooranim
- applymovement 255, Movement_1BB89C
- waitmovement 0
- hideobject 255, MAP_UNKNOWN_MAP_00_00
- closedoor 9, 1
- waitdooranim
- release
- compare_var_to_value VAR_0x8004, 5
- goto_if eq, EventScript_1BB62C
- special SetCableClubWarp
- warp MAP_UNKNOWN_MAP_00_00, 255, 6, 8
- special DoCableClubWarp
- waitstate
- end
-
-EventScript_1BB621:: @ 81BB621
- applymovement 255, Movement_1BB894
- waitmovement 0
- return
-
-EventScript_1BB62C:: @ 81BB62C
- special SetCableClubWarp
- warp MAP_UNKNOWN_MAP_00_03, 255, 5, 8
- special DoCableClubWarp
- waitstate
- end
-
-EventScript_1BB63C:: @ 81BB63C
- switch VAR_0x8004
- case 1, EventScript_1BB68A
- case 2, EventScript_1BB679
- case 5, EventScript_1BB668
- goto EventScript_1BB857
-
-EventScript_1BB667:: @ 81BB667
- end
-
-EventScript_1BB668:: @ 81BB668
- special CloseLink
- msgbox gUnknown_81BC736
- goto EventScript_1BB69B
-
-EventScript_1BB678:: @ 81BB678
- end
-
-EventScript_1BB679:: @ 81BB679
- special CloseLink
- msgbox gUnknown_81BC700
- goto EventScript_1BB69B
-
-EventScript_1BB689:: @ 81BB689
- end
-
-EventScript_1BB68A:: @ 81BB68A
- special CloseLink
- msgbox gUnknown_81BC6CA
- goto EventScript_1BB69B
-
-EventScript_1BB69A:: @ 81BB69A
- end
-
-EventScript_1BB69B:: @ 81BB69B
- special CloseLink
- special HelpSystem_Enable
- msgbox gUnknown_81BC76B
- release
- end
-
-EventScript_1BB6AB:: @ 81BB6AB
- copyvar VAR_0x8007, VAR_LAST_TALKED
- call EventScript_1BB79C
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB82F
- call EventScript_1A4EAF
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB82F
- message gUnknown_81BC4AC
- waitmessage
- special HelpSystem_Disable
- textcolor 3
- special sub_80810CC
- waitstate
- call EventScript_1A6675
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BB73D
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1BB80F
- compare_var_to_value VAR_RESULT, 3
- goto_if eq, EventScript_1BB81F
- compare_var_to_value VAR_RESULT, 4
- goto_if eq, EventScript_1BB857
- compare_var_to_value VAR_RESULT, 5
- goto_if eq, EventScript_1BB82F
- compare_var_to_value VAR_RESULT, 6
- goto_if eq, EventScript_1BB7FF
- compare_var_to_value VAR_RESULT, 7
- goto_if eq, EventScript_1BB7DF
- compare_var_to_value VAR_RESULT, 9
- goto_if eq, EventScript_1BB7EF
- end
-
-EventScript_1BB73D:: @ 81BB73D
- setvar VAR_0x8004, 3
- copyvar VAR_0x406F, VAR_0x8004
- messageautoscroll Text_1BC590
- waitmessage
- call EventScript_1BC034
- special DrawWholeMapView
- playse SE_TK_KASYA
- delay 60
- applymovement VAR_LAST_TALKED, Movement_1BB88F
- waitmovement 0
- closemessage
- applymovement 255, Movement_1BB898
- waitmovement 0
- opendoor 9, 1
- waitdooranim
- applymovement 255, Movement_1BB89C
- waitmovement 0
- hideobject 255, MAP_UNKNOWN_MAP_00_00
- closedoor 9, 1
- waitdooranim
- release
- special SetCableClubWarp
- setwarp MAP_UNKNOWN_MAP_00_01, 255, 5, 8
- special DoCableClubWarp
- waitstate
- end
-
-EventScript_1BB79C:: @ 81BB79C
- specialvar VAR_RESULT, CalculatePlayerPartyCount
- compare_var_to_value VAR_RESULT, 2
- goto_if lt, EventScript_1BB7C2
- specialvar VAR_RESULT, GetNameOfEnigmaBerryInPlayerParty
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BB7D0
- setvar VAR_RESULT, 1
- return
-
-EventScript_1BB7C2:: @ 81BB7C2
- msgbox gUnknown_81BC442
- setvar VAR_RESULT, 0
- return
-
-EventScript_1BB7D0:: @ 81BB7D0
- msgbox gUnknown_81BC47C
- setvar VAR_RESULT, 0
- return
-
-EventScript_1BB7DE:: @ 81BB7DE
- end
-
-EventScript_1BB7DF:: @ 81BB7DF
- special CloseLink
- special HelpSystem_Enable
- msgbox gUnknown_81BC95C
- release
- end
-
-EventScript_1BB7EF:: @ 81BB7EF
- special CloseLink
- special HelpSystem_Enable
- msgbox gUnknown_81BC9C0
- release
- end
-
-EventScript_1BB7FF:: @ 81BB7FF
- special CloseLink
- special HelpSystem_Enable
- msgbox gUnknown_81BC615
- release
- end
-
-EventScript_1BB80F:: @ 81BB80F
- special CloseLink
- special HelpSystem_Enable
- msgbox gUnknown_81BC5C0
- release
- end
-
-EventScript_1BB81F:: @ 81BB81F
- special CloseLink
- special HelpSystem_Enable
- msgbox gUnknown_81BC64E
- release
- end
-
-EventScript_1BB82F:: @ 81BB82F
- special CloseLink
- special HelpSystem_Enable
- msgbox gUnknown_81BC68A
- release
- end
-
-EventScript_1BB83F:: @ 81BB83F
- special CloseLink
- special HelpSystem_Enable
- msgbox gUnknown_81BCFD1
- release
- end
-
-EventScript_1BB84F:: @ 81BB84F
- special SetCableClubWarp
- special DoCableClubWarp
- waitstate
- end
-
-EventScript_1BB857:: @ 81BB857
- special CloseLink
- special HelpSystem_Enable
- msgbox gUnknown_81BC6A1
- release
- end
-
-EventScript_1BB867:: @ 81BB867
- special CloseLink
- special HelpSystem_Enable
- msgbox gUnknown_81BC9E0
- release
- end
-
-EventScript_1BB877:: @ 81BB877
- msgbox Text_1A561A
- release
- end
-
-EventScript_1BB881:: @ 81BB881
- msgbox Text_1A5667
- releaseall
- end
-
-Movement_1BB88B:: @ 81BB88B
- step_00
- step_end
-
-Movement_1BB88D:: @ 81BB88D
- step_03
- step_end
-
-Movement_1BB88F:: @ 81BB88F
- step_02
- step_end
-
-Movement_1BB891:: @ 81BB891
- step_10
- step_10
- step_end
-
-Movement_1BB894:: @ 81BB894
- step_13
- step_11
- step_11
- step_end
-
-Movement_1BB898:: @ 81BB898
- step_12
- step_11
- step_11
- step_end
-
-Movement_1BB89C:: @ 81BB89C
- step_11
- step_end
-
-Movement_1BB89E:: @ 81BB89E
- step_02
- step_end
-
-Movement_1BB8A0:: @ 81BB8A0
- step_03
- step_end
-
-Movement_1BB8A2:: @ 81BB8A2
- step_12
- step_11
- step_11
- step_11
- step_end
-
-gUnknown_81BB8A7:: @ 81BB8A7
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- lockall
- fadescreen 1
- setvar VAR_0x8004, 0
- special Special_BattleRecords
- waitstate
- releaseall
- end
-
-gUnknown_81BB8C3:: @ 81BB8C3
-UnknownMap_00_00_EventScript_1BB8C3:: @ 81BB8C3
- setvar VAR_0x8005, 0
- textcolor 3
- special sub_80819C8
- waitstate
- end
-
-gUnknown_81BB8CF:: @ 81BB8CF
-UnknownMap_00_00_EventScript_1BB8CF:: @ 81BB8CF
- setvar VAR_0x8005, 1
- textcolor 3
- special sub_80819C8
- waitstate
- end
-
-gUnknown_81BB8DB:: @ 81BB8DB
-UnknownMap_00_03_EventScript_1BB8DB:: @ 81BB8DB
- fadescreen 1
- special ChooseHalfPartyForBattle
- waitstate
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB94F
- setvar VAR_0x8005, 0
- textcolor 3
- special sub_80819C8
- waitstate
- end
-
-gUnknown_81BB8F8:: @ 81BB8F8
-UnknownMap_00_03_EventScript_1BB8F8:: @ 81BB8F8
- fadescreen 1
- special ChooseHalfPartyForBattle
- waitstate
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB94F
- setvar VAR_0x8005, 1
- textcolor 3
- special sub_80819C8
- waitstate
- end
-
-gUnknown_81BB915:: @ 81BB915
-UnknownMap_00_03_EventScript_1BB915:: @ 81BB915
- fadescreen 1
- special ChooseHalfPartyForBattle
- waitstate
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB94F
- setvar VAR_0x8005, 2
- textcolor 3
- special sub_80819C8
- waitstate
- end
-
-gUnknown_81BB932:: @ 81BB932
-UnknownMap_00_03_EventScript_1BB932:: @ 81BB932
- fadescreen 1
- special ChooseHalfPartyForBattle
- waitstate
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB94F
- setvar VAR_0x8005, 3
- textcolor 3
- special sub_80819C8
- waitstate
- end
-
-EventScript_1BB94F:: @ 81BB94F
- end
-
-gUnknown_81BB950:: @ 81BB950
-UnknownMap_00_01_EventScript_1BB950:: @ 81BB950
- setvar VAR_0x8005, 0
- textcolor 3
- special sub_8081978
- waitstate
- end
-
-gUnknown_81BB95C:: @ 81BB95C
-UnknownMap_00_01_EventScript_1BB95C:: @ 81BB95C
- setvar VAR_0x8005, 1
- textcolor 3
- special sub_8081978
- waitstate
- end
-
-EventScript_1BB968:: @ 81BB968
- setvar VAR_0x8005, 2
- textcolor 3
- special sub_8081978
- waitstate
- end
-
-EventScript_1BB974:: @ 81BB974
- setvar VAR_0x8005, 3
- textcolor 3
- special sub_8081978
- waitstate
- end
-
-gUnknown_81BB980:: @ 81BB980
-UnknownMap_00_02_EventScript_1BB980:: @ 81BB980
- end
-
-gUnknown_81BB981:: @ 81BB981
- textcolor 3
- msgbox gUnknown_81BC84B
- fadescreen 1
- special sp02A_crash_sound
- waitstate
- end
-
-gUnknown_81BB992:: @ 81BB992
- textcolor 3
- msgbox gUnknown_81BC874
- fadescreen 1
- special sp02A_crash_sound
- waitstate
- end
-
-gUnknown_81BB9A3:: @ 81BB9A3
- textcolor 3
- msgbox gUnknown_81BC827
- closemessage
- end
-
-UnknownMap_00_00_EventScript_1BB9AF:: @ 81BB9AF
- textcolor 3
- special sub_8069740
- msgbox gUnknown_81BC8AD
- special sub_8069768
- closemessage
- end
-
-UnknownMap_00_01_EventScript_1BB9C1:: @ 81BB9C1
- textcolor 3
- special sub_8069740
- msgbox gUnknown_81BC8DA
- special sub_8069768
- closemessage
- end
-
-UnknownMap_00_02_EventScript_1BB9D3:: @ 81BB9D3
- end
-
-gUnknown_81BB9D4:: @ 81BB9D4
- textcolor 3
- msgbox gUnknown_81BC7A1, 5
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BB9F0
- erasebox 0, 0, 29, 19
- releaseall
- end
-
-EventScript_1BB9F0:: @ 81BB9F0
- textcolor 3
- messageautoscroll Text_1BC7E2
- waitmessage
- special sub_8081770
- end
-
-gUnknown_81BB9FC:: @ 81BB9FC
- special sub_8081744
- special sub_807E704
- waitstate
- end
-
-EventScript_1BBA04:: @ 81BBA04
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- special sub_8112364
- lock
- faceplayer
- checkflag FLAG_SYS_POKEDEX_GET
- goto_if FALSE, EventScript_1BB877
- specialvar VAR_RESULT, Special_BadEggInParty
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BB867
- copyvar VAR_0x8007, VAR_LAST_TALKED
- specialvar VAR_RESULT, IsWirelessAdapterConnected
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BBB60
- message Text_1BD65B
- waitmessage
- goto EventScript_1BBA51
-
-EventScript_1BBA50:: @ 81BBA50
- end
-
-EventScript_1BBA51:: @ 81BBA51
- multichoice 18, 6, MULTICHOICE_YES_NO_INFO, FALSE
- switch VAR_RESULT
- case 0, EventScript_1BBA94
- case 1, EventScript_1BB82F
- case 2, EventScript_1BBA88
- case SCR_MENU_CANCEL, EventScript_1BB82F
- end
-
-EventScript_1BBA88:: @ 81BBA88
- message Text_1BD706
- waitmessage
- goto EventScript_1BBA51
-
-EventScript_1BBA93:: @ 81BBA93
- end
-
-EventScript_1BBA94:: @ 81BBA94
- call EventScript_1BBB1E
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB82F
- call EventScript_1A4EAF
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB82F
- msgbox gUnknown_81BD86A
- closemessage
- special HealPlayerParty
- setvar VAR_0x8004, 6
- copyvar VAR_0x406F, VAR_0x8004
- special HelpSystem_Disable
- call EventScript_1BC020
- special DrawWholeMapView
- playse SE_TK_KASYA
- delay 60
- applymovement VAR_LAST_TALKED, Movement_1BB88F
- waitmovement 0
- applymovement 255, Movement_1BB898
- waitmovement 0
- opendoor 5, 1
- waitdooranim
- applymovement 255, Movement_1BB89C
- waitmovement 0
- hideobject 255, MAP_UNKNOWN_MAP_00_00
- closedoor 5, 1
- waitdooranim
- special sub_811B15C
- special SetCableClubWarp
- warpteleport2 MAP_UNKNOWN_MAP_00_04, 255, 7, 11
- waitstate
- special UnionRoomSpecial
- waitstate
- end
-
-EventScript_1BBB1E:: @ 81BBB1E
- specialvar VAR_RESULT, CountPartyNonEggMons
- compare_var_to_value VAR_RESULT, 2
- goto_if lt, EventScript_1BBB44
- specialvar VAR_RESULT, GetNameOfEnigmaBerryInPlayerParty
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BBB52
- setvar VAR_RESULT, 1
- return
-
-EventScript_1BBB44:: @ 81BBB44
- msgbox gUnknown_81BCBC3
- goto EventScript_1A77B0
-
-EventScript_1BBB51:: @ 81BBB51
- end
-
-EventScript_1BBB52:: @ 81BBB52
- msgbox gUnknown_81BCC00
- goto EventScript_1A77B0
-
-EventScript_1BBB5F:: @ 81BBB5F
- end
-
-EventScript_1BBB60:: @ 81BBB60
- msgbox gUnknown_81BCC3A
- release
- return
-
-EventScript_1BBB6A:: @ 81BBB6A
- lock
- faceplayer
- checkflag FLAG_SYS_POKEDEX_GET
- goto_if FALSE, EventScript_1BB877
- msgbox gUnknown_81BDB85, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BBB92
- msgbox gUnknown_81BDBF8
- release
- return
-
-EventScript_1BBB92:: @ 81BBB92
- msgbox gUnknown_81BDEDF
- release
- return
-
-EventScript_1BBB9C:: @ 81BBB9C
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- special sub_8112364
- lock
- faceplayer
- checkflag FLAG_SYS_POKEDEX_GET
- goto_if FALSE, EventScript_1BB877
- specialvar VAR_RESULT, Special_BadEggInParty
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BB867
- specialvar VAR_RESULT, IsWirelessAdapterConnected
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB44A
- message Text_1BD28D
- waitmessage
- delay 15
- goto EventScript_1BBBE7
-
-EventScript_1BBBE6:: @ 81BBBE6
- end
-
-EventScript_1BBBE7:: @ 81BBBE7
- checkflag FLAG_GOT_POWDER_JAR
- goto_if FALSE, EventScript_1BBC32
- multichoice 0, 0, MULTICHOICE_TRADE_COLOSSEUM_CRUSH, FALSE
- switch VAR_RESULT
- case 0, EventScript_1BBC69
- case 1, EventScript_1BBC97
- case 2, EventScript_1BBD35
- case 3, EventScript_1BB82F
- case SCR_MENU_CANCEL, EventScript_1BB82F
- end
-
-EventScript_1BBC32:: @ 81BBC32
- multichoice 0, 0, MULTICHOICE_TRADE_COLOSSEUM_2, FALSE
- switch VAR_RESULT
- case 0, EventScript_1BBC69
- case 1, EventScript_1BBC97
- case 2, EventScript_1BB82F
- case SCR_MENU_CANCEL, EventScript_1BB82F
- end
-
-EventScript_1BBC69:: @ 81BBC69
- msgbox gUnknown_81BD317, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB82F
- call EventScript_1BB79C
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB82F
- setvar VAR_0x8004, 3
- goto EventScript_1BBD6F
-
-EventScript_1BBC96:: @ 81BBC96
- end
-
-EventScript_1BBC97:: @ 81BBC97
- message Text_1BD338
- waitmessage
- multichoice 0, 0, MULTICHOICE_SINGLE_DOUBLE_MULTI_INFO_EXIT, FALSE
- switch VAR_RESULT
- case 0, EventScript_1BBCEA
- case 1, EventScript_1BBCF5
- case 2, EventScript_1BBD1C
- case 3, EventScript_1BBD27
- case 4, EventScript_1BB82F
- case SCR_MENU_CANCEL, EventScript_1BB82F
- end
-
-EventScript_1BBCEA:: @ 81BBCEA
- setvar VAR_0x8004, 0
- goto EventScript_1BBD6F
-
-EventScript_1BBCF4:: @ 81BBCF4
- end
-
-EventScript_1BBCF5:: @ 81BBCF5
- special HasEnoughMonsForDoubleBattle
- compare_var_to_value VAR_RESULT, 0
- goto_if ne, EventScript_1BBD0E
- setvar VAR_0x8004, 1
- goto EventScript_1BBD6F
-
-EventScript_1BBD0D:: @ 81BBD0D
- end
-
-EventScript_1BBD0E:: @ 81BBD0E
- msgbox gUnknown_81BC409
- goto EventScript_1BBC97
-
-EventScript_1BBD1B:: @ 81BBD1B
- end
-
-EventScript_1BBD1C:: @ 81BBD1C
- setvar VAR_0x8004, 2
- goto EventScript_1BBD6F
-
-EventScript_1BBD26:: @ 81BBD26
- end
-
-EventScript_1BBD27:: @ 81BBD27
- msgbox gUnknown_81BD390
- goto EventScript_1BBC97
-
-EventScript_1BBD34:: @ 81BBD34
- end
-
-EventScript_1BBD35:: @ 81BBD35
- msgbox gUnknown_81BD362, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB82F
- special CheckHasAtLeastOneBerry
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BBD61
- setvar VAR_0x8004, 5
- goto EventScript_1BBD6F
-
-EventScript_1BBD60:: @ 81BBD60
- end
-
-EventScript_1BBD61:: @ 81BBD61
- msgbox gUnknown_81BCB81
- goto EventScript_1BBBE7
-
-EventScript_1BBD6E:: @ 81BBD6E
- end
-
-EventScript_1BBD6F:: @ 81BBD6F
- call EventScript_1A4EAF
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB82F
- switch VAR_0x8004
- case 3, EventScript_1BBDBC
- case 0, EventScript_1BBDBC
- case 1, EventScript_1BBDBC
- case 2, EventScript_1BBE50
- case 5, EventScript_1BBEE4
- end
-
-EventScript_1BBDBC:: @ 81BBDBC
- textcolor 3
- message Text_1BD51B
- waitmessage
- call EventScript_1A6675
- multichoice 13, 6, MULTICHOICE_JOIN_OR_LEAD, FALSE
- switch VAR_RESULT
- case 0, EventScript_1BBE28
- case 1, EventScript_1BBE00
- case 2, EventScript_1BB82F
- case SCR_MENU_CANCEL, EventScript_1BB82F
- end
-
-EventScript_1BBE00:: @ 81BBE00
- call EventScript_1BBF78
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BBF88
- compare_var_to_value VAR_RESULT, 5
- goto_if eq, EventScript_1BBDBC
- compare_var_to_value VAR_RESULT, 8
- goto_if eq, EventScript_1BBE00
- release
- return
-
-EventScript_1BBE28:: @ 81BBE28
- call EventScript_1BBF80
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BBF88
- compare_var_to_value VAR_RESULT, 5
- goto_if eq, EventScript_1BBDBC
- compare_var_to_value VAR_RESULT, 8
- goto_if eq, EventScript_1BBE28
- release
- return
-
-EventScript_1BBE50:: @ 81BBE50
- textcolor 3
- message Text_1BD582
- waitmessage
- call EventScript_1A6675
- multichoice 13, 6, MULTICHOICE_JOIN_OR_LEAD, FALSE
- switch VAR_RESULT
- case 0, EventScript_1BBEBC
- case 1, EventScript_1BBE94
- case 2, EventScript_1BB82F
- case SCR_MENU_CANCEL, EventScript_1BB82F
- end
-
-EventScript_1BBE94:: @ 81BBE94
- call EventScript_1BBF78
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BBF88
- compare_var_to_value VAR_RESULT, 5
- goto_if eq, EventScript_1BBE50
- compare_var_to_value VAR_RESULT, 8
- goto_if eq, EventScript_1BBE94
- release
- return
-
-EventScript_1BBEBC:: @ 81BBEBC
- call EventScript_1BBF80
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BBF88
- compare_var_to_value VAR_RESULT, 5
- goto_if eq, EventScript_1BBE50
- compare_var_to_value VAR_RESULT, 8
- goto_if eq, EventScript_1BBEBC
- release
- return
-
-EventScript_1BBEE4:: @ 81BBEE4
- textcolor 3
- message Text_1BD5F1
- waitmessage
- call EventScript_1A6675
- multichoice 13, 6, MULTICHOICE_JOIN_OR_LEAD, FALSE
- switch VAR_RESULT
- case 0, EventScript_1BBF50
- case 1, EventScript_1BBF28
- case 2, EventScript_1BB82F
- case SCR_MENU_CANCEL, EventScript_1BB82F
- end
-
-EventScript_1BBF28:: @ 81BBF28
- call EventScript_1BBF78
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BBF88
- compare_var_to_value VAR_RESULT, 5
- goto_if eq, EventScript_1BBEE4
- compare_var_to_value VAR_RESULT, 8
- goto_if eq, EventScript_1BBF28
- release
- return
-
-EventScript_1BBF50:: @ 81BBF50
- call EventScript_1BBF80
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BBF88
- compare_var_to_value VAR_RESULT, 5
- goto_if eq, EventScript_1BBEE4
- compare_var_to_value VAR_RESULT, 8
- goto_if eq, EventScript_1BBF50
- release
- return
-
-EventScript_1BBF78:: @ 81BBF78
- special HelpSystem_Disable
- special sub_8115A24
- waitstate
- return
-
-EventScript_1BBF80:: @ 81BBF80
- special HelpSystem_Disable
- special BerryBlenderLinkJoinGroup
- waitstate
- return
-
-EventScript_1BBF88:: @ 81BBF88
- messageautoscroll Text_1BC59E
- waitmessage
- delay 60
- closemessage
- copyvar VAR_0x8007, VAR_LAST_TALKED
- call EventScript_1BC034
- special DrawWholeMapView
- playse SE_TK_KASYA
- delay 60
- applymovement VAR_LAST_TALKED, Movement_1BB88F
- waitmovement 0
- closemessage
- applymovement 255, Movement_1BB898
- waitmovement 0
- opendoor 9, 1
- waitdooranim
- applymovement 255, Movement_1BB89C
- waitmovement 0
- hideobject 255, MAP_UNKNOWN_MAP_00_00
- closedoor 9, 1
- waitdooranim
- release
- waitstate
- end
-
-gUnknown_81BBFD8:: @ 81BBFD8
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- lockall
- checkflag FLAG_SYS_POKEDEX_GET
- goto_if FALSE, EventScript_1BB881
- specialvar VAR_RESULT, IsWirelessAdapterConnected
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BC016
- special HelpSystem_Disable
- fadescreen 1
- special sub_814F1D4
- waitstate
- msgbox gUnknown_81BCA43
- special HelpSystem_Enable
- releaseall
- end
-
-EventScript_1BC016:: @ 81BC016
- msgbox gUnknown_81BCA13
- releaseall
- end
-
-EventScript_1BC020:: @ 81BC020
- setmetatile 5, 3, 709, 0
- return
-
-EventScript_1BC02A:: @ 81BC02A
- setmetatile 5, 3, 761, 1
- return
-
-EventScript_1BC034:: @ 81BC034
- setmetatile 9, 3, 709, 0
- return
-
-EventScript_1BC03E:: @ 81BC03E
- setmetatile 9, 3, 761, 1
- return
-
-EventScript_1BC048:: @ 81BC048
- setmetatile 5, 3, 737, 0
- return
-
-EventScript_1BC052:: @ 81BC052
- setmetatile 5, 3, 759, 1
- return
-
-CeladonCity_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-CeruleanCity_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-CinnabarIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-FiveIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-FourIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-FuchsiaCity_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-IndigoPlateau_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-LavenderTown_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-OneIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-PewterCity_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-Route10_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-Route4_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-SaffronCity_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-SevenIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-SixIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-ThreeIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-TwoIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-VermilionCity_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-ViridianCity_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
- special sub_811999C
- end
-
-EventScript_1BC060:: @ 81BC060
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- special sub_8112364
- lock
- faceplayer
- message Text_1BCCFF
- waitmessage
- multichoice 0, 0, MULTICHOICE_POKEJUMP_DODRIO, FALSE
- switch VAR_RESULT
- case 0, EventScript_1BC0B0
- case 1, EventScript_1BC0BA
- case 2, EventScript_1BC0C4
- case SCR_MENU_CANCEL, EventScript_1BC0C4
- end
-
-EventScript_1BC0B0:: @ 81BC0B0
- msgbox gUnknown_81BCD4D
- release
- end
-
-EventScript_1BC0BA:: @ 81BC0BA
- msgbox gUnknown_81BCE73
- release
- end
-
-EventScript_1BC0C4:: @ 81BC0C4
- msgbox gUnknown_81BCF2E
- release
- end
-
-EventScript_1BC0CE:: @ 81BC0CE
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- special sub_8112364
- lock
- faceplayer
- message Text_1BCF69
- waitmessage
- specialvar VAR_RESULT, IsWirelessAdapterConnected
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BC29C
- delay 60
- special HelpSystem_Disable
- message Text_1BD02D
- waitmessage
- multichoice 0, 0, MULTICHOICE_POKEJUMP_DODRIO, FALSE
- switch VAR_RESULT
- case 0, EventScript_1BC13A
- case 1, EventScript_1BC184
- case 2, EventScript_1BB83F
- case SCR_MENU_CANCEL, EventScript_1BB83F
- end
-
-EventScript_1BC13A:: @ 81BC13A
- setvar VAR_0x8005, 0
- special sub_8149A18
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BC2A6
- msgbox gUnknown_81BD059
- setvar VAR_0x8005, 0
- special ChooseMonForWirelessMinigame
- waitstate
- compare_var_to_value VAR_0x8004, 6
- goto_if ge, EventScript_1BB83F
- call EventScript_1A4EAF
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB83F
- setvar VAR_0x8004, 4
- goto EventScript_1BC1CE
-
-EventScript_1BC183:: @ 81BC183
- end
-
-EventScript_1BC184:: @ 81BC184
- setvar VAR_0x8005, 1
- special sub_81537C0
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BC2A6
- msgbox gUnknown_81BD059
- setvar VAR_0x8005, 1
- special ChooseMonForWirelessMinigame
- waitstate
- compare_var_to_value VAR_0x8004, 6
- goto_if ge, EventScript_1BB83F
- call EventScript_1A4EAF
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB83F
- setvar VAR_0x8004, 6
- goto EventScript_1BC1CE
-
-EventScript_1BC1CD:: @ 81BC1CD
- end
-
-EventScript_1BC1CE:: @ 81BC1CE
- textcolor 3
- message Text_1BD5F1
- waitmessage
- call EventScript_1A6675
- multichoice 13, 6, MULTICHOICE_JOIN_OR_LEAD, FALSE
- switch VAR_RESULT
- case 0, EventScript_1BC23A
- case 1, EventScript_1BC212
- case 2, EventScript_1BB83F
- case SCR_MENU_CANCEL, EventScript_1BB83F
- end
-
-EventScript_1BC212:: @ 81BC212
- call EventScript_1BBF78
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BC262
- compare_var_to_value VAR_RESULT, 5
- goto_if eq, EventScript_1BC1CE
- compare_var_to_value VAR_RESULT, 8
- goto_if eq, EventScript_1BC212
- release
- return
-
-EventScript_1BC23A:: @ 81BC23A
- call EventScript_1BBF80
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BC262
- compare_var_to_value VAR_RESULT, 5
- goto_if eq, EventScript_1BC1CE
- compare_var_to_value VAR_RESULT, 8
- goto_if eq, EventScript_1BC23A
- release
- return
-
-EventScript_1BC262:: @ 81BC262
- messageautoscroll Text_1BD080
- waitmessage
- delay 120
- closemessage
- copyvar VAR_0x8007, VAR_LAST_TALKED
- call EventScript_1BC048
- special DrawWholeMapView
- playse SE_TK_KASYA
- delay 60
- applymovement VAR_LAST_TALKED, Movement_1BB88F
- waitmovement 0
- closemessage
- applymovement 255, Movement_1BB8A2
- waitmovement 0
- hideobject 255, MAP_UNKNOWN_MAP_00_00
- release
- waitstate
- end
-
-EventScript_1BC29C:: @ 81BC29C
- msgbox gUnknown_81BCFE8
- release
- end
-
-EventScript_1BC2A6:: @ 81BC2A6
- msgbox gUnknown_81BD0CF, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BB83F
- compare_var_to_value VAR_0x8005, 0
- call_if eq, EventScript_1BC2D5
- compare_var_to_value VAR_0x8005, 1
- call_if eq, EventScript_1BC2DE
- goto EventScript_1BB83F
-
-EventScript_1BC2D4:: @ 81BC2D4
- end
-
-EventScript_1BC2D5:: @ 81BC2D5
- msgbox gUnknown_81BD14B
- return
-
-EventScript_1BC2DE:: @ 81BC2DE
- msgbox gUnknown_81BD213
- return
-
-TwoIsland_JoyfulGameCorner_EventScript_1BC2E7:: @ 81BC2E7
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- lockall
- special sub_814B504
- waitstate
- releaseall
- end
-
-TwoIsland_JoyfulGameCorner_EventScript_1BC2FC:: @ 81BC2FC
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- lockall
- special sub_8153810
- waitstate
- releaseall
- end
-
-gUnknown_81BC311:: @ 81BC311
- .string "Welcome to the POKéMON CABLE\n"
- .string "CLUB.\p"
- .string "Which of our services do you wish\n"
- .string "to use?$"
-
-gUnknown_81BC35E:: @ 81BC35E
- .string "Which of our services do you wish\n"
- .string "to use?$"
-
-Text_1BC388:: @ 81BC388
- .string "Trade POKéMON with another player\n"
- .string "using a GBA Game Link cable.$"
-
-Text_1BC3C7:: @ 81BC3C7
- .string "You may battle another TRAINER\n"
- .string "using a GBA Game Link cable.$"
-
-Text_1BC403:: @ 81BC403
- .string "おわります$"
-
-gUnknown_81BC409:: @ 81BC409
- .string "For a DOUBLE BATTLE, you must\n"
- .string "have at least two POKéMON.$"
-
-gUnknown_81BC442:: @ 81BC442
- .string "For trading, you must have at\n"
- .string "least two POKéMON with you.$"
-
-gUnknown_81BC47C:: @ 81BC47C
- .string "A POKéMON holding the {STR_VAR_1}\n"
- .string "BERRY can't be traded.$"
-
-gUnknown_81BC4AC:: @ 81BC4AC
- .string "Please wait.\n"
- .string "… … B Button: Cancel$"
-
-gUnknown_81BC4CE:: @ 81BC4CE
- .string "When all players are ready…\n"
- .string "A Button: Confirm\l"
- .string "B Button: Cancel$"
-
-gUnknown_81BC50D:: @ 81BC50D
- .string "Start link with {STR_VAR_1} players.\n"
- .string "A Button: Confirm\l"
- .string "B Button: Cancel$"
-
-gUnknown_81BC54C:: @ 81BC54C
- .string "Awaiting linkup…\n"
- .string "… … B Button: Cancel$"
-
-Text_1BC572:: @ 81BC572
- .string "はじめる まえに レポートを\n"
- .string "かきますが よろしいですか?$"
-
-Text_1BC590:: @ 81BC590
- .string "Please enter.$"
-
-Text_1BC59E:: @ 81BC59E
- .string "I'll direct you to your room now.$"
-
-gUnknown_81BC5C0:: @ 81BC5C0
- .string "Someone is not ready to link.\p"
- .string "Please come back after everyone\n"
- .string "has made preparations.$"
-
-gUnknown_81BC615:: @ 81BC615
- .string "Sorry, we have a link error…\n"
- .string "Please reset and try again.$"
-
-gUnknown_81BC64E:: @ 81BC64E
- .string "The link partners appear to have\n"
- .string "made different selections.$"
-
-gUnknown_81BC68A:: @ 81BC68A
- .string "Please do visit again.$"
-
-gUnknown_81BC6A1:: @ 81BC6A1
- .string "The number of participants is\n"
- .string "incorrect.$"
-
-gUnknown_81BC6CA:: @ 81BC6CA
- .string "The SINGLE BATTLE Mode can't be\n"
- .string "played by {STR_VAR_1} players.$"
-
-gUnknown_81BC700:: @ 81BC700
- .string "The DOUBLE BATTLE Mode can't be\n"
- .string "played by {STR_VAR_1} players.$"
-
-gUnknown_81BC736:: @ 81BC736
- .string "There must be four players to play\n"
- .string "this Battle Mode.$"
-
-gUnknown_81BC76B:: @ 81BC76B
- .string "Please confirm the number of\n"
- .string "players and start again.$"
-
-gUnknown_81BC7A1:: @ 81BC7A1
- .string "The link will be terminated if you\n"
- .string "leave the room. Is that okay?$"
-
-Text_1BC7E2:: @ 81BC7E2
- .string "Terminating link…\n"
- .string "You will be escorted out of\l"
- .string "the room. Please wait.$"
-
-gUnknown_81BC827:: @ 81BC827
- .string "This TRAINER is too busy to\n"
- .string "notice…$"
-
-gUnknown_81BC84B:: @ 81BC84B
- .string "Score! Got to look at {STR_VAR_1}'s\n"
- .string "TRAINER CARD!$"
-
-gUnknown_81BC874:: @ 81BC874
- .string "Score! Got to look at {STR_VAR_1}'s\n"
- .string "TRAINER CARD!\p"
- .string "It's a {STR_VAR_2} card!$"
-
-gUnknown_81BC8AD:: @ 81BC8AD
- .string "Please take your seat and start\n"
- .string "your battle.$"
-
-gUnknown_81BC8DA:: @ 81BC8DA
- .string "Please take your seat and start\n"
- .string "your trade.$"
-
-Text_1BC906:: @ 81BC906
- .string "ごりよう ありがとう ございました$"
-
-Text_1BC918:: @ 81BC918
- .string "The TRAINER CARD data will\n"
- .string "be overwritten.$"
-
-Text_1BC943:: @ 81BC943
- .string "I hope to see you again!$"
-
-gUnknown_81BC95C:: @ 81BC95C
- .string "I'm awfully sorry.\p"
- .string "We're not set up to conduct trades\n"
- .string "with TRAINERS far away in another\l"
- .string "region yet…$"
-
-gUnknown_81BC9C0:: @ 81BC9C0
- .string "The other TRAINER is not ready.$"
-
-gUnknown_81BC9E0:: @ 81BC9E0
- .string "You have at least one POKéMON\n"
- .string "that can't be taken.$"
-
-gUnknown_81BCA13:: @ 81BCA13
- .string "The Wireless Adapter is not\n"
- .string "connected properly.$"
-
-gUnknown_81BCA43:: @ 81BCA43
- .string "Participants are asked to step up\n"
- .string "to the reception counter.$"
-
-Text_1BCA7F:: @ 81BCA7F
- .string "こんにちは!$"
-
-Text_1BCA86:: @ 81BCA86
- .string "しょうしょう おまちください$"
-
-Text_1BCA95:: @ 81BCA95
- .string "You may trade your POKéMON here\n"
- .string "with another TRAINER.$"
-
-Text_1BCACB:: @ 81BCACB
- .string "You may battle with your friends\n"
- .string "here.$"
-
-Text_1BCAF2:: @ 81BCAF2
- .string "Two to five TRAINERS can make\n"
- .string "BERRY POWDER together.$"
-
-Text_1BCB27:: @ 81BCB27
- .string "ワイヤレス クラブでの\n"
- .string "あそびかたを せつめいします$"
-
-Text_1BCB42:: @ 81BCB42
- .string "Cancels the selected MENU item.$"
-
-Text_1BCB62:: @ 81BCB62
- .string "どちらの しょうぶに しますか?$"
-
-Text_1BCB73:: @ 81BCB73
- .string "ひとつ まえに もどります$"
-
-gUnknown_81BCB81:: @ 81BCB81
- .string "To use the BERRY CRUSH service,\n"
- .string "you must have at least one BERRY.$"
-
-gUnknown_81BCBC3:: @ 81BCBC3
- .string "To enter the UNION ROOM, you must\n"
- .string "have at least two POKéMON.$"
-
-gUnknown_81BCC00:: @ 81BCC00
- .string "No POKéMON holding the {STR_VAR_1}\n"
- .string "BERRY may enter the UNION ROOM.$"
-
-gUnknown_81BCC3A:: @ 81BCC3A
- .string "This is the POKéMON WIRELESS CLUB\n"
- .string "UNION ROOM.\p"
- .string "Unfortunately, your Wireless\n"
- .string "Adapter is not connected properly.\p"
- .string "Please do come again.$"
-
-Text_1BCCBE:: @ 81BCCBE
- .string "あ‥‥\n"
- .string "おきゃくさま!$"
-
-Text_1BCCCA:: @ 81BCCCA
- .string "It appears as if {STR_VAR_1} is playing\n"
- .string "right now.\l"
- .string "Go for it!$"
-
-Text_1BCCFF:: @ 81BCCFF
- .string "I can explain game rules to you,\n"
- .string "if you'd like.\p"
- .string "Which game should I describe?$"
-
-gUnknown_81BCD4D:: @ 81BCD4D
- .string "“POKéMON JUMP”\p"
- .string "Make your POKéMON skip the\n"
- .string "VINE WHIP rope with the A Button.\p"
- .string "Only mini POKéMON around 28 inches\n"
- .string "or less may participate.\p"
- .string "POKéMON that only swim, burrow, or\n"
- .string "fly are not good at jumping.\p"
- .string "As a result, those POKéMON may not\n"
- .string "participate.\p"
- .string "Good things happen if everyone\n"
- .string "jumps in time.$"
-
-gUnknown_81BCE73:: @ 81BCE73
- .string "“DODRIO BERRY-PICKING”\p"
- .string "Command DODRIO's three heads to\n"
- .string "catch falling BERRIES.\p"
- .string "Press right, up, or left on the\n"
- .string "{PLUS} Control Pad to move the heads.\p"
- .string "To play this game, you must have\n"
- .string "a DODRIO.$"
-
-gUnknown_81BCF2E:: @ 81BCF2E
- .string "If you want to play a game,\n"
- .string "please tell the man beside me.$"
-
-Text_1BCF69:: @ 81BCF69
- .string "Hi, welcome!\n"
- .string "You can play games over the\l"
- .string "Wireless Communication System.\p"
- .string "Can you wait just a little bit?$"
-
-gUnknown_81BCFD1:: @ 81BCFD1
- .string "All right, come again!$"
-
-gUnknown_81BCFE8:: @ 81BCFE8
- .string "The Wireless Adapter isn't\n"
- .string "connected.\p"
- .string "Come back when it's hooked up!$"
-
-Text_1BD02D:: @ 81BD02D
- .string "All right, which game did you want\n"
- .string "to play?$"
-
-gUnknown_81BD059:: @ 81BD059
- .string "Which POKéMON would you like to\n"
- .string "enter?$"
-
-Text_1BD080:: @ 81BD080
- .string "Okay, you're all good to go.\n"
- .string "Don't let the others beat you!$"
-
-Text_1BD0BC:: @ 81BD0BC
- .string "きょうは けえるのか?\n"
- .string "またこいよ!$"
-
-gUnknown_81BD0CF:: @ 81BD0CF
- .string "It doesn't look like you have any\n"
- .string "POKéMON that you can enter…\p"
- .string "Would you like me to explain what\n"
- .string "kinds of POKéMON can enter?$"
-
-gUnknown_81BD14B:: @ 81BD14B
- .string "“POKéMON JUMP” is open to POKéMON\n"
- .string "around 28 inches or less.\p"
- .string "What you can't enter are those\n"
- .string "POKéMON that can't jump.\p"
- .string "You know, like POKéMON that only\n"
- .string "swim, burrow, or fly.\p"
- .string "That's all you need to know.$"
-
-gUnknown_81BD213:: @ 81BD213
- .string "“DODRIO BERRY-PICKING”…\n"
- .string "Well, the name says it all.\p"
- .string "You have to have a DODRIO to play\n"
- .string "this game.$"
-
-Text_1BD274:: @ 81BD274
- .string "もういちど はじめから\n"
- .string "やりなおして みて くれ$"
-
-Text_1BD28D:: @ 81BD28D
- .string "Welcome to the POKéMON WIRELESS\n"
- .string "CLUB DIRECT CORNER.\p"
- .string "You may interact directly with\n"
- .string "your friends here.\p"
- .string "Which room would you like to\n"
- .string "enter?$"
-
-gUnknown_81BD317:: @ 81BD317
- .string "Would you like to trade POKéMON?$"
-
-Text_1BD338:: @ 81BD338
- .string "Which Battle Mode would you like\n"
- .string "to play?$"
-
-gUnknown_81BD362:: @ 81BD362
- .string "Would you like to use the\n"
- .string "BERRY CRUSH System?$"
-
-gUnknown_81BD390:: @ 81BD390
- .string "There are three Battle Modes.\p"
- .string "SINGLE BATTLE is for two TRAINERS\n"
- .string "with one or more POKéMON each.\p"
- .string "Each TRAINER can have one POKéMON\n"
- .string "in battle at a time.\p"
- .string "DOUBLE BATTLE is for two TRAINERS\n"
- .string "with two or more POKéMON each.\p"
- .string "Each TRAINER will send out two\n"
- .string "POKéMON in battle at a time.\p"
- .string "MULTI BATTLE is for four TRAINERS\n"
- .string "with one or more POKéMON each.\p"
- .string "Each TRAINER can have one POKéMON\n"
- .string "in battle at a time.$"
-
-Text_1BD51B:: @ 81BD51B
- .string "Please decide which of you two\n"
- .string "will become the LEADER.\p"
- .string "The other player must then choose\n"
- .string "“JOIN GROUP.”$"
-
-Text_1BD582:: @ 81BD582
- .string "Please decide which of you four\n"
- .string "will become the GROUP LEADER.\p"
- .string "The other players must then choose\n"
- .string "“JOIN GROUP.”$"
-
-Text_1BD5F1:: @ 81BD5F1
- .string "Please decide which of you will\n"
- .string "become the GROUP LEADER.\p"
- .string "The other players must then choose\n"
- .string "“JOIN GROUP.”$"
-
-Text_1BD65B:: @ 81BD65B
- .string "Welcome to the POKéMON WIRELESS\n"
- .string "CLUB UNION ROOM.\p"
- .string "You may interact directly with\n"
- .string "other TRAINERS here, some of\l"
- .string "whom you may not even know.\p"
- .string "Would you like to enter the ROOM?$"
-
-Text_1BD706:: @ 81BD706
- .string "The TRAINERS in the UNION ROOM\n"
- .string "will be those players around you\l"
- .string "who have also entered the ROOM.\p"
- .string "You may do all sorts of things\n"
- .string "here, such as exchanging greetings.\p"
- .string "You may enter two POKéMON up to\n"
- .string "Lv. 30 for a one-on-one battle.\p"
- .string "You may take part in a chat with\n"
- .string "two to five people.\p"
- .string "Or, you may register a POKéMON for\n"
- .string "trade.\p"
- .string "Would you like to enter the ROOM?$"
-
-gUnknown_81BD86A:: @ 81BD86A
- .string "I hope you enjoy your time in\n"
- .string "the UNION ROOM.$"
-
-gUnknown_81BD898:: @ 81BD898
- .string "Hello!\n"
- .string "My name is TEALA.\p"
- .string "This must be your first time\n"
- .string "up here.\p"
- .string "I'll show you how the Wireless\n"
- .string "Communication System works.\p"
- .string "First, I need to show you this\n"
- .string "floor of our POKéMON CENTER.\p"
- .string "Right this way, please.$"
-
-gUnknown_81BD966:: @ 81BD966
- .string "On the top floor, there are two\n"
- .string "rooms.\p"
- .string "First, the room on the left.\n"
- .string "It's the UNION ROOM.\p"
- .string "You may link up with TRAINERS\n"
- .string "around you who have also entered\l"
- .string "the UNION ROOM.\p"
- .string "With them, you may do things like\n"
- .string "chat, battle, and trade.\p"
- .string "Second, the room on the right is\n"
- .string "the DIRECT CORNER.\p"
- .string "You may trade or battle POKéMON\n"
- .string "with your friends in this room.\p"
- .string "If the Wireless Adapter isn't\n"
- .string "connected, you may still link up\l"
- .string "using a GBA Game Link cable.\p"
- .string "If that is the case, you must go\n"
- .string "to the DIRECT CORNER.\p"
- .string "I hope you enjoy the Wireless \n"
- .string "Communication System.$"
-
-gUnknown_81BDB85:: @ 81BDB85
- .string "Hello, {PLAYER}!\p"
- .string "It's me, TEALA, the POKéMON\n"
- .string "CENTER 2F attendant.\p"
- .string "Is there something you needed to\n"
- .string "ask me about linking?$"
-
-gUnknown_81BDBF8:: @ 81BDBF8
- .string "Let me explain how the POKéMON\n"
- .string "WIRELESS CLUB works.\p"
- .string "On this, the top floor, there are\n"
- .string "two rooms.\p"
- .string "First, the room on the left.\n"
- .string "It's the UNION ROOM.\p"
- .string "You may link up with TRAINERS\n"
- .string "around you who have also entered\l"
- .string "the UNION ROOM.\p"
- .string "With them, you may do things like\n"
- .string "chat, battle, and trade.\p"
- .string "Second, the room on the right is\n"
- .string "the DIRECT CORNER.\p"
- .string "You may trade or battle POKéMON\n"
- .string "with your friends in this room.\p"
- .string "Sometimes, you may not be able to\n"
- .string "find your friends in the UNION ROOM\l"
- .string "or the DIRECT CORNER.\p"
- .string "In that case, please move closer\n"
- .string "to your friends.\p"
- .string "If the Wireless Adapter isn't\n"
- .string "connected, you may still link up\l"
- .string "using a GBA Game Link cable.\p"
- .string "If that is the case, you must go\n"
- .string "to the DIRECT CORNER.\p"
- .string "I hope you enjoy the Wireless \n"
- .string "Communication System.$"
-
-gUnknown_81BDEDF:: @ 81BDEDF
- .string "I hope you enjoy the Wireless\n"
- .string "Communication System.$"
-
-EventScript_InteractWithCutTreeObject:: @ 81BDF13
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- lockall
- checkflag FLAG_BADGE02_GET
- goto_if FALSE, EventScript_1BDF87
- checkpartymove MOVE_CUT
- compare_var_to_value VAR_RESULT, 6
- goto_if eq, EventScript_1BDF87
- setfieldeffectarg 0, VAR_RESULT
- getpartymonname 0, VAR_RESULT
- getmovename 1, MOVE_CUT
- msgbox gUnknown_81BDF94, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BDF91
- msgbox gUnknown_81BDFD7
- closemessage
- dofieldeffect FLDEFF_USE_CUT_ON_TREE
- waitstate
- goto EventScript_1BDF76
- end
-
-gUnknown_81BDF6B:: @ 81BDF6B
- lockall
- dofieldeffect FLDEFF_USE_CUT_ON_TREE
- waitstate
- goto EventScript_1BDF76
- end
-
-EventScript_1BDF76:: @ 81BDF76
- applymovement VAR_LAST_TALKED, Movement_1BDF85
- waitmovement 0
- removeobject VAR_LAST_TALKED
- releaseall
- end
-
-Movement_1BDF85:: @ 81BDF85
- step_69
- step_end
-
-EventScript_1BDF87:: @ 81BDF87
- msgbox gUnknown_81BDFE3, 3
- releaseall
- end
-
-EventScript_1BDF91:: @ 81BDF91
- closemessage
- releaseall
- end
-
-gUnknown_81BDF94:: @ 81BDF94
- .string "This tree looks like it can be CUT\n"
- .string "down!\p"
- .string "Would you like to CUT it?$"
-
-gUnknown_81BDFD7:: @ 81BDFD7
- .string "{STR_VAR_1} used {STR_VAR_2}!$"
-
-gUnknown_81BDFE3:: @ 81BDFE3
- .string "This tree looks like it can be CUT\n"
- .string "down!$"
-
-EventScript_InteractWithRockSmashRockObject:: @ 81BE00C
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- lockall
- checkflag FLAG_BADGE06_GET
- goto_if FALSE, EventScript_1BE091
- checkpartymove MOVE_ROCK_SMASH
- compare_var_to_value VAR_RESULT, 6
- goto_if eq, EventScript_1BE091
- setfieldeffectarg 0, VAR_RESULT
- getpartymonname 0, VAR_RESULT
- getmovename 1, MOVE_ROCK_SMASH
- msgbox Text_1BE09D, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BE09A
- msgbox gUnknown_81BDFD7
- closemessage
- dofieldeffect FLDEFF_USE_ROCK_SMASH
- waitstate
- goto EventScript_1BE06F
- end
-
-EventScript_FldEffRockSmash:: @ 81BE064
- lockall
- dofieldeffect FLDEFF_USE_ROCK_SMASH
- waitstate
- goto EventScript_1BE06F
- end
-
-EventScript_1BE06F:: @ 81BE06F
- applymovement VAR_LAST_TALKED, Movement_1BE08F
- waitmovement 0
- removeobject VAR_LAST_TALKED
- special ScrSpecial_RockSmashWildEncounter
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BE08D
- waitstate
- releaseall
- end
-
-EventScript_1BE08D:: @ 81BE08D
- releaseall
- end
-
-Movement_1BE08F:: @ 81BE08F
- step_68
- step_end
-
-EventScript_1BE091:: @ 81BE091
- msgbox gUnknown_81BE0E2, 3
- end
-
-EventScript_1BE09A:: @ 81BE09A
- closemessage
- releaseall
- end
-
-Text_1BE09D:: @ 81BE09D
- .string "This rock appears to be breakable.\n"
- .string "Would you like to use ROCK SMASH?$"
-
-gUnknown_81BE0E2:: @ 81BE0E2
- .string "It's a rugged rock, but a POKéMON\n"
- .string "may be able to smash it.$"
-
-EventScript_InteractWithStrengthBoulderObject:: @ 81BE11D
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- lockall
- checkflag FLAG_BADGE04_GET
- goto_if FALSE, EventScript_1BE185
- checkflag FLAG_SYS_STRENGTH_ACTIVE
- goto_if TRUE, EventScript_1BE18E
- checkpartymove MOVE_STRENGTH
- compare_var_to_value VAR_RESULT, 6
- goto_if eq, EventScript_1BE185
- setfieldeffectarg 0, VAR_RESULT
- msgbox gUnknown_81BE19A, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BE197
- closemessage
- dofieldeffect FLDEFF_USE_STRENGTH
- waitstate
- goto EventScript_1BE179
- end
-
-EventScript_FldEffStrength:: @ 81BE16E
- lockall
- dofieldeffect FLDEFF_USE_STRENGTH
- waitstate
- goto EventScript_1BE179
- end
-
-EventScript_1BE179:: @ 81BE179
- setflag FLAG_SYS_STRENGTH_ACTIVE
- msgbox gUnknown_81BE1FA, 3
- end
-
-EventScript_1BE185:: @ 81BE185
- msgbox gUnknown_81BE244, 3
- end
-
-EventScript_1BE18E:: @ 81BE18E
- msgbox gUnknown_81BE284, 3
- end
-
-EventScript_1BE197:: @ 81BE197
- closemessage
- releaseall
- end
-
-gUnknown_81BE19A:: @ 81BE19A
- .string "It's a big boulder, but a POKéMON\n"
- .string "may be able to push it aside.\p"
- .string "Would you like to use STRENGTH?$"
-
-gUnknown_81BE1FA:: @ 81BE1FA
- .string "{STR_VAR_1} used STRENGTH!\p"
- .string "{STR_VAR_1}'s STRENGTH made it\n"
- .string "possible to move boulders around!$"
-
-gUnknown_81BE244:: @ 81BE244
- .string "It's a big boulder, but a POKéMON\n"
- .string "may be able to push it aside.$"
-
-gUnknown_81BE284:: @ 81BE284
- .string "STRENGTH made it possible to move\n"
- .string "boulders around.$"
-
-gUnknown_81BE2B7:: @ 81BE2B7
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- lockall
- checkpartymove MOVE_WATERFALL
- compare_var_to_value VAR_RESULT, 6
- goto_if eq, EventScript_1BE300
- getpartymonname 0, VAR_RESULT
- setfieldeffectarg 0, VAR_RESULT
- msgbox gUnknown_81BE33F, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BE308
- msgbox gUnknown_81BE378
- dofieldeffect FLDEFF_USE_WATERFALL
- goto EventScript_1BE308
-
-EventScript_81BE2FF:: @ 81BE2FF
- lockall
-EventScript_1BE300:
- msgbox gUnknown_81BE30A
-EventScript_1BE308:
- releaseall
- end
-
-gUnknown_81BE30A:: @ 81BE30A
- .string "A wall of water is crashing down\n"
- .string "with a mighty roar.$"
-
-gUnknown_81BE33F:: @ 81BE33F
- .string "It's a large waterfall.\n"
- .string "Would you like to use WATERFALL?$"
-
-gUnknown_81BE378:: @ 81BE378
- .string "{STR_VAR_1} used WATERFALL.$"
-
-@ Unused leftover from R/S
-EventScript_1BE38B:: @ 81BE38B
- lockall
- checkpartymove MOVE_DIVE
- compare_var_to_value VAR_RESULT, 6
- goto_if eq, EventScript_1BE3CA
- getpartymonname 0, VAR_RESULT
- setfieldeffectarg 0, VAR_RESULT
- setfieldeffectarg 1, 1
- msgbox gUnknown_81BE469, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BE3D2
- msgbox gUnknown_81BE49B
- dofieldeffect FLDEFF_USE_DIVE
- goto EventScript_1BE3D2
-
-EventScript_1BE3C9:: @ 81BE3C9
- lockall
-EventScript_1BE3CA:
- msgbox Text_1BE42B
-EventScript_1BE3D2:
- releaseall
- end
-
-EventScript_1BE3D4:: @ 81BE3D4
- lockall
- checkpartymove MOVE_DIVE
- compare_var_to_value VAR_RESULT, 6
- goto_if eq, EventScript_1BE412
- getpartymonname 0, VAR_RESULT
- setfieldeffectarg 0, VAR_RESULT
- setfieldeffectarg 1, 1
- msgbox gUnknown_81BE4EF, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BE429
- msgbox gUnknown_81BE49B
- dofieldeffect FLDEFF_USE_DIVE
- goto EventScript_1BE429
-
-EventScript_1BE412:: @ 81BE412
- lockall
- msgbox gUnknown_81BE4A9
- goto EventScript_1BE429
-
-EventScript_1BE420:: @ 81BE420
- lockall
- msgbox gUnknown_81BE52F
-EventScript_1BE429:
- releaseall
- end
-
-Text_1BE42B:: @ 81BE42B
- .string "The sea is deep here. A POKéMON\n"
- .string "may be able to go underwater.$"
-
-gUnknown_81BE469:: @ 81BE469
- .string "The sea is deep here.\n"
- .string "Would you like to use DIVE?$"
-
-gUnknown_81BE49B:: @ 81BE49B
- .string "{STR_VAR_1} used DIVE.$"
-
-gUnknown_81BE4A9:: @ 81BE4A9
- .string "Light is filtering down from above.\n"
- .string "A POKéMON may be able to surface.$"
-
-gUnknown_81BE4EF:: @ 81BE4EF
- .string "Light is filtering down from above.\n"
- .string "Would you like to use DIVE?$"
-
-gUnknown_81BE52F:: @ 81BE52F
- .string "There is an obstacle above.\n"
- .string "DIVE can't be used here.$"
-
-EventScript_FailSweetScent:: @ 81BE564
- msgbox Text_1BE56D, 3
- end
-
-Text_1BE56D:: @ 81BE56D
- .string "Looks like there's nothing here…$"
-
-Route2_EventScript_1BE58E:: @ 81BE58E
- giveitem ITEM_ETHER, 1, 1
- end
-
-Route2_EventScript_1BE59B:: @ 81BE59B
- giveitem ITEM_PARALYZE_HEAL, 1, 1
- end
-
-ViridianForest_EventScript_1BE5A8:: @ 81BE5A8
- giveitem ITEM_POKE_BALL, 1, 1
- end
-
-ViridianForest_EventScript_1BE5B5:: @ 81BE5B5
- giveitem ITEM_ANTIDOTE, 1, 1
- end
-
-ViridianForest_EventScript_1BE5C2:: @ 81BE5C2
- giveitem ITEM_POTION, 1, 1
- end
-
-MtMoon_1F_EventScript_1BE5CF:: @ 81BE5CF
- giveitem ITEM_PARALYZE_HEAL, 1, 1
- end
-
-MtMoon_1F_EventScript_1BE5DC:: @ 81BE5DC
- giveitem ITEM_TM09, 1, 1
- end
-
-MtMoon_1F_EventScript_1BE5E9:: @ 81BE5E9
- giveitem ITEM_POTION, 1, 1
- end
-
-MtMoon_1F_EventScript_1BE5F6:: @ 81BE5F6
- giveitem ITEM_RARE_CANDY, 1, 1
- end
-
-MtMoon_1F_EventScript_1BE603:: @ 81BE603
- giveitem ITEM_ESCAPE_ROPE, 1, 1
- end
-
-MtMoon_1F_EventScript_1BE610:: @ 81BE610
- giveitem ITEM_MOON_STONE, 1, 1
- end
-
-MtMoon_B2F_EventScript_1BE61D:: @ 81BE61D
- giveitem ITEM_STAR_PIECE, 1, 1
- end
-
-MtMoon_B2F_EventScript_1BE62A:: @ 81BE62A
- giveitem ITEM_TM46, 1, 1
- end
-
-Route4_EventScript_1BE637:: @ 81BE637
- giveitem ITEM_TM05, 1, 1
- end
-
-Route24_EventScript_1BE644:: @ 81BE644
- giveitem ITEM_TM45, 1, 1
- end
-
-Route25_EventScript_1BE651:: @ 81BE651
- giveitem ITEM_TM43, 1, 1
- end
-
-SSAnne_1F_Room2_EventScript_1BE65E:: @ 81BE65E
- giveitem ITEM_TM31, 1, 1
- end
-
-SSAnne_2F_Room2_EventScript_1BE66B:: @ 81BE66B
- giveitem ITEM_STARDUST, 1, 1
- end
-
-SSAnne_2F_Room4_EventScript_1BE678:: @ 81BE678
- giveitem ITEM_X_ATTACK, 1, 1
- end
-
-SSAnne_B1F_Room2_EventScript_1BE685:: @ 81BE685
- giveitem ITEM_TM44, 1, 1
- end
-
-SSAnne_B1F_Room3_EventScript_1BE692:: @ 81BE692
- giveitem ITEM_ETHER, 1, 1
- end
-
-SSAnne_B1F_Room5_EventScript_1BE69F:: @ 81BE69F
- giveitem ITEM_SUPER_POTION, 1, 1
- end
-
-SSAnne_Kitchen_EventScript_1BE6AC:: @ 81BE6AC
- giveitem ITEM_GREAT_BALL, 1, 1
- end
-
-Route9_EventScript_1BE6B9:: @ 81BE6B9
- giveitem ITEM_TM40, 1, 1
- end
-
-RocketHideout_B1F_EventScript_1BE6C6:: @ 81BE6C6
- giveitem ITEM_ESCAPE_ROPE, 1, 1
- end
-
-RocketHideout_B1F_EventScript_1BE6D3:: @ 81BE6D3
- giveitem ITEM_HYPER_POTION, 1, 1
- end
-
-RocketHideout_B2F_EventScript_1BE6E0:: @ 81BE6E0
- giveitem ITEM_X_SPEED, 1, 1
- end
-
-RocketHideout_B2F_EventScript_1BE6ED:: @ 81BE6ED
- giveitem ITEM_MOON_STONE, 1, 1
- end
-
-RocketHideout_B2F_EventScript_1BE6FA:: @ 81BE6FA
- giveitem ITEM_TM12, 1, 1
- end
-
-RocketHideout_B2F_EventScript_1BE707:: @ 81BE707
- giveitem ITEM_SUPER_POTION, 1, 1
- end
-
-RocketHideout_B3F_EventScript_1BE714:: @ 81BE714
- giveitem ITEM_RARE_CANDY, 1, 1
- end
-
-RocketHideout_B3F_EventScript_1BE721:: @ 81BE721
- giveitem ITEM_TM21, 1, 1
- end
-
-RocketHideout_B4F_EventScript_1BE72E:: @ 81BE72E
- giveitem ITEM_TM49, 1, 1
- end
-
-RocketHideout_B4F_EventScript_1BE73B:: @ 81BE73B
- giveitem ITEM_MAX_ETHER, 1, 1
- end
-
-RocketHideout_B4F_EventScript_1BE748:: @ 81BE748
- giveitem ITEM_CALCIUM, 1, 1
- end
-
-PokemonTower_3F_EventScript_1BE755:: @ 81BE755
- giveitem ITEM_ESCAPE_ROPE, 1, 1
- end
-
-PokemonTower_4F_EventScript_1BE762:: @ 81BE762
- giveitem ITEM_ELIXIR, 1, 1
- end
-
-PokemonTower_4F_EventScript_1BE76F:: @ 81BE76F
- giveitem ITEM_AWAKENING, 1, 1
- end
-
-PokemonTower_4F_EventScript_1BE77C:: @ 81BE77C
- giveitem ITEM_GREAT_BALL, 1, 1
- end
-
-PokemonTower_5F_EventScript_1BE789:: @ 81BE789
- giveitem ITEM_NUGGET, 1, 1
- end
-
-PokemonTower_6F_EventScript_1BE796:: @ 81BE796
- giveitem ITEM_RARE_CANDY, 1, 1
- end
-
-PokemonTower_6F_EventScript_1BE7A3:: @ 81BE7A3
- giveitem ITEM_X_ACCURACY, 1, 1
- end
-
-Route12_EventScript_1BE7B0:: @ 81BE7B0
- giveitem ITEM_TM48, 1, 1
- end
-
-Route12_EventScript_1BE7BD:: @ 81BE7BD
- giveitem ITEM_IRON, 1, 1
- end
-
-Route15_EventScript_1BE7CA:: @ 81BE7CA
- giveitem ITEM_TM18, 1, 1
- end
-
-SafariZone_Center_EventScript_1BE7D7:: @ 81BE7D7
- giveitem ITEM_NUGGET, 1, 1
- end
-
-SafariZone_East_EventScript_1BE7E4:: @ 81BE7E4
- giveitem ITEM_MAX_POTION, 1, 1
- end
-
-SafariZone_East_EventScript_1BE7F1:: @ 81BE7F1
- giveitem ITEM_FULL_RESTORE, 1, 1
- end
-
-SafariZone_East_EventScript_1BE7FE:: @ 81BE7FE
- giveitem ITEM_TM11, 1, 1
- end
-
-SafariZone_East_EventScript_1BE80B:: @ 81BE80B
- giveitem ITEM_LEAF_STONE, 1, 1
- end
-
-SafariZone_North_EventScript_1BE818:: @ 81BE818
- giveitem ITEM_PROTEIN, 1, 1
- end
-
-SafariZone_North_EventScript_1BE825:: @ 81BE825
- giveitem ITEM_TM47, 1, 1
- end
-
-SafariZone_West_EventScript_1BE832:: @ 81BE832
- giveitem ITEM_TM32, 1, 1
- end
-
-SafariZone_West_EventScript_1BE83F:: @ 81BE83F
- giveitem ITEM_GOLD_TEETH, 1, 1
- end
-
-SafariZone_West_EventScript_1BE84C:: @ 81BE84C
- giveitem ITEM_MAX_POTION, 1, 1
- end
-
-SafariZone_West_EventScript_1BE859:: @ 81BE859
- giveitem ITEM_MAX_REVIVE, 1, 1
- end
-
-SilphCo_3F_EventScript_1BE866:: @ 81BE866
- giveitem ITEM_HYPER_POTION, 1, 1
- end
-
-SilphCo_4F_EventScript_1BE873:: @ 81BE873
- giveitem ITEM_MAX_REVIVE, 1, 1
- end
-
-SilphCo_4F_EventScript_1BE880:: @ 81BE880
- giveitem ITEM_ESCAPE_ROPE, 1, 1
- end
-
-SilphCo_4F_EventScript_1BE88D:: @ 81BE88D
- giveitem ITEM_FULL_HEAL, 1, 1
- end
-
-SilphCo_5F_EventScript_1BE89A:: @ 81BE89A
- giveitem ITEM_PROTEIN, 1, 1
- end
-
-SilphCo_5F_EventScript_1BE8A7:: @ 81BE8A7
- giveitem ITEM_TM01, 1, 1
- end
-
-SilphCo_5F_EventScript_1BE8B4:: @ 81BE8B4
- giveitem ITEM_CARD_KEY, 1, 1
- end
-
-SilphCo_6F_EventScript_1BE8C1:: @ 81BE8C1
- giveitem ITEM_HP_UP, 1, 1
- end
-
-SilphCo_6F_EventScript_1BE8CE:: @ 81BE8CE
- giveitem ITEM_X_SPECIAL, 1, 1
- end
-
-SilphCo_7F_EventScript_1BE8DB:: @ 81BE8DB
- giveitem ITEM_CALCIUM, 1, 1
- end
-
-SilphCo_7F_EventScript_1BE8E8:: @ 81BE8E8
- giveitem ITEM_TM08, 1, 1
- end
-
-SilphCo_10F_EventScript_1BE8F5:: @ 81BE8F5
- giveitem ITEM_CARBOS, 1, 1
- end
-
-SilphCo_10F_EventScript_1BE902:: @ 81BE902
- giveitem ITEM_ULTRA_BALL, 1, 1
- end
-
-SilphCo_10F_EventScript_1BE90F:: @ 81BE90F
- giveitem ITEM_RARE_CANDY, 1, 1
- end
-
-PowerPlant_EventScript_1BE91C:: @ 81BE91C
- giveitem ITEM_MAX_POTION, 1, 1
- end
-
-PowerPlant_EventScript_1BE929:: @ 81BE929
- giveitem ITEM_TM17, 1, 1
- end
-
-PowerPlant_EventScript_1BE936:: @ 81BE936
- giveitem ITEM_TM25, 1, 1
- end
-
-PowerPlant_EventScript_1BE943:: @ 81BE943
- giveitem ITEM_THUNDER_STONE, 1, 1
- end
-
-PowerPlant_EventScript_1BE950:: @ 81BE950
- giveitem ITEM_ELIXIR, 1, 1
- end
-
-PokemonMansion_1F_EventScript_1BE95D:: @ 81BE95D
- giveitem ITEM_CARBOS, 1, 1
- end
-
-PokemonMansion_1F_EventScript_1BE96A:: @ 81BE96A
- giveitem ITEM_ESCAPE_ROPE, 1, 1
- end
-
-PokemonMansion_2F_EventScript_1BE977:: @ 81BE977
- giveitem ITEM_CALCIUM, 1, 1
- end
-
-PokemonMansion_3F_EventScript_1BE984:: @ 81BE984
- giveitem ITEM_MAX_POTION, 1, 1
- end
-
-PokemonMansion_3F_EventScript_1BE991:: @ 81BE991
- giveitem ITEM_IRON, 1, 1
- end
-
-PokemonMansion_B1F_EventScript_1BE99E:: @ 81BE99E
- giveitem ITEM_TM14, 1, 1
- end
-
-PokemonMansion_B1F_EventScript_1BE9AB:: @ 81BE9AB
- giveitem ITEM_FULL_RESTORE, 1, 1
- end
-
-PokemonMansion_B1F_EventScript_1BE9B8:: @ 81BE9B8
- giveitem ITEM_TM22, 1, 1
- end
-
-PokemonMansion_B1F_EventScript_1BE9C5:: @ 81BE9C5
- giveitem ITEM_SECRET_KEY, 1, 1
- end
-
-VictoryRoad_1F_EventScript_1BE9D2:: @ 81BE9D2
- giveitem ITEM_RARE_CANDY, 1, 1
- end
-
-VictoryRoad_1F_EventScript_1BE9DF:: @ 81BE9DF
- giveitem ITEM_TM02, 1, 1
- end
-
-VictoryRoad_2F_EventScript_1BE9EC:: @ 81BE9EC
- giveitem ITEM_GUARD_SPEC, 1, 1
- end
-
-VictoryRoad_2F_EventScript_1BE9F9:: @ 81BE9F9
- giveitem ITEM_TM07, 1, 1
- end
-
-VictoryRoad_2F_EventScript_1BEA06:: @ 81BEA06
- giveitem ITEM_FULL_HEAL, 1, 1
- end
-
-VictoryRoad_2F_EventScript_1BEA13:: @ 81BEA13
- giveitem ITEM_TM37, 1, 1
- end
-
-VictoryRoad_3F_EventScript_1BEA20:: @ 81BEA20
- giveitem ITEM_MAX_REVIVE, 1, 1
- end
-
-VictoryRoad_3F_EventScript_1BEA2D:: @ 81BEA2D
- giveitem ITEM_TM50, 1, 1
- end
-
-CeruleanCave_1F_EventScript_1BEA3A:: @ 81BEA3A
- giveitem ITEM_MAX_ELIXIR, 1, 1
- end
-
-CeruleanCave_1F_EventScript_1BEA47:: @ 81BEA47
- giveitem ITEM_NUGGET, 1, 1
- end
-
-CeruleanCave_1F_EventScript_1BEA54:: @ 81BEA54
- giveitem ITEM_FULL_RESTORE, 1, 1
- end
-
-CeruleanCave_2F_EventScript_1BEA61:: @ 81BEA61
- giveitem ITEM_FULL_RESTORE, 1, 1
- end
-
-CeruleanCave_2F_EventScript_1BEA6E:: @ 81BEA6E
- giveitem ITEM_PP_UP, 1, 1
- end
-
-CeruleanCave_2F_EventScript_1BEA7B:: @ 81BEA7B
- giveitem ITEM_ULTRA_BALL, 1, 1
- end
-
-CeruleanCave_B1F_EventScript_1BEA88:: @ 81BEA88
- giveitem ITEM_MAX_REVIVE, 1, 1
- end
-
-CeruleanCave_B1F_EventScript_1BEA95:: @ 81BEA95
- giveitem ITEM_ULTRA_BALL, 1, 1
- end
-
-FuchsiaCity_Building1_EventScript_1BEAA2:: @ 81BEAA2
- giveitem ITEM_RARE_CANDY, 1, 1
- end
-
-TwoIsland_EventScript_1BEAAF:: @ 81BEAAF
- giveitem ITEM_REVIVE, 1, 1
- end
-
-ThreeIsland_EventScript_1BEABC:: @ 81BEABC
- giveitem ITEM_ZINC, 1, 1
- end
-
-ViridianForest_EventScript_1BEAC9:: @ 81BEAC9
- giveitem ITEM_POTION, 1, 1
- end
-
-MtMoon_B2F_EventScript_1BEAD6:: @ 81BEAD6
- giveitem ITEM_REVIVE, 1, 1
- end
-
-MtMoon_B2F_EventScript_1BEAE3:: @ 81BEAE3
- giveitem ITEM_ANTIDOTE, 1, 1
- end
-
-Route11_EventScript_1BEAF0:: @ 81BEAF0
- giveitem ITEM_X_DEFEND, 1, 1
- end
-
-Route9_EventScript_1BEAFD:: @ 81BEAFD
- giveitem ITEM_BURN_HEAL, 1, 1
- end
-
-RockTunnel_1F_EventScript_1BEB0A:: @ 81BEB0A
- giveitem ITEM_REPEL, 1, 1
- end
-
-RockTunnel_1F_EventScript_1BEB17:: @ 81BEB17
- giveitem ITEM_PEARL, 1, 1
- end
-
-RockTunnel_1F_EventScript_1BEB24:: @ 81BEB24
- giveitem ITEM_ESCAPE_ROPE, 1, 1
- end
-
-RockTunnel_B1F_EventScript_1BEB31:: @ 81BEB31
- giveitem ITEM_REVIVE, 1, 1
- end
-
-RockTunnel_B1F_EventScript_1BEB3E:: @ 81BEB3E
- giveitem ITEM_MAX_ETHER, 1, 1
- end
-
-SilphCo_8F_EventScript_1BEB4B:: @ 81BEB4B
- giveitem ITEM_IRON, 1, 1
- end
-
-SilphCo_11F_EventScript_1BEB58:: @ 81BEB58
- giveitem ITEM_ZINC, 1, 1
- end
-
-PokemonMansion_1F_EventScript_1BEB65:: @ 81BEB65
- giveitem ITEM_PROTEIN, 1, 1
- end
-
-PokemonMansion_2F_EventScript_1BEB72:: @ 81BEB72
- giveitem ITEM_ZINC, 1, 1
- end
-
-PokemonMansion_2F_EventScript_1BEB7F:: @ 81BEB7F
- giveitem ITEM_HP_UP, 1, 1
- end
-
-ViridianCity_EventScript_1BEB8C:: @ 81BEB8C
- giveitem ITEM_POTION, 1, 1
- end
-
-Route11_EventScript_1BEB99:: @ 81BEB99
- giveitem ITEM_GREAT_BALL, 1, 1
- end
-
-Route11_EventScript_1BEBA6:: @ 81BEBA6
- giveitem ITEM_AWAKENING, 1, 1
- end
-
-PokemonTower_5F_EventScript_1BEBB3:: @ 81BEBB3
- giveitem ITEM_CLEANSE_TAG, 1, 1
- end
-
-CeladonCity_EventScript_1BEBC0:: @ 81BEBC0
- giveitem ITEM_ETHER, 1, 1
- end
-
-RocketHideout_B3F_EventScript_1BEBCD:: @ 81BEBCD
- giveitem ITEM_BLACK_GLASSES, 1, 1
- end
-
-SafariZone_North_EventScript_1BEBDA:: @ 81BEBDA
- giveitem ITEM_QUICK_CLAW, 1, 1
- end
-
-SeafoamIslands_1F_EventScript_1BEBE7:: @ 81BEBE7
- giveitem ITEM_ICE_HEAL, 1, 1
- end
-
-SeafoamIslands_B1F_EventScript_1BEBF4:: @ 81BEBF4
- giveitem ITEM_WATER_STONE, 1, 1
- end
-
-SeafoamIslands_B1F_EventScript_1BEC01:: @ 81BEC01
- giveitem ITEM_REVIVE, 1, 1
- end
-
-SeafoamIslands_B2F_EventScript_1BEC0E:: @ 81BEC0E
- giveitem ITEM_BIG_PEARL, 1, 1
- end
-
-SeafoamIslands_B4F_EventScript_1BEC1B:: @ 81BEC1B
- giveitem ITEM_ULTRA_BALL, 1, 1
- end
-
-FourIsland_EventScript_1BEC28:: @ 81BEC28
- giveitem ITEM_STAR_PIECE, 1, 1
- end
-
-FourIsland_EventScript_1BEC35:: @ 81BEC35
- giveitem ITEM_STARDUST, 1, 1
- end
-
-OneIsland_KindleRoad_EventScript_1BEC42:: @ 81BEC42
- giveitem ITEM_ETHER, 1, 1
- end
-
-OneIsland_KindleRoad_EventScript_1BEC4F:: @ 81BEC4F
- giveitem ITEM_MAX_REPEL, 1, 1
- end
-
-OneIsland_KindleRoad_EventScript_1BEC5C:: @ 81BEC5C
- giveitem ITEM_CARBOS, 1, 1
- end
-
-FiveIsland_Meadow_EventScript_1BEC69:: @ 81BEC69
- giveitem ITEM_MAX_POTION, 1, 1
- end
-
-FiveIsland_Meadow_EventScript_1BEC76:: @ 81BEC76
- giveitem ITEM_PP_UP, 1, 1
- end
-
-FiveIsland_MemorialPillar_EventScript_1BEC83:: @ 81BEC83
- giveitem ITEM_METAL_COAT, 1, 1
- end
-
-SixIsland_OutcastIsland_EventScript_1BEC90:: @ 81BEC90
- giveitem ITEM_PP_UP, 1, 1
- end
-
-SixIsland_WaterPath_EventScript_1BEC9D:: @ 81BEC9D
- giveitem ITEM_ELIXIR, 1, 1
- end
-
-SixIsland_WaterPath_EventScript_1BECAA:: @ 81BECAA
- giveitem ITEM_DRAGON_SCALE, 1, 1
- end
-
-SixIsland_RuinValley_EventScript_1BECB7:: @ 81BECB7
- giveitem ITEM_FULL_RESTORE, 1, 1
- end
-
-SixIsland_RuinValley_EventScript_1BECC4:: @ 81BECC4
- giveitem ITEM_HP_UP, 1, 1
- end
-
-SixIsland_RuinValley_EventScript_1BECD1:: @ 81BECD1
- giveitem ITEM_SUN_STONE, 1, 1
- end
-
-SevenIsland_SevaultCanyon_EventScript_1BECDE:: @ 81BECDE
- giveitem ITEM_KINGS_ROCK, 1, 1
- end
-
-SevenIsland_SevaultCanyon_EventScript_1BECEB:: @ 81BECEB
- giveitem ITEM_MAX_ELIXIR, 1, 1
- end
-
-SevenIsland_SevaultCanyon_EventScript_1BECF8:: @ 81BECF8
- giveitem ITEM_NUGGET, 1, 1
- end
-
-ThreeIsland_BerryForest_EventScript_1BED05:: @ 81BED05
- giveitem ITEM_MAX_ETHER, 1, 1
- end
-
-ThreeIsland_BerryForest_EventScript_1BED12:: @ 81BED12
- giveitem ITEM_FULL_HEAL, 1, 1
- end
-
-ThreeIsland_BerryForest_EventScript_1BED1F:: @ 81BED1F
- giveitem ITEM_MAX_ELIXIR, 1, 1
- end
-
-MtEmber_Exterior_EventScript_1BED2C:: @ 81BED2C
- giveitem ITEM_ULTRA_BALL, 1, 1
- end
-
-MtEmber_Exterior_EventScript_1BED39:: @ 81BED39
- giveitem ITEM_FIRE_STONE, 1, 1
- end
-
-MtEmber_Exterior_EventScript_1BED46:: @ 81BED46
- giveitem ITEM_DIRE_HIT, 1, 1
- end
-
-FourIsland_IcefallCave_1F_EventScript_1BED53:: @ 81BED53
- giveitem ITEM_ULTRA_BALL, 1, 1
- end
-
-FourIsland_IcefallCave_1F_EventScript_1BED60:: @ 81BED60
- giveitem ITEM_HM07, 1, 1
- end
-
-FourIsland_IcefallCave_B1F_EventScript_1BED6D:: @ 81BED6D
- giveitem ITEM_FULL_RESTORE, 1, 1
- end
-
-FourIsland_IcefallCave_B1F_EventScript_1BED7A:: @ 81BED7A
- giveitem ITEM_NEVER_MELT_ICE, 1, 1
- end
-
-FiveIsland_RocketWarehouse_EventScript_1BED87:: @ 81BED87
- giveitem ITEM_BIG_PEARL, 1, 1
- end
-
-FiveIsland_RocketWarehouse_EventScript_1BED94:: @ 81BED94
- giveitem ITEM_TM36, 1, 1
- end
-
-FiveIsland_RocketWarehouse_EventScript_1BEDA1:: @ 81BEDA1
- giveitem ITEM_PEARL, 1, 1
- end
-
-FiveIsland_RocketWarehouse_EventScript_1BEDAE:: @ 81BEDAE
- giveitem ITEM_UP_GRADE, 1, 1
- end
-
-FiveIsland_LostCave_Room10_EventScript_1BEDBB:: @ 81BEDBB
- giveitem ITEM_SILK_SCARF, 1, 1
- end
-
-FiveIsland_LostCave_Room11_EventScript_1BEDC8:: @ 81BEDC8
- giveitem ITEM_LAX_INCENSE, 1, 1
- end
-
-FiveIsland_LostCave_Room12_EventScript_1BEDD5:: @ 81BEDD5
- giveitem ITEM_SEA_INCENSE, 1, 1
- end
-
-FiveIsland_LostCave_Room13_EventScript_1BEDE2:: @ 81BEDE2
- giveitem ITEM_MAX_REVIVE, 1, 1
- end
-
-FiveIsland_LostCave_Room14_EventScript_1BEDEF:: @ 81BEDEF
- giveitem ITEM_RARE_CANDY, 1, 1
- end
-
-SevenIsland_SevaultCanyon_House_EventScript_1BEDFC:: @ 81BEDFC
- giveitem ITEM_LUCKY_PUNCH, 1, 1
- end
-
-SilphCo_4F_EventScript_1BEE09:: @ 81BEE09
- giveitem ITEM_TM41, 1, 1
- end
-
-PewterCity_PokemonCenter_1F_EventScript_1BEE16:: @ 81BEE16
- lock
- faceplayer
- compare_var_to_value VAR_0x4001, 1
- goto_if eq, EventScript_1BEE3A
- checkflag FLAG_SYS_SET_TRAINER_CARD_PROFILE
- goto_if TRUE, EventScript_1BEECD
- msgbox Text_1BEF88
- goto EventScript_1BEE44
- end
-
-EventScript_1BEE3A:: @ 81BEE3A
- msgbox gUnknown_81BF36A
- release
- end
-
-EventScript_1BEE44:: @ 81BEE44
- message Text_1BF017
- waitmessage
- multichoice 18, 6, MULTICHOICE_YES_NO_INFO_2, FALSE
- switch VAR_RESULT
- case 0, EventScript_1BEE8F
- case 1, EventScript_1BEEC3
- case 2, EventScript_1BEE81
- case SCR_MENU_CANCEL, EventScript_1BEEC3
- end
-
-EventScript_1BEE81:: @ 81BEE81
- msgbox gUnknown_81BF053
- goto EventScript_1BEE44
- end
-
-EventScript_1BEE8F:: @ 81BEE8F
- msgbox gUnknown_81BF166
- closemessage
- goto EventScript_1BEF5A
- end
-
-EventScript_1BEE9E:: @ 81BEE9E
- msgbox gUnknown_81BF1B2
- release
- end
-
-EventScript_1BEEA8:: @ 81BEEA8
- setvar VAR_0x4001, 1
- setvar VAR_0x8004, 0
- special Special_BufferEasyChatMessage
- waitmessage
- delay 80
- msgbox gUnknown_81BF28E
- release
- end
-
-EventScript_1BEEC3:: @ 81BEEC3
- msgbox gUnknown_81BF17B
- release
- end
-
-EventScript_1BEECD:: @ 81BEECD
- msgbox gUnknown_81BF1E8
- goto EventScript_1BEEDB
- end
-
-EventScript_1BEEDB:: @ 81BEEDB
- message Text_1BF1FB
- waitmessage
- multichoice 18, 6, MULTICHOICE_YES_NO_INFO_2, FALSE
- switch VAR_RESULT
- case 0, EventScript_1BEF26
- case 1, EventScript_1BEF35
- case 2, EventScript_1BEF18
- case SCR_MENU_CANCEL, EventScript_1BEF35
- end
-
-EventScript_1BEF18:: @ 81BEF18
- msgbox gUnknown_81BF053
- goto EventScript_1BEEDB
- end
-
-EventScript_1BEF26:: @ 81BEF26
- msgbox gUnknown_81BF222
- closemessage
- goto EventScript_1BEF5A
- end
-
-EventScript_1BEF35:: @ 81BEF35
- msgbox gUnknown_81BF252
- release
- end
-
-EventScript_1BEF3F:: @ 81BEF3F
- setvar VAR_0x4001, 1
- setvar VAR_0x8004, 0
- special Special_BufferEasyChatMessage
- waitmessage
- delay 80
- msgbox gUnknown_81BF30D
- release
- end
-
-EventScript_1BEF5A:: @ 81BEF5A
- setvar VAR_0x8004, 0
- call EventScript_1A6AC0
- lock
- faceplayer
- compare_var_to_value VAR_0x8004, 0
- goto_if eq, EventScript_1BEF3F
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BEE9E
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BEEA8
- end
-
-Text_1BEF88:: @ 81BEF88
- .string "Hi, glad to meet you!\p"
- .string "…That's unfriendly of you.\n"
- .string "How about saying hi back?\p"
- .string "So, come on, tell me about\n"
- .string "yourself.\p"
- .string "I'd love to hear your profile!$"
-
-Text_1BF017:: @ 81BF017
- .string "Tell me something good about\n"
- .string "yourself. What's your profile?$"
-
-gUnknown_81BF053:: @ 81BF053
- .string "A profile is written using four\n"
- .string "words or phrases.\p"
- .string "There're plenty of words to choose\n"
- .string "from for your profile.\p"
- .string "The words and phrases are placed\n"
- .string "in several convenient groups.\p"
- .string "First, choose a group, then choose\n"
- .string "a word or phrase.\p"
- .string "…It's easier than it sounds.\n"
- .string "Why don't you try it?$"
-
-gUnknown_81BF166:: @ 81BF166
- .string "What's your profile?$"
-
-gUnknown_81BF17B:: @ 81BF17B
- .string "Aww… Don't be like that.\n"
- .string "You can tell me your profile.$"
-
-gUnknown_81BF1B2:: @ 81BF1B2
- .string "Oh, you've decided not to?\n"
- .string "You're fickle, aren't you?$"
-
-gUnknown_81BF1E8:: @ 81BF1E8
- .string "Hi!\n"
- .string "We meet again!$"
-
-Text_1BF1FB:: @ 81BF1FB
- .string "Would you like to change your\n"
- .string "profile?$"
-
-gUnknown_81BF222:: @ 81BF222
- .string "What are you like now?\n"
- .string "I'd really like to know.$"
-
-gUnknown_81BF252:: @ 81BF252
- .string "Okay, you like your profile the\n"
- .string "way it is.\p"
- .string "I think so, too.$"
-
-gUnknown_81BF28E:: @ 81BF28E
- .string "Hmhm…\p"
- .string "Your profile really says something\n"
- .string "about who you are.\p"
- .string "Now that I know you better, it \n"
- .string "makes us better friends than ever!$"
-
-gUnknown_81BF30D:: @ 81BF30D
- .string "Oh, I've heard that before…\p"
- .string "My cousin, who lives far away,\n"
- .string "always used to say that, I think.$"
-
-gUnknown_81BF36A:: @ 81BF36A
- .string "Please tell me more about\n"
- .string "yourself next time!$"
-
-Route5_PokemonDayCare_EventScript_1BF398:: @ 81BF398
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- lock
- faceplayer
- showmoneybox 0, 0, 0
- specialvar VAR_RESULT, IsThereMonInRoute5Daycare
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BF46E
- msgbox Text_19DD66, 5
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BF3DD
- msgbox Text_19DDB2
- goto EventScript_1BF541
- end
-
-EventScript_1BF3DD:: @ 81BF3DD
- specialvar VAR_RESULT, CountPartyNonEggMons
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BF452
- msgbox Text_19DDBE
- fadescreen 1
- hidemoneybox 0, 0
- special ChooseSendDaycareMon
- waitstate
- showmoneybox 0, 0, 0
- compare_var_to_value VAR_0x8004, 6
- goto_if ge, EventScript_1BF444
- specialvar VAR_RESULT, CountPartyAliveNonEggMons_IgnoreVar0x8004Slot
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1BF460
- specialvar VAR_0x8005, GetSelectedMonNickAndSpecies
- msgbox Text_19DDF9
- waitse
- playmoncry VAR_0x8005, 0
- msgbox Text_19DE24
- waitmoncry
- special PutMonInRoute5Daycare
- incrementgamestat GAME_STAT_USED_DAYCARE
- goto EventScript_1BF541
- end
-
-EventScript_1BF444:: @ 81BF444
- msgbox Text_19DDDC
- goto EventScript_1BF541
- end
-
-EventScript_1BF452:: @ 81BF452
- msgbox Text_19DEF5
- goto EventScript_1BF541
- end
-
-EventScript_1BF460:: @ 81BF460
- msgbox Text_19DF1D
- goto EventScript_1BF541
- end
-
-EventScript_1BF46E:: @ 81BF46E
- setvar VAR_0x8004, 0
- specialvar VAR_RESULT, GetNumLevelsGainedForRoute5DaycareMon
- compare_var_to_value VAR_RESULT, 0
- call_if ne, EventScript_1BF4AA
- compare_var_to_value VAR_RESULT, 0
- call_if eq, EventScript_1BF4B3
- special GetCostToWithdrawRoute5DaycareMon
- msgbox Text_19DE80, 5
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BF4BC
- goto EventScript_1BF444
- end
-
-EventScript_1BF4AA:: @ 81BF4AA
- msgbox Text_19DF56
- return
-
-EventScript_1BF4B3:: @ 81BF4B3
- msgbox Text_19DE3C
- return
-
-EventScript_1BF4BC:: @ 81BF4BC
- specialvar VAR_RESULT, CalculatePlayerPartyCount
- compare_var_to_value VAR_RESULT, 6
- goto_if eq, EventScript_1BF533
- specialvar VAR_RESULT, IsEnoughForCostInVar0x8005
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BF4EA
- msgbox Text_19E001
- goto EventScript_1BF541
- end
-
-EventScript_1BF4EA:: @ 81BF4EA
- setvar VAR_0x8004, 0
- specialvar VAR_RESULT, TakePokemonFromRoute5Daycare
- special SubtractMoneyFromVar0x8005
- updatemoneybox 0, 0, 0
- copyvar VAR_0x8008, VAR_RESULT
- countpokemon
- subvar VAR_RESULT, 1
- getpartymonname 0, VAR_RESULT
- copyvar VAR_RESULT, VAR_0x8008
- msgbox Text_19DEAF
- textcolor 3
- waitse
- playmoncry VAR_RESULT, 0
- msgbox Text_19DECF
- call EventScript_1A6675
- waitmoncry
- goto EventScript_1BF541
- end
-
-EventScript_1BF533:: @ 81BF533
- msgbox Text_19DFC2
- goto EventScript_1BF541
- end
-
-EventScript_1BF541:: @ 81BF541
- hidemoneybox 0, 0
- release
- end
-
-EventScript_81BF546:: @ 81BF546
- lockall
- msgbox Text_1BFB5A
- special EggHatch
- waitstate
- releaseall
- end
-
-gUnknown_81BF555:: @ 81BF555
- .string "I'm the DAY-CARE MAN.\p"
- .string "I help take care of the precious\n"
- .string "POKéMON of TRAINERS.\p"
- .string "If you'd like me to raise your\n"
- .string "POKéMON, have a word with my wife.$"
-
-gUnknown_81BF5E3:: @ 81BF5E3
- .string "Ah, it's you!\p"
- .string "We were raising your POKéMON, and\n"
- .string "my goodness, were we surprised!\p"
- .string "Your POKéMON had an EGG!\p"
- .string "We don't know how it got there,\n"
- .string "but your POKéMON had it.\p"
- .string "You do want it, yes?$"
-
-gUnknown_81BF69A:: @ 81BF69A
- .string "Ah, it's you! Good to see you.\n"
- .string "Your {STR_VAR_1}'s doing fine.$"
-
-gUnknown_81BF6CF:: @ 81BF6CF
- .string "Well then, I'll keep it.\n"
- .string "Thanks!$"
-
-gUnknown_81BF6F0:: @ 81BF6F0
- .string "You have no room for it…\n"
- .string "Come back when you've made room.$"
-
-Text_1BF72A:: @ 81BF72A
- .string "{PLAYER} received the EGG from\n"
- .string "the DAY-CARE MAN.$"
-
-gUnknown_81BF755:: @ 81BF755
- .string "Take good care of it.$"
-
-Text_1BF76B:: @ 81BF76B
- .string "ポケモンを ひきとりたい ときは\n"
- .string "ばさんに いって おくれ$"
-
-gUnknown_81BF789:: @ 81BF789
- .string "Ah, it's you! Your {STR_VAR_1} and\n"
- .string "{STR_VAR_2} are doing fine.$"
-
-gUnknown_81BF7B6:: @ 81BF7B6
- .string "I really will keep it.\n"
- .string "You do want this, yes?$"
-
-gUnknown_81BF7E4:: @ 81BF7E4
- .string "I'm the DAY-CARE LADY.\p"
- .string "We can raise POKéMON for you.\p"
- .string "Would you like us to raise one?$"
-
-gUnknown_81BF839:: @ 81BF839
- .string "Which POKéMON should we raise for\n"
- .string "you?$"
-
-gUnknown_81BF860:: @ 81BF860
- .string "Fine, we'll raise your {STR_VAR_1}\n"
- .string "for a while.\p"
- .string "Come back for it later.$"
-
-gUnknown_81BF89F:: @ 81BF89F
- .string "We can raise two of your POKéMON.\p"
- .string "Would you like us to raise one\n"
- .string "more POKéMON for you?$"
-
-gUnknown_81BF8F6:: @ 81BF8F6
- .string "My husband was looking for you.$"
-
-gUnknown_81BF916:: @ 81BF916
- .string "Oh, fine, then.\n"
- .string "Come again.$"
-
-gUnknown_81BF932:: @ 81BF932
- .string "You don't have enough money…$"
-
-gUnknown_81BF94F:: @ 81BF94F
- .string "Will you take back the other one,\n"
- .string "too?$"
-
-gUnknown_81BF976:: @ 81BF976
- .string "Fine.\n"
- .string "Come again.$"
-
-gUnknown_81BF988:: @ 81BF988
- .string "Ah, it's you!\n"
- .string "Good to see you.\p"
- .string "Your POKéMON can only be doing\n"
- .string "good!$"
-
-gUnknown_81BF9CC:: @ 81BF9CC
- .string "By level, your {STR_VAR_1} has\n"
- .string "grown by {STR_VAR_2}.$"
-
-gUnknown_81BF9EF:: @ 81BF9EF
- .string "Your POKéMON party is full.\n"
- .string "Make room, then come see me.$"
-
-Text_1BFA28:: @ 81BFA28
- .string "どっちの ポケモンを ひきとるかい?$"
-
-gUnknown_81BFA3B:: @ 81BFA3B
- .string "If you want your {STR_VAR_1} back,\n"
- .string "it will cost ¥{STR_VAR_2}.$"
-
-gUnknown_81BFA67:: @ 81BFA67
- .string "Perfect!\n"
- .string "Here's your POKéMON.$"
-
-gUnknown_81BFA85:: @ 81BFA85
- .string "{PLAYER} took back {STR_VAR_1} from\n"
- .string "the DAY-CARE LADY.$"
-
-gUnknown_81BFAAD:: @ 81BFAAD
- .string "Oh? But you have just one\n"
- .string "POKéMON.\p"
- .string "Come back another time.$"
-
-gUnknown_81BFAE8:: @ 81BFAE8
- .string "Will you take your POKéMON back?$"
-
-gUnknown_81BFB09:: @ 81BFB09
- .string "If you leave me that POKéMON,\n"
- .string "what will you battle with?\p"
- .string "Come back another time.$"
-
-Text_1BFB5A:: @ 81BFB5A
- .string "Huh?$"
-
-EventScript_81BFB5F:: @ 81BFB5F
- animateflash 0
- setflashradius 0
- end
-
-EventScript_RepelWoreOff:: @ 81BFB65
- msgbox Text_1BFB6E, 3
- end
-
-Text_1BFB6E:: @ 81BFB6E
- .string "REPEL's effect wore off…$"
+@@ Block below consists of at least safari_zone.inc and flavor_text.inc. JP text making it hard to define boundaries
EventScript_SafariWarpOut:: @ 81BFB87
setvar VAR_MAP_SCENE_FUCHSIA_CITY_SAFARI_ZONE_ENTRANCE, 3
@@ -11743,9 +2341,9 @@ EventScript_1BFB98:: @ 81BFB98
EventScript_SafariRetire:: @ 81BFBAA
lockall
- msgbox Text_1BFBE9, 5
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1BFBC0
+ msgbox Text_1BFBE9, MSGBOX_YESNO
+ compare VAR_RESULT, YES
+ goto_if_eq EventScript_1BFBC0
releaseall
end
@@ -12247,14 +2845,14 @@ Text_1C0DD4:: @ 81C0DD4
.string "ほんだなに ならんでいるのは\n"
.string "ポケモンの ほん ばかりだ$"
-Text_1C0DF1:: @ 81C0DF1
+Text_ATownMap:: @ 81C0DF1
.string "A TOWN MAP.$"
gUnknown_81C0DFD:: @ 81C0DFD
.string "Wow!\n"
.string "Tons of POKéMON stuff!$"
-gUnknown_81C0E19:: @ 81C0E19
+Text_DishesPlatesNeatlyLinedUp:: @ 81C0E19
.string "Dishes and plates are neatly\n"
.string "lined up.$"
@@ -12360,2538 +2958,11 @@ gUnknown_81C1300:: @ 81C1300
.string "There's a POKéMON on TV!\n"
.string "It looks like it's having fun.$"
-EventScript_1C1338:: @ 81C1338
- map_script_2 VAR_0x4030, 0, EventScript_1C1348
- .2byte 0
- copyvar VAR_0x4030, 1
- end
-
-EventScript_1C1348:: @ 81C1348
- lockall
- delay 20
- applymovement 255, Movement_1C137A
- waitmovement 0
- playse SE_RU_HYUU
- delay 60
- warphole 0xFFFF
- waitstate
- end
-
-EventScript_1C1361:: @ 81C1361
- lockall
- delay 20
- applymovement 255, Movement_1C137A
- waitmovement 0
- playse SE_RU_HYUU
- delay 60
- special DoFallWarp
- waitstate
- end
-
-Movement_1C137A:: @ 81C137A
- step_60
- step_end
-
-gUnknown_81C137C:: @ 81C137C
- .string "The battery isn't charged enough.\p"
- .string "No. of steps required to fully\n"
- .string "charge the battery: {STR_VAR_1}{PAUSE_UNTIL_PRESS}$"
-
-gUnknown_81C13D6:: @ 81C13D6
- .string "There are no TRAINERS within range\n"
- .string "who can battle…\p"
- .string "The VS SEEKER was turned off.{PAUSE_UNTIL_PRESS}$"
-
-gUnknown_81C1429:: @ 81C1429
- .string "The other TRAINERS don't appear\n"
- .string "to be ready for battle.\p"
- .string "Let's wait till later.{PAUSE_UNTIL_PRESS}$"
-
-Text_1C147A:: @ 81C147A
- .string "Hey!\n"
- .string "I saw you in VIRIDIAN FOREST!$"
-
-Text_1C149D:: @ 81C149D
- .string "Hi! I like shorts!\n"
- .string "They're comfy and easy to wear!\p"
- .string "You should be wearing shorts, too!$"
-
-Text_1C14F3:: @ 81C14F3
- .string "Excuse me!\n"
- .string "You keep looking at me, don't you?$"
-
-Text_1C1521:: @ 81C1521
- .string "You're a TRAINER, aren't you?\n"
- .string "Let's get with it right away!$"
-
-Text_1C155D:: @ 81C155D
- .string "That look you give me…\n"
- .string "It intrigues me so!$"
-
-Text_1C1588:: @ 81C1588
- .string "Hey! What's wrong with you?\n"
- .string "You're still not wearing shorts!$"
-
-Text_1C15C5:: @ 81C15C5
- .string "I'll battle you with the POKéMON\n"
- .string "I started raising.$"
-
-Text_1C15F9:: @ 81C15F9
- .string "Eek!\n"
- .string "Did you push me?$"
-
-Text_1C160F:: @ 81C160F
- .string "I always catch mushroom POKéMON\n"
- .string "on MT. MOON.$"
-
-Text_1C163C:: @ 81C163C
- .string "Oh! You're that nosy kid who\n"
- .string "eavesdropped on us!$"
-
-Text_1C166D:: @ 81C166D
- .string "Excuse me! Didn't I tell you that\n"
- .string "this is a private conversation?\p"
- .string "You shouldn't be listening in,\n"
- .string "you uncouth person!$"
-
-Text_1C16E2:: @ 81C16E2
- .string "I'm trying to find something good\n"
- .string "that's not a BUG POKéMON, but…$"
-
-Text_1C1723:: @ 81C1723
- .string "Huh?\n"
- .string "You want to go with me again?$"
-
-Text_1C1746:: @ 81C1746
- .string "Me?\n"
- .string "Well, okay. I'll play this once.$"
-
-Text_1C176B:: @ 81C176B
- .string "Hey, long time!\n"
- .string "Have you gotten better?$"
-
-Text_1C1793:: @ 81C1793
- .string "You are good at POKéMON, but how\n"
- .string "is your chemistry grade?$"
-
-Text_1C17CD:: @ 81C17CD
- .string "All right!\n"
- .string "Let's play another game!$"
-
-Text_1C17F1:: @ 81C17F1
- .string "You need strategy to win at\n"
- .string "battling.\p"
- .string "Are you following my advice?$"
-
-Text_1C1834:: @ 81C1834
- .string "I've collected many NIDORAN.\n"
- .string "I don't want them to evolve, but…$"
-
-Text_1C1873:: @ 81C1873
- .string "School is fun, but I still think\n"
- .string "POKéMON are fun, too.$"
-
-Text_1C18AA:: @ 81C18AA
- .string "MEOWTH and PERSIAN are so cute,\n"
- .string "meow, meow, meow!$"
-
-Text_1C18DC:: @ 81C18DC
- .string "We may look silly standing here\n"
- .string "like this, but I can still battle.$"
-
-Text_1C191F:: @ 81C191F
- .string "I'm a rambling, gaming dude!\n"
- .string "I'm on a winning streak!$"
-
-Text_1C1955:: @ 81C1955
- .string "What's a cute, round, and fluffy\n"
- .string "POKéMON?\p"
- .string "You already know, don't you?$"
-
-Text_1C199C:: @ 81C199C
- .string "My bike's still acting up, man.$"
-
-Text_1C19BC:: @ 81C19BC
- .string "Okay, kid!\n"
- .string "Don't expect mercy this time!$"
-
-Text_1C19E5:: @ 81C19E5
- .string "ELI: Our twin power became even\n"
- .string "better!$"
-
-Text_1C1A0D:: @ 81C1A0D
- .string "ANNE: Our twin power powered up!$"
-
-Text_1C1A2E:: @ 81C1A2E
- .string "We're to battle again?\n"
- .string "This time, you're mine!$"
-
-Text_1C1A5D:: @ 81C1A5D
- .string "I haven't forgotten you were with\n"
- .string "those good-looking POKéMON.$"
-
-Text_1C1A9B:: @ 81C1A9B
- .string "I'm taking ROCK TUNNEL to go to\n"
- .string "LAVENDER…\p"
- .string "But I keep getting stopped by\n"
- .string "everyone along the way…$"
-
-Text_1C1AFB:: @ 81C1AFB
- .string "Don't you dare patronize me today!\n"
- .string "We're playing for keeps!$"
-
-Text_1C1B37:: @ 81C1B37
- .string "Bwahaha!\n"
- .string "Great! I was bored again, eh!$"
-
-Text_1C1B5E:: @ 81C1B5E
- .string "Hahaha!\n"
- .string "A little toughie, as always!$"
-
-Text_1C1B83:: @ 81C1B83
- .string "I got up early every day to train\n"
- .string "my POKéMON from cocoons!$"
-
-Text_1C1BBE:: @ 81C1BBE
- .string "Hahahaha!\n"
- .string "I'll win this time!$"
-
-Text_1C1BDC:: @ 81C1BDC
- .string "Go win, my super BUG POKéMON!$"
-
-Text_1C1BFA:: @ 81C1BFA
- .string "Wow, you came here again?\n"
- .string "Maybe you're a POKéMANIAC, too?\l"
- .string "Want to see my collection?$"
-
-Text_1C1C4F:: @ 81C1C4F
- .string "Ha-hahah-ah-ha!\n"
- .string "I can't stop sneezing!$"
-
-Text_1C1C76:: @ 81C1C76
- .string "Hi, kid!\n"
- .string "Did I show you my POKéMON?$"
-
-Text_1C1C9A:: @ 81C1C9A
- .string "I went out to a POKéMON GYM again.\p"
- .string "…But I lost as usual.$"
-
-Text_1C1CD3:: @ 81C1CD3
- .string "Ah!\n"
- .string "This mountain air is delicious!\l"
- .string "It's so good, I can't leave!$"
-
-Text_1C1D14:: @ 81C1D14
- .string "My head is starting to spin.\n"
- .string "I've been hiking for too long…$"
-
-Text_1C1D50:: @ 81C1D50
- .string "Win, lose, or draw!\n"
- .string "Now for our rematch!$"
-
-Text_1C1D79:: @ 81C1D79
- .string "Competing is the ultimate thrill.\n"
- .string "I still can't get enough!$"
-
-Text_1C1DB5:: @ 81C1DB5
- .string "You know, right?\n"
- .string "Let's go, but don't cheat!$"
-
-Text_1C1DE1:: @ 81C1DE1
- .string "Hi, there!\p"
- .string "But be careful!\n"
- .string "I'm still laying down some cables!$"
-
-Text_1C1E1F:: @ 81C1E1F
- .string "I became a TRAINER a while ago.\n"
- .string "But, I think I can win.$"
-
-Text_1C1E57:: @ 81C1E57
- .string "Fwahaha!\n"
- .string "I have never lost!\p"
- .string "…And if I did, I've forgotten all\n"
- .string "about it!$"
-
-Text_1C1E9F:: @ 81C1E9F
- .string "I have never won before…\p"
- .string "Perhaps I am destined to remain\n"
- .string "that way…$"
-
-Text_1C1EE2:: @ 81C1EE2
- .string "I'm the best in my class.\n"
- .string "I train every morning and night!$"
-
-Text_1C1F1D:: @ 81C1F1D
- .string "Keep your eyes out for live wires!$"
-
-Text_1C1F40:: @ 81C1F40
- .string "I raised my POKéMON carefully.\n"
- .string "They should be ready by now.\l"
- .string "This time, they should win, too.$"
-
-Text_1C1F9D:: @ 81C1F9D
- .string "Yeah!\n"
- .string "I got a bite, here!\l"
- .string "Th-this might be the real thing!$"
-
-Text_1C1FD8:: @ 81C1FD8
- .string "You're finally here.\n"
- .string "Fishing is a waiting game.$"
-
-Text_1C2008:: @ 81C2008
- .string "Still can't find a MOON STONE…\n"
- .string "Have you found one?$"
-
-Text_1C203B:: @ 81C203B
- .string "Electricity has always been my\n"
- .string "specialty.\p"
- .string "I don't know a thing about POKéMON\n"
- .string "of the sea, though.$"
-
-Text_1C209C:: @ 81C209C
- .string "The FISHING FOOL vs. POKéMON KID!\n"
- .string "Another round, fight!$"
-
-Text_1C20D4:: @ 81C20D4
- .string "I love fishing, don't get me wrong.\n"
- .string "But, I wish I had more work…\l"
- .string "…It's hard to give up fishing!$"
-
-Text_1C2134:: @ 81C2134
- .string "What's catching?\p"
- .string "You'll never know unless you beat\n"
- .string "me!$"
-
-Text_1C216B:: @ 81C216B
- .string "JES: I'll win here today and\n"
- .string "propose to my GIA.$"
-
-Text_1C219B:: @ 81C219B
- .string "GIA: Hey, JES…\n"
- .string "I've been waiting a long time now.\p"
- .string "If we win today, I'll marry you!$"
-
-Text_1C21EE:: @ 81C21EE
- .string "My bird POKéMON remember you!$"
-
-Text_1C220C:: @ 81C220C
- .string "I want to be the best TRAINER \n"
- .string "while I'm a kid!$"
-
-Text_1C223C:: @ 81C223C
- .string "Wow!\n"
- .string "You got more cool BADGES!$"
-
-Text_1C225B:: @ 81C225B
- .string "My cutely grown POKéMON wish to\n"
- .string "become reacquainted with you.$"
-
-Text_1C2299:: @ 81C2299
- .string "I cleaned out my savings and\n"
- .string "bought more CARBOS.$"
-
-Text_1C22CA:: @ 81C22CA
- .string "I'm not going to lose this time.\n"
- .string "The wind's blowing my way!$"
-
-Text_1C2306:: @ 81C2306
- .string "Oh, you're back?\p"
- .string "Sure, I'll play again with you,\n"
- .string "sweetie.$"
-
-Text_1C2340:: @ 81C2340
- .string "Can't you forget that you battled\n"
- .string "with me?$"
-
-Text_1C236B:: @ 81C236B
- .string "What're you starin' at?$"
-
-Text_1C2383:: @ 81C2383
- .string "I always go with bird POKéMON.\n"
- .string "I've dedicated myself to them.$"
-
-Text_1C23C1:: @ 81C23C1
- .string "I used TMs to teach good moves\n"
- .string "to my POKéMON.$"
-
-Text_1C23EF:: @ 81C23EF
- .string "My bird POKéMON should be ready\n"
- .string "for battle this time.$"
-
-Text_1C2425:: @ 81C2425
- .string "Are you using TMs on POKéMON?\n"
- .string "Just holding them is useless.$"
-
-Text_1C2461:: @ 81C2461
- .string "Have you taught your bird POKéMON\n"
- .string "how to FLY?\p"
- .string "You'll be able to soar with it into\n"
- .string "the sky! Give it a try.$"
-
-Text_1C24CB:: @ 81C24CB
- .string "The legend of the winged mirages…\n"
- .string "You've heard it, right?$"
-
-Text_1C2505:: @ 81C2505
- .string "I'm really not into it, but okay.\n"
- .string "Let's go!$"
-
-Text_1C2531:: @ 81C2531
- .string "Hey!\n"
- .string "I remember you!\p"
- .string "C'mon, c'mon.\n"
- .string "Let's go, let's go, let's go!$"
-
-Text_1C2572:: @ 81C2572
- .string "You're here again, huh?\n"
- .string "Shut up and battle.$"
-
-Text_1C259E:: @ 81C259E
- .string "We've been riding here because of\n"
- .string "the wide-open spaces.$"
-
-Text_1C25D6:: @ 81C25D6
- .string "POKéMON battle, right?\n"
- .string "Cool! Rumble!$"
-
-Text_1C25FB:: @ 81C25FB
- .string "KIRI: JAN, I hope we win today.$"
-
-Text_1C261B:: @ 81C261B
- .string "JAN: KIRI, here we go!\n"
- .string "Let's win for sure this time!$"
-
-Text_1C2650:: @ 81C2650
- .string "I'm going to keep battling with the\n"
- .string "POKéMON I got in trades.$"
-
-Text_1C268D:: @ 81C268D
- .string "You look gentle, so I think I can\n"
- .string "beat you.\p"
- .string "I'll give it one more go!$"
-
-Text_1C26D3:: @ 81C26D3
- .string "When I whistle, bird POKéMON\n"
- .string "gather around.\p"
- .string "They're amazingly cute!$"
-
-Text_1C2717:: @ 81C2717
- .string "Hmm? My birds are shivering!\n"
- .string "Wait, aren't you that TRAINER…$"
-
-Text_1C2753:: @ 81C2753
- .string "Oh, you're a little cutie!\n"
- .string "So like a darling POKéMON!\l"
- .string "I remember you now!$"
-
-Text_1C279D:: @ 81C279D
- .string "I raise POKéMON for protection\n"
- .string "because I live alone.\p"
- .string "That hasn't changed.$"
-
-Text_1C27E7:: @ 81C27E7
- .string "Hey, kid! C'mon!\n"
- .string "I got these off some loser!$"
-
-Text_1C2814:: @ 81C2814
- .string "Fork over all your cash when you\n"
- .string "lose to me, kid!$"
-
-Text_1C2846:: @ 81C2846
- .string "What's cool and happening?\n"
- .string "Trading POKéMON, of course.$"
-
-Text_1C287D:: @ 81C287D
- .string "Want to play with my POKéMON\n"
- .string "again?$"
-
-Text_1C28A1:: @ 81C28A1
- .string "MYA: Hi, we keep meeting,\n"
- .string "don't we?\p"
- .string "Help me train my little brother\n"
- .string "again?$"
-
-Text_1C28EC:: @ 81C28EC
- .string "RON: My sister's gotten more\n"
- .string "powerful…$"
-
-Text_1C2913:: @ 81C2913
- .string "What do you want?$"
-
-Text_1C2925:: @ 81C2925
- .string "Nice BIKE!\n"
- .string "Hand it over quick!$"
-
-Text_1C2944:: @ 81C2944
- .string "Come out and play, little mouse.\n"
- .string "I'll treat you right!$"
-
-Text_1C297B:: @ 81C297B
- .string "Hey, wait a second!\n"
- .string "Don't call me and then run away!$"
-
-Text_1C29B0:: @ 81C29B0
- .string "I'm feeling hungry and mean!\n"
- .string "I really need a punching bag!$"
-
-Text_1C29EB:: @ 81C29EB
- .string "Hey, there!\n"
- .string "We'll have ourselves a good time!$"
-
-Text_1C2A19:: @ 81C2A19
- .string "JED: Are you here to see our\n"
- .string "love, which knows no bounds?$"
-
-Text_1C2A53:: @ 81C2A53
- .string "LEA: Sometimes, the intensity of\n"
- .string "our love scares me.$"
-
-Text_1C2A88:: @ 81C2A88
- .string "I told you, there's no getting rich\n"
- .string "quick in battling kids.$"
-
-Text_1C2AC4:: @ 81C2AC4
- .string "I'm mighty proud of my bod, kiddo.\n"
- .string "Come on!$"
-
-Text_1C2AF0:: @ 81C2AF0
- .string "You out for a stroll?$"
-
-Text_1C2B06:: @ 81C2B06
- .string "We're BIKERS!\n"
- .string "We rule the roads, man!$"
-
-Text_1C2B2C:: @ 81C2B2C
- .string "VOLTORB's going to seriously\n"
- .string "electrify you today!$"
-
-Text_1C2B5E:: @ 81C2B5E
- .string "I leveled up my POKéMON, but it\n"
- .string "absolutely won't evolve. Why?$"
-
-Text_1C2B9C:: @ 81C2B9C
- .string "Gaah! I really need to exercise\n"
- .string "and seriously trim some flab!$"
-
-Text_1C2BDA:: @ 81C2BDA
- .string "Be a rebel!$"
-
-Text_1C2BE6:: @ 81C2BE6
- .string "Yep, that's a nice BIKE!\n"
- .string "How's it handle?$"
-
-Text_1C2C10:: @ 81C2C10
- .string "Get lost, kid!\n"
- .string "I'm bushed!$"
-
-Text_1C2C2B:: @ 81C2C2B
- .string "I've been checking every grassy\n"
- .string "area for new POKéMON.\p"
- .string "But it's not always easy…$"
-
-Text_1C2C7B:: @ 81C2C7B
- .string "Koorukukukoo!\n"
- .string "Is my birdcall getting better?$"
-
-Text_1C2CA8:: @ 81C2CA8
- .string "I warned you before, this is my\n"
- .string "turf!\p"
- .string "I don't want you coming around.$"
-
-Text_1C2CEE:: @ 81C2CEE
- .string "I'm almost warmed up to go\n"
- .string "out for a swim.$"
-
-Text_1C2D19:: @ 81C2D19
- .string "Wait! Slow down!\n"
- .string "What if you have a heart attack?$"
-
-Text_1C2D4B:: @ 81C2D4B
- .string "I love swimming!\n"
- .string "I guess you're the surfing type.$"
-
-Text_1C2D7D:: @ 81C2D7D
- .string "What's beyond the horizon?\n"
- .string "Have you seen?$"
-
-Text_1C2DA7:: @ 81C2DA7
- .string "I tried diving for POKéMON again,\n"
- .string "but it was a no-go like before.$"
-
-Text_1C2DE9:: @ 81C2DE9
- .string "I look at the sea to forget all\n"
- .string "the bad things that happened.\p"
- .string "…Like losing to you the last time!$"
-
-Text_1C2E4A:: @ 81C2E4A
- .string "You always get to ride your\n"
- .string "POKéMON…\p"
- .string "It looks so relaxing.\n"
- .string "Can I have it if I win?$"
-
-Text_1C2E9D:: @ 81C2E9D
- .string "Swimming's great!\n"
- .string "Sunburns aren't!$"
-
-Text_1C2EC0:: @ 81C2EC0
- .string "These waters are treacherous!\n"
- .string "You shouldn't come back here!$"
-
-Text_1C2EFC:: @ 81C2EFC
- .string "I swam here with my friends…\n"
- .string "I'm tired…\l"
- .string "Must we really battle again?$"
-
-Text_1C2F41:: @ 81C2F41
- .string "LIA: You know my brother just\n"
- .string "became a TRAINER, right?\p"
- .string "I want to make him better, so I\n"
- .string "need your help again.$"
-
-Text_1C2FAE:: @ 81C2FAE
- .string "LUC: My big sis taught me all\n"
- .string "about POKéMON.\p"
- .string "I wonder if I'm better?$"
-
-Text_1C2FF3:: @ 81C2FF3
- .string "The water is shallow here.\n"
- .string "There are many people swimming.$"
-
-Text_1C302E:: @ 81C302E
- .string "Are you jealous that I'm\n"
- .string "vacationing on SEAFOAM?$"
-
-Text_1C305F:: @ 81C305F
- .string "I love floating with the fishes\n"
- .string "here among the waves.$"
-
-Text_1C3095:: @ 81C3095
- .string "Were you on vacation, too?$"
-
-Text_1C30B0:: @ 81C30B0
- .string "Check out my physique!\p"
- .string "It's even more buff than ever\n"
- .string "before!$"
-
-Text_1C30ED:: @ 81C30ED
- .string "Why are you riding a POKéMON?\n"
- .string "Haven't you learned to swim yet?$"
-
-Text_1C312C:: @ 81C312C
- .string "I rode my bird POKéMON here.$"
-
-Text_1C3149:: @ 81C3149
- .string "My boyfriend gave me big pearls.\n"
- .string "And, they've grown bigger!$"
-
-Text_1C3185:: @ 81C3185
- .string "I swam here from CINNABAR ISLAND.\n"
- .string "It wasn't easy, like I said.$"
-
-Text_1C31C4:: @ 81C31C4
- .string "CINNABAR, in the west, has a LAB\n"
- .string "for POKéMON.\p"
- .string "My daddy works there.$"
-
-Text_1C3208:: @ 81C3208
- .string "You want to know if the fish are\n"
- .string "biting?$"
-
-Text_1C3231:: @ 81C3231
- .string "I got a big haul again!\n"
- .string "Wanna go for it once more?$"
-
-Text_1C3264:: @ 81C3264
- .string "The sea cleanses my body and soul!$"
-
-Text_1C3287:: @ 81C3287
- .string "きょうも およぎに\n"
- .string "きちまったぜ$"
-
-Text_1C3298:: @ 81C3298
- .string "I caught my POKéMON at sea.\n"
- .string "And that's where I train them.$"
-
-Text_1C32D3:: @ 81C32D3
- .string "Right now, I'm in another triathlon\n"
- .string "meet!$"
-
-Text_1C32FD:: @ 81C32FD
- .string "Ahh!\n"
- .string "Feel the sun and the wind!$"
-
-Text_1C331D:: @ 81C331D
- .string "Hey, cut it out already.\n"
- .string "You always scare away the fish!$"
-
-Text_1C3356:: @ 81C3356
- .string "Keep me company till I get a hit.$"
-
-Text_1C3378:: @ 81C3378
- .string "LIL: Huh? A battle again?\n"
- .string "IAN, can't you do it alone?$"
-
-Text_1C33AE:: @ 81C33AE
- .string "IAN: My sis is still a slob.\n"
- .string "Help me get her into shape!$"
-
-Text_1C33E7:: @ 81C33E7
- .string "I won't lose while I'm here!$"
-
-Text_1C3404:: @ 81C3404
- .string "Dad took me to a great party on\n"
- .string "the S.S. ANNE at VERMILION CITY.$"
-
-Text_1C3445:: @ 81C3445
- .string "I'm a cool guy.\n"
- .string "I've got a girlfriend!\p"
- .string "I'll show her how cool I am for\n"
- .string "sure this time!$"
-
-Text_1C349C:: @ 81C349C
- .string "Hi!\n"
- .string "My boyfriend is cool!\l"
- .string "My conditioning's good today!$"
-
-Text_1C34D4:: @ 81C34D4
- .string "I had this feeling…\n"
- .string "I knew I had to battle you again!$"
-
-Text_1C350A:: @ 81C350A
- .string "My friend has many cute POKéMON.\n"
- .string "I'm so jealous!$"
-
-Text_1C353B:: @ 81C353B
- .string "I just trained up on MT. MOON,\n"
- .string "but I've still got gas in the tank!$"
-
-Text_1C357E:: @ 81C357E
- .string "A POKéMANIAC lives on the cape.\n"
- .string "Have you seen his collection?$"
-
-Text_1C35BC:: @ 81C35BC
- .string "You're going to see BILL again?\n"
- .string "First, we battle!$"
-
-Text_1C35EE:: @ 81C35EE
- .string "I saw your feat from the grass!$"
-
-Text_1C360E:: @ 81C360E
- .string "Okay!\n"
- .string "I'll stomp you!$"
-
-Text_1C3624:: @ 81C3624
- .string "You always look so busy…\n"
- .string "Aren't you getting tired?$"
-
-Text_1C3657:: @ 81C3657
- .string "You really must love coming to\n"
- .string "NUGGET BRIDGE.$"
-
-Text_1C3685:: @ 81C3685
- .string "The time we battled…\p"
- .string "Even though I was the second in\n"
- .string "line, I was the best, wasn't I?$"
-
-Text_1C36DA:: @ 81C36DA
- .string "People call this the NUGGET\n"
- .string "BRIDGE!\p"
- .string "You've already beaten us, so you're\n"
- .string "not allowed to take the challenge…\p"
- .string "…But, you're welcome to battle with\n"
- .string "us again.$"
-
-Text_1C3773:: @ 81C3773
- .string "Lying back, rocked by the waves…\n"
- .string "I don't notice time slipping by…$"
-
-Text_1C37B5:: @ 81C37B5
- .string "The weather's gorgeous!\n"
- .string "I'll try not to spoil it.$"
-
-Text_1C37E7:: @ 81C37E7
- .string "My sunburn is starting to hurt…$"
-
-Text_1C3807:: @ 81C3807
- .string "The fire bird's mountain casts\n"
- .string "a huge shadow…$"
-
-Text_1C3835:: @ 81C3835
- .string "I have this strong feeling that\n"
- .string "I can win this time!$"
-
-Text_1C386A:: @ 81C386A
- .string "Wait! Wait a second!\n"
- .string "I'm sure I've hooked a big one!$"
-
-Text_1C389F:: @ 81C389F
- .string "You'll help me out with my\n"
- .string "training again?$"
-
-Text_1C38CA:: @ 81C38CA
- .string "We haven't missed a single day of\n"
- .string "training yet!$"
-
-Text_1C38FA:: @ 81C38FA
- .string "Every morning, before breakfast,\n"
- .string "I swim around this island…\l"
- .string "Three times!$"
-
-Text_1C3943:: @ 81C3943
- .string "Dress appropriately for battle!\n"
- .string "Lose that frivolous outfit, I said!$"
-
-Text_1C3987:: @ 81C3987
- .string "You know, everything tastes great\n"
- .string "when you're out in the wild.$"
-
-Text_1C39C6:: @ 81C39C6
- .string "I ate too much again, so will you\n"
- .string "battle us for some exercise?$"
-
-Text_1C3A05:: @ 81C3A05
- .string "KIA: My big brother and I make\n"
- .string "an awesome combination!\p"
- .string "We won't lose this time!$"
-
-Text_1C3A55:: @ 81C3A55
- .string "MIK: Together with KIA, we're\n"
- .string "afraid of nothing!\p"
- .string "We'll prove it to you this time!$"
-
-Text_1C3AA7:: @ 81C3AA7
- .string "Are we to battle again?$"
-
-Text_1C3ABF:: @ 81C3ABF
- .string "From where have you come, and\n"
- .string "where are you bound?$"
-
-Text_1C3AF2:: @ 81C3AF2
- .string "I want to swim without my float\n"
- .string "ring soon.$"
-
-Text_1C3B1D:: @ 81C3B1D
- .string "Yay, yay!\n"
- .string "POKéMON!$"
-
-Text_1C3B30:: @ 81C3B30
- .string "Oh, no, didn't I tell you already?\n"
- .string "Please, stay away from me!$"
-
-Text_1C3B6E:: @ 81C3B6E
- .string "JOY: We've gotten stronger!\n"
- .string "Lots and lots!$"
-
-Text_1C3B99:: @ 81C3B99
- .string "MEG: You can't beat us today!$"
-
-Text_1C3BB7:: @ 81C3BB7
- .string "Oh, hello!\p"
- .string "Are you raising your POKéMON in a\n"
- .string "good environment?$"
-
-Text_1C3BF6:: @ 81C3BF6
- .string "With these hands, I will create\n"
- .string "my victory today.$"
-
-Text_1C3C28:: @ 81C3C28
- .string "Must I repeat myself?\n"
- .string "I'm trying to paint.\l"
- .string "Please keep out of my sight!$"
-
-Text_1C3C70:: @ 81C3C70
- .string "I haven't made any progress…\n"
- .string "I still can't get the right angle…$"
-
-Text_1C3CB0:: @ 81C3CB0
- .string "Oh, you will give me another\n"
- .string "opportunity to match wits with you?$"
-
-Text_1C3CF1:: @ 81C3CF1
- .string "They're almost finished making the\n"
- .string "pool for my POKéMON.\p"
- .string "You must drop in for a visit.$"
-
-Text_1C3D47:: @ 81C3D47
- .string "I'm a good runner.\n"
- .string "I've gotten even faster!$"
-
-Text_1C3D73:: @ 81C3D73
- .string "I say, friend!\n"
- .string "Let us enjoy our time together!$"
-
-Text_1C3DA2:: @ 81C3DA2
- .string "I'm the eldest of the BIRD\n"
- .string "BROTHERS. Remember me?\p"
- .string "That's right, I'm the one who loves\n"
- .string "birds for their beaks!$"
-
-Text_1C3E0F:: @ 81C3E0F
- .string "I'm the middle kid of the BIRD\n"
- .string "BROTHERS.\p"
- .string "I'm the one that loves wings.\n"
- .string "Let's battle again!$"
-
-Text_1C3E6A:: @ 81C3E6A
- .string "I'm the youngest of the BIRD\n"
- .string "BROTHERS.\p"
- .string "I love birds for their down.\n"
- .string "I didn't think I'd see you again!$"
-
-Text_1C3ED0:: @ 81C3ED0
- .string "I'm still having no luck at all.\n"
- .string "A battle'd be a change of pace!$"
-
-Text_1C3F11:: @ 81C3F11
- .string "Gasp… Gasp…\p"
- .string "I swam here from SIX ISLAND's port\n"
- .string "in one go again.$"
-
-Text_1C3F51:: @ 81C3F51
- .string "You always come along while I'm\n"
- .string "swimming.$"
-
-Text_1C3F7B:: @ 81C3F7B
- .string "AVA: Let's have another\n"
- .string "two-on-two marine battle today!$"
-
-Text_1C3FB3:: @ 81C3FB3
- .string "GEB: My big sister and I are way\n"
- .string "tougher than before!$"
-
-Text_1C3FE9:: @ 81C3FE9
- .string "…Huh?\p"
- .string "I envision my house, but TELEPORT\n"
- .string "always brings me here!$"
-
-Text_1C4028:: @ 81C4028
- .string "Oh, hello.\n"
- .string "A pleasant breeze is blowing again.$"
-
-Text_1C4057:: @ 81C4057
- .string "Hehehe, I'm practicing in secret\n"
- .string "again.$"
-
-Text_1C407F:: @ 81C407F
- .string "What, you're sick of seeing\n"
- .string "SWIMMERS like me?\p"
- .string "Aww, don't be hatin'!\n"
- .string "Battle with me again.$"
-
-Text_1C40D9:: @ 81C40D9
- .string "Sigh…\n"
- .string "My boyfriend's busy again…$"
-
-Text_1C40FA:: @ 81C40FA
- .string "Come on, tell me, where are the\n"
- .string "mountains around these parts?$"
-
-Text_1C4138:: @ 81C4138
- .string "MIU: Hello, POKéMON!\n"
- .string "It's time to play again!$"
-
-Text_1C4166:: @ 81C4166
- .string "MIA: Hello, POKéMON!\n"
- .string "It's time to battle again!$"
-
-Text_1C4196:: @ 81C4196
- .string "There appear to be many secrets\n"
- .string "still unsolved in this world.$"
-
-Text_1C41D4:: @ 81C41D4
- .string "Hi, didn't we meet before?\n"
- .string "What compelled you to come back?$"
-
-Text_1C4210:: @ 81C4210
- .string "It's been said that there are\n"
- .string "mysterious stones on this island.\p"
- .string "Have you discovered anything since\n"
- .string "we last met?$"
-
-Text_1C4280:: @ 81C4280
- .string "A rematch with you, so high up!$"
-
-Text_1C42A0:: @ 81C42A0
- .string "I'm pretty familiar with the land\n"
- .string "around these parts.$"
-
-Text_1C42D6:: @ 81C42D6
- .string "I sensed your approach.$"
-
-Text_1C42EE:: @ 81C42EE
- .string "Somewhere on this island, peculiar\n"
- .string "POKéMON are sleeping.$"
-
-Text_1C4327:: @ 81C4327
- .string "Kyahaha!\p"
- .string "Coming back won't change a thing.\n"
- .string "I'll flick you away effortlessly!$"
-
-Text_1C4374:: @ 81C4374
- .string "Howdy! You're a member of my\n"
- .string "fan club, isn't that right?$"
-
-Text_1C43AD:: @ 81C43AD
- .string "This island is too spread out…\n"
- .string "Patrolling the place is a drag…$"
-
-Text_1C43EC:: @ 81C43EC
- .string "I don't forgive people who abuse\n"
- .string "POKéMON!$"
-
-Text_1C4416:: @ 81C4416
- .string "EVE: I'll team up with JON and\n"
- .string "battle together again.$"
-
-Text_1C444C:: @ 81C444C
- .string "JON: When I'm with EVE, it feels\n"
- .string "like we could never lose, not ever.$"
-
-Text_1C4491:: @ 81C4491
- .string "Let's have another battle.\n"
- .string "My conditioning's in top form!$"
-
-Text_1C44CB:: @ 81C44CB
- .string "It doesn't matter if you happen to\n"
- .string "have the strongest POKéMON…\p"
- .string "It doesn't mean a thing if you don't\n"
- .string "know how to use them properly!$"
-
-Text_1C454E:: @ 81C454E
- .string "I work to protect the environment.\n"
- .string "In turn, nature protects me!$"
-
-Text_1C458E:: @ 81C458E
- .string "Every time we meet, you have those\n"
- .string "snazzy shoes on.$"
-
-Text_1C45C2:: @ 81C45C2
- .string "You must have gotten tougher.\n"
- .string "Let me battle you, please!$"
-
-Text_1C45FB:: @ 81C45FB
- .string "I was given the best possible\n"
- .string "education to become this strong.\p"
- .string "I won't lose this time.\n"
- .string "Absolutely not!$"
-
-Text_1C4662:: @ 81C4662
- .string "LEX: My darling NYA, together\n"
- .string "we will win for certain!$"
-
-Text_1C4699:: @ 81C4699
- .string "NYA: I won't drag down my mentor\n"
- .string "LEX! We're going to win!$"
-
-Text_1C46D3:: @ 81C46D3
- .string "Have you discovered anything about\n"
- .string "this stone chamber?$"
-
-Text_1C470A:: @ 81C470A
- .string "A mystic POKéMON is said to sleep\n"
- .string "inside here.$"
-
-Text_1C4739:: @ 81C4739
- .string "My teacher is showing me how to\n"
- .string "paint some more.$"
-
-Text_1C476A:: @ 81C476A
- .string "Today, in addition to our lesson,\n"
- .string "we came to see the chamber again.$"
-
-VictoryRoad_2F_EventScript_1C47AE:: @ 81C47AE
- lock
- faceplayer
- checkflag FLAG_TUTOR_DOUBLE_EDGE
- goto_if TRUE, EventScript_1C480C
- msgbox Text_1749F9, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4802
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4802
- msgbox Text_174AE2
- setvar VAR_0x8005, MOVETUTOR_DOUBLE_EDGE
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4802
- setflag FLAG_TUTOR_DOUBLE_EDGE
- goto EventScript_1C480C
- end
-
-EventScript_1C4802:: @ 81C4802
- msgbox Text_174ABC
- release
- end
-
-EventScript_1C480C:: @ 81C480C
- msgbox Text_174B0C
- release
- end
-
-EventScript_1C4816:: @ 81C4816
- lock
- faceplayer
- checkflag FLAG_TUTOR_THUNDER_WAVE
- goto_if TRUE, EventScript_1C4874
- msgbox Text_175711, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C486A
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C486A
- msgbox Text_1757C1
- setvar VAR_0x8005, MOVETUTOR_THUNDER_WAVE
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C486A
- setflag FLAG_TUTOR_THUNDER_WAVE
- goto EventScript_1C4874
- end
-
-EventScript_1C486A:: @ 81C486A
- msgbox Text_17579D
- release
- end
-
-EventScript_1C4874:: @ 81C4874
- msgbox Text_1757EC
- release
- end
-
-RockTunnel_B1F_EventScript_1C487E:: @ 81C487E
- lock
- faceplayer
- checkflag FLAG_TUTOR_ROCK_SLIDE
- goto_if TRUE, EventScript_1C48DC
- msgbox Text_1799E0, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C48D2
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C48D2
- msgbox Text_179AE1
- setvar VAR_0x8005, MOVETUTOR_ROCK_SLIDE
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C48D2
- setflag FLAG_TUTOR_ROCK_SLIDE
- goto EventScript_1C48DC
- end
-
-EventScript_1C48D2:: @ 81C48D2
- msgbox Text_179AC0
- release
- end
-
-EventScript_1C48DC:: @ 81C48DC
- msgbox Text_179B0A
- release
- end
-
-MtEmber_Exterior_EventScript_1C48E6:: @ 81C48E6
- lock
- faceplayer
- checkflag FLAG_TUTOR_EXPLOSION
- goto_if TRUE, EventScript_1C4944
- msgbox Text_17A642, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C493A
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C493A
- msgbox Text_17A717
- setvar VAR_0x8005, MOVETUTOR_EXPLOSION
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C493A
- setflag FLAG_TUTOR_EXPLOSION
- goto EventScript_1C4944
- end
-
-EventScript_1C493A:: @ 81C493A
- msgbox Text_17A6ED
- release
- end
-
-EventScript_1C4944:: @ 81C4944
- msgbox Text_17A756
- release
- end
-
-Route4_EventScript_1C494E:: @ 81C494E
- lock
- faceplayer
- checkflag FLAG_TUTOR_META_PUNCH
- goto_if TRUE, EventScript_1C49AC
- msgbox Text_1839D5, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C49A2
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C49A2
- msgbox Text_183ABF
- setvar VAR_0x8005, MOVETUTOR_MEGA_PUNCH
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C49A2
- setflag FLAG_TUTOR_META_PUNCH
- goto EventScript_1C49AC
- end
-
-EventScript_1C49A2:: @ 81C49A2
- msgbox Text_183A83
- release
- end
-
-EventScript_1C49AC:: @ 81C49AC
- msgbox Text_183AE2
- release
- end
-
-Route4_EventScript_1C49B6:: @ 81C49B6
- lock
- faceplayer
- checkflag FLAG_TUTOR_MEGA_KICK
- goto_if TRUE, EventScript_1C4A14
- msgbox Text_183B74, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4A0A
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4A0A
- msgbox Text_183C68
- setvar VAR_0x8005, MOVETUTOR_MEGA_KICK
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4A0A
- setflag FLAG_TUTOR_MEGA_KICK
- goto EventScript_1C4A14
- end
-
-EventScript_1C4A0A:: @ 81C4A0A
- msgbox Text_183C25
- release
- end
-
-EventScript_1C4A14:: @ 81C4A14
- msgbox Text_183C94
- release
- end
-
-EventScript_1C4A1E:: @ 81C4A1E
- lock
- faceplayer
- checkflag FLAG_TUTOR_DREAM_EATER
- goto_if TRUE, EventScript_1C4A7C
- msgbox Text_17E316, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4A72
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4A72
- msgbox Text_17E3F1
- setvar VAR_0x8005, MOVETUTOR_DREAM_EATER
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4A72
- setflag FLAG_TUTOR_DREAM_EATER
- goto EventScript_1C4A7C
- end
-
-EventScript_1C4A72:: @ 81C4A72
- msgbox Text_17E3E9
- release
- end
-
-EventScript_1C4A7C:: @ 81C4A7C
- msgbox Text_17E41B
- release
- end
-
-EventScript_1C4A86:: @ 81C4A86
- lock
- faceplayer
- checkflag FLAG_TUTOR_SOFT_BOILED
- goto_if TRUE, EventScript_1C4AE4
- msgbox Text_180388, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4ADA
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4ADA
- msgbox Text_180484
- setvar VAR_0x8005, MOVETUTOR_SOFT_BOILED
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4ADA
- setflag FLAG_TUTOR_SOFT_BOILED
- goto EventScript_1C4AE4
- end
-
-EventScript_1C4ADA:: @ 81C4ADA
- msgbox Text_18043F
- release
- end
-
-EventScript_1C4AE4:: @ 81C4AE4
- msgbox Text_1804C4
- release
- end
-
-FuchsiaCity_EventScript_1C4AEE:: @ 81C4AEE
- lock
- faceplayer
- checkflag FLAG_TUTOR_SUBSTITUTE
- goto_if TRUE, EventScript_1C4B4C
- msgbox Text_180948, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4B42
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4B42
- msgbox Text_180A57
- setvar VAR_0x8005, MOVETUTOR_SUBSTITUTE
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4B42
- setflag FLAG_TUTOR_SUBSTITUTE
- goto EventScript_1C4B4C
- end
-
-EventScript_1C4B42:: @ 81C4B42
- msgbox Text_180A32
- release
- end
-
-EventScript_1C4B4C:: @ 81C4B4C
- msgbox Text_180A80
- release
- end
-
-SevenIsland_EventScript_1C4B56:: @ 81C4B56
- lock
- faceplayer
- checkflag FLAG_TUTOR_SWORDS_DANCE
- goto_if TRUE, EventScript_1C4BB4
- msgbox Text_182F01, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4BAA
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4BAA
- msgbox Text_182FD9
- setvar VAR_0x8005, MOVETUTOR_SWORDS_DANCE
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4BAA
- setflag FLAG_TUTOR_SWORDS_DANCE
- goto EventScript_1C4BB4
- end
-
-EventScript_1C4BAA:: @ 81C4BAA
- msgbox Text_182FC1
- release
- end
-
-EventScript_1C4BB4:: @ 81C4BB4
- msgbox Text_18300D
- release
- end
-
-PewterCity_Museum_1F_EventScript_1C4BBE:: @ 81C4BBE
- lock
- faceplayer
- checkflag FLAG_TUTOR_SEISMIC_TOSS
- goto_if TRUE, EventScript_1C4C1C
- msgbox Text_1909A3, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4C12
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4C12
- msgbox Text_190AD5
- setvar VAR_0x8005, MOVETUTOR_SEISMIC_TOSS
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4C12
- setflag FLAG_TUTOR_SEISMIC_TOSS
- goto EventScript_1C4C1C
- end
-
-EventScript_1C4C12:: @ 81C4C12
- msgbox Text_190AA9
- release
- end
-
-EventScript_1C4C1C:: @ 81C4C1C
- msgbox Text_190B00
- release
- end
-
-EventScript_1C4C26:: @ 81C4C26
- lock
- faceplayer
- checkflag FLAG_TUTOR_COUNTER
- goto_if TRUE, EventScript_1C4C84
- msgbox Text_195928, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4C7A
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4C7A
- msgbox Text_195A08
- setvar VAR_0x8005, MOVETUTOR_COUNTER
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4C7A
- setflag FLAG_TUTOR_COUNTER
- goto EventScript_1C4C84
- end
-
-EventScript_1C4C7A:: @ 81C4C7A
- msgbox Text_1959CC
- release
- end
-
-EventScript_1C4C84:: @ 81C4C84
- msgbox Text_195A31
- release
- end
-
-EventScript_1C4C8E:: @ 81C4C8E
- lock
- faceplayer
- checkflag FLAG_TUTOR_METRONOME
- goto_if TRUE, EventScript_1C4CEC
- msgbox Text_19A137, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4CE2
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4CE2
- msgbox Text_19A1EA
- setvar VAR_0x8005, MOVETUTOR_METRONOME
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4CE2
- setflag FLAG_TUTOR_METRONOME
- goto EventScript_1C4CEC
- end
-
-EventScript_1C4CE2:: @ 81C4CE2
- msgbox Text_19A1CB
- release
- end
-
-EventScript_1C4CEC:: @ 81C4CEC
- msgbox Text_19A20E
- release
- end
-
-EventScript_1C4CF6:: @ 81C4CF6
- checkflag FLAG_TUTOR_MIMIC
- goto_if TRUE, EventScript_1C4D59
- msgbox Text_19AD85, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4D4F
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4D4F
- msgbox Text_19ADEE
- setvar VAR_0x8005, MOVETUTOR_MIMIC
- call EventScript_1C4F30
- lock
- faceplayer
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4D4F
- removeitem ITEM_POKE_DOLL, 1
- setflag FLAG_TUTOR_MIMIC
- goto EventScript_1C4D59
- end
-
-EventScript_1C4D4F:: @ 81C4D4F
- msgbox Text_19ADD8
- release
- end
-
-EventScript_1C4D59:: @ 81C4D59
- checkplayergender
- compare_var_to_value VAR_RESULT, 0
- call_if eq, EventScript_1C4D72
- compare_var_to_value VAR_RESULT, 1
- call_if eq, EventScript_1C4D7B
- release
- end
-
-EventScript_1C4D72:: @ 81C4D72
- msgbox Text_19AE1C
- return
-
-EventScript_1C4D7B:: @ 81C4D7B
- msgbox Text_19AE90
- return
-
-FourIsland_House1_EventScript_1C4D84:: @ 81C4D84
- lock
- faceplayer
- checkflag FLAG_TUTOR_BODY_SLAM
- goto_if TRUE, EventScript_1C4DE2
- msgbox Text_1A3505, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4DD8
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4DD8
- msgbox Text_1A35DA
- setvar VAR_0x8005, MOVETUTOR_BODY_SLAM
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4DD8
- setflag FLAG_TUTOR_BODY_SLAM
- goto EventScript_1C4DE2
- end
-
-EventScript_1C4DD8:: @ 81C4DD8
- msgbox Text_1A35C7
- release
- end
-
-EventScript_1C4DE2:: @ 81C4DE2
- msgbox Text_1A3609
- release
- end
-
-TwoIsland_CapeBrink_House_EventScript_1C4DEC:: @ 81C4DEC
- special sub_8110AB4
- compare_var_to_value VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- special sub_8112364
- lock
- faceplayer
- checkflag FLAG_LEARNED_ALL_MOVES_AT_CAPE_BRINK
- goto_if TRUE, EventScript_1C4EA1
- checkflag FLAG_TEMP_2
- goto_if TRUE, EventScript_1C4E97
- getfirstpartymonname 0
- msgbox Text_1A46C6
- specialvar VAR_RESULT, Special_CapeBrinkGetMoveToTeachLeadPokemon
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4F26
- copyvar VAR_0x8009, VAR_0x8005
- compare_var_to_value VAR_FACING, 2
- call_if eq, EventScript_1C4EF0
- compare_var_to_value VAR_FACING, 1
- call_if eq, EventScript_1C4EFB
- compare_var_to_value VAR_FACING, 4
- call_if eq, EventScript_1C4F06
- compare_var_to_value VAR_FACING, 3
- call_if eq, EventScript_1C4F11
- msgbox Text_1A4751, 5
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4F1C
- call EventScript_1C4F37
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4F1C
- msgbox Text_1A4814
- closemessage
- fadescreen 1
- goto EventScript_1C4EDA
-
-EventScript_1C4E8F:: @ 81C4E8F
- fadescreen 0
- goto EventScript_1C4EAB
- end
-
-EventScript_1C4E97:: @ 81C4E97
- msgbox Text_1A48B3
- release
- end
-
-EventScript_1C4EA1:: @ 81C4EA1
- msgbox Text_1A4972
- release
- end
-
-EventScript_1C4EAB:: @ 81C4EAB
- copyvar VAR_0x8005, VAR_0x8009
- specialvar VAR_RESULT, Special_HasLearnedAllMovesFromCapeBrinkTutor
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1C4ECD
- msgbox Text_1A4865
- setflag FLAG_TEMP_2
- release
- end
-
-EventScript_1C4ECD:: @ 81C4ECD
- msgbox Text_1A48F3
- setflag FLAG_LEARNED_ALL_MOVES_AT_CAPE_BRINK
- release
- end
-
-EventScript_1C4EDA:: @ 81C4EDA
- call EventScript_1C4F30
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C4F1C
- goto EventScript_1C4EAB
- end
-
-EventScript_1C4EF0:: @ 81C4EF0
- applymovement 1, Movement_1C4F4C
- waitmovement 0
- return
-
-EventScript_1C4EFB:: @ 81C4EFB
- applymovement 1, Movement_1C4F4E
- waitmovement 0
- return
-
-EventScript_1C4F06:: @ 81C4F06
- applymovement 1, Movement_1C4F50
- waitmovement 0
- return
-
-EventScript_1C4F11:: @ 81C4F11
- applymovement 1, Movement_1C4F52
- waitmovement 0
- return
-
-EventScript_1C4F1C:: @ 81C4F1C
- msgbox Text_1A47E5
- release
- end
-
-EventScript_1C4F26:: @ 81C4F26
- msgbox Text_1A4737
- release
- end
-
-EventScript_1C4F30:: @ 81C4F30
- special ChooseMonForMoveTutor
- waitstate
- lock
- faceplayer
- return
-
-EventScript_1C4F37:: @ 81C4F37
- textcolor 3
- special sub_80699BC
- signmsg
- msgbox Text_1A644F, 5
- normalmsg
- call EventScript_1A6675
- return
-
-Movement_1C4F4C:: @ 81C4F4C
- step_52
- step_end
-
-Movement_1C4F4E:: @ 81C4F4E
- step_53
- step_end
-
-Movement_1C4F50:: @ 81C4F50
- step_54
- step_end
-
-Movement_1C4F52:: @ 81C4F52
- step_55
- step_end
-
-SevenIsland_TrainerTower_1F_MapScript1_1C4F54:: @ 81C4F54
-SevenIsland_TrainerTower_2F_MapScript1_1C4F54:: @ 81C4F54
-SevenIsland_TrainerTower_3F_MapScript1_1C4F54:: @ 81C4F54
-SevenIsland_TrainerTower_4F_MapScript1_1C4F54:: @ 81C4F54
-SevenIsland_TrainerTower_5F_MapScript1_1C4F54:: @ 81C4F54
-SevenIsland_TrainerTower_6F_MapScript1_1C4F54:: @ 81C4F54
-SevenIsland_TrainerTower_7F_MapScript1_1C4F54:: @ 81C4F54
-SevenIsland_TrainerTower_8F_MapScript1_1C4F54:: @ 81C4F54
-SevenIsland_TrainerTower_Elevator_MapScript1_1C4F54:: @ 81C4F54
-SevenIsland_TrainerTower_Roof_MapScript1_1C4F54:: @ 81C4F54
- setvar VAR_0x4002, 0
- setvar VAR_0x8004, 10
- special sub_815D9E8
- end
-
-SevenIsland_TrainerTower_1F_MapScript2_1C4F62:: @ 81C4F62
-SevenIsland_TrainerTower_2F_MapScript2_1C4F62:: @ 81C4F62
-SevenIsland_TrainerTower_3F_MapScript2_1C4F62:: @ 81C4F62
-SevenIsland_TrainerTower_4F_MapScript2_1C4F62:: @ 81C4F62
-SevenIsland_TrainerTower_5F_MapScript2_1C4F62:: @ 81C4F62
-SevenIsland_TrainerTower_6F_MapScript2_1C4F62:: @ 81C4F62
-SevenIsland_TrainerTower_7F_MapScript2_1C4F62:: @ 81C4F62
-SevenIsland_TrainerTower_8F_MapScript2_1C4F62:: @ 81C4F62
- setvar VAR_0x8004, 0
- special sub_815D9E8
- switch VAR_RESULT
- case 0, EventScript_1C4FA7
- case 1, EventScript_1C4FC5
- case 2, EventScript_1C5019
- setflag FLAG_TEMP_2
- setflag FLAG_TEMP_3
- setflag FLAG_TEMP_4
- setflag FLAG_TEMP_5
- setvar VAR_0x400E, 1
- setvar VAR_0x400F, 1
- end
-
-EventScript_1C4FA7:: @ 81C4FA7
- setflag FLAG_TEMP_2
- setflag FLAG_TEMP_4
- setflag FLAG_TEMP_5
- setvar VAR_0x400F, 1
- setobjectxyperm 3, 15, 13
- setobjectmovementtype 3, 9
- goto EventScript_1C5042
-
-EventScript_1C4FC5:: @ 81C4FC5
- setflag FLAG_TEMP_3
- setflag FLAG_TEMP_4
- setvar VAR_0x400E, 1
- setvar VAR_0x8004, 5
- special sub_815D9E8
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1C4FFE
- setobjectxyperm 2, 10, 12
- setobjectmovementtype 2, 9
- setobjectxyperm 5, 10, 13
- setobjectmovementtype 5, 9
- goto EventScript_1C5042
-
-EventScript_1C4FFE:: @ 81C4FFE
- setobjectxyperm 2, 10, 12
- setobjectmovementtype 2, 8
- setobjectxyperm 5, 11, 12
- setobjectmovementtype 5, 8
- goto EventScript_1C5042
-
-EventScript_1C5019:: @ 81C5019
- setflag FLAG_TEMP_5
- setvar VAR_0x400F, 1
- setobjectxyperm 2, 10, 10
- setobjectmovementtype 2, 8
- setobjectxyperm 3, 14, 13
- setobjectmovementtype 3, 9
- setobjectxyperm 4, 10, 16
- setobjectmovementtype 4, 7
-EventScript_1C5042:
- setflag FLAG_TEMP_6
- end
-
-SevenIsland_TrainerTower_1F_MapScript3_1C5046:: @ 81C5046
-SevenIsland_TrainerTower_2F_MapScript3_1C5046:: @ 81C5046
-SevenIsland_TrainerTower_3F_MapScript3_1C5046:: @ 81C5046
-SevenIsland_TrainerTower_4F_MapScript3_1C5046:: @ 81C5046
-SevenIsland_TrainerTower_5F_MapScript3_1C5046:: @ 81C5046
-SevenIsland_TrainerTower_6F_MapScript3_1C5046:: @ 81C5046
-SevenIsland_TrainerTower_7F_MapScript3_1C5046:: @ 81C5046
-SevenIsland_TrainerTower_8F_MapScript3_1C5046:: @ 81C5046
-SevenIsland_TrainerTower_Elevator_MapScript2_1C5046:: @ 81C5046
-SevenIsland_TrainerTower_Roof_MapScript2_1C5046:: @ 81C5046
- map_script_2 VAR_0x4002, 0, EventScript_1C5050
- .2byte 0
-
-EventScript_1C5050:: @ 81C5050
- setvar VAR_0x4002, 1
- setvar VAR_0x8004, 5
- special sub_815D9E8
- compare_var_to_value VAR_RESULT, 0
- goto_if eq, EventScript_1C5072
- setvar VAR_0x400E, 1
- setvar VAR_0x400F, 1
-EventScript_1C5072:
- setvar VAR_0x8004, 18
- special sub_815D9E8
- compare_var_to_value VAR_RESULT, 1
- goto_if eq, EventScript_1C5086
- end
-
-EventScript_1C5086:: @ 81C5086
- warp MAP_SEVEN_ISLAND_TRAINER_TOWER_LOBBY, 255, 9, 7
- waitstate
-EventScript_1C508F::
- setvar VAR_0x8004, 3
- setvar VAR_0x8005, 0
- special sub_815D9E8
- switch VAR_RESULT
- case 0, EventScript_1C50C2
- case 1, EventScript_1C510D
- case 2, EventScript_1C515C
-EventScript_1C50C2:
- setvar VAR_0x8004, 19
- special sub_815D9E8
- applymovement 3, Movement_1A75DB
- waitmovement 0
- applymovement 3, Movement_1A75DD
- waitmovement 0
- setvar VAR_0x400E, 1
- applymovement 3, Movement_1C5541
- waitmovement 0
- setvar VAR_0x8004, 1
- setvar VAR_0x8005, 2
- setvar VAR_0x8006, 0
- special sub_815D9E8
- msgbox gStringVar4
- closemessage
- goto EventScript_1C5219
-
-EventScript_1C510D:: @ 81C510D
- setvar VAR_0x8004, 1
- setvar VAR_0x8005, 2
- copyvar VAR_0x8006, VAR_0x4003
- special sub_815D9E8
- msgbox gStringVar4
- setvar VAR_0x8004, 1
- setvar VAR_0x8005, 2
- addvar VAR_0x4003, 1
- compare_var_to_value VAR_0x4003, 1
- goto_if eq, EventScript_1C5146
- setvar VAR_0x4003, 0
-EventScript_1C5146:
- copyvar VAR_0x8006, VAR_0x4003
- special sub_815D9E8
- msgbox gStringVar4
- closemessage
- goto EventScript_1C5219
-
-EventScript_1C515C:: @ 81C515C
- switch VAR_0x4001
- case 0, EventScript_1C5182
- case 1, EventScript_1C51AD
- case 2, EventScript_1C51D8
-EventScript_1C5182:
- setvar VAR_0x8004, 19
- special sub_815D9E8
- applymovement 4, Movement_1A75DB
- waitmovement 0
- applymovement 4, Movement_1A75DD
- waitmovement 0
- applymovement 4, Movement_1C5546
- waitmovement 0
- goto EventScript_1C51FE
-
-EventScript_1C51AD:: @ 81C51AD
- setvar VAR_0x8004, 19
- special sub_815D9E8
- applymovement 2, Movement_1A75DB
- waitmovement 0
- applymovement 2, Movement_1A75DD
- waitmovement 0
- applymovement 2, Movement_1C5549
- waitmovement 0
- goto EventScript_1C51FE
-
-EventScript_1C51D8:: @ 81C51D8
- setvar VAR_0x8004, 19
- special sub_815D9E8
- applymovement 3, Movement_1A75DB
- waitmovement 0
- applymovement 3, Movement_1A75DD
- waitmovement 0
- applymovement 3, Movement_1C5542
- waitmovement 0
-EventScript_1C51FE:
- setvar VAR_0x8004, 1
- setvar VAR_0x8005, 2
- copyvar VAR_0x8006, VAR_0x4001
- special sub_815D9E8
- msgbox gStringVar4
- closemessage
-EventScript_1C5219:
- setvar VAR_0x8004, 2
- setvar VAR_0x8005, 0
- special sub_815D9E8
- waitstate
- switch VAR_RESULT
- case 1, EventScript_1C524D
- case 2, EventScript_1C52E0
- case 3, EventScript_1C52E0
-EventScript_1C524D:
- setvar VAR_0x8004, 3
- setvar VAR_0x8005, 0
- special sub_815D9E8
- switch VAR_RESULT
- case 0, EventScript_1C52D7
- case 1, EventScript_1C52BA
- case 2, EventScript_1C5280
-EventScript_1C5280:
- switch VAR_0x4001
- case 0, EventScript_1C52A6
- case 1, EventScript_1C52B0
- case 2, EventScript_1C52D0
-EventScript_1C52A6:
- addvar VAR_0x4001, 1
- goto EventScript_1C515C
-
-EventScript_1C52B0:: @ 81C52B0
- addvar VAR_0x4001, 1
- goto EventScript_1C515C
-
-EventScript_1C52BA:: @ 81C52BA
- applymovement 5, Movement_1C554C
- waitmovement 0
- applymovement 2, Movement_1C5550
- goto EventScript_1C52D7
-
-EventScript_1C52D0:: @ 81C52D0
- applymovement 3, Movement_1C554D
-EventScript_1C52D7:
- setvar VAR_0x8004, 4
- special sub_815D9E8
- end
-
-EventScript_1C52E0:: @ 81C52E0
- special HealPlayerParty
- setvar VAR_0x8004, 11
- special sub_815D9E8
- warp MAP_SEVEN_ISLAND_TRAINER_TOWER_LOBBY, 255, 9, 7
- waitstate
-
-EventScript_1C52F4:: @ 81C52F4
- setvar VAR_0x8004, 3
- setvar VAR_0x8005, 0
- special sub_815D9E8
- switch VAR_RESULT
- case 0, EventScript_1C5327
- case 1, EventScript_1C5327
- case 2, EventScript_1C5331
-EventScript_1C5327:
- setvar VAR_0x8006, 0
- goto EventScript_1C5391
-
-EventScript_1C5331:: @ 81C5331
- setvar VAR_0x8006, 1
- goto EventScript_1C5391
-
-EventScript_1C533B:: @ 81C533B
- setvar VAR_0x8004, 3
- setvar VAR_0x8005, 0
- special sub_815D9E8
- switch VAR_RESULT
- case 0, EventScript_1C536E
- case 1, EventScript_1C536E
- case 2, EventScript_1C5378
-EventScript_1C536E:
- setvar VAR_0x8006, 0
- goto EventScript_1C5391
-
-EventScript_1C5378:: @ 81C5378
- setvar VAR_0x8006, 2
- goto EventScript_1C5391
-
-EventScript_1C5382:: @ 81C5382
- setvar VAR_0x8006, 0
- goto EventScript_1C5391
-
-EventScript_1C538C:: @ 81C538C
- setvar VAR_0x8006, 1
-EventScript_1C5391:
- setvar VAR_0x8004, 1
- setvar VAR_0x8005, 5
- special sub_815D9E8
- lock
- faceplayer
- msgbox gStringVar4
- release
- return
-
-EventScript_1C53AA:: @ 81C53AA
- lock
- faceplayer
- setvar VAR_0x8004, 7
- special sub_815D9E8
- switch VAR_RESULT
- case 0, EventScript_1C53DA
- case 1, EventScript_1C53E2
- case 2, EventScript_1C5492
-EventScript_1C53DA:
- msgbox Text_17CA5A
-EventScript_1C53E2:
- setvar VAR_0x8004, 8
- special sub_815D9E8
- switch VAR_RESULT
- case 0, EventScript_1C5410
- case 1, EventScript_1C543A
- case 2, EventScript_1C544F
-EventScript_1C5410:
- msgbox Text_17CB09
- textcolor 3
- playfanfare MUS_FANFA1
- message Text_1A51F6
- waitfanfare
- waitmessage
- getstdstring 2, 24
- msgbox gUnknown_81A5218
- call EventScript_1A6675
- goto EventScript_1C544F
-
-EventScript_1C543A:: @ 81C543A
- msgbox Text_17CB09
- msgbox gUnknown_81A5207
- goto EventScript_1C544F
-
-EventScript_1C544F:: @ 81C544F
- setvar VAR_0x8004, 9
- special sub_815D9E8
- switch VAR_RESULT
- case 0, EventScript_1C547D
- case 1, EventScript_1C548A
- case 2, EventScript_1C5492
-EventScript_1C547D:
- msgbox Text_17CB1A
- goto EventScript_1C5492
-
-EventScript_1C548A:: @ 81C548A
- msgbox Text_17CBC0
-EventScript_1C5492:
- msgbox Text_17CBF5
- release
- return
-
-EventScript_1C549C:: @ 81C549C
- lockall
- setvar VAR_0x8004, 13
- special sub_815D9E8
- msgbox Text_17CC56
- releaseall
- end
-
-SevenIsland_TrainerTower_2F_EventScript_1C54AF:: @ 81C54AF
-SevenIsland_TrainerTower_4F_EventScript_1C54AF:: @ 81C54AF
-SevenIsland_TrainerTower_6F_EventScript_1C54AF:: @ 81C54AF
-SevenIsland_TrainerTower_8F_EventScript_1C54AF:: @ 81C54AF
-SevenIsland_TrainerTower_5F_EventScript_1C54AF:: @ 81C54AF
-SevenIsland_TrainerTower_7F_EventScript_1C54AF:: @ 81C54AF
-SevenIsland_TrainerTower_3F_EventScript_1C54AF:: @ 81C54AF
-SevenIsland_TrainerTower_1F_EventScript_1C54AF:: @ 81C54AF
- goto EventScript_1C508F
-
-SevenIsland_TrainerTower_2F_EventScript_1C54B4:: @ 81C54B4
-SevenIsland_TrainerTower_4F_EventScript_1C54B4:: @ 81C54B4
-SevenIsland_TrainerTower_6F_EventScript_1C54B4:: @ 81C54B4
-SevenIsland_TrainerTower_8F_EventScript_1C54B4:: @ 81C54B4
-SevenIsland_TrainerTower_5F_EventScript_1C54B4:: @ 81C54B4
-SevenIsland_TrainerTower_7F_EventScript_1C54B4:: @ 81C54B4
-SevenIsland_TrainerTower_3F_EventScript_1C54B4:: @ 81C54B4
-SevenIsland_TrainerTower_1F_EventScript_1C54B4:: @ 81C54B4
- setvar VAR_0x4003, 0
- setvar VAR_0x8004, 16
- special sub_815D9E8
- compare_var_to_value VAR_RESULT, 0
- goto_if ne, EventScript_1C5528
- setvar VAR_0x8004, 19
- special sub_815D9E8
- applymovement 2, Movement_1A75DB
- waitmovement 0
- applymovement 2, Movement_1A75DD
- goto EventScript_1C551B
-
-SevenIsland_TrainerTower_2F_EventScript_1C54EA:: @ 81C54EA
-SevenIsland_TrainerTower_4F_EventScript_1C54EA:: @ 81C54EA
-SevenIsland_TrainerTower_6F_EventScript_1C54EA:: @ 81C54EA
-SevenIsland_TrainerTower_8F_EventScript_1C54EA:: @ 81C54EA
-SevenIsland_TrainerTower_5F_EventScript_1C54EA:: @ 81C54EA
-SevenIsland_TrainerTower_7F_EventScript_1C54EA:: @ 81C54EA
-SevenIsland_TrainerTower_3F_EventScript_1C54EA:: @ 81C54EA
-SevenIsland_TrainerTower_1F_EventScript_1C54EA:: @ 81C54EA
- setvar VAR_0x4003, 1
- setvar VAR_0x8004, 16
- special sub_815D9E8
- compare_var_to_value VAR_RESULT, 0
- goto_if ne, EventScript_1C5528
- setvar VAR_0x8004, 19
- special sub_815D9E8
- applymovement 5, Movement_1A75DB
- waitmovement 0
- applymovement 5, Movement_1A75DD
-EventScript_1C551B:
- waitmovement 0
- setvar VAR_0x400F, 1
- goto EventScript_1C508F
-
-EventScript_1C5528:: @ 81C5528
- lockall
- playse SE_PINPON
- msgbox Text_17CC73
- closemessage
- applymovement 255, Movement_1C5544
- waitmovement 0
- releaseall
- end
-
-Movement_1C5541:
- step_12
-Movement_1C5542:: @ 81C5542
- step_12
- step_12
-Movement_1C5544:
- step_12
- step_end
-
-Movement_1C5546:: @ 81C5546
- step_11
- step_11
- step_end
-
-Movement_1C5549:: @ 81C5549
- step_10
- step_10
- step_end
-
-Movement_1C554C:: @ 81C554C
- step_13
-Movement_1C554D:
- step_11
- step_00
- step_end
-
-Movement_1C5550:: @ 81C5550
- step_00
- step_end
-
-EventScript_1C5550:: @ 81C5552
- msgbox Text_1C556D, 2
- end
-
-EventScript_1C555B:: @ 81C555B
- msgbox Text_1C558D, 3
- end
-
-EventScript_1C5564:: @ 81C5564
- msgbox Text_1C55A4, 3
- end
-
-Text_1C556D:: @ 81C556D
- .string "テストよう メッセージです!\n"
- .string "ポケモンの せかいへ ようこそ!$"
-
-Text_1C558D:: @ 81C558D
- .string "テストよう メッセージです!\n"
- .string "かんばん です$"
-
-Text_1C55A4:: @ 81C55A4
- .string "テストよう メッセージです!\n"
- .string "ざひょう チェックの イベントです$"
-
- .align 2
-Text_1C55C8:: @ 81C55C8
- .string "$"
-
-gText_WouldYouLikeToSaveTheGame:: @ 81C55C9
- .string "Would you like to save the game?$"
-
-gText_AlreadySaveFile_WouldLikeToOverwrite:: @ 81C55EA
- .string "There is already a saved file.\n"
- .string "Is it okay to overwrite it?$"
-
-gText_SavingDontTurnOffThePower:: @ 81C5625
- .string "SAVING…\n"
- .string "DON'T TURN OFF THE POWER.$"
-
-gText_PlayerSavedTheGame:: @ 81C5647
- .string "{PLAYER} saved the game.$"
-
-gUnknown_81C565A::
- .string "セーブに しっぱい しました‥$"
-
-gText_DifferentGameFile:: @ 81C566A
- .string "WARNING!\p"
- .string "There is a different game file that\n"
- .string "is already saved.\p"
- .string "If you save now, the other file's\n"
- .string "adventure, including items and\l"
- .string "POKéMON, will be entirely lost.\p"
- .string "Are you sure you want to save now\n"
- .string "and overwrite the other save file?$"
-
-gOtherText_NewName:: @ 81C574F
- .string "NEW NAME$"
-
-gNameChoice_Green:: @ 81C5758
- .string "GREEN$"
-
-gNameChoice_Red:: @ 81C575E
- .string "RED$"
-
-gNameChoice_Leaf:: @ 81C5762
- .string "LEAF$"
-
-gNameChoice_Fire:: @ 81C5767
- .string "FIRE$"
-
-gNameChoice_Gary:: @ 81C576C
- .string "GARY$"
-
-gNameChoice_Kaz:: @ 81C5771
- .string "KAZ$"
-
-gNameChoice_Toru:: @ 81C5775
- .string "TORU$"
-
-gNameChoice_Ash:: @ 81C577A
- .string "ASH$"
-
-gNameChoice_Kene:: @ 81C577E
- .string "KENE$"
-
-gNameChoice_Geki:: @ 81C5783
- .string "GEKI$"
-
-gNameChoice_Jak:: @ 81C5788
- .string "JAK$"
-
-gNameChoice_Janne:: @ 81C578C
- .string "JANNE$"
-
-gNameChoice_Jonn:: @ 81C5792
- .string "JONN$"
-
-gNameChoice_Kamon:: @ 81C5797
- .string "KAMON$"
-
-gNameChoice_Karl:: @ 81C579D
- .string "KARL$"
-
-gNameChoice_Taylor:: @ 81C57A2
- .string "TAYLOR$"
-
-gNameChoice_Oscar:: @ 81C57A9
- .string "OSCAR$"
-
-gNameChoice_Hiro:: @ 81C57AF
- .string "HIRO$"
-
-gNameChoice_Max:: @ 81C57B4
- .string "MAX$"
-
-gNameChoice_Jon:: @ 81C57B8
- .string "JON$"
-
-gNameChoice_Ralph:: @ 81C57BC
- .string "RALPH$"
-
-gNameChoice_Kay:: @ 81C57C2
- .string "KAY$"
-
-gNameChoice_Tosh:: @ 81C57C6
- .string "TOSH$"
-
-gNameChoice_Roak:: @ 81C57CB
- .string "ROAK$"
-
-gNameChoice_Omi:: @ 81C57D0
- .string "OMI$"
-
-gNameChoice_Jodi:: @ 81C57D4
- .string "JODI$"
-
-gNameChoice_Amanda:: @ 81C57D9
- .string "AMANDA$"
-
-gNameChoice_Hillary:: @ 81C57E0
- .string "HILLARY$"
-
-gNameChoice_Makey:: @ 81C57E8
- .string "MAKEY$"
-
-gNameChoice_Michi:: @ 81C57EE
- .string "MICHI$"
-
-gNameChoice_Paula:: @ 81C57F4
- .string "PAULA$"
-
-gNameChoice_June:: @ 81C57FA
- .string "JUNE$"
-
-gNameChoice_Cassie:: @ 81C57FF
- .string "CASSIE$"
-
-gNameChoice_Rey:: @ 81C5806
- .string "REY$"
-
-gNameChoice_Seda:: @ 81C580A
- .string "SEDA$"
-
-gNameChoice_Kiko:: @ 81C580F
- .string "KIKO$"
-
-gNameChoice_Mina:: @ 81C5814
- .string "MINA$"
-
-gNameChoice_Norie:: @ 81C5819
- .string "NORIE$"
-
-gNameChoice_Sai:: @ 81C581F
- .string "SAI$"
-
-gNameChoice_Momo:: @ 81C5823
- .string "MOMO$"
-
-gNameChoice_Suzi:: @ 81C5828
- .string "SUZI$"
-
-gNewGame_HelpDocs1:: @ 81C582D
- .string "The various buttons will be explained in\n"
- .string "the order of their importance.$"
-
-gNewGame_HelpDocs2:: @ 81C5875
- .string "Moves the main character.\n"
- .string "Also used to choose various data\n"
- .string "headings.$"
-
-gNewGame_HelpDocs3:: @ 81C58BA
- .string "Used to confirm a choice, check\n"
- .string "things, chat, and scroll text.$"
-
-gNewGame_HelpDocs4:: @ 81C58F9
- .string "Used to exit, cancel a choice,\n"
- .string "and cancel a mode.$"
-
-gNewGame_HelpDocs5:: @ 81C592B
- .string "Press this button to open the\n"
- .string "MENU.$"
-
-gNewGame_HelpDocs6:: @ 81C594F
- .string "Used to shift items and to use\n"
- .string "a registered item.$"
-
-gNewGame_HelpDocs7:: @ 81C5981
- .string "If you need help playing the\n"
- .string "game, or on how to do things,\n"
- .string "press the L or R Button.$"
-
-gOakText_AskPlayerGender:: @ 81C59D5
- .string "Now tell me. Are you a boy?\n"
- .string "Or are you a girl?$"
-
-gNewGameAdventureIntro1::
- .string "In the world which you are about to\n"
- .string "enter, you will embark on a grand\n"
- .string "adventure with you as the hero.\n"
- .string "\n"
- .string "Speak to people and check things\n"
- .string "wherever you go, be it towns, roads,\n"
- .string "or caves. Gather information and\n"
- .string "hints from every source.$"
-
-gNewGameAdventureIntro2::
- .string "New paths will open to you by helping\n"
- .string "people in need, overcoming challenges,\n"
- .string "and solving mysteries.\n"
- .string "\n"
- .string "At times, you will be challenged by\n"
- .string "others and attacked by wild creatures.\n"
- .string "Be brave and keep pushing on.$"
-
-gNewGameAdventureIntro3::
- .string "Through your adventure, we hope\n"
- .string "that you will interact with all sorts\n"
- .string "of people and achieve personal growth.\n"
- .string "That is our biggest objective.\n"
- .string "\n"
- .string "Press the A Button, and let your\n"
- .string "adventure begin!$"
-
-gOakText_WelcomeToTheWorld:: @ 81C5C78
- .string "Hello, there!\n"
- .string "Glad to meet you!\pWelcome to the world of POKéMON!\pMy name is OAK.\pPeople affectionately refer to me\n"
- .string "as the POKéMON PROFESSOR.\p$"
-
-gOakText_WorldInhabited1:: @ 81C5D06
- .string "This world…$"
-
-gOakText_WorldInhabited2:: @ 81C5D12
- .string "…is inhabited far and wide by\n"
- .string "creatures called POKéMON.\p$"
-
-gOakText_PetsBattlingStudy:: @ 81C5D4B
- .string "For some people, POKéMON are pets.\n"
- .string "Others use them for battling.\pAs for myself…\pI study POKéMON as a profession.\p$"
-
-gOakText_TellMeALittleAboutYourself:: @ 81C5DBD
- .string "But first, tell me a little about\n"
- .string "yourself.\p$"
-
-gOakText_AskPlayerName:: @ 81C5DEA
- .string "Let's begin with your name.\n"
- .string "What is it?\p$"
-
-gOakText_FinalizePlayerName:: @ 81C5E13
- .string "Right…\n"
- .string "So your name is {PLAYER}.$"
-
-gOakText_IntroduceRival:: @ 81C5E2E
- .string "This is my grandson.\pHe's been your rival since you both\n"
- .string "were babies.\p…Erm, what was his name now?$"
-
-gOakText_AskRivalName:: @ 81C5E91
- .string "Your rival's name, what was it now?$"
-
-gOakText_ConfirmRivalName:: @ 81C5EB5
- .string "…Er, was it {RIVAL}?$"
-
-gOakText_RememberRivalName:: @ 81C5EC5
- .string "That's right! I remember now!\n"
- .string "His name is {RIVAL}!\p$"
-
-gOakText_LegendAboutToUnfold:: @ 81C5EF4
- .string "{PLAYER}!\pYour very own POKéMON legend is\n"
- .string "about to unfold!\pA world of dreams and adventures\n"
- .string "with POKéMON awaits! Let's go!$"
-
-@ pokedude data
-gUnknown_81C5F69::
- .string "POKé DUDE: The speedier of the\n"
- .string "battlers gets to attack first.$"
-
-gUnknown_81C5FA7::
- .string "It looks like my RATTATA was\n"
- .string "faster than the PIDGEY.$"
-
-gUnknown_81C5FDC::
- .string "The battlers take turns attacking\n"
- .string "and reducing each other's HP.$"
-
-gUnknown_81C601C::
- .string "My RATTATA reduced the foe's HP\n"
- .string "to zero, so it wins!\p"
-
- .string "The POKéMON that took part in the\n"
- .string "battle get EXP. Points.\p"
-
- .string "When a POKéMON collects enough\n"
- .string "EXP. Points, it levels up.\p"
-
- .string "Leveling up makes your POKéMON\n"
- .string "stronger than before.$"
-
-gUnknown_81C60FA::
- .string "POKé DUDE: Uh-oh…\n"
- .string "My RATTATA has been poisoned…\p"
-
- .string "If a POKéMON is poisoned, it loses\n"
- .string "HP steadily.$"
-
-gUnknown_81C615A::
- .string "If a POKéMON develops a status\n"
- .string "problem, heal it right away.$"
-
-gUnknown_81C6196::
- .string "Using an item on a POKéMON uses\n"
- .string "up one turn, though.\p"
-
- .string "Now, it's the opponent's turn!$"
-
-gUnknown_81C61EA::
- .string "Yay!\n"
- .string "We managed to win!$"
-
-gUnknown_81C6202::
- .string "POKé DUDE: The move BUBBLE is\n"
- .string "a WATER-type attack.\p"
-
- .string "The targeted ODDISH is a\n"
- .string "GRASS/POISON-type POKéMON.\p"
-
- .string "The WATER-type attack is absorbed\n"
- .string "by the GRASS-type POKéMON…\p"
-
- .string "As a result, the move becomes not\n"
- .string "very effective, and inflicts only\l"
- .string "half the usual damage.$"
-
-gUnknown_81C6301::
- .string "Uh-oh, this is not good!\p"
-
- .string "The ABSORB attack you just saw\n"
- .string "is a GRASS-type move.\p"
-
- .string "POLIWAG is a WATER-type POKéMON.\p"
-
- .string "So, ABSORB becomes super\n"
- .string "effective, doubling the damage.$"
-
-gUnknown_81C63A9::
- .string "It's not going to be easy to win\n"
- .string "with this matchup…\p"
-
- .string "Let's try shifting POKéMON!$"
-
-gUnknown_81C63F9::
- .string "Shifting POKéMON in and out uses\n"
- .string "up one turn.\p"
-
- .string "Now, it's the opponent's turn.$"
-
-gUnknown_81C6446::
- .string "BUTTERFREE is a BUG/FLYING-type\n"
- .string "POKéMON.\p"
-
- .string "Against this POKéMON, a GRASS-\n"
- .string "type attack…\p"
-
- .string "…inflicts only half the usual\n"
- .string "damage on a BUG-type POKéMON…\p"
-
- .string "…And, it also causes only half the\n"
- .string "damage on a FLYING-type POKéMON.\p"
-
- .string "Therefore, BUTTERFREE, being a\n"
- .string "BUG/FLYING POKéMON, only takes\l"
- .string "one quarter of the usual damage.$"
-
-gUnknown_81C657A::
- .string "ODDISH is a GRASS/POISON-type\n"
- .string "POKéMON.\p"
-
- .string "A FLYING- or PSYCHIC-type attack\n"
- .string "is super effective against it.\p"
-
- .string "One of those types of attacks will\n"
- .string "inflict double the usual damage.\p"
-
- .string "Okay, here we go!$"
-
-gUnknown_81C6637::
- .string "Yeah!\n"
- .string "We won!$"
-
-gUnknown_81C6645::
- .string "POKé DUDE: When you're trying to\n"
- .string "catch a POKéMON, don't throw any\l"
- .string "POKé BALLS right away.\p"
-
- .string "First, you need to weaken it by\n"
- .string "reducing its HP.$"
-
-gUnknown_81C66CF::
- .string "Okay, that should be good enough.\p"
-
- .string "But, if it's possible, it would be\n"
- .string "best if the target has a status\l"
- .string "problem.\p"
-
- .string "For instance, it would be easier\n"
- .string "to catch if it were asleep or\l"
- .string "paralyzed.$"
-
-gUnknown_81C6787::
- .string "This will make the POKéMON a lot\n"
- .string "easier to catch!\p"
-
- .string "Oh, yes. If you paralyze a\n"
- .string "POKéMON, you can't make it fall\l"
- .string "asleep on top of paralysis.\p"
-
- .string "In other words, you can't double\n"
- .string "up status problems, okay?$"
-
-gUnknown_81C684B::
- .string "Okay!\n"
- .string "Let me throw my POKé BALL!$"
-
-gUnknown_81C686C::
- .string "Before you throw a POKé BALL,\n"
- .string "consider the condition and the\l"
- .string "type of POKéMON, and pick the kind\l"
- .string "of BALL that would work best.$"
+ .include "data/scripts/hole.inc"
+ .include "data/text/trainers.inc"
+ .include "data/scripts/move_tutors.inc"
+ .include "data/scripts/trainer_tower.inc"
+ .include "data/scripts/test.inc"
+ .include "data/text/save.inc"
+ .include "data/text/new_game_intro.inc"
+ .include "data/text/poke_dude.inc"