summaryrefslogtreecommitdiff
path: root/data/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'data/scripts')
-rw-r--r--data/scripts/cable_club.inc1910
-rw-r--r--data/scripts/item_ball_scripts.inc336
-rw-r--r--data/scripts/move_tutors.inc66
-rw-r--r--data/scripts/repel.inc2
-rw-r--r--data/scripts/trainer_battle.inc2
-rw-r--r--data/scripts/trainers.inc936
6 files changed, 2581 insertions, 671 deletions
diff --git a/data/scripts/cable_club.inc b/data/scripts/cable_club.inc
new file mode 100644
index 000000000..e3b5c4806
--- /dev/null
+++ b/data/scripts/cable_club.inc
@@ -0,0 +1,1910 @@
+CableClub_OnTransition:: @ 81BB1B4
+ call CableClub_EventScript_HideOrShowMysteryGiftMan
+ end
+
+CableClub_EventScript_HideOrShowMysteryGiftMan:: @ 81BB1BA
+ specialvar VAR_RESULT, ValidateReceivedWonderCard
+ compare VAR_RESULT, FALSE
+ goto_if eq, EventScript_HideMysteryGiftMan
+ clearflag FLAG_HIDE_MG_DELIVERYMEN
+ return
+
+EventScript_HideMysteryGiftMan:: @ 81BB1CE
+ setflag FLAG_HIDE_MG_DELIVERYMEN
+ return
+
+CableClub_EventScript_MysteryGiftMan:: @ 81BB1D2
+ special sub_8110AB4
+ compare VAR_RESULT, 2
+ goto_if eq, EventScript_1A7AE0
+ special sub_8112364
+ execram
+
+@ Unused
+EventScript_1BB1E4:: @ 81BB1E4
+ msgbox Text_1A6393, MSGBOX_NPC
+ end
+
+CableClub_OnWarp:: @ 81BB1ED
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_SINGLE_BATTLE, EventScript_CheckTurnAttendant
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_DOUBLE_BATTLE, EventScript_CheckTurnAttendant
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_MULTI_BATTLE, EventScript_CheckTurnAttendant
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_TRADE_CENTER, EventScript_CheckTurnAttendant
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_UNION_ROOM, EventScript_CheckTurnAttendant
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_BERRY_CRUSH, EventScript_CheckTurnAttendant
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_MINIGAME, EventScript_CheckTurnAttendant
+ .2byte 0
+
+EventScript_CheckTurnAttendant:: @ 81BB227
+ compare VAR_0x8007, 0
+ goto_if eq, EventScript_CheckTurnAttendantEnd
+ turnobject VAR_0x8007, 3
+EventScript_CheckTurnAttendantEnd:
+ end
+
+CableClub_OnLoad:: @ 81BB237
+ compare VAR_CABLE_CLUB_STATE, USING_SINGLE_BATTLE
+ goto_if eq, EventScript_OnLoadFromColosseum
+ compare VAR_CABLE_CLUB_STATE, USING_DOUBLE_BATTLE
+ goto_if eq, EventScript_OnLoadFromColosseum
+ compare VAR_CABLE_CLUB_STATE, USING_MULTI_BATTLE
+ goto_if eq, EventScript_OnLoadFromColosseum
+ compare VAR_CABLE_CLUB_STATE, USING_TRADE_CENTER
+ goto_if eq, EventScript_OnLoadFromTradeCenter
+ compare VAR_CABLE_CLUB_STATE, USING_UNION_ROOM
+ goto_if eq, EventScript_OnLoadFromUnionRoom
+ compare VAR_CABLE_CLUB_STATE, USING_BERRY_CRUSH
+ goto_if eq, EventScript_OnLoadFromBerryCrush
+ compare VAR_CABLE_CLUB_STATE, USING_MINIGAME
+ goto_if eq, EventScript_OnLoadFromGameCorner
+ end
+
+EventScript_OnLoadFromColosseum:: @ 81BB285
+ call CableClub_EventScript_OpenDirectCornerBarrier
+ end
+
+EventScript_OnLoadFromTradeCenter:: @ 81BB28B
+ call CableClub_EventScript_OpenDirectCornerBarrier
+ end
+
+EventScript_OnLoadFromUnionRoom:: @ 81BB291
+ call CableClub_EventScript_OpenUnionRoomBarrier
+ end
+
+EventScript_OnLoadFromBerryCrush:: @ 81BB297
+ call CableClub_EventScript_OpenDirectCornerBarrier
+ end
+
+EventScript_OnLoadFromGameCorner:: @ 81BB29D
+ call CableClub_EventScript_OpenGameCornerBarrier
+ end
+
+CableClub_OnFrame:: @ 81BB2A3
+ map_script_2 VAR_MAP_SCENE_POKEMON_CENTER_TEALA, 1, CableClub_EventScript_Tutorial
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_SINGLE_BATTLE, CableClub_EventScript_ExitLinkRoom
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_DOUBLE_BATTLE, CableClub_EventScript_ExitLinkRoom
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_MULTI_BATTLE, CableClub_EventScript_ExitLinkRoom
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_TRADE_CENTER, CableClub_EventScript_ExitTradeCenter
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_UNION_ROOM, CableClub_EventScript_ExitUnionRoom
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_BERRY_CRUSH, CableClub_EventScript_ExitLinkRoom
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_MINIGAME, CableClub_EventScript_ExitMinigameRoom
+ .2byte 0
+
+CableClub_EventScript_ExitLinkRoom:: @ 81BB2E5
+ lockall
+ call CableClub_EventScript_CloseLinkAndExitLinkRoom
+ call CableClub_EventScript_CloseDirectCornerBarrier
+ special DrawWholeMapView
+ playse SE_TK_KASYA
+ erasebox 0, 0, 29, 19
+ releaseall
+ end
+
+CableClub_EventScript_ExitMinigameRoom:: @ 81BB2FD
+ lockall
+ call CableClub_EventScript_CloseLinkAndExitLinkRoom
+ call CableClub_EventScript_CloseGameCornerBarrier
+ special DrawWholeMapView
+ playse SE_TK_KASYA
+ erasebox 0, 0, 29, 19
+ releaseall
+ end
+
+CableClub_EventScript_CloseLinkAndExitLinkRoom:: @ 81BB315
+ special CloseLink
+ special HelpSystem_Enable
+ special sub_811390C
+ setvar VAR_CABLE_CLUB_STATE, 0
+ textcolor 1
+ compare VAR_0x8007, 0
+ goto_if eq, CableClub_EventScript_PlayerExitLinkRoom
+ applymovement VAR_0x8007, Movement_1BB88F
+ waitmovement 0
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB891
+ waitmovement 0
+ applymovement VAR_0x8007, Movement_1BB88B
+ waitmovement 0
+ return
+
+CableClub_EventScript_ExitTradeCenter:: @ 81BB34F
+ lockall
+ call EventScript_1BB367
+ call CableClub_EventScript_CloseDirectCornerBarrier
+ 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_CABLE_CLUB_STATE, 0
+ textcolor 1
+ compare VAR_0x8007, 0
+ goto_if eq, CableClub_EventScript_PlayerExitLinkRoom
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB8A0
+ waitmovement 0
+ applymovement VAR_0x8007, Movement_1BB88F
+ waitmovement 0
+ call EventScript_1BB3E6
+ return
+
+CableClub_EventScript_ExitUnionRoom:: @ 81BB39C
+ lockall
+ call EventScript_1BB3B4
+ call CableClub_EventScript_CloseUnionRoomBarrier
+ special DrawWholeMapView
+ playse SE_TK_KASYA
+ erasebox 0, 0, 29, 19
+ releaseall
+ end
+
+EventScript_1BB3B4:: @ 81BB3B4
+ special HelpSystem_Enable
+ special sub_811390C
+ setvar VAR_CABLE_CLUB_STATE, 0
+ textcolor 1
+ compare VAR_0x8007, 0
+ goto_if eq, CableClub_EventScript_PlayerExitLinkRoom
+ applymovement OBJ_EVENT_ID_PLAYER, 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 OBJ_EVENT_ID_PLAYER, Movement_1BB891
+ waitmovement 0
+ applymovement VAR_0x8007, Movement_1BB88B
+ waitmovement 0
+ return
+
+CableClub_EventScript_PlayerExitLinkRoom:: @ 81BB40A
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB891
+ waitmovement 0
+ return
+
+CableClub_EventScript_Tutorial:: @ 81BB415
+ lockall
+ textcolor 1
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_1A75E9
+ waitmovement 0
+ msgbox gUnknown_81BD898
+ closemessage
+ applymovement OBJ_EVENT_ID_PLAYER, 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
+ end
+
+EventScript_1BB50F:: @ 81BB50F
+ setvar VAR_0x8004, 1
+ goto EventScript_1BB54C
+ end
+
+EventScript_1BB51A:: @ 81BB51A
+ special CheckForAlivePartyMons
+ compare VAR_RESULT, 0
+ goto_if ne, EventScript_1BB533
+ setvar VAR_0x8004, 2
+ goto EventScript_1BB54C
+ end
+
+EventScript_1BB533:: @ 81BB533
+ msgbox gUnknown_81BC409
+ goto EventScript_1BB4AE
+ end
+
+EventScript_1BB541:: @ 81BB541
+ setvar VAR_0x8004, 5
+ goto EventScript_1BB54C
+ end
+
+EventScript_1BB54C:: @ 81BB54C
+ call EventScript_1A4EAF
+ compare 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_RESULT, 1
+ goto_if eq, EventScript_1BB5B3
+ compare VAR_RESULT, 2
+ goto_if eq, EventScript_1BB80F
+ compare VAR_RESULT, 3
+ goto_if eq, EventScript_1BB81F
+ compare VAR_RESULT, 4
+ goto_if eq, EventScript_1BB63C
+ compare VAR_RESULT, 5
+ goto_if eq, EventScript_1BB82F
+ compare VAR_RESULT, 6
+ goto_if eq, EventScript_1BB7FF
+ end
+
+EventScript_1BB5B3:: @ 81BB5B3
+ special sp000_heal_pokemon
+ special SavePlayerParty
+ special LoadPlayerBag
+ copyvar VAR_CABLE_CLUB_STATE, VAR_0x8004
+ messageautoscroll Text_1BC590
+ waitmessage
+ call CableClub_EventScript_OpenDirectCornerBarrier
+ special DrawWholeMapView
+ playse SE_TK_KASYA
+ delay 60
+ applymovement VAR_LAST_TALKED, Movement_1BB88F
+ waitmovement 0
+ closemessage
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB898
+ waitmovement 0
+ opendoor 9, 1
+ waitdooranim
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB89C
+ waitmovement 0
+ hideobject OBJ_EVENT_ID_PLAYER, MAP_UNKNOWN_MAP_00_00
+ closedoor 9, 1
+ waitdooranim
+ release
+ compare 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 OBJ_EVENT_ID_PLAYER, 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_RESULT, 0
+ goto_if eq, EventScript_1BB82F
+ call EventScript_1A4EAF
+ compare 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_RESULT, 1
+ goto_if eq, EventScript_1BB73D
+ compare VAR_RESULT, 2
+ goto_if eq, EventScript_1BB80F
+ compare VAR_RESULT, 3
+ goto_if eq, EventScript_1BB81F
+ compare VAR_RESULT, 4
+ goto_if eq, EventScript_1BB857
+ compare VAR_RESULT, 5
+ goto_if eq, EventScript_1BB82F
+ compare VAR_RESULT, 6
+ goto_if eq, EventScript_1BB7FF
+ compare VAR_RESULT, 7
+ goto_if eq, EventScript_1BB7DF
+ compare VAR_RESULT, 9
+ goto_if eq, EventScript_1BB7EF
+ end
+
+EventScript_1BB73D:: @ 81BB73D
+ setvar VAR_0x8004, 3
+ copyvar VAR_CABLE_CLUB_STATE, VAR_0x8004
+ messageautoscroll Text_1BC590
+ waitmessage
+ call CableClub_EventScript_OpenDirectCornerBarrier
+ special DrawWholeMapView
+ playse SE_TK_KASYA
+ delay 60
+ applymovement VAR_LAST_TALKED, Movement_1BB88F
+ waitmovement 0
+ closemessage
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB898
+ waitmovement 0
+ opendoor 9, 1
+ waitdooranim
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB89C
+ waitmovement 0
+ hideobject OBJ_EVENT_ID_PLAYER, 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_RESULT, 2
+ goto_if lt, EventScript_1BB7C2
+ specialvar VAR_RESULT, GetNameOfEnigmaBerryInPlayerParty
+ compare 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_WirelessClubUndergoingAdjustments
+ release
+ end
+
+EventScript_1BB881:: @ 81BB881
+ msgbox Text_AppearsToBeUndergoingAdjustments
+ 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_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 sub_80A0334
+ waitstate
+ compare 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 sub_80A0334
+ waitstate
+ compare 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 sub_80A0334
+ waitstate
+ compare 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 sub_80A0334
+ waitstate
+ compare 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 Text_LookedAtPlayersTrainerCard
+ fadescreen 1
+ special sp02A_crash_sound
+ waitstate
+ end
+
+gUnknown_81BB992:: @ 81BB992
+ textcolor 3
+ msgbox Text_LookedAtPlayersTrainerCardColored
+ fadescreen 1
+ special sp02A_crash_sound
+ waitstate
+ end
+
+gUnknown_81BB9A3:: @ 81BB9A3
+ textcolor 3
+ msgbox Text_TrainerTooBusyToNotice
+ closemessage
+ end
+
+UnknownMap_00_00_EventScript_1BB9AF:: @ 81BB9AF
+ textcolor 3
+ special sub_8069740
+ msgbox Text_TakeSeatStartBattle
+ special sub_8069768
+ closemessage
+ end
+
+UnknownMap_00_01_EventScript_1BB9C1:: @ 81BB9C1
+ textcolor 3
+ special sub_8069740
+ msgbox Text_TakeSeatStartTrade
+ special sub_8069768
+ closemessage
+ end
+
+UnknownMap_00_02_EventScript_1BB9D3:: @ 81BB9D3
+ end
+
+gUnknown_81BB9D4:: @ 81BB9D4
+ textcolor 3
+ msgbox Text_TerminateLinkIfYouLeaveRoom, MSGBOX_YESNO
+ compare VAR_RESULT, YES
+ 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_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_RESULT, 1
+ goto_if eq, EventScript_1BB867
+ copyvar VAR_0x8007, VAR_LAST_TALKED
+ specialvar VAR_RESULT, IsWirelessAdapterConnected
+ compare 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_RESULT, 0
+ goto_if eq, EventScript_1BB82F
+ call EventScript_1A4EAF
+ compare VAR_RESULT, 0
+ goto_if eq, EventScript_1BB82F
+ msgbox gUnknown_81BD86A
+ closemessage
+ special sp000_heal_pokemon
+ setvar VAR_0x8004, 6
+ copyvar VAR_CABLE_CLUB_STATE, VAR_0x8004
+ special HelpSystem_Disable
+ call CableClub_EventScript_OpenUnionRoomBarrier
+ special DrawWholeMapView
+ playse SE_TK_KASYA
+ delay 60
+ applymovement VAR_LAST_TALKED, Movement_1BB88F
+ waitmovement 0
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB898
+ waitmovement 0
+ opendoor 5, 1
+ waitdooranim
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB89C
+ waitmovement 0
+ hideobject OBJ_EVENT_ID_PLAYER, 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_RESULT, 2
+ goto_if lt, EventScript_1BBB44
+ specialvar VAR_RESULT, GetNameOfEnigmaBerryInPlayerParty
+ compare 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, MSGBOX_YESNO
+ compare VAR_RESULT, NO
+ 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_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_RESULT, 1
+ goto_if eq, EventScript_1BB867
+ specialvar VAR_RESULT, IsWirelessAdapterConnected
+ compare 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, MSGBOX_YESNO
+ compare VAR_RESULT, NO
+ goto_if eq, EventScript_1BB82F
+ call EventScript_1BB79C
+ compare 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 CheckForAlivePartyMons
+ compare 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, MSGBOX_YESNO
+ compare VAR_RESULT, NO
+ goto_if eq, EventScript_1BB82F
+ special CheckHasAtLeastOneBerry
+ compare 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_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_RESULT, 1
+ goto_if eq, EventScript_1BBF88
+ compare VAR_RESULT, 5
+ goto_if eq, EventScript_1BBDBC
+ compare VAR_RESULT, 8
+ goto_if eq, EventScript_1BBE00
+ release
+ return
+
+EventScript_1BBE28:: @ 81BBE28
+ call EventScript_1BBF80
+ compare VAR_RESULT, 1
+ goto_if eq, EventScript_1BBF88
+ compare VAR_RESULT, 5
+ goto_if eq, EventScript_1BBDBC
+ compare 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_RESULT, 1
+ goto_if eq, EventScript_1BBF88
+ compare VAR_RESULT, 5
+ goto_if eq, EventScript_1BBE50
+ compare VAR_RESULT, 8
+ goto_if eq, EventScript_1BBE94
+ release
+ return
+
+EventScript_1BBEBC:: @ 81BBEBC
+ call EventScript_1BBF80
+ compare VAR_RESULT, 1
+ goto_if eq, EventScript_1BBF88
+ compare VAR_RESULT, 5
+ goto_if eq, EventScript_1BBE50
+ compare 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_RESULT, 1
+ goto_if eq, EventScript_1BBF88
+ compare VAR_RESULT, 5
+ goto_if eq, EventScript_1BBEE4
+ compare VAR_RESULT, 8
+ goto_if eq, EventScript_1BBF28
+ release
+ return
+
+EventScript_1BBF50:: @ 81BBF50
+ call EventScript_1BBF80
+ compare VAR_RESULT, 1
+ goto_if eq, EventScript_1BBF88
+ compare VAR_RESULT, 5
+ goto_if eq, EventScript_1BBEE4
+ compare 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 CableClub_EventScript_OpenDirectCornerBarrier
+ special DrawWholeMapView
+ playse SE_TK_KASYA
+ delay 60
+ applymovement VAR_LAST_TALKED, Movement_1BB88F
+ waitmovement 0
+ closemessage
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB898
+ waitmovement 0
+ opendoor 9, 1
+ waitdooranim
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB89C
+ waitmovement 0
+ hideobject OBJ_EVENT_ID_PLAYER, MAP_UNKNOWN_MAP_00_00
+ closedoor 9, 1
+ waitdooranim
+ release
+ waitstate
+ end
+
+gUnknown_81BBFD8:: @ 81BBFD8
+ special sub_8110AB4
+ compare 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_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
+
+CableClub_EventScript_OpenUnionRoomBarrier:: @ 81BC020
+ setmetatile 5, 3, 709, 0
+ return
+
+CableClub_EventScript_CloseUnionRoomBarrier:: @ 81BC02A
+ setmetatile 5, 3, 761, 1
+ return
+
+CableClub_EventScript_OpenDirectCornerBarrier:: @ 81BC034
+ setmetatile 9, 3, 709, 0
+ return
+
+CableClub_EventScript_CloseDirectCornerBarrier:: @ 81BC03E
+ setmetatile 9, 3, 761, 1
+ return
+
+CableClub_EventScript_OpenGameCornerBarrier:: @ 81BC048
+ setmetatile 5, 3, 737, 0
+ return
+
+CableClub_EventScript_CloseGameCornerBarrier:: @ 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_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_RESULT, 2
+ goto_if eq, EventScript_1A7AE0
+ special sub_8112364
+ lock
+ faceplayer
+ message Text_1BCF69
+ waitmessage
+ specialvar VAR_RESULT, IsWirelessAdapterConnected
+ compare 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_RESULT, 0
+ goto_if eq, EventScript_NoEligiblePkmn
+ msgbox gUnknown_81BD059
+ setvar VAR_0x8005, 0
+ special ChooseMonForWirelessMinigame
+ waitstate
+ compare VAR_0x8004, 6
+ goto_if ge, EventScript_1BB83F
+ call EventScript_1A4EAF
+ compare 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_RESULT, 0
+ goto_if eq, EventScript_NoEligiblePkmn
+ msgbox gUnknown_81BD059
+ setvar VAR_0x8005, 1
+ special ChooseMonForWirelessMinigame
+ waitstate
+ compare VAR_0x8004, 6
+ goto_if ge, EventScript_1BB83F
+ call EventScript_1A4EAF
+ compare 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_RESULT, 1
+ goto_if eq, EventScript_1BC262
+ compare VAR_RESULT, 5
+ goto_if eq, EventScript_1BC1CE
+ compare VAR_RESULT, 8
+ goto_if eq, EventScript_1BC212
+ release
+ return
+
+EventScript_1BC23A:: @ 81BC23A
+ call EventScript_1BBF80
+ compare VAR_RESULT, 1
+ goto_if eq, EventScript_1BC262
+ compare VAR_RESULT, 5
+ goto_if eq, EventScript_1BC1CE
+ compare 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 CableClub_EventScript_OpenGameCornerBarrier
+ special DrawWholeMapView
+ playse SE_TK_KASYA
+ delay 60
+ applymovement VAR_LAST_TALKED, Movement_1BB88F
+ waitmovement 0
+ closemessage
+ applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB8A2
+ waitmovement 0
+ hideobject OBJ_EVENT_ID_PLAYER, MAP_UNKNOWN_MAP_00_00
+ release
+ waitstate
+ end
+
+EventScript_1BC29C:: @ 81BC29C
+ msgbox gUnknown_81BCFE8
+ release
+ end
+
+EventScript_NoEligiblePkmn:: @ 81BC2A6
+ msgbox gUnknown_81BD0CF, MSGBOX_YESNO
+ compare VAR_RESULT, NO
+ goto_if eq, EventScript_1BB83F
+ compare VAR_0x8005, 0
+ call_if eq, EventScript_1BC2D5
+ compare 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_RESULT, 2
+ goto_if eq, EventScript_1A7AE0
+ lockall
+ special sub_814B504
+ waitstate
+ releaseall
+ end
+
+TwoIsland_JoyfulGameCorner_EventScript_1BC2FC:: @ 81BC2FC
+ special sub_8110AB4
+ compare 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.$"
+
+Text_TerminateLinkIfYouLeaveRoom:: @ 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.$"
+
+Text_TrainerTooBusyToNotice:: @ 81BC827
+ .string "This TRAINER is too busy to\n"
+ .string "notice…$"
+
+Text_LookedAtPlayersTrainerCard:: @ 81BC84B
+ .string "Score! Got to look at {STR_VAR_1}'s\n"
+ .string "TRAINER CARD!$"
+
+Text_LookedAtPlayersTrainerCardColored:: @ 81BC874
+ .string "Score! Got to look at {STR_VAR_1}'s\n"
+ .string "TRAINER CARD!\p"
+ .string "It's a {STR_VAR_2} card!$"
+
+Text_TakeSeatStartBattle:: @ 81BC8AD
+ .string "Please take your seat and start\n"
+ .string "your battle.$"
+
+Text_TakeSeatStartTrade:: @ 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_PlayerIsPlayingRightNowGoForIt:: @ 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.$"
diff --git a/data/scripts/item_ball_scripts.inc b/data/scripts/item_ball_scripts.inc
index 76d2436ee..c268f4dcd 100644
--- a/data/scripts/item_ball_scripts.inc
+++ b/data/scripts/item_ball_scripts.inc
@@ -1,671 +1,671 @@
Route2_EventScript_1BE58E:: @ 81BE58E
- giveitem ITEM_ETHER, 1, 1
+ finditem ITEM_ETHER
end
Route2_EventScript_1BE59B:: @ 81BE59B
- giveitem ITEM_PARALYZE_HEAL, 1, 1
+ finditem ITEM_PARALYZE_HEAL
end
ViridianForest_EventScript_1BE5A8:: @ 81BE5A8
- giveitem ITEM_POKE_BALL, 1, 1
+ finditem ITEM_POKE_BALL
end
ViridianForest_EventScript_1BE5B5:: @ 81BE5B5
- giveitem ITEM_ANTIDOTE, 1, 1
+ finditem ITEM_ANTIDOTE
end
ViridianForest_EventScript_1BE5C2:: @ 81BE5C2
- giveitem ITEM_POTION, 1, 1
+ finditem ITEM_POTION
end
MtMoon_1F_EventScript_1BE5CF:: @ 81BE5CF
- giveitem ITEM_PARALYZE_HEAL, 1, 1
+ finditem ITEM_PARALYZE_HEAL
end
MtMoon_1F_EventScript_1BE5DC:: @ 81BE5DC
- giveitem ITEM_TM09, 1, 1
+ finditem ITEM_TM09
end
MtMoon_1F_EventScript_1BE5E9:: @ 81BE5E9
- giveitem ITEM_POTION, 1, 1
+ finditem ITEM_POTION
end
MtMoon_1F_EventScript_1BE5F6:: @ 81BE5F6
- giveitem ITEM_RARE_CANDY, 1, 1
+ finditem ITEM_RARE_CANDY
end
MtMoon_1F_EventScript_1BE603:: @ 81BE603
- giveitem ITEM_ESCAPE_ROPE, 1, 1
+ finditem ITEM_ESCAPE_ROPE
end
MtMoon_1F_EventScript_1BE610:: @ 81BE610
- giveitem ITEM_MOON_STONE, 1, 1
+ finditem ITEM_MOON_STONE
end
MtMoon_B2F_EventScript_1BE61D:: @ 81BE61D
- giveitem ITEM_STAR_PIECE, 1, 1
+ finditem ITEM_STAR_PIECE
end
MtMoon_B2F_EventScript_1BE62A:: @ 81BE62A
- giveitem ITEM_TM46, 1, 1
+ finditem ITEM_TM46
end
Route4_EventScript_1BE637:: @ 81BE637
- giveitem ITEM_TM05, 1, 1
+ finditem ITEM_TM05
end
Route24_EventScript_1BE644:: @ 81BE644
- giveitem ITEM_TM45, 1, 1
+ finditem ITEM_TM45
end
Route25_EventScript_1BE651:: @ 81BE651
- giveitem ITEM_TM43, 1, 1
+ finditem ITEM_TM43
end
SSAnne_1F_Room2_EventScript_1BE65E:: @ 81BE65E
- giveitem ITEM_TM31, 1, 1
+ finditem ITEM_TM31
end
SSAnne_2F_Room2_EventScript_1BE66B:: @ 81BE66B
- giveitem ITEM_STARDUST, 1, 1
+ finditem ITEM_STARDUST
end
SSAnne_2F_Room4_EventScript_1BE678:: @ 81BE678
- giveitem ITEM_X_ATTACK, 1, 1
+ finditem ITEM_X_ATTACK
end
SSAnne_B1F_Room2_EventScript_1BE685:: @ 81BE685
- giveitem ITEM_TM44, 1, 1
+ finditem ITEM_TM44
end
SSAnne_B1F_Room3_EventScript_1BE692:: @ 81BE692
- giveitem ITEM_ETHER, 1, 1
+ finditem ITEM_ETHER
end
SSAnne_B1F_Room5_EventScript_1BE69F:: @ 81BE69F
- giveitem ITEM_SUPER_POTION, 1, 1
+ finditem ITEM_SUPER_POTION
end
SSAnne_Kitchen_EventScript_1BE6AC:: @ 81BE6AC
- giveitem ITEM_GREAT_BALL, 1, 1
+ finditem ITEM_GREAT_BALL
end
Route9_EventScript_1BE6B9:: @ 81BE6B9
- giveitem ITEM_TM40, 1, 1
+ finditem ITEM_TM40
end
RocketHideout_B1F_EventScript_1BE6C6:: @ 81BE6C6
- giveitem ITEM_ESCAPE_ROPE, 1, 1
+ finditem ITEM_ESCAPE_ROPE
end
RocketHideout_B1F_EventScript_1BE6D3:: @ 81BE6D3
- giveitem ITEM_HYPER_POTION, 1, 1
+ finditem ITEM_HYPER_POTION
end
RocketHideout_B2F_EventScript_1BE6E0:: @ 81BE6E0
- giveitem ITEM_X_SPEED, 1, 1
+ finditem ITEM_X_SPEED
end
RocketHideout_B2F_EventScript_1BE6ED:: @ 81BE6ED
- giveitem ITEM_MOON_STONE, 1, 1
+ finditem ITEM_MOON_STONE
end
RocketHideout_B2F_EventScript_1BE6FA:: @ 81BE6FA
- giveitem ITEM_TM12, 1, 1
+ finditem ITEM_TM12
end
RocketHideout_B2F_EventScript_1BE707:: @ 81BE707
- giveitem ITEM_SUPER_POTION, 1, 1
+ finditem ITEM_SUPER_POTION
end
RocketHideout_B3F_EventScript_1BE714:: @ 81BE714
- giveitem ITEM_RARE_CANDY, 1, 1
+ finditem ITEM_RARE_CANDY
end
RocketHideout_B3F_EventScript_1BE721:: @ 81BE721
- giveitem ITEM_TM21, 1, 1
+ finditem ITEM_TM21
end
RocketHideout_B4F_EventScript_1BE72E:: @ 81BE72E
- giveitem ITEM_TM49, 1, 1
+ finditem ITEM_TM49
end
RocketHideout_B4F_EventScript_1BE73B:: @ 81BE73B
- giveitem ITEM_MAX_ETHER, 1, 1
+ finditem ITEM_MAX_ETHER
end
RocketHideout_B4F_EventScript_1BE748:: @ 81BE748
- giveitem ITEM_CALCIUM, 1, 1
+ finditem ITEM_CALCIUM
end
PokemonTower_3F_EventScript_1BE755:: @ 81BE755
- giveitem ITEM_ESCAPE_ROPE, 1, 1
+ finditem ITEM_ESCAPE_ROPE
end
PokemonTower_4F_EventScript_1BE762:: @ 81BE762
- giveitem ITEM_ELIXIR, 1, 1
+ finditem ITEM_ELIXIR
end
PokemonTower_4F_EventScript_1BE76F:: @ 81BE76F
- giveitem ITEM_AWAKENING, 1, 1
+ finditem ITEM_AWAKENING
end
PokemonTower_4F_EventScript_1BE77C:: @ 81BE77C
- giveitem ITEM_GREAT_BALL, 1, 1
+ finditem ITEM_GREAT_BALL
end
PokemonTower_5F_EventScript_1BE789:: @ 81BE789
- giveitem ITEM_NUGGET, 1, 1
+ finditem ITEM_NUGGET
end
PokemonTower_6F_EventScript_1BE796:: @ 81BE796
- giveitem ITEM_RARE_CANDY, 1, 1
+ finditem ITEM_RARE_CANDY
end
PokemonTower_6F_EventScript_1BE7A3:: @ 81BE7A3
- giveitem ITEM_X_ACCURACY, 1, 1
+ finditem ITEM_X_ACCURACY
end
Route12_EventScript_1BE7B0:: @ 81BE7B0
- giveitem ITEM_TM48, 1, 1
+ finditem ITEM_TM48
end
Route12_EventScript_1BE7BD:: @ 81BE7BD
- giveitem ITEM_IRON, 1, 1
+ finditem ITEM_IRON
end
Route15_EventScript_1BE7CA:: @ 81BE7CA
- giveitem ITEM_TM18, 1, 1
+ finditem ITEM_TM18
end
SafariZone_Center_EventScript_1BE7D7:: @ 81BE7D7
- giveitem ITEM_NUGGET, 1, 1
+ finditem ITEM_NUGGET
end
SafariZone_East_EventScript_1BE7E4:: @ 81BE7E4
- giveitem ITEM_MAX_POTION, 1, 1
+ finditem ITEM_MAX_POTION
end
SafariZone_East_EventScript_1BE7F1:: @ 81BE7F1
- giveitem ITEM_FULL_RESTORE, 1, 1
+ finditem ITEM_FULL_RESTORE
end
SafariZone_East_EventScript_1BE7FE:: @ 81BE7FE
- giveitem ITEM_TM11, 1, 1
+ finditem ITEM_TM11
end
SafariZone_East_EventScript_1BE80B:: @ 81BE80B
- giveitem ITEM_LEAF_STONE, 1, 1
+ finditem ITEM_LEAF_STONE
end
SafariZone_North_EventScript_1BE818:: @ 81BE818
- giveitem ITEM_PROTEIN, 1, 1
+ finditem ITEM_PROTEIN
end
SafariZone_North_EventScript_1BE825:: @ 81BE825
- giveitem ITEM_TM47, 1, 1
+ finditem ITEM_TM47
end
SafariZone_West_EventScript_1BE832:: @ 81BE832
- giveitem ITEM_TM32, 1, 1
+ finditem ITEM_TM32
end
SafariZone_West_EventScript_1BE83F:: @ 81BE83F
- giveitem ITEM_GOLD_TEETH, 1, 1
+ finditem ITEM_GOLD_TEETH
end
SafariZone_West_EventScript_1BE84C:: @ 81BE84C
- giveitem ITEM_MAX_POTION, 1, 1
+ finditem ITEM_MAX_POTION
end
SafariZone_West_EventScript_1BE859:: @ 81BE859
- giveitem ITEM_MAX_REVIVE, 1, 1
+ finditem ITEM_MAX_REVIVE
end
SilphCo_3F_EventScript_1BE866:: @ 81BE866
- giveitem ITEM_HYPER_POTION, 1, 1
+ finditem ITEM_HYPER_POTION
end
SilphCo_4F_EventScript_1BE873:: @ 81BE873
- giveitem ITEM_MAX_REVIVE, 1, 1
+ finditem ITEM_MAX_REVIVE
end
SilphCo_4F_EventScript_1BE880:: @ 81BE880
- giveitem ITEM_ESCAPE_ROPE, 1, 1
+ finditem ITEM_ESCAPE_ROPE
end
SilphCo_4F_EventScript_1BE88D:: @ 81BE88D
- giveitem ITEM_FULL_HEAL, 1, 1
+ finditem ITEM_FULL_HEAL
end
SilphCo_5F_EventScript_1BE89A:: @ 81BE89A
- giveitem ITEM_PROTEIN, 1, 1
+ finditem ITEM_PROTEIN
end
SilphCo_5F_EventScript_1BE8A7:: @ 81BE8A7
- giveitem ITEM_TM01, 1, 1
+ finditem ITEM_TM01
end
SilphCo_5F_EventScript_1BE8B4:: @ 81BE8B4
- giveitem ITEM_CARD_KEY, 1, 1
+ finditem ITEM_CARD_KEY
end
SilphCo_6F_EventScript_1BE8C1:: @ 81BE8C1
- giveitem ITEM_HP_UP, 1, 1
+ finditem ITEM_HP_UP
end
SilphCo_6F_EventScript_1BE8CE:: @ 81BE8CE
- giveitem ITEM_X_SPECIAL, 1, 1
+ finditem ITEM_X_SPECIAL
end
SilphCo_7F_EventScript_1BE8DB:: @ 81BE8DB
- giveitem ITEM_CALCIUM, 1, 1
+ finditem ITEM_CALCIUM
end
SilphCo_7F_EventScript_1BE8E8:: @ 81BE8E8
- giveitem ITEM_TM08, 1, 1
+ finditem ITEM_TM08
end
SilphCo_10F_EventScript_1BE8F5:: @ 81BE8F5
- giveitem ITEM_CARBOS, 1, 1
+ finditem ITEM_CARBOS
end
SilphCo_10F_EventScript_1BE902:: @ 81BE902
- giveitem ITEM_ULTRA_BALL, 1, 1
+ finditem ITEM_ULTRA_BALL
end
SilphCo_10F_EventScript_1BE90F:: @ 81BE90F
- giveitem ITEM_RARE_CANDY, 1, 1
+ finditem ITEM_RARE_CANDY
end
PowerPlant_EventScript_1BE91C:: @ 81BE91C
- giveitem ITEM_MAX_POTION, 1, 1
+ finditem ITEM_MAX_POTION
end
PowerPlant_EventScript_1BE929:: @ 81BE929
- giveitem ITEM_TM17, 1, 1
+ finditem ITEM_TM17
end
PowerPlant_EventScript_1BE936:: @ 81BE936
- giveitem ITEM_TM25, 1, 1
+ finditem ITEM_TM25
end
PowerPlant_EventScript_1BE943:: @ 81BE943
- giveitem ITEM_THUNDER_STONE, 1, 1
+ finditem ITEM_THUNDER_STONE
end
PowerPlant_EventScript_1BE950:: @ 81BE950
- giveitem ITEM_ELIXIR, 1, 1
+ finditem ITEM_ELIXIR
end
PokemonMansion_1F_EventScript_1BE95D:: @ 81BE95D
- giveitem ITEM_CARBOS, 1, 1
+ finditem ITEM_CARBOS
end
PokemonMansion_1F_EventScript_1BE96A:: @ 81BE96A
- giveitem ITEM_ESCAPE_ROPE, 1, 1
+ finditem ITEM_ESCAPE_ROPE
end
PokemonMansion_2F_EventScript_1BE977:: @ 81BE977
- giveitem ITEM_CALCIUM, 1, 1
+ finditem ITEM_CALCIUM
end
PokemonMansion_3F_EventScript_1BE984:: @ 81BE984
- giveitem ITEM_MAX_POTION, 1, 1
+ finditem ITEM_MAX_POTION
end
PokemonMansion_3F_EventScript_1BE991:: @ 81BE991
- giveitem ITEM_IRON, 1, 1
+ finditem ITEM_IRON
end
PokemonMansion_B1F_EventScript_1BE99E:: @ 81BE99E
- giveitem ITEM_TM14, 1, 1
+ finditem ITEM_TM14
end
PokemonMansion_B1F_EventScript_1BE9AB:: @ 81BE9AB
- giveitem ITEM_FULL_RESTORE, 1, 1
+ finditem ITEM_FULL_RESTORE
end
PokemonMansion_B1F_EventScript_1BE9B8:: @ 81BE9B8
- giveitem ITEM_TM22, 1, 1
+ finditem ITEM_TM22
end
PokemonMansion_B1F_EventScript_1BE9C5:: @ 81BE9C5
- giveitem ITEM_SECRET_KEY, 1, 1
+ finditem ITEM_SECRET_KEY
end
VictoryRoad_1F_EventScript_1BE9D2:: @ 81BE9D2
- giveitem ITEM_RARE_CANDY, 1, 1
+ finditem ITEM_RARE_CANDY
end
VictoryRoad_1F_EventScript_1BE9DF:: @ 81BE9DF
- giveitem ITEM_TM02, 1, 1
+ finditem ITEM_TM02
end
VictoryRoad_2F_EventScript_1BE9EC:: @ 81BE9EC
- giveitem ITEM_GUARD_SPEC, 1, 1
+ finditem ITEM_GUARD_SPEC
end
VictoryRoad_2F_EventScript_1BE9F9:: @ 81BE9F9
- giveitem ITEM_TM07, 1, 1
+ finditem ITEM_TM07
end
VictoryRoad_2F_EventScript_1BEA06:: @ 81BEA06
- giveitem ITEM_FULL_HEAL, 1, 1
+ finditem ITEM_FULL_HEAL
end
VictoryRoad_2F_EventScript_1BEA13:: @ 81BEA13
- giveitem ITEM_TM37, 1, 1
+ finditem ITEM_TM37
end
VictoryRoad_3F_EventScript_1BEA20:: @ 81BEA20
- giveitem ITEM_MAX_REVIVE, 1, 1
+ finditem ITEM_MAX_REVIVE
end
VictoryRoad_3F_EventScript_1BEA2D:: @ 81BEA2D
- giveitem ITEM_TM50, 1, 1
+ finditem ITEM_TM50
end
CeruleanCave_1F_EventScript_1BEA3A:: @ 81BEA3A
- giveitem ITEM_MAX_ELIXIR, 1, 1
+ finditem ITEM_MAX_ELIXIR
end
CeruleanCave_1F_EventScript_1BEA47:: @ 81BEA47
- giveitem ITEM_NUGGET, 1, 1
+ finditem ITEM_NUGGET
end
CeruleanCave_1F_EventScript_1BEA54:: @ 81BEA54
- giveitem ITEM_FULL_RESTORE, 1, 1
+ finditem ITEM_FULL_RESTORE
end
CeruleanCave_2F_EventScript_1BEA61:: @ 81BEA61
- giveitem ITEM_FULL_RESTORE, 1, 1
+ finditem ITEM_FULL_RESTORE
end
CeruleanCave_2F_EventScript_1BEA6E:: @ 81BEA6E
- giveitem ITEM_PP_UP, 1, 1
+ finditem ITEM_PP_UP
end
CeruleanCave_2F_EventScript_1BEA7B:: @ 81BEA7B
- giveitem ITEM_ULTRA_BALL, 1, 1
+ finditem ITEM_ULTRA_BALL
end
CeruleanCave_B1F_EventScript_1BEA88:: @ 81BEA88
- giveitem ITEM_MAX_REVIVE, 1, 1
+ finditem ITEM_MAX_REVIVE
end
CeruleanCave_B1F_EventScript_1BEA95:: @ 81BEA95
- giveitem ITEM_ULTRA_BALL, 1, 1
+ finditem ITEM_ULTRA_BALL
end
FuchsiaCity_Building1_EventScript_1BEAA2:: @ 81BEAA2
- giveitem ITEM_RARE_CANDY, 1, 1
+ finditem ITEM_RARE_CANDY
end
TwoIsland_EventScript_1BEAAF:: @ 81BEAAF
- giveitem ITEM_REVIVE, 1, 1
+ finditem ITEM_REVIVE
end
ThreeIsland_EventScript_1BEABC:: @ 81BEABC
- giveitem ITEM_ZINC, 1, 1
+ finditem ITEM_ZINC
end
ViridianForest_EventScript_1BEAC9:: @ 81BEAC9
- giveitem ITEM_POTION, 1, 1
+ finditem ITEM_POTION
end
MtMoon_B2F_EventScript_1BEAD6:: @ 81BEAD6
- giveitem ITEM_REVIVE, 1, 1
+ finditem ITEM_REVIVE
end
MtMoon_B2F_EventScript_1BEAE3:: @ 81BEAE3
- giveitem ITEM_ANTIDOTE, 1, 1
+ finditem ITEM_ANTIDOTE
end
Route11_EventScript_1BEAF0:: @ 81BEAF0
- giveitem ITEM_X_DEFEND, 1, 1
+ finditem ITEM_X_DEFEND
end
Route9_EventScript_1BEAFD:: @ 81BEAFD
- giveitem ITEM_BURN_HEAL, 1, 1
+ finditem ITEM_BURN_HEAL
end
RockTunnel_1F_EventScript_1BEB0A:: @ 81BEB0A
- giveitem ITEM_REPEL, 1, 1
+ finditem ITEM_REPEL
end
RockTunnel_1F_EventScript_1BEB17:: @ 81BEB17
- giveitem ITEM_PEARL, 1, 1
+ finditem ITEM_PEARL
end
RockTunnel_1F_EventScript_1BEB24:: @ 81BEB24
- giveitem ITEM_ESCAPE_ROPE, 1, 1
+ finditem ITEM_ESCAPE_ROPE
end
RockTunnel_B1F_EventScript_1BEB31:: @ 81BEB31
- giveitem ITEM_REVIVE, 1, 1
+ finditem ITEM_REVIVE
end
RockTunnel_B1F_EventScript_1BEB3E:: @ 81BEB3E
- giveitem ITEM_MAX_ETHER, 1, 1
+ finditem ITEM_MAX_ETHER
end
SilphCo_8F_EventScript_1BEB4B:: @ 81BEB4B
- giveitem ITEM_IRON, 1, 1
+ finditem ITEM_IRON
end
SilphCo_11F_EventScript_1BEB58:: @ 81BEB58
- giveitem ITEM_ZINC, 1, 1
+ finditem ITEM_ZINC
end
PokemonMansion_1F_EventScript_1BEB65:: @ 81BEB65
- giveitem ITEM_PROTEIN, 1, 1
+ finditem ITEM_PROTEIN
end
PokemonMansion_2F_EventScript_1BEB72:: @ 81BEB72
- giveitem ITEM_ZINC, 1, 1
+ finditem ITEM_ZINC
end
PokemonMansion_2F_EventScript_1BEB7F:: @ 81BEB7F
- giveitem ITEM_HP_UP, 1, 1
+ finditem ITEM_HP_UP
end
ViridianCity_EventScript_1BEB8C:: @ 81BEB8C
- giveitem ITEM_POTION, 1, 1
+ finditem ITEM_POTION
end
Route11_EventScript_1BEB99:: @ 81BEB99
- giveitem ITEM_GREAT_BALL, 1, 1
+ finditem ITEM_GREAT_BALL
end
Route11_EventScript_1BEBA6:: @ 81BEBA6
- giveitem ITEM_AWAKENING, 1, 1
+ finditem ITEM_AWAKENING
end
PokemonTower_5F_EventScript_1BEBB3:: @ 81BEBB3
- giveitem ITEM_CLEANSE_TAG, 1, 1
+ finditem ITEM_CLEANSE_TAG
end
CeladonCity_EventScript_1BEBC0:: @ 81BEBC0
- giveitem ITEM_ETHER, 1, 1
+ finditem ITEM_ETHER
end
RocketHideout_B3F_EventScript_1BEBCD:: @ 81BEBCD
- giveitem ITEM_BLACK_GLASSES, 1, 1
+ finditem ITEM_BLACK_GLASSES
end
SafariZone_North_EventScript_1BEBDA:: @ 81BEBDA
- giveitem ITEM_QUICK_CLAW, 1, 1
+ finditem ITEM_QUICK_CLAW
end
SeafoamIslands_1F_EventScript_1BEBE7:: @ 81BEBE7
- giveitem ITEM_ICE_HEAL, 1, 1
+ finditem ITEM_ICE_HEAL
end
SeafoamIslands_B1F_EventScript_1BEBF4:: @ 81BEBF4
- giveitem ITEM_WATER_STONE, 1, 1
+ finditem ITEM_WATER_STONE
end
SeafoamIslands_B1F_EventScript_1BEC01:: @ 81BEC01
- giveitem ITEM_REVIVE, 1, 1
+ finditem ITEM_REVIVE
end
SeafoamIslands_B2F_EventScript_1BEC0E:: @ 81BEC0E
- giveitem ITEM_BIG_PEARL, 1, 1
+ finditem ITEM_BIG_PEARL
end
SeafoamIslands_B4F_EventScript_1BEC1B:: @ 81BEC1B
- giveitem ITEM_ULTRA_BALL, 1, 1
+ finditem ITEM_ULTRA_BALL
end
FourIsland_EventScript_1BEC28:: @ 81BEC28
- giveitem ITEM_STAR_PIECE, 1, 1
+ finditem ITEM_STAR_PIECE
end
FourIsland_EventScript_1BEC35:: @ 81BEC35
- giveitem ITEM_STARDUST, 1, 1
+ finditem ITEM_STARDUST
end
OneIsland_KindleRoad_EventScript_1BEC42:: @ 81BEC42
- giveitem ITEM_ETHER, 1, 1
+ finditem ITEM_ETHER
end
OneIsland_KindleRoad_EventScript_1BEC4F:: @ 81BEC4F
- giveitem ITEM_MAX_REPEL, 1, 1
+ finditem ITEM_MAX_REPEL
end
OneIsland_KindleRoad_EventScript_1BEC5C:: @ 81BEC5C
- giveitem ITEM_CARBOS, 1, 1
+ finditem ITEM_CARBOS
end
FiveIsland_Meadow_EventScript_1BEC69:: @ 81BEC69
- giveitem ITEM_MAX_POTION, 1, 1
+ finditem ITEM_MAX_POTION
end
FiveIsland_Meadow_EventScript_1BEC76:: @ 81BEC76
- giveitem ITEM_PP_UP, 1, 1
+ finditem ITEM_PP_UP
end
FiveIsland_MemorialPillar_EventScript_1BEC83:: @ 81BEC83
- giveitem ITEM_METAL_COAT, 1, 1
+ finditem ITEM_METAL_COAT
end
SixIsland_OutcastIsland_EventScript_1BEC90:: @ 81BEC90
- giveitem ITEM_PP_UP, 1, 1
+ finditem ITEM_PP_UP
end
SixIsland_WaterPath_EventScript_1BEC9D:: @ 81BEC9D
- giveitem ITEM_ELIXIR, 1, 1
+ finditem ITEM_ELIXIR
end
SixIsland_WaterPath_EventScript_1BECAA:: @ 81BECAA
- giveitem ITEM_DRAGON_SCALE, 1, 1
+ finditem ITEM_DRAGON_SCALE
end
SixIsland_RuinValley_EventScript_1BECB7:: @ 81BECB7
- giveitem ITEM_FULL_RESTORE, 1, 1
+ finditem ITEM_FULL_RESTORE
end
SixIsland_RuinValley_EventScript_1BECC4:: @ 81BECC4
- giveitem ITEM_HP_UP, 1, 1
+ finditem ITEM_HP_UP
end
SixIsland_RuinValley_EventScript_1BECD1:: @ 81BECD1
- giveitem ITEM_SUN_STONE, 1, 1
+ finditem ITEM_SUN_STONE
end
SevenIsland_SevaultCanyon_EventScript_1BECDE:: @ 81BECDE
- giveitem ITEM_KINGS_ROCK, 1, 1
+ finditem ITEM_KINGS_ROCK
end
SevenIsland_SevaultCanyon_EventScript_1BECEB:: @ 81BECEB
- giveitem ITEM_MAX_ELIXIR, 1, 1
+ finditem ITEM_MAX_ELIXIR
end
SevenIsland_SevaultCanyon_EventScript_1BECF8:: @ 81BECF8
- giveitem ITEM_NUGGET, 1, 1
+ finditem ITEM_NUGGET
end
ThreeIsland_BerryForest_EventScript_1BED05:: @ 81BED05
- giveitem ITEM_MAX_ETHER, 1, 1
+ finditem ITEM_MAX_ETHER
end
ThreeIsland_BerryForest_EventScript_1BED12:: @ 81BED12
- giveitem ITEM_FULL_HEAL, 1, 1
+ finditem ITEM_FULL_HEAL
end
ThreeIsland_BerryForest_EventScript_1BED1F:: @ 81BED1F
- giveitem ITEM_MAX_ELIXIR, 1, 1
+ finditem ITEM_MAX_ELIXIR
end
MtEmber_Exterior_EventScript_1BED2C:: @ 81BED2C
- giveitem ITEM_ULTRA_BALL, 1, 1
+ finditem ITEM_ULTRA_BALL
end
MtEmber_Exterior_EventScript_1BED39:: @ 81BED39
- giveitem ITEM_FIRE_STONE, 1, 1
+ finditem ITEM_FIRE_STONE
end
MtEmber_Exterior_EventScript_1BED46:: @ 81BED46
- giveitem ITEM_DIRE_HIT, 1, 1
+ finditem ITEM_DIRE_HIT
end
FourIsland_IcefallCave_1F_EventScript_1BED53:: @ 81BED53
- giveitem ITEM_ULTRA_BALL, 1, 1
+ finditem ITEM_ULTRA_BALL
end
FourIsland_IcefallCave_1F_EventScript_1BED60:: @ 81BED60
- giveitem ITEM_HM07, 1, 1
+ finditem ITEM_HM07
end
FourIsland_IcefallCave_B1F_EventScript_1BED6D:: @ 81BED6D
- giveitem ITEM_FULL_RESTORE, 1, 1
+ finditem ITEM_FULL_RESTORE
end
FourIsland_IcefallCave_B1F_EventScript_1BED7A:: @ 81BED7A
- giveitem ITEM_NEVER_MELT_ICE, 1, 1
+ finditem ITEM_NEVER_MELT_ICE
end
FiveIsland_RocketWarehouse_EventScript_1BED87:: @ 81BED87
- giveitem ITEM_BIG_PEARL, 1, 1
+ finditem ITEM_BIG_PEARL
end
FiveIsland_RocketWarehouse_EventScript_1BED94:: @ 81BED94
- giveitem ITEM_TM36, 1, 1
+ finditem ITEM_TM36
end
FiveIsland_RocketWarehouse_EventScript_1BEDA1:: @ 81BEDA1
- giveitem ITEM_PEARL, 1, 1
+ finditem ITEM_PEARL
end
FiveIsland_RocketWarehouse_EventScript_1BEDAE:: @ 81BEDAE
- giveitem ITEM_UP_GRADE, 1, 1
+ finditem ITEM_UP_GRADE
end
FiveIsland_LostCave_Room10_EventScript_1BEDBB:: @ 81BEDBB
- giveitem ITEM_SILK_SCARF, 1, 1
+ finditem ITEM_SILK_SCARF
end
FiveIsland_LostCave_Room11_EventScript_1BEDC8:: @ 81BEDC8
- giveitem ITEM_LAX_INCENSE, 1, 1
+ finditem ITEM_LAX_INCENSE
end
FiveIsland_LostCave_Room12_EventScript_1BEDD5:: @ 81BEDD5
- giveitem ITEM_SEA_INCENSE, 1, 1
+ finditem ITEM_SEA_INCENSE
end
FiveIsland_LostCave_Room13_EventScript_1BEDE2:: @ 81BEDE2
- giveitem ITEM_MAX_REVIVE, 1, 1
+ finditem ITEM_MAX_REVIVE
end
FiveIsland_LostCave_Room14_EventScript_1BEDEF:: @ 81BEDEF
- giveitem ITEM_RARE_CANDY, 1, 1
+ finditem ITEM_RARE_CANDY
end
SevenIsland_SevaultCanyon_House_EventScript_1BEDFC:: @ 81BEDFC
- giveitem ITEM_LUCKY_PUNCH, 1, 1
+ finditem ITEM_LUCKY_PUNCH
end
SilphCo_4F_EventScript_1BEE09:: @ 81BEE09
- giveitem ITEM_TM41, 1, 1
+ finditem ITEM_TM41
end
diff --git a/data/scripts/move_tutors.inc b/data/scripts/move_tutors.inc
index 51f87a6f5..b0bf1dba4 100644
--- a/data/scripts/move_tutors.inc
+++ b/data/scripts/move_tutors.inc
@@ -3,8 +3,8 @@ VictoryRoad_2F_EventScript_1C47AE:: @ 81C47AE
faceplayer
checkflag FLAG_TUTOR_DOUBLE_EDGE
goto_if TRUE, EventScript_1C480C
- msgbox Text_1749F9, 5
- compare VAR_RESULT, 0
+ msgbox Text_1749F9, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C4802
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -33,8 +33,8 @@ EventScript_1C4816:: @ 81C4816
faceplayer
checkflag FLAG_TUTOR_THUNDER_WAVE
goto_if TRUE, EventScript_1C4874
- msgbox Text_175711, 5
- compare VAR_RESULT, 0
+ msgbox Text_175711, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C486A
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -63,8 +63,8 @@ RockTunnel_B1F_EventScript_1C487E:: @ 81C487E
faceplayer
checkflag FLAG_TUTOR_ROCK_SLIDE
goto_if TRUE, EventScript_1C48DC
- msgbox Text_1799E0, 5
- compare VAR_RESULT, 0
+ msgbox Text_1799E0, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C48D2
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -93,8 +93,8 @@ MtEmber_Exterior_EventScript_1C48E6:: @ 81C48E6
faceplayer
checkflag FLAG_TUTOR_EXPLOSION
goto_if TRUE, EventScript_1C4944
- msgbox Text_17A642, 5
- compare VAR_RESULT, 0
+ msgbox Text_17A642, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C493A
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -123,8 +123,8 @@ Route4_EventScript_1C494E:: @ 81C494E
faceplayer
checkflag FLAG_TUTOR_META_PUNCH
goto_if TRUE, EventScript_1C49AC
- msgbox Text_1839D5, 5
- compare VAR_RESULT, 0
+ msgbox Text_1839D5, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C49A2
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -153,8 +153,8 @@ Route4_EventScript_1C49B6:: @ 81C49B6
faceplayer
checkflag FLAG_TUTOR_MEGA_KICK
goto_if TRUE, EventScript_1C4A14
- msgbox Text_183B74, 5
- compare VAR_RESULT, 0
+ msgbox Text_183B74, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C4A0A
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -183,8 +183,8 @@ EventScript_1C4A1E:: @ 81C4A1E
faceplayer
checkflag FLAG_TUTOR_DREAM_EATER
goto_if TRUE, EventScript_1C4A7C
- msgbox Text_17E316, 5
- compare VAR_RESULT, 0
+ msgbox Text_17E316, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C4A72
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -213,8 +213,8 @@ EventScript_1C4A86:: @ 81C4A86
faceplayer
checkflag FLAG_TUTOR_SOFT_BOILED
goto_if TRUE, EventScript_1C4AE4
- msgbox Text_180388, 5
- compare VAR_RESULT, 0
+ msgbox Text_180388, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C4ADA
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -243,8 +243,8 @@ FuchsiaCity_EventScript_1C4AEE:: @ 81C4AEE
faceplayer
checkflag FLAG_TUTOR_SUBSTITUTE
goto_if TRUE, EventScript_1C4B4C
- msgbox Text_180948, 5
- compare VAR_RESULT, 0
+ msgbox Text_180948, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C4B42
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -273,8 +273,8 @@ SevenIsland_EventScript_1C4B56:: @ 81C4B56
faceplayer
checkflag FLAG_TUTOR_SWORDS_DANCE
goto_if TRUE, EventScript_1C4BB4
- msgbox Text_182F01, 5
- compare VAR_RESULT, 0
+ msgbox Text_182F01, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C4BAA
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -303,8 +303,8 @@ PewterCity_Museum_1F_EventScript_1C4BBE:: @ 81C4BBE
faceplayer
checkflag FLAG_TUTOR_SEISMIC_TOSS
goto_if TRUE, EventScript_1C4C1C
- msgbox Text_1909A3, 5
- compare VAR_RESULT, 0
+ msgbox Text_1909A3, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C4C12
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -333,8 +333,8 @@ EventScript_1C4C26:: @ 81C4C26
faceplayer
checkflag FLAG_TUTOR_COUNTER
goto_if TRUE, EventScript_1C4C84
- msgbox Text_195928, 5
- compare VAR_RESULT, 0
+ msgbox Text_195928, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C4C7A
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -363,8 +363,8 @@ EventScript_1C4C8E:: @ 81C4C8E
faceplayer
checkflag FLAG_TUTOR_METRONOME
goto_if TRUE, EventScript_1C4CEC
- msgbox Text_19A137, 5
- compare VAR_RESULT, 0
+ msgbox Text_19A137, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C4CE2
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -391,8 +391,8 @@ EventScript_1C4CEC:: @ 81C4CEC
EventScript_1C4CF6:: @ 81C4CF6
checkflag FLAG_TUTOR_MIMIC
goto_if TRUE, EventScript_1C4D59
- msgbox Text_19AD85, 5
- compare VAR_RESULT, 0
+ msgbox Text_19AD85, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C4D4F
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -436,8 +436,8 @@ FourIsland_House1_EventScript_1C4D84:: @ 81C4D84
faceplayer
checkflag FLAG_TUTOR_BODY_SLAM
goto_if TRUE, EventScript_1C4DE2
- msgbox Text_1A3505, 5
- compare VAR_RESULT, 0
+ msgbox Text_1A3505, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C4DD8
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -486,8 +486,8 @@ TwoIsland_CapeBrink_House_EventScript_1C4DEC:: @ 81C4DEC
call_if eq, EventScript_1C4F06
compare VAR_FACING, 3
call_if eq, EventScript_1C4F11
- msgbox Text_1A4751, 5
- compare VAR_RESULT, 0
+ msgbox Text_1A4751, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1C4F1C
call EventScript_1C4F37
compare VAR_RESULT, 0
@@ -576,7 +576,7 @@ EventScript_1C4F37:: @ 81C4F37
textcolor 3
special sub_80699BC
signmsg
- msgbox Text_1A644F, 5
+ msgbox Text_1A644F, MSGBOX_YESNO
normalmsg
call EventScript_1A6675
return
diff --git a/data/scripts/repel.inc b/data/scripts/repel.inc
index addd6894e..1cc93c95d 100644
--- a/data/scripts/repel.inc
+++ b/data/scripts/repel.inc
@@ -1,5 +1,5 @@
EventScript_RepelWoreOff:: @ 81BFB65
- msgbox Text_1BFB6E, 3
+ msgbox Text_1BFB6E, MSGBOX_SIGN
end
Text_1BFB6E:: @ 81BFB6E
diff --git a/data/scripts/trainer_battle.inc b/data/scripts/trainer_battle.inc
index 8d44b2783..874bce358 100644
--- a/data/scripts/trainer_battle.inc
+++ b/data/scripts/trainer_battle.inc
@@ -150,7 +150,7 @@ EventScript_1A501A:: @ 81A501A
releaseall
end
-gStdScript_Message_WaitButton_AndRelease:: @ 81A501F
+Std_MsgboxAutoclose:: @ 81A501F
message 0x0
waitmessage
waitbuttonpress
diff --git a/data/scripts/trainers.inc b/data/scripts/trainers.inc
index 0f59cabd1..64bb44c50 100644
--- a/data/scripts/trainers.inc
+++ b/data/scripts/trainers.inc
@@ -3,12 +3,12 @@ Route3_EventScript_1A93C9:: @ 81A93C9
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A93F0
- msgbox Text_1835B4, 6
+ msgbox Text_1835B4, MSGBOX_AUTOCLOSE
end
EventScript_1A93F0:: @ 81A93F0
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_BEN, 0, Text_1C149D, Text_1835A0
- msgbox Text_1835B4, 6
+ msgbox Text_1835B4, MSGBOX_AUTOCLOSE
end
Route3_EventScript_1A9407:: @ 81A9407
@@ -16,12 +16,12 @@ Route3_EventScript_1A9407:: @ 81A9407
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A942E
- msgbox Text_1837CF, 6
+ msgbox Text_1837CF, MSGBOX_AUTOCLOSE
end
EventScript_1A942E:: @ 81A942E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_CALVIN, 0, Text_1C1588, Text_1837BD
- msgbox Text_1837CF, 6
+ msgbox Text_1837CF, MSGBOX_AUTOCLOSE
end
Route3_EventScript_1A9445:: @ 81A9445
@@ -29,12 +29,12 @@ Route3_EventScript_1A9445:: @ 81A9445
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A946C
- msgbox Text_18351C, 6
+ msgbox Text_18351C, MSGBOX_AUTOCLOSE
end
EventScript_1A946C:: @ 81A946C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_COLTON, 0, Text_1C147A, Text_183509
- msgbox Text_18351C, 6
+ msgbox Text_18351C, MSGBOX_AUTOCLOSE
end
Route3_EventScript_1A9483:: @ 81A9483
@@ -42,12 +42,12 @@ Route3_EventScript_1A9483:: @ 81A9483
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A94AA
- msgbox Text_1836D9, 6
+ msgbox Text_1836D9, MSGBOX_AUTOCLOSE
end
EventScript_1A94AA:: @ 81A94AA
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_GREG, 0, Text_1C1521, Text_1836B3
- msgbox Text_1836D9, 6
+ msgbox Text_1836D9, MSGBOX_AUTOCLOSE
end
Route3_EventScript_1A94C1:: @ 81A94C1
@@ -55,12 +55,12 @@ Route3_EventScript_1A94C1:: @ 81A94C1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A94E8
- msgbox Text_183849, 6
+ msgbox Text_183849, MSGBOX_AUTOCLOSE
end
EventScript_1A94E8:: @ 81A94E8
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_JAMES, 0, Text_1C15C5, Text_183837
- msgbox Text_183849, 6
+ msgbox Text_183849, MSGBOX_AUTOCLOSE
end
Route3_EventScript_1A94FF:: @ 81A94FF
@@ -68,12 +68,12 @@ Route3_EventScript_1A94FF:: @ 81A94FF
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9526
- msgbox Text_18364C, 6
+ msgbox Text_18364C, MSGBOX_AUTOCLOSE
end
EventScript_1A9526:: @ 81A9526
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_JANICE, 0, Text_1C14F3, Text_18363F
- msgbox Text_18364C, 6
+ msgbox Text_18364C, MSGBOX_AUTOCLOSE
end
Route3_EventScript_1A953D:: @ 81A953D
@@ -81,12 +81,12 @@ Route3_EventScript_1A953D:: @ 81A953D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9564
- msgbox Text_18374F, 6
+ msgbox Text_18374F, MSGBOX_AUTOCLOSE
end
EventScript_1A9564:: @ 81A9564
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_SALLY, 0, Text_1C155D, Text_183746
- msgbox Text_18374F, 6
+ msgbox Text_18374F, MSGBOX_AUTOCLOSE
end
Route3_EventScript_1A957B:: @ 81A957B
@@ -94,12 +94,12 @@ Route3_EventScript_1A957B:: @ 81A957B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A95A2
- msgbox Text_18389C, 6
+ msgbox Text_18389C, MSGBOX_AUTOCLOSE
end
EventScript_1A95A2:: @ 81A95A2
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_ROBIN, 0, Text_1C15F9, Text_183891
- msgbox Text_18389C, 6
+ msgbox Text_18389C, MSGBOX_AUTOCLOSE
end
Route4_EventScript_1A95B9:: @ 81A95B9
@@ -107,12 +107,12 @@ Route4_EventScript_1A95B9:: @ 81A95B9
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A95E0
- msgbox Text_183957, 6
+ msgbox Text_183957, MSGBOX_AUTOCLOSE
end
EventScript_1A95E0:: @ 81A95E0
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_CRISSY, 0, Text_1C160F, Text_183938
- msgbox Text_183957, 6
+ msgbox Text_183957, MSGBOX_AUTOCLOSE
end
Route24_EventScript_1A95F7:: @ 81A95F7
@@ -120,12 +120,12 @@ Route24_EventScript_1A95F7:: @ 81A95F7
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A961E
- msgbox Text_188FA7, 6
+ msgbox Text_188FA7, MSGBOX_AUTOCLOSE
end
EventScript_1A961E:: @ 81A961E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_TIMMY, 0, Text_1C3657, Text_188F95
- msgbox Text_188FA7, 6
+ msgbox Text_188FA7, MSGBOX_AUTOCLOSE
end
Route24_EventScript_1A9635:: @ 81A9635
@@ -133,12 +133,12 @@ Route24_EventScript_1A9635:: @ 81A9635
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A965C
- msgbox Text_18909E, 6
+ msgbox Text_18909E, MSGBOX_AUTOCLOSE
end
EventScript_1A965C:: @ 81A965C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_CALE, 0, Text_1C36DA, Text_18908C
- msgbox Text_18909E, 6
+ msgbox Text_18909E, MSGBOX_AUTOCLOSE
end
Route24_EventScript_1A9673:: @ 81A9673
@@ -146,12 +146,12 @@ Route24_EventScript_1A9673:: @ 81A9673
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A969A
- msgbox Text_188F53, 6
+ msgbox Text_188F53, MSGBOX_AUTOCLOSE
end
EventScript_1A969A:: @ 81A969A
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_RELI, 0, Text_1C3624, Text_188F46
- msgbox Text_188F53, 6
+ msgbox Text_188F53, MSGBOX_AUTOCLOSE
end
Route24_EventScript_1A96B1:: @ 81A96B1
@@ -159,12 +159,12 @@ Route24_EventScript_1A96B1:: @ 81A96B1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A96D8
- msgbox Text_188FF9, 6
+ msgbox Text_188FF9, MSGBOX_AUTOCLOSE
end
EventScript_1A96D8:: @ 81A96D8
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_ALI, 0, Text_1C3685, Text_188FE7
- msgbox Text_188FF9, 6
+ msgbox Text_188FF9, MSGBOX_AUTOCLOSE
end
Route24_EventScript_1A96EF:: @ 81A96EF
@@ -172,12 +172,12 @@ Route24_EventScript_1A96EF:: @ 81A96EF
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9716
- msgbox Text_188EA3, 6
+ msgbox Text_188EA3, MSGBOX_AUTOCLOSE
end
EventScript_1A9716:: @ 81A9716
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_SHANE, 0, Text_1C35EE, Text_188E94
- msgbox Text_188EA3, 6
+ msgbox Text_188EA3, MSGBOX_AUTOCLOSE
end
Route24_EventScript_1A972D:: @ 81A972D
@@ -185,12 +185,12 @@ Route24_EventScript_1A972D:: @ 81A972D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9754
- msgbox Text_188F0A, 6
+ msgbox Text_188F0A, MSGBOX_AUTOCLOSE
end
EventScript_1A9754:: @ 81A9754
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_ETHAN, 0, Text_1C360E, Text_188EFA
- msgbox Text_188F0A, 6
+ msgbox Text_188F0A, MSGBOX_AUTOCLOSE
end
Route25_EventScript_1A976B:: @ 81A976B
@@ -198,12 +198,12 @@ Route25_EventScript_1A976B:: @ 81A976B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9792
- msgbox Text_1890F5, 6
+ msgbox Text_1890F5, MSGBOX_AUTOCLOSE
end
EventScript_1A9792:: @ 81A9792
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_JOEY, 0, Text_1C33E7, Text_1890E6
- msgbox Text_1890F5, 6
+ msgbox Text_1890F5, MSGBOX_AUTOCLOSE
end
Route25_EventScript_1A97A9:: @ 81A97A9
@@ -211,12 +211,12 @@ Route25_EventScript_1A97A9:: @ 81A97A9
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A97D0
- msgbox Text_1891B3, 6
+ msgbox Text_1891B3, MSGBOX_AUTOCLOSE
end
EventScript_1A97D0:: @ 81A97D0
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_DAN, 0, Text_1C3404, Text_1891A6
- msgbox Text_1891B3, 6
+ msgbox Text_1891B3, MSGBOX_AUTOCLOSE
end
Route25_EventScript_1A97E7:: @ 81A97E7
@@ -224,12 +224,12 @@ Route25_EventScript_1A97E7:: @ 81A97E7
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A980E
- msgbox Text_1892EF, 6
+ msgbox Text_1892EF, MSGBOX_AUTOCLOSE
end
EventScript_1A980E:: @ 81A980E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_CHAD, 0, Text_1C34D4, Text_1892D9
- msgbox Text_1892EF, 6
+ msgbox Text_1892EF, MSGBOX_AUTOCLOSE
end
Route25_EventScript_1A9825:: @ 81A9825
@@ -237,12 +237,12 @@ Route25_EventScript_1A9825:: @ 81A9825
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A984C
- msgbox Text_189281, 6
+ msgbox Text_189281, MSGBOX_AUTOCLOSE
end
EventScript_1A984C:: @ 81A984C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_KELSEY, 0, Text_1C349C, Text_189261
- msgbox Text_189281, 6
+ msgbox Text_189281, MSGBOX_AUTOCLOSE
end
Route25_EventScript_1A9863:: @ 81A9863
@@ -250,12 +250,12 @@ Route25_EventScript_1A9863:: @ 81A9863
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A988A
- msgbox Text_189378, 6
+ msgbox Text_189378, MSGBOX_AUTOCLOSE
end
EventScript_1A988A:: @ 81A988A
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_HALEY, 0, Text_1C350A, Text_189364
- msgbox Text_189378, 6
+ msgbox Text_189378, MSGBOX_AUTOCLOSE
end
Route25_EventScript_1A98A1:: @ 81A98A1
@@ -263,12 +263,12 @@ Route25_EventScript_1A98A1:: @ 81A98A1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A98C8
- msgbox Text_1893FB, 6
+ msgbox Text_1893FB, MSGBOX_AUTOCLOSE
end
EventScript_1A98C8:: @ 81A98C8
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_FRANKLIN, 0, Text_1C353B, Text_1893EA
- msgbox Text_1893FB, 6
+ msgbox Text_1893FB, MSGBOX_AUTOCLOSE
end
Route25_EventScript_1A98DF:: @ 81A98DF
@@ -276,12 +276,12 @@ Route25_EventScript_1A98DF:: @ 81A98DF
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9906
- msgbox Text_18947E, 6
+ msgbox Text_18947E, MSGBOX_AUTOCLOSE
end
EventScript_1A9906:: @ 81A9906
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_NOB, 0, Text_1C357E, Text_189459
- msgbox Text_18947E, 6
+ msgbox Text_18947E, MSGBOX_AUTOCLOSE
end
Route25_EventScript_1A991D:: @ 81A991D
@@ -289,12 +289,12 @@ Route25_EventScript_1A991D:: @ 81A991D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9944
- msgbox Text_18951C, 6
+ msgbox Text_18951C, MSGBOX_AUTOCLOSE
end
EventScript_1A9944:: @ 81A9944
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_WAYNE, 0, Text_1C35BC, Text_18950A
- msgbox Text_18951C, 6
+ msgbox Text_18951C, MSGBOX_AUTOCLOSE
end
Route25_EventScript_1A995B:: @ 81A995B
@@ -302,12 +302,12 @@ Route25_EventScript_1A995B:: @ 81A995B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9982
- msgbox Text_18921D, 6
+ msgbox Text_18921D, MSGBOX_AUTOCLOSE
end
EventScript_1A9982:: @ 81A9982
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_FLINT, 0, Text_1C3445, Text_189212
- msgbox Text_18921D, 6
+ msgbox Text_18921D, MSGBOX_AUTOCLOSE
end
Route6_EventScript_1A9999:: @ 81A9999
@@ -315,12 +315,12 @@ Route6_EventScript_1A9999:: @ 81A9999
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A99C0
- msgbox Text_183ED4, 6
+ msgbox Text_183ED4, MSGBOX_AUTOCLOSE
end
EventScript_1A99C0:: @ 81A99C0
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_KEIGO, 0, Text_1C16E2, Text_183EC0
- msgbox Text_183ED4, 6
+ msgbox Text_183ED4, MSGBOX_AUTOCLOSE
end
Route6_EventScript_1A99D7:: @ 81A99D7
@@ -328,12 +328,12 @@ Route6_EventScript_1A99D7:: @ 81A99D7
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A99FE
- msgbox Text_18402B, 6
+ msgbox Text_18402B, MSGBOX_AUTOCLOSE
end
EventScript_1A99FE:: @ 81A99FE
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_ELIJAH, 0, Text_1C176B, Text_18401A
- msgbox Text_18402B, 6
+ msgbox Text_18402B, MSGBOX_AUTOCLOSE
end
Route6_EventScript_1A9A15:: @ 81A9A15
@@ -341,12 +341,12 @@ Route6_EventScript_1A9A15:: @ 81A9A15
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9A3C
- msgbox Text_183E3C, 6
+ msgbox Text_183E3C, MSGBOX_AUTOCLOSE
end
EventScript_1A9A3C:: @ 81A9A3C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_RICKY, 0, Text_1C163C, Text_183E2A
- msgbox Text_183E3C, 6
+ msgbox Text_183E3C, MSGBOX_AUTOCLOSE
end
Route6_EventScript_1A9A53:: @ 81A9A53
@@ -354,12 +354,12 @@ Route6_EventScript_1A9A53:: @ 81A9A53
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9A7A
- msgbox Text_183F51, 6
+ msgbox Text_183F51, MSGBOX_AUTOCLOSE
end
EventScript_1A9A7A:: @ 81A9A7A
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_JEFF, 0, Text_1C1723, Text_183F24
- msgbox Text_183F51, 6
+ msgbox Text_183F51, MSGBOX_AUTOCLOSE
end
Route6_EventScript_1A9A91:: @ 81A9A91
@@ -367,12 +367,12 @@ Route6_EventScript_1A9A91:: @ 81A9A91
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9AB8
- msgbox Text_183E8D, 6
+ msgbox Text_183E8D, MSGBOX_AUTOCLOSE
end
EventScript_1A9AB8:: @ 81A9AB8
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_NANCY, 0, Text_1C166D, Text_183E79
- msgbox Text_183E8D, 6
+ msgbox Text_183E8D, MSGBOX_AUTOCLOSE
end
Route6_EventScript_1A9ACF:: @ 81A9ACF
@@ -380,12 +380,12 @@ Route6_EventScript_1A9ACF:: @ 81A9ACF
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9AF6
- msgbox Text_183FC4, 6
+ msgbox Text_183FC4, MSGBOX_AUTOCLOSE
end
EventScript_1A9AF6:: @ 81A9AF6
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_ISABELLE, 0, Text_1C1746, Text_183FAB
- msgbox Text_183FC4, 6
+ msgbox Text_183FC4, MSGBOX_AUTOCLOSE
end
Route11_EventScript_1A9B0D:: @ 81A9B0D
@@ -393,12 +393,12 @@ Route11_EventScript_1A9B0D:: @ 81A9B0D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9B34
- msgbox Text_184FEF, 6
+ msgbox Text_184FEF, MSGBOX_AUTOCLOSE
end
EventScript_1A9B34:: @ 81A9B34
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_EDDIE, 0, Text_1C1DB5, Text_184FD8
- msgbox Text_184FEF, 6
+ msgbox Text_184FEF, MSGBOX_AUTOCLOSE
end
Route11_EventScript_1A9B4B:: @ 81A9B4B
@@ -406,12 +406,12 @@ Route11_EventScript_1A9B4B:: @ 81A9B4B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9B72
- msgbox Text_1850CF, 6
+ msgbox Text_1850CF, MSGBOX_AUTOCLOSE
end
EventScript_1A9B72:: @ 81A9B72
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_DILLON, 0, Text_1C1E1F, Text_18509B
- msgbox Text_1850CF, 6
+ msgbox Text_1850CF, MSGBOX_AUTOCLOSE
end
Route11_EventScript_1A9B89:: @ 81A9B89
@@ -419,12 +419,12 @@ Route11_EventScript_1A9B89:: @ 81A9B89
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9BB0
- msgbox Text_1851D2, 6
+ msgbox Text_1851D2, MSGBOX_AUTOCLOSE
end
EventScript_1A9BB0:: @ 81A9BB0
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_YASU, 0, Text_1C1EE2, Text_1851AC
- msgbox Text_1851D2, 6
+ msgbox Text_1851D2, MSGBOX_AUTOCLOSE
end
Route11_EventScript_1A9BC7:: @ 81A9BC7
@@ -432,12 +432,12 @@ Route11_EventScript_1A9BC7:: @ 81A9BC7
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9BEE
- msgbox Text_1852E3, 6
+ msgbox Text_1852E3, MSGBOX_AUTOCLOSE
end
EventScript_1A9BEE:: @ 81A9BEE
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_DAVE, 0, Text_1C1F40, Text_1852C1
- msgbox Text_1852E3, 6
+ msgbox Text_1852E3, MSGBOX_AUTOCLOSE
end
Route11_EventScript_1A9C05:: @ 81A9C05
@@ -445,12 +445,12 @@ Route11_EventScript_1A9C05:: @ 81A9C05
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9C2C
- msgbox Text_18504A, 6
+ msgbox Text_18504A, MSGBOX_AUTOCLOSE
end
EventScript_1A9C2C:: @ 81A9C2C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_ENGINEER_BRAXTON, 0, Text_1C1DE1, Text_185037
- msgbox Text_18504A, 6
+ msgbox Text_18504A, MSGBOX_AUTOCLOSE
end
Route11_EventScript_1A9C43:: @ 81A9C43
@@ -458,12 +458,12 @@ Route11_EventScript_1A9C43:: @ 81A9C43
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9C6A
- msgbox Text_185266, 6
+ msgbox Text_185266, MSGBOX_AUTOCLOSE
end
EventScript_1A9C6A:: @ 81A9C6A
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_ENGINEER_BERNIE, 0, Text_1C1F1D, Text_185250
- msgbox Text_185266, 6
+ msgbox Text_185266, MSGBOX_AUTOCLOSE
end
Route11_EventScript_1A9C81:: @ 81A9C81
@@ -471,12 +471,12 @@ Route11_EventScript_1A9C81:: @ 81A9C81
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9CA8
- msgbox Text_184F2E, 6
+ msgbox Text_184F2E, MSGBOX_AUTOCLOSE
end
EventScript_1A9CA8:: @ 81A9CA8
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_GAMER_HUGO, 0, Text_1C1D50, Text_184F15
- msgbox Text_184F2E, 6
+ msgbox Text_184F2E, MSGBOX_AUTOCLOSE
end
Route11_EventScript_1A9CBF:: @ 81A9CBF
@@ -484,12 +484,12 @@ Route11_EventScript_1A9CBF:: @ 81A9CBF
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9CE6
- msgbox Text_184F8E, 6
+ msgbox Text_184F8E, MSGBOX_AUTOCLOSE
end
EventScript_1A9CE6:: @ 81A9CE6
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_GAMER_JASPER, 0, Text_1C1D79, Text_184F7E
- msgbox Text_184F8E, 6
+ msgbox Text_184F8E, MSGBOX_AUTOCLOSE
end
Route11_EventScript_1A9CFD:: @ 81A9CFD
@@ -497,12 +497,12 @@ Route11_EventScript_1A9CFD:: @ 81A9CFD
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9D24
- msgbox Text_185114, 6
+ msgbox Text_185114, MSGBOX_AUTOCLOSE
end
EventScript_1A9D24:: @ 81A9D24
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_GAMER_DIRK, 0, Text_1C1E57, Text_185105
- msgbox Text_185114, 6
+ msgbox Text_185114, MSGBOX_AUTOCLOSE
end
Route11_EventScript_1A9D3B:: @ 81A9D3B
@@ -510,12 +510,12 @@ Route11_EventScript_1A9D3B:: @ 81A9D3B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9D62
- msgbox Text_185161, 6
+ msgbox Text_185161, MSGBOX_AUTOCLOSE
end
EventScript_1A9D62:: @ 81A9D62
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_GAMER_DARIAN, 0, Text_1C1E9F, Text_18514E
- msgbox Text_185161, 6
+ msgbox Text_185161, MSGBOX_AUTOCLOSE
end
Route9_EventScript_1A9D79:: @ 81A9D79
@@ -523,12 +523,12 @@ Route9_EventScript_1A9D79:: @ 81A9D79
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9DA0
- msgbox Text_184A8C, 6
+ msgbox Text_184A8C, MSGBOX_AUTOCLOSE
end
EventScript_1A9DA0:: @ 81A9DA0
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_BRENT, 0, Text_1C1B83, Text_184A6A
- msgbox Text_184A8C, 6
+ msgbox Text_184A8C, MSGBOX_AUTOCLOSE
end
Route9_EventScript_1A9DB7:: @ 81A9DB7
@@ -536,12 +536,12 @@ Route9_EventScript_1A9DB7:: @ 81A9DB7
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9DDE
- msgbox Text_184B3B, 6
+ msgbox Text_184B3B, MSGBOX_AUTOCLOSE
end
EventScript_1A9DDE:: @ 81A9DDE
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BUG_CATCHER_CONNER, 0, Text_1C1BDC, Text_184B32
- msgbox Text_184B3B, 6
+ msgbox Text_184B3B, MSGBOX_AUTOCLOSE
end
Route9_EventScript_1A9DF5:: @ 81A9DF5
@@ -549,12 +549,12 @@ Route9_EventScript_1A9DF5:: @ 81A9DF5
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9E1C
- msgbox Text_184890, 6
+ msgbox Text_184890, MSGBOX_AUTOCLOSE
end
EventScript_1A9E1C:: @ 81A9E1C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_CHRIS, 0, Text_1C1A5D, Text_18487E
- msgbox Text_184890, 6
+ msgbox Text_184890, MSGBOX_AUTOCLOSE
end
Route9_EventScript_1A9E33:: @ 81A9E33
@@ -562,12 +562,12 @@ Route9_EventScript_1A9E33:: @ 81A9E33
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9E5A
- msgbox Text_1848DE, 6
+ msgbox Text_1848DE, MSGBOX_AUTOCLOSE
end
EventScript_1A9E5A:: @ 81A9E5A
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_DREW, 0, Text_1C1A9B, Text_1848CC
- msgbox Text_1848DE, 6
+ msgbox Text_1848DE, MSGBOX_AUTOCLOSE
end
Route9_EventScript_1A9E71:: @ 81A9E71
@@ -575,12 +575,12 @@ Route9_EventScript_1A9E71:: @ 81A9E71
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9E98
- msgbox Text_1847F0, 6
+ msgbox Text_1847F0, MSGBOX_AUTOCLOSE
end
EventScript_1A9E98:: @ 81A9E98
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_ALICIA, 0, Text_1C1A2E, Text_1847DF
- msgbox Text_1847F0, 6
+ msgbox Text_1847F0, MSGBOX_AUTOCLOSE
end
Route9_EventScript_1A9EAF:: @ 81A9EAF
@@ -588,12 +588,12 @@ Route9_EventScript_1A9EAF:: @ 81A9EAF
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9ED6
- msgbox Text_184931, 6
+ msgbox Text_184931, MSGBOX_AUTOCLOSE
end
EventScript_1A9ED6:: @ 81A9ED6
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_CAITLIN, 0, Text_1C1AFB, Text_18491C
- msgbox Text_184931, 6
+ msgbox Text_184931, MSGBOX_AUTOCLOSE
end
Route9_EventScript_1A9EED:: @ 81A9EED
@@ -601,12 +601,12 @@ Route9_EventScript_1A9EED:: @ 81A9EED
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9F14
- msgbox Text_184AF1, 6
+ msgbox Text_184AF1, MSGBOX_AUTOCLOSE
end
EventScript_1A9F14:: @ 81A9F14
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_ALAN, 0, Text_1C1BBE, Text_184AD5
- msgbox Text_184AF1, 6
+ msgbox Text_184AF1, MSGBOX_AUTOCLOSE
end
Route9_EventScript_1A9F2B:: @ 81A9F2B
@@ -614,12 +614,12 @@ Route9_EventScript_1A9F2B:: @ 81A9F2B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9F52
- msgbox Text_184A11, 6
+ msgbox Text_184A11, MSGBOX_AUTOCLOSE
end
EventScript_1A9F52:: @ 81A9F52
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_BRICE, 0, Text_1C1B5E, Text_184A04
- msgbox Text_184A11, 6
+ msgbox Text_184A11, MSGBOX_AUTOCLOSE
end
Route9_EventScript_1A9F69:: @ 81A9F69
@@ -627,12 +627,12 @@ Route9_EventScript_1A9F69:: @ 81A9F69
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9F90
- msgbox Text_1849B0, 6
+ msgbox Text_1849B0, MSGBOX_AUTOCLOSE
end
EventScript_1A9F90:: @ 81A9F90
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_JEREMY, 0, Text_1C1B37, Text_18497F
- msgbox Text_1849B0, 6
+ msgbox Text_1849B0, MSGBOX_AUTOCLOSE
end
Route10_EventScript_1A9FA7:: @ 81A9FA7
@@ -640,12 +640,12 @@ Route10_EventScript_1A9FA7:: @ 81A9FA7
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1A9FCE
- msgbox Text_184D4D, 6
+ msgbox Text_184D4D, MSGBOX_AUTOCLOSE
end
EventScript_1A9FCE:: @ 81A9FCE
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_HEIDI, 0, Text_1C1C9A, Text_184D31
- msgbox Text_184D4D, 6
+ msgbox Text_184D4D, MSGBOX_AUTOCLOSE
end
Route10_EventScript_1A9FE5:: @ 81A9FE5
@@ -653,12 +653,12 @@ Route10_EventScript_1A9FE5:: @ 81A9FE5
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA00C
- msgbox Text_184E5E, 6
+ msgbox Text_184E5E, MSGBOX_AUTOCLOSE
end
EventScript_1AA00C:: @ 81AA00C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_CAROL, 0, Text_1C1D14, Text_184E3B
- msgbox Text_184E5E, 6
+ msgbox Text_184E5E, MSGBOX_AUTOCLOSE
end
Route10_EventScript_1AA023:: @ 81AA023
@@ -666,12 +666,12 @@ Route10_EventScript_1AA023:: @ 81AA023
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA04A
- msgbox Text_184BFB, 6
+ msgbox Text_184BFB, MSGBOX_AUTOCLOSE
end
EventScript_1AA04A:: @ 81AA04A
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_POKEMANIAC_MARK, 0, Text_1C1BFA, Text_184BE5
- msgbox Text_184BFB, 6
+ msgbox Text_184BFB, MSGBOX_AUTOCLOSE
end
Route10_EventScript_1AA061:: @ 81AA061
@@ -679,12 +679,12 @@ Route10_EventScript_1AA061:: @ 81AA061
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA088
- msgbox Text_184CBB, 6
+ msgbox Text_184CBB, MSGBOX_AUTOCLOSE
end
EventScript_1AA088:: @ 81AA088
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_POKEMANIAC_HERMAN, 0, Text_1C1C76, Text_184CA7
- msgbox Text_184CBB, 6
+ msgbox Text_184CBB, MSGBOX_AUTOCLOSE
end
Route10_EventScript_1AA09F:: @ 81AA09F
@@ -692,12 +692,12 @@ Route10_EventScript_1AA09F:: @ 81AA09F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA0C6
- msgbox Text_184C60, 6
+ msgbox Text_184C60, MSGBOX_AUTOCLOSE
end
EventScript_1AA0C6:: @ 81AA0C6
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_CLARK, 0, Text_1C1C4F, Text_184C2D
- msgbox Text_184C60, 6
+ msgbox Text_184C60, MSGBOX_AUTOCLOSE
end
Route10_EventScript_1AA0DD:: @ 81AA0DD
@@ -705,12 +705,12 @@ Route10_EventScript_1AA0DD:: @ 81AA0DD
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA104
- msgbox Text_184DE4, 6
+ msgbox Text_184DE4, MSGBOX_AUTOCLOSE
end
EventScript_1AA104:: @ 81AA104
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_TRENT, 0, Text_1C1CD3, Text_184DCE
- msgbox Text_184DE4, 6
+ msgbox Text_184DE4, MSGBOX_AUTOCLOSE
end
Route8_EventScript_1AA11B:: @ 81AA11B
@@ -718,12 +718,12 @@ Route8_EventScript_1AA11B:: @ 81AA11B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA142
- msgbox Text_18421B, 6
+ msgbox Text_18421B, MSGBOX_AUTOCLOSE
end
EventScript_1AA142:: @ 81AA142
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_PAIGE, 0, Text_1C1834, Text_184210
- msgbox Text_18421B, 6
+ msgbox Text_18421B, MSGBOX_AUTOCLOSE
end
Route8_EventScript_1AA159:: @ 81AA159
@@ -731,12 +731,12 @@ Route8_EventScript_1AA159:: @ 81AA159
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA180
- msgbox Text_184350, 6
+ msgbox Text_184350, MSGBOX_AUTOCLOSE
end
EventScript_1AA180:: @ 81AA180
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_ANDREA, 0, Text_1C18AA, Text_184346
- msgbox Text_184350, 6
+ msgbox Text_184350, MSGBOX_AUTOCLOSE
end
Route8_EventScript_1AA197:: @ 81AA197
@@ -744,12 +744,12 @@ Route8_EventScript_1AA197:: @ 81AA197
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA1BE
- msgbox Text_1843D2, 6
+ msgbox Text_1843D2, MSGBOX_AUTOCLOSE
end
EventScript_1AA1BE:: @ 81AA1BE
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_MEGAN, 0, Text_1C18DC, Text_1843A6
- msgbox Text_1843D2, 6
+ msgbox Text_1843D2, MSGBOX_AUTOCLOSE
end
Route8_EventScript_1AA1D5:: @ 81AA1D5
@@ -757,12 +757,12 @@ Route8_EventScript_1AA1D5:: @ 81AA1D5
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA1FC
- msgbox Text_1844FD, 6
+ msgbox Text_1844FD, MSGBOX_AUTOCLOSE
end
EventScript_1AA1FC:: @ 81AA1FC
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LASS_JULIA, 0, Text_1C1955, Text_1844D6
- msgbox Text_1844FD, 6
+ msgbox Text_1844FD, MSGBOX_AUTOCLOSE
end
Route8_EventScript_1AA213:: @ 81AA213
@@ -770,12 +770,12 @@ Route8_EventScript_1AA213:: @ 81AA213
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA23A
- msgbox Text_18410E, 6
+ msgbox Text_18410E, MSGBOX_AUTOCLOSE
end
EventScript_1AA23A:: @ 81AA23A
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SUPER_NERD_AIDAN, 0, Text_1C1793, Text_184100
- msgbox Text_18410E, 6
+ msgbox Text_18410E, MSGBOX_AUTOCLOSE
end
Route8_EventScript_1AA251:: @ 81AA251
@@ -783,12 +783,12 @@ Route8_EventScript_1AA251:: @ 81AA251
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA278
- msgbox Text_1841C8, 6
+ msgbox Text_1841C8, MSGBOX_AUTOCLOSE
end
EventScript_1AA278:: @ 81AA278
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SUPER_NERD_GLENN, 0, Text_1C17F1, Text_1841B6
- msgbox Text_1841C8, 6
+ msgbox Text_1841C8, MSGBOX_AUTOCLOSE
end
Route8_EventScript_1AA28F:: @ 81AA28F
@@ -796,12 +796,12 @@ Route8_EventScript_1AA28F:: @ 81AA28F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA2B6
- msgbox Text_1842B3, 6
+ msgbox Text_1842B3, MSGBOX_AUTOCLOSE
end
EventScript_1AA2B6:: @ 81AA2B6
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SUPER_NERD_LESLIE, 0, Text_1C1873, Text_18427A
- msgbox Text_1842B3, 6
+ msgbox Text_1842B3, MSGBOX_AUTOCLOSE
end
Route8_EventScript_1AA2CD:: @ 81AA2CD
@@ -809,12 +809,12 @@ Route8_EventScript_1AA2CD:: @ 81AA2CD
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA2F4
- msgbox Text_184162, 6
+ msgbox Text_184162, MSGBOX_AUTOCLOSE
end
EventScript_1AA2F4:: @ 81AA2F4
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_GAMER_STAN, 0, Text_1C17CD, Text_18414D
- msgbox Text_184162, 6
+ msgbox Text_184162, MSGBOX_AUTOCLOSE
end
Route8_EventScript_1AA30B:: @ 81AA30B
@@ -822,12 +822,12 @@ Route8_EventScript_1AA30B:: @ 81AA30B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA332
- msgbox Text_184466, 6
+ msgbox Text_184466, MSGBOX_AUTOCLOSE
end
EventScript_1AA332:: @ 81AA332
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_GAMER_RICH, 0, Text_1C191F, Text_18444F
- msgbox Text_184466, 6
+ msgbox Text_184466, MSGBOX_AUTOCLOSE
end
Route8_EventScript_1AA349:: @ 81AA349
@@ -835,12 +835,12 @@ Route8_EventScript_1AA349:: @ 81AA349
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA374
- msgbox Text_1845F2, 6
+ msgbox Text_1845F2, MSGBOX_AUTOCLOSE
end
EventScript_1AA374:: @ 81AA374
trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_ELI_ANNE, 0, Text_1C19E5, Text_1845D0, Text_184616
- msgbox Text_1845F2, 6
+ msgbox Text_1845F2, MSGBOX_AUTOCLOSE
end
Route8_EventScript_1AA38F:: @ 81AA38F
@@ -848,12 +848,12 @@ Route8_EventScript_1AA38F:: @ 81AA38F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA3BA
- msgbox Text_18468B, 6
+ msgbox Text_18468B, MSGBOX_AUTOCLOSE
end
EventScript_1AA3BA:: @ 81AA3BA
trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_ELI_ANNE, 0, Text_1C1A0D, Text_184675, Text_1846AF
- msgbox Text_18468B, 6
+ msgbox Text_18468B, MSGBOX_AUTOCLOSE
end
Route8_EventScript_1AA3D5:: @ 81AA3D5
@@ -861,12 +861,12 @@ Route8_EventScript_1AA3D5:: @ 81AA3D5
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA3FC
- msgbox Text_184719, 6
+ msgbox Text_184719, MSGBOX_AUTOCLOSE
end
EventScript_1AA3FC:: @ 81AA3FC
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_RICARDO, 0, Text_1C199C, Text_1846FC
- msgbox Text_184719, 6
+ msgbox Text_184719, MSGBOX_AUTOCLOSE
end
Route8_EventScript_1AA413:: @ 81AA413
@@ -874,12 +874,12 @@ Route8_EventScript_1AA413:: @ 81AA413
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA43A
- msgbox Text_18477A, 6
+ msgbox Text_18477A, MSGBOX_AUTOCLOSE
end
EventScript_1AA43A:: @ 81AA43A
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_JAREN, 0, Text_1C19BC, Text_184767
- msgbox Text_18477A, 6
+ msgbox Text_18477A, MSGBOX_AUTOCLOSE
end
Route12_EventScript_1AA451:: @ 81AA451
@@ -887,12 +887,12 @@ Route12_EventScript_1AA451:: @ 81AA451
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA478
- msgbox Text_185432, 6
+ msgbox Text_185432, MSGBOX_AUTOCLOSE
end
EventScript_1AA478:: @ 81AA478
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_NED, 0, Text_1C1F9D, Text_18541B
- msgbox Text_185432, 6
+ msgbox Text_185432, MSGBOX_AUTOCLOSE
end
Route12_EventScript_1AA48F:: @ 81AA48F
@@ -900,12 +900,12 @@ Route12_EventScript_1AA48F:: @ 81AA48F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA4B6
- msgbox Text_185488, 6
+ msgbox Text_185488, MSGBOX_AUTOCLOSE
end
EventScript_1AA4B6:: @ 81AA4B6
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_CHIP, 0, Text_1C1FD8, Text_185475
- msgbox Text_185488, 6
+ msgbox Text_185488, MSGBOX_AUTOCLOSE
end
Route12_EventScript_1AA4CD:: @ 81AA4CD
@@ -913,12 +913,12 @@ Route12_EventScript_1AA4CD:: @ 81AA4CD
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA4F4
- msgbox Text_185616, 6
+ msgbox Text_185616, MSGBOX_AUTOCLOSE
end
EventScript_1AA4F4:: @ 81AA4F4
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_HANK, 0, Text_1C209C, Text_185606
- msgbox Text_185616, 6
+ msgbox Text_185616, MSGBOX_AUTOCLOSE
end
Route12_EventScript_1AA50B:: @ 81AA50B
@@ -926,12 +926,12 @@ Route12_EventScript_1AA50B:: @ 81AA50B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA532
- msgbox Text_1856DF, 6
+ msgbox Text_1856DF, MSGBOX_AUTOCLOSE
end
EventScript_1AA532:: @ 81AA532
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_ELLIOT, 0, Text_1C20D4, Text_1856D0
- msgbox Text_1856DF, 6
+ msgbox Text_1856DF, MSGBOX_AUTOCLOSE
end
Route12_EventScript_1AA549:: @ 81AA549
@@ -939,12 +939,12 @@ Route12_EventScript_1AA549:: @ 81AA549
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA570
- msgbox Text_18574D, 6
+ msgbox Text_18574D, MSGBOX_AUTOCLOSE
end
EventScript_1AA570:: @ 81AA570
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_ANDREW, 0, Text_1C2134, Text_185744
- msgbox Text_18574D, 6
+ msgbox Text_18574D, MSGBOX_AUTOCLOSE
end
Route12_EventScript_1AA587:: @ 81AA587
@@ -952,12 +952,12 @@ Route12_EventScript_1AA587:: @ 81AA587
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA5AE
- msgbox Text_1855A6, 6
+ msgbox Text_1855A6, MSGBOX_AUTOCLOSE
end
EventScript_1AA5AE:: @ 81AA5AE
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_ROCKER_LUCA, 0, Text_1C203B, Text_18559B
- msgbox Text_1855A6, 6
+ msgbox Text_1855A6, MSGBOX_AUTOCLOSE
end
Route12_EventScript_1AA5C5:: @ 81AA5C5
@@ -965,12 +965,12 @@ Route12_EventScript_1AA5C5:: @ 81AA5C5
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA5EC
- msgbox Text_1854F2, 6
+ msgbox Text_1854F2, MSGBOX_AUTOCLOSE
end
EventScript_1AA5EC:: @ 81AA5EC
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_JUSTIN, 0, Text_1C2008, Text_1854ED
- msgbox Text_1854F2, 6
+ msgbox Text_1854F2, MSGBOX_AUTOCLOSE
end
Route12_EventScript_1AA603:: @ 81AA603
@@ -978,12 +978,12 @@ Route12_EventScript_1AA603:: @ 81AA603
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA62E
- msgbox Text_18581F, 6
+ msgbox Text_18581F, MSGBOX_AUTOCLOSE
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
+ msgbox Text_18581F, MSGBOX_AUTOCLOSE
end
Route12_EventScript_1AA649:: @ 81AA649
@@ -991,12 +991,12 @@ Route12_EventScript_1AA649:: @ 81AA649
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA674
- msgbox Text_1858E2, 6
+ msgbox Text_1858E2, MSGBOX_AUTOCLOSE
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
+ msgbox Text_1858E2, MSGBOX_AUTOCLOSE
end
Route13_EventScript_1AA68F:: @ 81AA68F
@@ -1004,12 +1004,12 @@ Route13_EventScript_1AA68F:: @ 81AA68F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA6B6
- msgbox Text_185D33, 6
+ msgbox Text_185D33, MSGBOX_AUTOCLOSE
end
EventScript_1AA6B6:: @ 81AA6B6
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_JARED, 0, Text_1C236B, Text_185D1D
- msgbox Text_185D33, 6
+ msgbox Text_185D33, MSGBOX_AUTOCLOSE
end
Route13_EventScript_1AA6CD:: @ 81AA6CD
@@ -1017,12 +1017,12 @@ Route13_EventScript_1AA6CD:: @ 81AA6CD
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA6F4
- msgbox Text_185C35, 6
+ msgbox Text_185C35, MSGBOX_AUTOCLOSE
end
EventScript_1AA6F4:: @ 81AA6F4
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BEAUTY_LOLA, 0, Text_1C2306, Text_185C1F
- msgbox Text_185C35, 6
+ msgbox Text_185C35, MSGBOX_AUTOCLOSE
end
Route13_EventScript_1AA70B:: @ 81AA70B
@@ -1030,12 +1030,12 @@ Route13_EventScript_1AA70B:: @ 81AA70B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA732
- msgbox Text_185CA8, 6
+ msgbox Text_185CA8, MSGBOX_AUTOCLOSE
end
EventScript_1AA732:: @ 81AA732
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BEAUTY_SHEILA, 0, Text_1C2340, Text_185C95
- msgbox Text_185CA8, 6
+ msgbox Text_185CA8, MSGBOX_AUTOCLOSE
end
Route13_EventScript_1AA749:: @ 81AA749
@@ -1043,12 +1043,12 @@ Route13_EventScript_1AA749:: @ 81AA749
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA770
- msgbox Text_1859A2, 6
+ msgbox Text_1859A2, MSGBOX_AUTOCLOSE
end
EventScript_1AA770:: @ 81AA770
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_SEBASTIAN, 0, Text_1C21EE, Text_18597E
- msgbox Text_1859A2, 6
+ msgbox Text_1859A2, MSGBOX_AUTOCLOSE
end
Route13_EventScript_1AA787:: @ 81AA787
@@ -1056,12 +1056,12 @@ Route13_EventScript_1AA787:: @ 81AA787
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA7AE
- msgbox Text_185BDB, 6
+ msgbox Text_185BDB, MSGBOX_AUTOCLOSE
end
EventScript_1AA7AE:: @ 81AA7AE
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_PERRY, 0, Text_1C22CA, Text_185BCA
- msgbox Text_185BDB, 6
+ msgbox Text_185BDB, MSGBOX_AUTOCLOSE
end
Route13_EventScript_1AA7C5:: @ 81AA7C5
@@ -1069,12 +1069,12 @@ Route13_EventScript_1AA7C5:: @ 81AA7C5
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA7EC
- msgbox Text_185D89, 6
+ msgbox Text_185D89, MSGBOX_AUTOCLOSE
end
EventScript_1AA7EC:: @ 81AA7EC
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_ROBERT, 0, Text_1C2383, Text_185D7B
- msgbox Text_185D89, 6
+ msgbox Text_185D89, MSGBOX_AUTOCLOSE
end
Route13_EventScript_1AA803:: @ 81AA803
@@ -1082,12 +1082,12 @@ Route13_EventScript_1AA803:: @ 81AA803
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA82A
- msgbox Text_185B67, 6
+ msgbox Text_185B67, MSGBOX_AUTOCLOSE
end
EventScript_1AA82A:: @ 81AA82A
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_ALMA, 0, Text_1C2299, Text_185B48
- msgbox Text_185B67, 6
+ msgbox Text_185B67, MSGBOX_AUTOCLOSE
end
Route13_EventScript_1AA841:: @ 81AA841
@@ -1095,12 +1095,12 @@ Route13_EventScript_1AA841:: @ 81AA841
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA868
- msgbox Text_1859F9, 6
+ msgbox Text_1859F9, MSGBOX_AUTOCLOSE
end
EventScript_1AA868:: @ 81AA868
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_SUSIE, 0, Text_1C220C, Text_1859EC
- msgbox Text_1859F9, 6
+ msgbox Text_1859F9, MSGBOX_AUTOCLOSE
end
Route13_EventScript_1AA87F:: @ 81AA87F
@@ -1108,12 +1108,12 @@ Route13_EventScript_1AA87F:: @ 81AA87F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA8A6
- msgbox Text_185A62, 6
+ msgbox Text_185A62, MSGBOX_AUTOCLOSE
end
EventScript_1AA8A6:: @ 81AA8A6
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_VALERIE, 0, Text_1C223C, Text_185A56
- msgbox Text_185A62, 6
+ msgbox Text_185A62, MSGBOX_AUTOCLOSE
end
Route13_EventScript_1AA8BD:: @ 81AA8BD
@@ -1121,12 +1121,12 @@ Route13_EventScript_1AA8BD:: @ 81AA8BD
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA8E4
- msgbox Text_185ADE, 6
+ msgbox Text_185ADE, MSGBOX_AUTOCLOSE
end
EventScript_1AA8E4:: @ 81AA8E4
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_GWEN, 0, Text_1C225B, Text_185AC1
- msgbox Text_185ADE, 6
+ msgbox Text_185ADE, MSGBOX_AUTOCLOSE
end
Route14_EventScript_1AA8FB:: @ 81AA8FB
@@ -1134,12 +1134,12 @@ Route14_EventScript_1AA8FB:: @ 81AA8FB
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA922
- msgbox Text_18636E, 6
+ msgbox Text_18636E, MSGBOX_AUTOCLOSE
end
EventScript_1AA922:: @ 81AA922
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_MALIK, 0, Text_1C25D6, Text_186362
- msgbox Text_18636E, 6
+ msgbox Text_18636E, MSGBOX_AUTOCLOSE
end
Route14_EventScript_1AA939:: @ 81AA939
@@ -1147,12 +1147,12 @@ Route14_EventScript_1AA939:: @ 81AA939
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA960
- msgbox Text_186239, 6
+ msgbox Text_186239, MSGBOX_AUTOCLOSE
end
EventScript_1AA960:: @ 81AA960
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_LUKAS, 0, Text_1C2531, Text_186223
- msgbox Text_186239, 6
+ msgbox Text_186239, MSGBOX_AUTOCLOSE
end
Route14_EventScript_1AA977:: @ 81AA977
@@ -1160,12 +1160,12 @@ Route14_EventScript_1AA977:: @ 81AA977
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA99E
- msgbox Text_18629D, 6
+ msgbox Text_18629D, MSGBOX_AUTOCLOSE
end
EventScript_1AA99E:: @ 81AA99E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_ISAAC, 0, Text_1C2572, Text_186291
- msgbox Text_18629D, 6
+ msgbox Text_18629D, MSGBOX_AUTOCLOSE
end
Route14_EventScript_1AA9B5:: @ 81AA9B5
@@ -1173,12 +1173,12 @@ Route14_EventScript_1AA9B5:: @ 81AA9B5
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AA9DC
- msgbox Text_1862F8, 6
+ msgbox Text_1862F8, MSGBOX_AUTOCLOSE
end
EventScript_1AA9DC:: @ 81AA9DC
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_GERALD, 0, Text_1C259E, Text_1862EF
- msgbox Text_1862F8, 6
+ msgbox Text_1862F8, MSGBOX_AUTOCLOSE
end
Route14_EventScript_1AA9F3:: @ 81AA9F3
@@ -1186,12 +1186,12 @@ Route14_EventScript_1AA9F3:: @ 81AA9F3
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAA1A
- msgbox Text_18611D, 6
+ msgbox Text_18611D, MSGBOX_AUTOCLOSE
end
EventScript_1AAA1A:: @ 81AAA1A
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_DONALD, 0, Text_1C24CB, Text_18610A
- msgbox Text_18611D, 6
+ msgbox Text_18611D, MSGBOX_AUTOCLOSE
end
Route14_EventScript_1AAA31:: @ 81AAA31
@@ -1199,12 +1199,12 @@ Route14_EventScript_1AAA31:: @ 81AAA31
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAA58
- msgbox Text_1861BE, 6
+ msgbox Text_1861BE, MSGBOX_AUTOCLOSE
end
EventScript_1AAA58:: @ 81AAA58
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_BENNY, 0, Text_1C2505, Text_1861B3
- msgbox Text_1861BE, 6
+ msgbox Text_1861BE, MSGBOX_AUTOCLOSE
end
Route14_EventScript_1AAA6F:: @ 81AAA6F
@@ -1212,12 +1212,12 @@ Route14_EventScript_1AAA6F:: @ 81AAA6F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAA96
- msgbox Text_185E9C, 6
+ msgbox Text_185E9C, MSGBOX_AUTOCLOSE
end
EventScript_1AAA96:: @ 81AAA96
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_CARTER, 0, Text_1C23C1, Text_185E81
- msgbox Text_185E9C, 6
+ msgbox Text_185E9C, MSGBOX_AUTOCLOSE
end
Route14_EventScript_1AAAAD:: @ 81AAAAD
@@ -1225,12 +1225,12 @@ Route14_EventScript_1AAAAD:: @ 81AAAAD
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAAD4
- msgbox Text_185F1A, 6
+ msgbox Text_185F1A, MSGBOX_AUTOCLOSE
end
EventScript_1AAAD4:: @ 81AAAD4
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_MITCH, 0, Text_1C23EF, Text_185F0B
- msgbox Text_185F1A, 6
+ msgbox Text_185F1A, MSGBOX_AUTOCLOSE
end
Route14_EventScript_1AAAEB:: @ 81AAAEB
@@ -1238,12 +1238,12 @@ Route14_EventScript_1AAAEB:: @ 81AAAEB
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAB12
- msgbox Text_185FBB, 6
+ msgbox Text_185FBB, MSGBOX_AUTOCLOSE
end
EventScript_1AAB12:: @ 81AAB12
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_BECK, 0, Text_1C2425, Text_185FAE
- msgbox Text_185FBB, 6
+ msgbox Text_185FBB, MSGBOX_AUTOCLOSE
end
Route14_EventScript_1AAB29:: @ 81AAB29
@@ -1251,12 +1251,12 @@ Route14_EventScript_1AAB29:: @ 81AAB29
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAB50
- msgbox Text_186091, 6
+ msgbox Text_186091, MSGBOX_AUTOCLOSE
end
EventScript_1AAB50:: @ 81AAB50
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_MARLON, 0, Text_1C2461, Text_18607C
- msgbox Text_186091, 6
+ msgbox Text_186091, MSGBOX_AUTOCLOSE
end
Route14_EventScript_1AAB67:: @ 81AAB67
@@ -1264,12 +1264,12 @@ Route14_EventScript_1AAB67:: @ 81AAB67
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAB92
- msgbox Text_18640D, 6
+ msgbox Text_18640D, MSGBOX_AUTOCLOSE
end
EventScript_1AAB92:: @ 81AAB92
trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_KIRI_JAN, 0, Text_1C25FB, Text_1863EA, Text_18642E
- msgbox Text_18640D, 6
+ msgbox Text_18640D, MSGBOX_AUTOCLOSE
end
Route14_EventScript_1AABAD:: @ 81AABAD
@@ -1277,12 +1277,12 @@ Route14_EventScript_1AABAD:: @ 81AABAD
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AABD8
- msgbox Text_18649C, 6
+ msgbox Text_18649C, MSGBOX_AUTOCLOSE
end
EventScript_1AABD8:: @ 81AABD8
trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_KIRI_JAN, 0, Text_1C261B, Text_186487, Text_1864D3
- msgbox Text_18649C, 6
+ msgbox Text_18649C, MSGBOX_AUTOCLOSE
end
Route15_EventScript_1AABF3:: @ 81AABF3
@@ -1290,12 +1290,12 @@ Route15_EventScript_1AABF3:: @ 81AABF3
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAC1A
- msgbox Text_1868F1, 6
+ msgbox Text_1868F1, MSGBOX_AUTOCLOSE
end
EventScript_1AAC1A:: @ 81AAC1A
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_ERNEST, 0, Text_1C27E7, Text_1868E8
- msgbox Text_1868F1, 6
+ msgbox Text_1868F1, MSGBOX_AUTOCLOSE
end
Route15_EventScript_1AAC31:: @ 81AAC31
@@ -1303,12 +1303,12 @@ Route15_EventScript_1AAC31:: @ 81AAC31
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAC58
- msgbox Text_18697C, 6
+ msgbox Text_18697C, MSGBOX_AUTOCLOSE
end
EventScript_1AAC58:: @ 81AAC58
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_ALEX, 0, Text_1C2814, Text_186968
- msgbox Text_18697C, 6
+ msgbox Text_18697C, MSGBOX_AUTOCLOSE
end
Route15_EventScript_1AAC6F:: @ 81AAC6F
@@ -1316,12 +1316,12 @@ Route15_EventScript_1AAC6F:: @ 81AAC6F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAC96
- msgbox Text_1867DA, 6
+ msgbox Text_1867DA, MSGBOX_AUTOCLOSE
end
EventScript_1AAC96:: @ 81AAC96
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BEAUTY_GRACE, 0, Text_1C2753, Text_1867C1
- msgbox Text_1867DA, 6
+ msgbox Text_1867DA, MSGBOX_AUTOCLOSE
end
Route15_EventScript_1AACAD:: @ 81AACAD
@@ -1329,12 +1329,12 @@ Route15_EventScript_1AACAD:: @ 81AACAD
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AACD4
- msgbox Text_18686F, 6
+ msgbox Text_18686F, MSGBOX_AUTOCLOSE
end
EventScript_1AACD4:: @ 81AACD4
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BEAUTY_OLIVIA, 0, Text_1C279D, Text_186841
- msgbox Text_18686F, 6
+ msgbox Text_18686F, MSGBOX_AUTOCLOSE
end
Route15_EventScript_1AACEB:: @ 81AACEB
@@ -1342,12 +1342,12 @@ Route15_EventScript_1AACEB:: @ 81AACEB
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAD12
- msgbox Text_18668D, 6
+ msgbox Text_18668D, MSGBOX_AUTOCLOSE
end
EventScript_1AAD12:: @ 81AAD12
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_EDWIN, 0, Text_1C26D3, Text_18667A
- msgbox Text_18668D, 6
+ msgbox Text_18668D, MSGBOX_AUTOCLOSE
end
Route15_EventScript_1AAD29:: @ 81AAD29
@@ -1355,12 +1355,12 @@ Route15_EventScript_1AAD29:: @ 81AAD29
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAD50
- msgbox Text_18671A, 6
+ msgbox Text_18671A, MSGBOX_AUTOCLOSE
end
EventScript_1AAD50:: @ 81AAD50
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_CHESTER, 0, Text_1C2717, Text_186707
- msgbox Text_18671A, 6
+ msgbox Text_18671A, MSGBOX_AUTOCLOSE
end
Route15_EventScript_1AAD67:: @ 81AAD67
@@ -1368,12 +1368,12 @@ Route15_EventScript_1AAD67:: @ 81AAD67
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAD8E
- msgbox Text_186A55, 6
+ msgbox Text_186A55, MSGBOX_AUTOCLOSE
end
EventScript_1AAD8E:: @ 81AAD8E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_YAZMIN, 0, Text_1C287D, Text_186A40
- msgbox Text_186A55, 6
+ msgbox Text_186A55, MSGBOX_AUTOCLOSE
end
Route15_EventScript_1AADA5:: @ 81AADA5
@@ -1381,12 +1381,12 @@ Route15_EventScript_1AADA5:: @ 81AADA5
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AADCC
- msgbox Text_18655A, 6
+ msgbox Text_18655A, MSGBOX_AUTOCLOSE
end
EventScript_1AADCC:: @ 81AADCC
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_KINDRA, 0, Text_1C2650, Text_186549
- msgbox Text_18655A, 6
+ msgbox Text_18655A, MSGBOX_AUTOCLOSE
end
Route15_EventScript_1AADE3:: @ 81AADE3
@@ -1394,12 +1394,12 @@ Route15_EventScript_1AADE3:: @ 81AADE3
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAE0A
- msgbox Text_18661D, 6
+ msgbox Text_18661D, MSGBOX_AUTOCLOSE
end
EventScript_1AAE0A:: @ 81AAE0A
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_BECKY, 0, Text_1C268D, Text_186612
- msgbox Text_18661D, 6
+ msgbox Text_18661D, MSGBOX_AUTOCLOSE
end
Route15_EventScript_1AAE21:: @ 81AAE21
@@ -1407,12 +1407,12 @@ Route15_EventScript_1AAE21:: @ 81AAE21
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAE48
- msgbox Text_1869F4, 6
+ msgbox Text_1869F4, MSGBOX_AUTOCLOSE
end
EventScript_1AAE48:: @ 81AAE48
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_CELIA, 0, Text_1C2846, Text_1869E6
- msgbox Text_1869F4, 6
+ msgbox Text_1869F4, MSGBOX_AUTOCLOSE
end
Route15_EventScript_1AAE5F:: @ 81AAE5F
@@ -1420,12 +1420,12 @@ Route15_EventScript_1AAE5F:: @ 81AAE5F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAE8A
- msgbox Text_186B0A, 6
+ msgbox Text_186B0A, MSGBOX_AUTOCLOSE
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
+ msgbox Text_186B0A, MSGBOX_AUTOCLOSE
end
Route15_EventScript_1AAEA5:: @ 81AAEA5
@@ -1433,12 +1433,12 @@ Route15_EventScript_1AAEA5:: @ 81AAEA5
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAED0
- msgbox Text_186BD2, 6
+ msgbox Text_186BD2, MSGBOX_AUTOCLOSE
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
+ msgbox Text_186BD2, MSGBOX_AUTOCLOSE
end
Route16_EventScript_1AAEEB:: @ 81AAEEB
@@ -1446,12 +1446,12 @@ Route16_EventScript_1AAEEB:: @ 81AAEEB
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAF12
- msgbox Text_186C75, 6
+ msgbox Text_186C75, MSGBOX_AUTOCLOSE
end
EventScript_1AAF12:: @ 81AAF12
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_LAO, 0, Text_1C2913, Text_186C5F
- msgbox Text_186C75, 6
+ msgbox Text_186C75, MSGBOX_AUTOCLOSE
end
Route16_EventScript_1AAF29:: @ 81AAF29
@@ -1459,12 +1459,12 @@ Route16_EventScript_1AAF29:: @ 81AAF29
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAF50
- msgbox Text_186D5A, 6
+ msgbox Text_186D5A, MSGBOX_AUTOCLOSE
end
EventScript_1AAF50:: @ 81AAF50
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_HIDEO, 0, Text_1C297B, Text_186D52
- msgbox Text_186D5A, 6
+ msgbox Text_186D5A, MSGBOX_AUTOCLOSE
end
Route16_EventScript_1AAF67:: @ 81AAF67
@@ -1472,12 +1472,12 @@ Route16_EventScript_1AAF67:: @ 81AAF67
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAF8E
- msgbox Text_186EC7, 6
+ msgbox Text_186EC7, MSGBOX_AUTOCLOSE
end
EventScript_1AAF8E:: @ 81AAF8E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_RUBEN, 0, Text_1C29EB, Text_186EB4
- msgbox Text_186EC7, 6
+ msgbox Text_186EC7, MSGBOX_AUTOCLOSE
end
Route16_EventScript_1AAFA5:: @ 81AAFA5
@@ -1485,12 +1485,12 @@ Route16_EventScript_1AAFA5:: @ 81AAFA5
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AAFCC
- msgbox Text_186CC5, 6
+ msgbox Text_186CC5, MSGBOX_AUTOCLOSE
end
EventScript_1AAFCC:: @ 81AAFCC
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_KOJI, 0, Text_1C2925, Text_186CBB
- msgbox Text_186CC5, 6
+ msgbox Text_186CC5, MSGBOX_AUTOCLOSE
end
Route16_EventScript_1AAFE3:: @ 81AAFE3
@@ -1498,12 +1498,12 @@ Route16_EventScript_1AAFE3:: @ 81AAFE3
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB00A
- msgbox Text_186D16, 6
+ msgbox Text_186D16, MSGBOX_AUTOCLOSE
end
EventScript_1AB00A:: @ 81AB00A
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_LUKE, 0, Text_1C2944, Text_186D06
- msgbox Text_186D16, 6
+ msgbox Text_186D16, MSGBOX_AUTOCLOSE
end
Route16_EventScript_1AB021:: @ 81AB021
@@ -1511,12 +1511,12 @@ Route16_EventScript_1AB021:: @ 81AB021
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB048
- msgbox Text_186E1C, 6
+ msgbox Text_186E1C, MSGBOX_AUTOCLOSE
end
EventScript_1AB048:: @ 81AB048
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_CAMRON, 0, Text_1C29B0, Text_186E0D
- msgbox Text_186E1C, 6
+ msgbox Text_186E1C, MSGBOX_AUTOCLOSE
end
Route16_EventScript_1AB05F:: @ 81AB05F
@@ -1524,12 +1524,12 @@ Route16_EventScript_1AB05F:: @ 81AB05F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB08A
- msgbox Text_187027, 6
+ msgbox Text_187027, MSGBOX_AUTOCLOSE
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
+ msgbox Text_187027, MSGBOX_AUTOCLOSE
end
Route16_EventScript_1AB0A5:: @ 81AB0A5
@@ -1537,12 +1537,12 @@ Route16_EventScript_1AB0A5:: @ 81AB0A5
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB0D0
- msgbox Text_1870F9, 6
+ msgbox Text_1870F9, MSGBOX_AUTOCLOSE
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
+ msgbox Text_1870F9, MSGBOX_AUTOCLOSE
end
Route17_EventScript_1AB0EB:: @ 81AB0EB
@@ -1550,12 +1550,12 @@ Route17_EventScript_1AB0EB:: @ 81AB0EB
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB112
- msgbox Text_1872EB, 6
+ msgbox Text_1872EB, MSGBOX_AUTOCLOSE
end
EventScript_1AB112:: @ 81AB112
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_BILLY, 0, Text_1C2B06, Text_1872E3
- msgbox Text_1872EB, 6
+ msgbox Text_1872EB, MSGBOX_AUTOCLOSE
end
Route17_EventScript_1AB129:: @ 81AB129
@@ -1563,12 +1563,12 @@ Route17_EventScript_1AB129:: @ 81AB129
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB150
- msgbox Text_187333, 6
+ msgbox Text_187333, MSGBOX_AUTOCLOSE
end
EventScript_1AB150:: @ 81AB150
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_NIKOLAS, 0, Text_1C2B2C, Text_187325
- msgbox Text_187333, 6
+ msgbox Text_187333, MSGBOX_AUTOCLOSE
end
Route17_EventScript_1AB167:: @ 81AB167
@@ -1576,12 +1576,12 @@ Route17_EventScript_1AB167:: @ 81AB167
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB18E
- msgbox Text_187479, 6
+ msgbox Text_187479, MSGBOX_AUTOCLOSE
end
EventScript_1AB18E:: @ 81AB18E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_JAXON, 0, Text_1C2BE6, Text_187472
- msgbox Text_187479, 6
+ msgbox Text_187479, MSGBOX_AUTOCLOSE
end
Route17_EventScript_1AB1A5:: @ 81AB1A5
@@ -1589,12 +1589,12 @@ Route17_EventScript_1AB1A5:: @ 81AB1A5
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB1CC
- msgbox Text_1874C9, 6
+ msgbox Text_1874C9, MSGBOX_AUTOCLOSE
end
EventScript_1AB1CC:: @ 81AB1CC
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_WILLIAM, 0, Text_1C2C10, Text_1874B6
- msgbox Text_1874C9, 6
+ msgbox Text_1874C9, MSGBOX_AUTOCLOSE
end
Route17_EventScript_1AB1E3:: @ 81AB1E3
@@ -1602,12 +1602,12 @@ Route17_EventScript_1AB1E3:: @ 81AB1E3
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB20A
- msgbox Text_1871BA, 6
+ msgbox Text_1871BA, MSGBOX_AUTOCLOSE
end
EventScript_1AB20A:: @ 81AB20A
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_RAUL, 0, Text_1C2A88, Text_1871AE
- msgbox Text_1871BA, 6
+ msgbox Text_1871BA, MSGBOX_AUTOCLOSE
end
Route17_EventScript_1AB221:: @ 81AB221
@@ -1615,12 +1615,12 @@ Route17_EventScript_1AB221:: @ 81AB221
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB248
- msgbox Text_18725A, 6
+ msgbox Text_18725A, MSGBOX_AUTOCLOSE
end
EventScript_1AB248:: @ 81AB248
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_ISAIAH, 0, Text_1C2AC4, Text_187254
- msgbox Text_18725A, 6
+ msgbox Text_18725A, MSGBOX_AUTOCLOSE
end
Route17_EventScript_1AB25F:: @ 81AB25F
@@ -1628,12 +1628,12 @@ Route17_EventScript_1AB25F:: @ 81AB25F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB286
- msgbox Text_18739F, 6
+ msgbox Text_18739F, MSGBOX_AUTOCLOSE
end
EventScript_1AB286:: @ 81AB286
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_ZEEK, 0, Text_1C2B5E, Text_187395
- msgbox Text_18739F, 6
+ msgbox Text_18739F, MSGBOX_AUTOCLOSE
end
Route17_EventScript_1AB29D:: @ 81AB29D
@@ -1641,12 +1641,12 @@ Route17_EventScript_1AB29D:: @ 81AB29D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB2C4
- msgbox Text_1873FF, 6
+ msgbox Text_1873FF, MSGBOX_AUTOCLOSE
end
EventScript_1AB2C4:: @ 81AB2C4
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_JAMAL, 0, Text_1C2B9C, Text_1873EB
- msgbox Text_1873FF, 6
+ msgbox Text_1873FF, MSGBOX_AUTOCLOSE
end
Route17_EventScript_1AB2DB:: @ 81AB2DB
@@ -1654,12 +1654,12 @@ Route17_EventScript_1AB2DB:: @ 81AB2DB
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB302
- msgbox Text_187432, 6
+ msgbox Text_187432, MSGBOX_AUTOCLOSE
end
EventScript_1AB302:: @ 81AB302
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CUE_BALL_COREY, 0, Text_1C2BDA, Text_187429
- msgbox Text_187432, 6
+ msgbox Text_187432, MSGBOX_AUTOCLOSE
end
Route17_EventScript_1AB319:: @ 81AB319
@@ -1667,12 +1667,12 @@ Route17_EventScript_1AB319:: @ 81AB319
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB340
- msgbox Text_1872A5, 6
+ msgbox Text_1872A5, MSGBOX_AUTOCLOSE
end
EventScript_1AB340:: @ 81AB340
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIKER_VIRGIL, 0, Text_1C2AF0, Text_187295
- msgbox Text_1872A5, 6
+ msgbox Text_1872A5, MSGBOX_AUTOCLOSE
end
Route18_EventScript_1AB357:: @ 81AB357
@@ -1680,12 +1680,12 @@ Route18_EventScript_1AB357:: @ 81AB357
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB37E
- msgbox Text_187677, 6
+ msgbox Text_187677, MSGBOX_AUTOCLOSE
end
EventScript_1AB37E:: @ 81AB37E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_WILTON, 0, Text_1C2C2B, Text_187672
- msgbox Text_187677, 6
+ msgbox Text_187677, MSGBOX_AUTOCLOSE
end
Route18_EventScript_1AB395:: @ 81AB395
@@ -1693,12 +1693,12 @@ Route18_EventScript_1AB395:: @ 81AB395
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB3BC
- msgbox Text_1876C5, 6
+ msgbox Text_1876C5, MSGBOX_AUTOCLOSE
end
EventScript_1AB3BC:: @ 81AB3BC
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_RAMIRO, 0, Text_1C2C7B, Text_1876B3
- msgbox Text_1876C5, 6
+ msgbox Text_1876C5, MSGBOX_AUTOCLOSE
end
Route18_EventScript_1AB3D3:: @ 81AB3D3
@@ -1706,12 +1706,12 @@ Route18_EventScript_1AB3D3:: @ 81AB3D3
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB3FA
- msgbox Text_18772C, 6
+ msgbox Text_18772C, MSGBOX_AUTOCLOSE
end
EventScript_1AB3FA:: @ 81AB3FA
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_JACOB, 0, Text_1C2CA8, Text_187726
- msgbox Text_18772C, 6
+ msgbox Text_18772C, MSGBOX_AUTOCLOSE
end
Route19_EventScript_1AB411:: @ 81AB411
@@ -1719,12 +1719,12 @@ Route19_EventScript_1AB411:: @ 81AB411
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB438
- msgbox Text_1877EE, 6
+ msgbox Text_1877EE, MSGBOX_AUTOCLOSE
end
EventScript_1AB438:: @ 81AB438
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_RICHARD, 0, Text_1C2CEE, Text_1877DF
- msgbox Text_1877EE, 6
+ msgbox Text_1877EE, MSGBOX_AUTOCLOSE
end
Route19_EventScript_1AB44F:: @ 81AB44F
@@ -1732,12 +1732,12 @@ Route19_EventScript_1AB44F:: @ 81AB44F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB476
- msgbox Text_187852, 6
+ msgbox Text_187852, MSGBOX_AUTOCLOSE
end
EventScript_1AB476:: @ 81AB476
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_REECE, 0, Text_1C2D19, Text_18783E
- msgbox Text_187852, 6
+ msgbox Text_187852, MSGBOX_AUTOCLOSE
end
Route19_EventScript_1AB48D:: @ 81AB48D
@@ -1745,12 +1745,12 @@ Route19_EventScript_1AB48D:: @ 81AB48D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB4B4
- msgbox Text_1878B1, 6
+ msgbox Text_1878B1, MSGBOX_AUTOCLOSE
end
EventScript_1AB4B4:: @ 81AB4B4
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_MATTHEW, 0, Text_1C2D4B, Text_1878A5
- msgbox Text_1878B1, 6
+ msgbox Text_1878B1, MSGBOX_AUTOCLOSE
end
Route19_EventScript_1AB4CB:: @ 81AB4CB
@@ -1758,12 +1758,12 @@ Route19_EventScript_1AB4CB:: @ 81AB4CB
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB4F2
- msgbox Text_1878FE, 6
+ msgbox Text_1878FE, MSGBOX_AUTOCLOSE
end
EventScript_1AB4F2:: @ 81AB4F2
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_DOUGLAS, 0, Text_1C2D7D, Text_1878F8
- msgbox Text_1878FE, 6
+ msgbox Text_1878FE, MSGBOX_AUTOCLOSE
end
Route19_EventScript_1AB509:: @ 81AB509
@@ -1771,12 +1771,12 @@ Route19_EventScript_1AB509:: @ 81AB509
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB530
- msgbox Text_18795B, 6
+ msgbox Text_18795B, MSGBOX_AUTOCLOSE
end
EventScript_1AB530:: @ 81AB530
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_DAVID, 0, Text_1C2DA7, Text_187955
- msgbox Text_18795B, 6
+ msgbox Text_18795B, MSGBOX_AUTOCLOSE
end
Route19_EventScript_1AB547:: @ 81AB547
@@ -1784,12 +1784,12 @@ Route19_EventScript_1AB547:: @ 81AB547
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB56E
- msgbox Text_1879D3, 6
+ msgbox Text_1879D3, MSGBOX_AUTOCLOSE
end
EventScript_1AB56E:: @ 81AB56E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_TONY, 0, Text_1C2DE9, Text_1879C3
- msgbox Text_1879D3, 6
+ msgbox Text_1879D3, MSGBOX_AUTOCLOSE
end
Route19_EventScript_1AB585:: @ 81AB585
@@ -1797,12 +1797,12 @@ Route19_EventScript_1AB585:: @ 81AB585
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB5AC
- msgbox Text_187B35, 6
+ msgbox Text_187B35, MSGBOX_AUTOCLOSE
end
EventScript_1AB5AC:: @ 81AB5AC
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_AXLE, 0, Text_1C2EC0, Text_187B25
- msgbox Text_187B35, 6
+ msgbox Text_187B35, MSGBOX_AUTOCLOSE
end
Route19_EventScript_1AB5C3:: @ 81AB5C3
@@ -1810,12 +1810,12 @@ Route19_EventScript_1AB5C3:: @ 81AB5C3
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB5EA
- msgbox Text_187A50, 6
+ msgbox Text_187A50, MSGBOX_AUTOCLOSE
end
EventScript_1AB5EA:: @ 81AB5EA
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_ANYA, 0, Text_1C2E4A, Text_187A44
- msgbox Text_187A50, 6
+ msgbox Text_187A50, MSGBOX_AUTOCLOSE
end
Route19_EventScript_1AB601:: @ 81AB601
@@ -1823,12 +1823,12 @@ Route19_EventScript_1AB601:: @ 81AB601
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB628
- msgbox Text_187ACA, 6
+ msgbox Text_187ACA, MSGBOX_AUTOCLOSE
end
EventScript_1AB628:: @ 81AB628
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_ALICE, 0, Text_1C2E9D, Text_187AC1
- msgbox Text_187ACA, 6
+ msgbox Text_187ACA, MSGBOX_AUTOCLOSE
end
Route19_EventScript_1AB63F:: @ 81AB63F
@@ -1836,12 +1836,12 @@ Route19_EventScript_1AB63F:: @ 81AB63F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB666
- msgbox Text_187B94, 6
+ msgbox Text_187B94, MSGBOX_AUTOCLOSE
end
EventScript_1AB666:: @ 81AB666
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_CONNIE, 0, Text_1C2EFC, Text_187B85
- msgbox Text_187B94, 6
+ msgbox Text_187B94, MSGBOX_AUTOCLOSE
end
Route19_EventScript_1AB67D:: @ 81AB67D
@@ -1849,12 +1849,12 @@ Route19_EventScript_1AB67D:: @ 81AB67D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB6A8
- msgbox Text_187C9E, 6
+ msgbox Text_187C9E, MSGBOX_AUTOCLOSE
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
+ msgbox Text_187C9E, MSGBOX_AUTOCLOSE
end
Route19_EventScript_1AB6C3:: @ 81AB6C3
@@ -1862,12 +1862,12 @@ Route19_EventScript_1AB6C3:: @ 81AB6C3
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB6EE
- msgbox Text_187DAD, 6
+ msgbox Text_187DAD, MSGBOX_AUTOCLOSE
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
+ msgbox Text_187DAD, MSGBOX_AUTOCLOSE
end
Route20_EventScript_1AB709:: @ 81AB709
@@ -1875,12 +1875,12 @@ Route20_EventScript_1AB709:: @ 81AB709
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB730
- msgbox Text_187E83, 6
+ msgbox Text_187E83, MSGBOX_AUTOCLOSE
end
EventScript_1AB730:: @ 81AB730
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_BARRY, 0, Text_1C2FF3, Text_187E7B
- msgbox Text_187E83, 6
+ msgbox Text_187E83, MSGBOX_AUTOCLOSE
end
Route20_EventScript_1AB747:: @ 81AB747
@@ -1888,12 +1888,12 @@ Route20_EventScript_1AB747:: @ 81AB747
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB76E
- msgbox Text_187FFE, 6
+ msgbox Text_187FFE, MSGBOX_AUTOCLOSE
end
EventScript_1AB76E:: @ 81AB76E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_DEAN, 0, Text_1C30B0, Text_187FF7
- msgbox Text_187FFE, 6
+ msgbox Text_187FFE, MSGBOX_AUTOCLOSE
end
Route20_EventScript_1AB785:: @ 81AB785
@@ -1901,12 +1901,12 @@ Route20_EventScript_1AB785:: @ 81AB785
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB7AC
- msgbox Text_18806D, 6
+ msgbox Text_18806D, MSGBOX_AUTOCLOSE
end
EventScript_1AB7AC:: @ 81AB7AC
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_DARRIN, 0, Text_1C30ED, Text_18805C
- msgbox Text_18806D, 6
+ msgbox Text_18806D, MSGBOX_AUTOCLOSE
end
Route20_EventScript_1AB7C3:: @ 81AB7C3
@@ -1914,12 +1914,12 @@ Route20_EventScript_1AB7C3:: @ 81AB7C3
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB7EA
- msgbox Text_187F61, 6
+ msgbox Text_187F61, MSGBOX_AUTOCLOSE
end
EventScript_1AB7EA:: @ 81AB7EA
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_TIFFANY, 0, Text_1C305F, Text_187F5A
- msgbox Text_187F61, 6
+ msgbox Text_187F61, MSGBOX_AUTOCLOSE
end
Route20_EventScript_1AB801:: @ 81AB801
@@ -1927,12 +1927,12 @@ Route20_EventScript_1AB801:: @ 81AB801
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB828
- msgbox Text_188139, 6
+ msgbox Text_188139, MSGBOX_AUTOCLOSE
end
EventScript_1AB828:: @ 81AB828
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_NORA, 0, Text_1C3149, Text_188119
- msgbox Text_188139, 6
+ msgbox Text_188139, MSGBOX_AUTOCLOSE
end
Route20_EventScript_1AB83F:: @ 81AB83F
@@ -1940,12 +1940,12 @@ Route20_EventScript_1AB83F:: @ 81AB83F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB866
- msgbox Text_18827B, 6
+ msgbox Text_18827B, MSGBOX_AUTOCLOSE
end
EventScript_1AB866:: @ 81AB866
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_MELISSA, 0, Text_1C31C4, Text_18825C
- msgbox Text_18827B, 6
+ msgbox Text_18827B, MSGBOX_AUTOCLOSE
end
Route20_EventScript_1AB87D:: @ 81AB87D
@@ -1953,12 +1953,12 @@ Route20_EventScript_1AB87D:: @ 81AB87D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB8A4
- msgbox Text_187EF6, 6
+ msgbox Text_187EF6, MSGBOX_AUTOCLOSE
end
EventScript_1AB8A4:: @ 81AB8A4
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_SHIRLEY, 0, Text_1C302E, Text_187EED
- msgbox Text_187EF6, 6
+ msgbox Text_187EF6, MSGBOX_AUTOCLOSE
end
Route20_EventScript_1AB8BB:: @ 81AB8BB
@@ -1966,12 +1966,12 @@ Route20_EventScript_1AB8BB:: @ 81AB8BB
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB8E2
- msgbox Text_1880C8, 6
+ msgbox Text_1880C8, MSGBOX_AUTOCLOSE
end
EventScript_1AB8E2:: @ 81AB8E2
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_ROGER, 0, Text_1C312C, Text_1880AB
- msgbox Text_1880C8, 6
+ msgbox Text_1880C8, MSGBOX_AUTOCLOSE
end
Route20_EventScript_1AB8F9:: @ 81AB8F9
@@ -1979,12 +1979,12 @@ Route20_EventScript_1AB8F9:: @ 81AB8F9
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB920
- msgbox Text_1881B8, 6
+ msgbox Text_1881B8, MSGBOX_AUTOCLOSE
end
EventScript_1AB920:: @ 81AB920
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_MISSY, 0, Text_1C3185, Text_1881A3
- msgbox Text_1881B8, 6
+ msgbox Text_1881B8, MSGBOX_AUTOCLOSE
end
Route20_EventScript_1AB937:: @ 81AB937
@@ -1992,12 +1992,12 @@ Route20_EventScript_1AB937:: @ 81AB937
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB95E
- msgbox Text_187FA3, 6
+ msgbox Text_187FA3, MSGBOX_AUTOCLOSE
end
EventScript_1AB95E:: @ 81AB95E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_IRENE, 0, Text_1C3095, Text_187F92
- msgbox Text_187FA3, 6
+ msgbox Text_187FA3, MSGBOX_AUTOCLOSE
end
Route21_North_EventScript_1AB975:: @ 81AB975
@@ -2005,12 +2005,12 @@ Route21_North_EventScript_1AB975:: @ 81AB975
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB99C
- msgbox Text_188389, 6
+ msgbox Text_188389, MSGBOX_AUTOCLOSE
end
EventScript_1AB99C:: @ 81AB99C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_RONALD, 0, Text_1C3208, Text_188383
- msgbox Text_188389, 6
+ msgbox Text_188389, MSGBOX_AUTOCLOSE
end
Route21_South_EventScript_1AB9B3:: @ 81AB9B3
@@ -2018,12 +2018,12 @@ Route21_South_EventScript_1AB9B3:: @ 81AB9B3
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AB9DA
- msgbox Text_188632, 6
+ msgbox Text_188632, MSGBOX_AUTOCLOSE
end
EventScript_1AB9DA:: @ 81AB9DA
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_CLAUDE, 0, Text_1C331D, Text_1885F8
- msgbox Text_188632, 6
+ msgbox Text_188632, MSGBOX_AUTOCLOSE
end
Route21_North_EventScript_1AB9F1:: @ 81AB9F1
@@ -2031,12 +2031,12 @@ Route21_North_EventScript_1AB9F1:: @ 81AB9F1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABA18
- msgbox Text_18841D, 6
+ msgbox Text_18841D, MSGBOX_AUTOCLOSE
end
EventScript_1ABA18:: @ 81ABA18
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_WADE, 0, Text_1C3231, Text_1883E9
- msgbox Text_18841D, 6
+ msgbox Text_18841D, MSGBOX_AUTOCLOSE
end
Route21_South_EventScript_1ABA2F:: @ 81ABA2F
@@ -2044,12 +2044,12 @@ Route21_South_EventScript_1ABA2F:: @ 81ABA2F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABA56
- msgbox Text_1886C5, 6
+ msgbox Text_1886C5, MSGBOX_AUTOCLOSE
end
EventScript_1ABA56:: @ 81ABA56
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_NOLAN, 0, Text_1C3356, Text_1886AE
- msgbox Text_1886C5, 6
+ msgbox Text_1886C5, MSGBOX_AUTOCLOSE
end
Route21_North_EventScript_1ABA6D:: @ 81ABA6D
@@ -2057,12 +2057,12 @@ Route21_North_EventScript_1ABA6D:: @ 81ABA6D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABA94
- msgbox Text_188465, 6
+ msgbox Text_188465, MSGBOX_AUTOCLOSE
end
EventScript_1ABA94:: @ 81ABA94
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_SPENCER, 0, Text_1C3264, Text_18845F
- msgbox Text_188465, 6
+ msgbox Text_188465, MSGBOX_AUTOCLOSE
end
Route21_South_EventScript_1ABAAB:: @ 81ABAAB
@@ -2070,12 +2070,12 @@ Route21_South_EventScript_1ABAAB:: @ 81ABAAB
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABAD2
- msgbox Text_1884FF, 6
+ msgbox Text_1884FF, MSGBOX_AUTOCLOSE
end
EventScript_1ABAD2:: @ 81ABAD2
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_JACK, 0, Text_1C3298, Text_1884F0
- msgbox Text_1884FF, 6
+ msgbox Text_1884FF, MSGBOX_AUTOCLOSE
end
Route21_South_EventScript_1ABAE9:: @ 81ABAE9
@@ -2083,12 +2083,12 @@ Route21_South_EventScript_1ABAE9:: @ 81ABAE9
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABB10
- msgbox Text_188555, 6
+ msgbox Text_188555, MSGBOX_AUTOCLOSE
end
EventScript_1ABB10:: @ 81ABB10
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_JEROME, 0, Text_1C32D3, Text_188543
- msgbox Text_188555, 6
+ msgbox Text_188555, MSGBOX_AUTOCLOSE
end
Route21_South_EventScript_1ABB27:: @ 81ABB27
@@ -2096,12 +2096,12 @@ Route21_South_EventScript_1ABB27:: @ 81ABB27
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABB4E
- msgbox Text_1885BF, 6
+ msgbox Text_1885BF, MSGBOX_AUTOCLOSE
end
EventScript_1ABB4E:: @ 81ABB4E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_ROLAND, 0, Text_1C32FD, Text_1885B2
- msgbox Text_1885BF, 6
+ msgbox Text_1885BF, MSGBOX_AUTOCLOSE
end
Route21_North_EventScript_1ABB65:: @ 81ABB65
@@ -2109,12 +2109,12 @@ Route21_North_EventScript_1ABB65:: @ 81ABB65
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABB90
- msgbox Text_188734, 6
+ msgbox Text_188734, MSGBOX_AUTOCLOSE
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
+ msgbox Text_188734, MSGBOX_AUTOCLOSE
end
Route21_North_EventScript_1ABBAB:: @ 81ABBAB
@@ -2122,12 +2122,12 @@ Route21_North_EventScript_1ABBAB:: @ 81ABBAB
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABBD6
- msgbox Text_188812, 6
+ msgbox Text_188812, MSGBOX_AUTOCLOSE
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
+ msgbox Text_188812, MSGBOX_AUTOCLOSE
end
OneIsland_KindleRoad_EventScript_1ABBF1:: @ 81ABBF1
@@ -2135,12 +2135,12 @@ OneIsland_KindleRoad_EventScript_1ABBF1:: @ 81ABBF1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABC18
- msgbox Text_189657, 6
+ msgbox Text_189657, MSGBOX_AUTOCLOSE
end
EventScript_1ABC18:: @ 81ABC18
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_MARIA, 0, Text_1C37B5, Text_18964D
- msgbox Text_189657, 6
+ msgbox Text_189657, MSGBOX_AUTOCLOSE
end
OneIsland_KindleRoad_EventScript_1ABC2F:: @ 81ABC2F
@@ -2148,12 +2148,12 @@ OneIsland_KindleRoad_EventScript_1ABC2F:: @ 81ABC2F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABC56
- msgbox Text_1896C1, 6
+ msgbox Text_1896C1, MSGBOX_AUTOCLOSE
end
EventScript_1ABC56:: @ 81ABC56
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_ABIGAIL, 0, Text_1C37E7, Text_1896AC
- msgbox Text_1896C1, 6
+ msgbox Text_1896C1, MSGBOX_AUTOCLOSE
end
OneIsland_KindleRoad_EventScript_1ABC6D:: @ 81ABC6D
@@ -2161,12 +2161,12 @@ OneIsland_KindleRoad_EventScript_1ABC6D:: @ 81ABC6D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABC94
- msgbox Text_189740, 6
+ msgbox Text_189740, MSGBOX_AUTOCLOSE
end
EventScript_1ABC94:: @ 81ABC94
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_FINN, 0, Text_1C3807, Text_189728
- msgbox Text_189740, 6
+ msgbox Text_189740, MSGBOX_AUTOCLOSE
end
OneIsland_KindleRoad_EventScript_1ABCAB:: @ 81ABCAB
@@ -2174,12 +2174,12 @@ OneIsland_KindleRoad_EventScript_1ABCAB:: @ 81ABCAB
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABCD2
- msgbox Text_1897C5, 6
+ msgbox Text_1897C5, MSGBOX_AUTOCLOSE
end
EventScript_1ABCD2:: @ 81ABCD2
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_GARRETT, 0, Text_1C3835, Text_1897A4
- msgbox Text_1897C5, 6
+ msgbox Text_1897C5, MSGBOX_AUTOCLOSE
end
OneIsland_KindleRoad_EventScript_1ABCE9:: @ 81ABCE9
@@ -2187,12 +2187,12 @@ OneIsland_KindleRoad_EventScript_1ABCE9:: @ 81ABCE9
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABD10
- msgbox Text_18984B, 6
+ msgbox Text_18984B, MSGBOX_AUTOCLOSE
end
EventScript_1ABD10:: @ 81ABD10
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_TOMMY, 0, Text_1C386A, Text_189833
- msgbox Text_18984B, 6
+ msgbox Text_18984B, MSGBOX_AUTOCLOSE
end
OneIsland_KindleRoad_EventScript_1ABD27:: @ 81ABD27
@@ -2200,12 +2200,12 @@ OneIsland_KindleRoad_EventScript_1ABD27:: @ 81ABD27
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABD4E
- msgbox Text_1898C4, 6
+ msgbox Text_1898C4, MSGBOX_AUTOCLOSE
end
EventScript_1ABD4E:: @ 81ABD4E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CRUSH_GIRL_SHARON, 0, Text_1C389F, Text_1898AB
- msgbox Text_1898C4, 6
+ msgbox Text_1898C4, MSGBOX_AUTOCLOSE
end
OneIsland_KindleRoad_EventScript_1ABD65:: @ 81ABD65
@@ -2213,12 +2213,12 @@ OneIsland_KindleRoad_EventScript_1ABD65:: @ 81ABD65
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABD8C
- msgbox Text_18992C, 6
+ msgbox Text_18992C, MSGBOX_AUTOCLOSE
end
EventScript_1ABD8C:: @ 81ABD8C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CRUSH_GIRL_TANYA, 0, Text_1C38CA, Text_18991B
- msgbox Text_18992C, 6
+ msgbox Text_18992C, MSGBOX_AUTOCLOSE
end
OneIsland_KindleRoad_EventScript_1ABDA3:: @ 81ABDA3
@@ -2226,12 +2226,12 @@ OneIsland_KindleRoad_EventScript_1ABDA3:: @ 81ABDA3
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABDCA
- msgbox Text_189998, 6
+ msgbox Text_189998, MSGBOX_AUTOCLOSE
end
EventScript_1ABDCA:: @ 81ABDCA
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BLACK_BELT_SHEA, 0, Text_1C38FA, Text_18998C
- msgbox Text_189998, 6
+ msgbox Text_189998, MSGBOX_AUTOCLOSE
end
OneIsland_KindleRoad_EventScript_1ABDE1:: @ 81ABDE1
@@ -2239,12 +2239,12 @@ OneIsland_KindleRoad_EventScript_1ABDE1:: @ 81ABDE1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABE08
- msgbox Text_189A13, 6
+ msgbox Text_189A13, MSGBOX_AUTOCLOSE
end
EventScript_1ABE08:: @ 81ABE08
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BLACK_BELT_HUGH, 0, Text_1C3943, Text_189A0A
- msgbox Text_189A13, 6
+ msgbox Text_189A13, MSGBOX_AUTOCLOSE
end
OneIsland_KindleRoad_EventScript_1ABE1F:: @ 81ABE1F
@@ -2252,12 +2252,12 @@ OneIsland_KindleRoad_EventScript_1ABE1F:: @ 81ABE1F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABE46
- msgbox Text_189A9F, 6
+ msgbox Text_189A9F, MSGBOX_AUTOCLOSE
end
EventScript_1ABE46:: @ 81ABE46
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CAMPER_BRYCE, 0, Text_1C3987, Text_189A92
- msgbox Text_189A9F, 6
+ msgbox Text_189A9F, MSGBOX_AUTOCLOSE
end
OneIsland_KindleRoad_EventScript_1ABE5D:: @ 81ABE5D
@@ -2265,12 +2265,12 @@ OneIsland_KindleRoad_EventScript_1ABE5D:: @ 81ABE5D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABE84
- msgbox Text_189B24, 6
+ msgbox Text_189B24, MSGBOX_AUTOCLOSE
end
EventScript_1ABE84:: @ 81ABE84
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PICNICKER_CLAIRE, 0, Text_1C39C6, Text_189B0B
- msgbox Text_189B24, 6
+ msgbox Text_189B24, MSGBOX_AUTOCLOSE
end
OneIsland_KindleRoad_EventScript_1ABE9B:: @ 81ABE9B
@@ -2278,12 +2278,12 @@ OneIsland_KindleRoad_EventScript_1ABE9B:: @ 81ABE9B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABEC6
- msgbox Text_189BA3, 6
+ msgbox Text_189BA3, MSGBOX_AUTOCLOSE
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
+ msgbox Text_189BA3, MSGBOX_AUTOCLOSE
end
OneIsland_KindleRoad_EventScript_1ABEE1:: @ 81ABEE1
@@ -2291,12 +2291,12 @@ OneIsland_KindleRoad_EventScript_1ABEE1:: @ 81ABEE1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABF0C
- msgbox Text_189C7E, 6
+ msgbox Text_189C7E, MSGBOX_AUTOCLOSE
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
+ msgbox Text_189C7E, MSGBOX_AUTOCLOSE
end
OneIsland_TreasureBeach_EventScript_1ABF27:: @ 81ABF27
@@ -2304,12 +2304,12 @@ OneIsland_TreasureBeach_EventScript_1ABF27:: @ 81ABF27
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABF4E
- msgbox Text_189DA3, 6
+ msgbox Text_189DA3, MSGBOX_AUTOCLOSE
end
EventScript_1ABF4E:: @ 81ABF4E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_AMARA, 0, Text_1C3773, Text_189D8B
- msgbox Text_189DA3, 6
+ msgbox Text_189DA3, MSGBOX_AUTOCLOSE
end
ThreeIsland_BondBridge_EventScript_1ABF65:: @ 81ABF65
@@ -2317,12 +2317,12 @@ ThreeIsland_BondBridge_EventScript_1ABF65:: @ 81ABF65
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABF8C
- msgbox Text_189E9E, 6
+ msgbox Text_189E9E, MSGBOX_AUTOCLOSE
end
EventScript_1ABF8C:: @ 81ABF8C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_AROMA_LADY_NIKKI, 0, Text_1C3AA7, Text_189E72
- msgbox Text_189E9E, 6
+ msgbox Text_189E9E, MSGBOX_AUTOCLOSE
end
ThreeIsland_BondBridge_EventScript_1ABFA3:: @ 81ABFA3
@@ -2330,12 +2330,12 @@ ThreeIsland_BondBridge_EventScript_1ABFA3:: @ 81ABFA3
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ABFCA
- msgbox Text_189F21, 6
+ msgbox Text_189F21, MSGBOX_AUTOCLOSE
end
EventScript_1ABFCA:: @ 81ABFCA
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_AROMA_LADY_VIOLET, 0, Text_1C3ABF, Text_189EFA
- msgbox Text_189F21, 6
+ msgbox Text_189F21, MSGBOX_AUTOCLOSE
end
ThreeIsland_BondBridge_EventScript_1ABFE1:: @ 81ABFE1
@@ -2343,12 +2343,12 @@ ThreeIsland_BondBridge_EventScript_1ABFE1:: @ 81ABFE1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC008
- msgbox Text_189FA8, 6
+ msgbox Text_189FA8, MSGBOX_AUTOCLOSE
end
EventScript_1AC008:: @ 81AC008
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_TUBER_AMIRA, 0, Text_1C3AF2, Text_189F9A
- msgbox Text_189FA8, 6
+ msgbox Text_189FA8, MSGBOX_AUTOCLOSE
end
ThreeIsland_BondBridge_EventScript_1AC01F:: @ 81AC01F
@@ -2356,12 +2356,12 @@ ThreeIsland_BondBridge_EventScript_1AC01F:: @ 81AC01F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC046
- msgbox Text_18A000, 6
+ msgbox Text_18A000, MSGBOX_AUTOCLOSE
end
EventScript_1AC046:: @ 81AC046
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_TUBER_ALEXIS, 0, Text_1C3B1D, Text_189FEE
- msgbox Text_18A000, 6
+ msgbox Text_18A000, MSGBOX_AUTOCLOSE
end
ThreeIsland_BondBridge_EventScript_1AC05D:: @ 81AC05D
@@ -2369,12 +2369,12 @@ ThreeIsland_BondBridge_EventScript_1AC05D:: @ 81AC05D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC084
- msgbox Text_18A082, 6
+ msgbox Text_18A082, MSGBOX_AUTOCLOSE
end
EventScript_1AC084:: @ 81AC084
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_TISHA, 0, Text_1C3B30, Text_18A053
- msgbox Text_18A082, 6
+ msgbox Text_18A082, MSGBOX_AUTOCLOSE
end
ThreeIsland_BondBridge_EventScript_1AC09B:: @ 81AC09B
@@ -2382,12 +2382,12 @@ ThreeIsland_BondBridge_EventScript_1AC09B:: @ 81AC09B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC0C6
- msgbox Text_18A106, 6
+ msgbox Text_18A106, MSGBOX_AUTOCLOSE
end
EventScript_1AC0C6:: @ 81AC0C6
trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_JOY_MEG, 0, Text_1C3B6E, Text_18A0F7, Text_18A138
- msgbox Text_18A106, 6
+ msgbox Text_18A106, MSGBOX_AUTOCLOSE
end
ThreeIsland_BondBridge_EventScript_1AC0E1:: @ 81AC0E1
@@ -2395,12 +2395,12 @@ ThreeIsland_BondBridge_EventScript_1AC0E1:: @ 81AC0E1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC10C
- msgbox Text_18A1B2, 6
+ msgbox Text_18A1B2, MSGBOX_AUTOCLOSE
end
EventScript_1AC10C:: @ 81AC10C
trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_JOY_MEG, 0, Text_1C3B99, Text_18A1A3, Text_18A1CD
- msgbox Text_18A1B2, 6
+ msgbox Text_18A1B2, MSGBOX_AUTOCLOSE
end
FiveIsland_ResortGorgeous_EventScript_1AC127:: @ 81AC127
@@ -2408,12 +2408,12 @@ FiveIsland_ResortGorgeous_EventScript_1AC127:: @ 81AC127
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC14E
- msgbox Text_18A430, 6
+ msgbox Text_18A430, MSGBOX_AUTOCLOSE
end
EventScript_1AC14E:: @ 81AC14E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PAINTER_DAISY, 0, Text_1C3BF6, Text_18A40E
- msgbox Text_18A430, 6
+ msgbox Text_18A430, MSGBOX_AUTOCLOSE
end
FiveIsland_ResortGorgeous_EventScript_1AC165:: @ 81AC165
@@ -2421,12 +2421,12 @@ FiveIsland_ResortGorgeous_EventScript_1AC165:: @ 81AC165
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC18C
- msgbox Text_18A4C6, 6
+ msgbox Text_18A4C6, MSGBOX_AUTOCLOSE
end
EventScript_1AC18C:: @ 81AC18C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PAINTER_CELINA, 0, Text_1C3C28, Text_18A49E
- msgbox Text_18A4C6, 6
+ msgbox Text_18A4C6, MSGBOX_AUTOCLOSE
end
FiveIsland_ResortGorgeous_EventScript_1AC1A3:: @ 81AC1A3
@@ -2434,12 +2434,12 @@ FiveIsland_ResortGorgeous_EventScript_1AC1A3:: @ 81AC1A3
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC1CA
- msgbox Text_18A555, 6
+ msgbox Text_18A555, MSGBOX_AUTOCLOSE
end
EventScript_1AC1CA:: @ 81AC1CA
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PAINTER_RAYNA, 0, Text_1C3C70, Text_18A535
- msgbox Text_18A555, 6
+ msgbox Text_18A555, MSGBOX_AUTOCLOSE
end
FiveIsland_ResortGorgeous_EventScript_1AC1E1:: @ 81AC1E1
@@ -2447,12 +2447,12 @@ FiveIsland_ResortGorgeous_EventScript_1AC1E1:: @ 81AC1E1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC208
- msgbox Text_18A601, 6
+ msgbox Text_18A601, MSGBOX_AUTOCLOSE
end
EventScript_1AC208:: @ 81AC208
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LADY_JACKI, 0, Text_1C3CB0, Text_18A5EE
- msgbox Text_18A601, 6
+ msgbox Text_18A601, MSGBOX_AUTOCLOSE
end
FiveIsland_ResortGorgeous_EventScript_1AC21F:: @ 81AC21F
@@ -2460,12 +2460,12 @@ FiveIsland_ResortGorgeous_EventScript_1AC21F:: @ 81AC21F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC246
- msgbox Text_18A699, 6
+ msgbox Text_18A699, MSGBOX_AUTOCLOSE
end
EventScript_1AC246:: @ 81AC246
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_LADY_GILLIAN, 0, Text_1C3CF1, Text_18A67F
- msgbox Text_18A699, 6
+ msgbox Text_18A699, MSGBOX_AUTOCLOSE
end
FiveIsland_ResortGorgeous_EventScript_1AC25D:: @ 81AC25D
@@ -2473,12 +2473,12 @@ FiveIsland_ResortGorgeous_EventScript_1AC25D:: @ 81AC25D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC284
- msgbox Text_18A715, 6
+ msgbox Text_18A715, MSGBOX_AUTOCLOSE
end
EventScript_1AC284:: @ 81AC284
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_YOUNGSTER_DESTIN, 0, Text_1C3D47, Text_18A6FE
- msgbox Text_18A715, 6
+ msgbox Text_18A715, MSGBOX_AUTOCLOSE
end
FiveIsland_ResortGorgeous_EventScript_1AC29B:: @ 81AC29B
@@ -2486,12 +2486,12 @@ FiveIsland_ResortGorgeous_EventScript_1AC29B:: @ 81AC29B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC2C2
- msgbox Text_18A7AC, 6
+ msgbox Text_18A7AC, MSGBOX_AUTOCLOSE
end
EventScript_1AC2C2:: @ 81AC2C2
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_TOBY, 0, Text_1C3D73, Text_18A786
- msgbox Text_18A7AC, 6
+ msgbox Text_18A7AC, MSGBOX_AUTOCLOSE
end
FiveIsland_WaterLabyrinth_EventScript_1AC2D9:: @ 81AC2D9
@@ -2499,12 +2499,12 @@ FiveIsland_WaterLabyrinth_EventScript_1AC2D9:: @ 81AC2D9
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC300
- msgbox Text_18AB37, 6
+ msgbox Text_18AB37, MSGBOX_AUTOCLOSE
end
EventScript_1AC300:: @ 81AC300
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PKMN_BREEDER_ALIZE, 0, Text_1C3BB7, Text_18AB0B
- msgbox Text_18AB37, 6
+ msgbox Text_18AB37, MSGBOX_AUTOCLOSE
end
FiveIsland_MemorialPillar_EventScript_1AC317:: @ 81AC317
@@ -2512,12 +2512,12 @@ FiveIsland_MemorialPillar_EventScript_1AC317:: @ 81AC317
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC33E
- msgbox Text_18AEB6, 6
+ msgbox Text_18AEB6, MSGBOX_AUTOCLOSE
end
EventScript_1AC33E:: @ 81AC33E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_MILO, 0, Text_1C3DA2, Text_18AEA8
- msgbox Text_18AEB6, 6
+ msgbox Text_18AEB6, MSGBOX_AUTOCLOSE
end
FiveIsland_MemorialPillar_EventScript_1AC355:: @ 81AC355
@@ -2525,12 +2525,12 @@ FiveIsland_MemorialPillar_EventScript_1AC355:: @ 81AC355
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC37C
- msgbox Text_18AF45, 6
+ msgbox Text_18AF45, MSGBOX_AUTOCLOSE
end
EventScript_1AC37C:: @ 81AC37C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_CHAZ, 0, Text_1C3E0F, Text_18AF39
- msgbox Text_18AF45, 6
+ msgbox Text_18AF45, MSGBOX_AUTOCLOSE
end
FiveIsland_MemorialPillar_EventScript_1AC393:: @ 81AC393
@@ -2538,12 +2538,12 @@ FiveIsland_MemorialPillar_EventScript_1AC393:: @ 81AC393
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC3BA
- msgbox Text_18AFF2, 6
+ msgbox Text_18AFF2, MSGBOX_AUTOCLOSE
end
EventScript_1AC3BA:: @ 81AC3BA
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_BIRD_KEEPER_HAROLD, 0, Text_1C3E6A, Text_18AFCC
- msgbox Text_18AFF2, 6
+ msgbox Text_18AFF2, MSGBOX_AUTOCLOSE
end
SixIsland_OutcastIsland_EventScript_1AC3D1:: @ 81AC3D1
@@ -2551,12 +2551,12 @@ SixIsland_OutcastIsland_EventScript_1AC3D1:: @ 81AC3D1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC3F8
- msgbox Text_18B451, 6
+ msgbox Text_18B451, MSGBOX_AUTOCLOSE
end
EventScript_1AC3F8:: @ 81AC3F8
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_FISHERMAN_TYLOR, 0, Text_1C3ED0, Text_18B43B
- msgbox Text_18B451, 6
+ msgbox Text_18B451, MSGBOX_AUTOCLOSE
end
SixIsland_OutcastIsland_EventScript_1AC40F:: @ 81AC40F
@@ -2564,12 +2564,12 @@ SixIsland_OutcastIsland_EventScript_1AC40F:: @ 81AC40F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC436
- msgbox Text_18B4D1, 6
+ msgbox Text_18B4D1, MSGBOX_AUTOCLOSE
end
EventScript_1AC436:: @ 81AC436
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_MYMO, 0, Text_1C3F11, Text_18B4C5
- msgbox Text_18B4D1, 6
+ msgbox Text_18B4D1, MSGBOX_AUTOCLOSE
end
SixIsland_OutcastIsland_EventScript_1AC44D:: @ 81AC44D
@@ -2577,12 +2577,12 @@ SixIsland_OutcastIsland_EventScript_1AC44D:: @ 81AC44D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC474
- msgbox Text_18B573, 6
+ msgbox Text_18B573, MSGBOX_AUTOCLOSE
end
EventScript_1AC474:: @ 81AC474
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_NICOLE, 0, Text_1C3F51, Text_18B539
- msgbox Text_18B573, 6
+ msgbox Text_18B573, MSGBOX_AUTOCLOSE
end
SixIsland_OutcastIsland_EventScript_1AC48B:: @ 81AC48B
@@ -2590,12 +2590,12 @@ SixIsland_OutcastIsland_EventScript_1AC48B:: @ 81AC48B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC4B6
- msgbox Text_18B62E, 6
+ msgbox Text_18B62E, MSGBOX_AUTOCLOSE
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
+ msgbox Text_18B62E, MSGBOX_AUTOCLOSE
end
SixIsland_OutcastIsland_EventScript_1AC4D1:: @ 81AC4D1
@@ -2603,12 +2603,12 @@ SixIsland_OutcastIsland_EventScript_1AC4D1:: @ 81AC4D1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC4FC
- msgbox Text_18B720, 6
+ msgbox Text_18B720, MSGBOX_AUTOCLOSE
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
+ msgbox Text_18B720, MSGBOX_AUTOCLOSE
end
SixIsland_GreenPath_EventScript_1AC517:: @ 81AC517
@@ -2616,12 +2616,12 @@ SixIsland_GreenPath_EventScript_1AC517:: @ 81AC517
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC53E
- msgbox Text_18B7FD, 6
+ msgbox Text_18B7FD, MSGBOX_AUTOCLOSE
end
EventScript_1AC53E:: @ 81AC53E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PSYCHIC_JACLYN, 0, Text_1C3FE9, Text_18B7F0
- msgbox Text_18B7FD, 6
+ msgbox Text_18B7FD, MSGBOX_AUTOCLOSE
end
SixIsland_WaterPath_EventScript_1AC555:: @ 81AC555
@@ -2629,12 +2629,12 @@ SixIsland_WaterPath_EventScript_1AC555:: @ 81AC555
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC57C
- msgbox Text_18B8F7, 6
+ msgbox Text_18B8F7, MSGBOX_AUTOCLOSE
end
EventScript_1AC57C:: @ 81AC57C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_AROMA_LADY_ROSE, 0, Text_1C4028, Text_18B8C8
- msgbox Text_18B8F7, 6
+ msgbox Text_18B8F7, MSGBOX_AUTOCLOSE
end
SixIsland_WaterPath_EventScript_1AC593:: @ 81AC593
@@ -2642,12 +2642,12 @@ SixIsland_WaterPath_EventScript_1AC593:: @ 81AC593
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC5BA
- msgbox Text_18B9A5, 6
+ msgbox Text_18B9A5, MSGBOX_AUTOCLOSE
end
EventScript_1AC5BA:: @ 81AC5BA
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_JUGGLER_EDWARD, 0, Text_1C4057, Text_18B988
- msgbox Text_18B9A5, 6
+ msgbox Text_18B9A5, MSGBOX_AUTOCLOSE
end
SixIsland_WaterPath_EventScript_1AC5D1:: @ 81AC5D1
@@ -2655,12 +2655,12 @@ SixIsland_WaterPath_EventScript_1AC5D1:: @ 81AC5D1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC5F8
- msgbox Text_18BA57, 6
+ msgbox Text_18BA57, MSGBOX_AUTOCLOSE
end
EventScript_1AC5F8:: @ 81AC5F8
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_MALE_SAMIR, 0, Text_1C407F, Text_18BA47
- msgbox Text_18BA57, 6
+ msgbox Text_18BA57, MSGBOX_AUTOCLOSE
end
SixIsland_WaterPath_EventScript_1AC60F:: @ 81AC60F
@@ -2668,12 +2668,12 @@ SixIsland_WaterPath_EventScript_1AC60F:: @ 81AC60F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC636
- msgbox Text_18BAE0, 6
+ msgbox Text_18BAE0, MSGBOX_AUTOCLOSE
end
EventScript_1AC636:: @ 81AC636
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_SWIMMER_FEMALE_DENISE, 0, Text_1C40D9, Text_18BAC0
- msgbox Text_18BAE0, 6
+ msgbox Text_18BAE0, MSGBOX_AUTOCLOSE
end
SixIsland_WaterPath_EventScript_1AC64D:: @ 81AC64D
@@ -2681,12 +2681,12 @@ SixIsland_WaterPath_EventScript_1AC64D:: @ 81AC64D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC678
- msgbox Text_18BBF6, 6
+ msgbox Text_18BBF6, MSGBOX_AUTOCLOSE
end
EventScript_1AC678:: @ 81AC678
trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_MIU_MIA, 0, Text_1C4138, Text_18BBE2, Text_18BC24
- msgbox Text_18BBF6, 6
+ msgbox Text_18BBF6, MSGBOX_AUTOCLOSE
end
SixIsland_WaterPath_EventScript_1AC693:: @ 81AC693
@@ -2694,12 +2694,12 @@ SixIsland_WaterPath_EventScript_1AC693:: @ 81AC693
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC6BE
- msgbox Text_18BCAE, 6
+ msgbox Text_18BCAE, MSGBOX_AUTOCLOSE
end
EventScript_1AC6BE:: @ 81AC6BE
trainerbattle TRAINER_BATTLE_REMATCH_DOUBLE, TRAINER_TWINS_MIU_MIA, 0, Text_1C4166, Text_18BC84, Text_18BCCF
- msgbox Text_18BCAE, 6
+ msgbox Text_18BCAE, MSGBOX_AUTOCLOSE
end
SixIsland_WaterPath_EventScript_1AC6D9:: @ 81AC6D9
@@ -2707,12 +2707,12 @@ SixIsland_WaterPath_EventScript_1AC6D9:: @ 81AC6D9
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC700
- msgbox Text_18BB8B, 6
+ msgbox Text_18BB8B, MSGBOX_AUTOCLOSE
end
EventScript_1AC700:: @ 81AC700
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_EARL, 0, Text_1C40FA, Text_18BB62
- msgbox Text_18BB8B, 6
+ msgbox Text_18BB8B, MSGBOX_AUTOCLOSE
end
SixIsland_RuinValley_EventScript_1AC717:: @ 81AC717
@@ -2720,12 +2720,12 @@ SixIsland_RuinValley_EventScript_1AC717:: @ 81AC717
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC73E
- msgbox Text_18BEA0, 6
+ msgbox Text_18BEA0, MSGBOX_AUTOCLOSE
end
EventScript_1AC73E:: @ 81AC73E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_RUIN_MANIAC_STANLY, 0, Text_1C4196, Text_18BE9B
- msgbox Text_18BEA0, 6
+ msgbox Text_18BEA0, MSGBOX_AUTOCLOSE
end
SixIsland_RuinValley_EventScript_1AC755:: @ 81AC755
@@ -2733,12 +2733,12 @@ SixIsland_RuinValley_EventScript_1AC755:: @ 81AC755
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC77C
- msgbox Text_18BF6C, 6
+ msgbox Text_18BF6C, MSGBOX_AUTOCLOSE
end
EventScript_1AC77C:: @ 81AC77C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_RUIN_MANIAC_FOSTER, 0, Text_1C41D4, Text_18BF33
- msgbox Text_18BF6C, 6
+ msgbox Text_18BF6C, MSGBOX_AUTOCLOSE
end
SixIsland_RuinValley_EventScript_1AC793:: @ 81AC793
@@ -2746,12 +2746,12 @@ SixIsland_RuinValley_EventScript_1AC793:: @ 81AC793
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC7BA
- msgbox Text_18C04C, 6
+ msgbox Text_18C04C, MSGBOX_AUTOCLOSE
end
EventScript_1AC7BA:: @ 81AC7BA
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_RUIN_MANIAC_LARRY, 0, Text_1C4210, Text_18C03B
- msgbox Text_18C04C, 6
+ msgbox Text_18C04C, MSGBOX_AUTOCLOSE
end
SixIsland_RuinValley_EventScript_1AC7D1:: @ 81AC7D1
@@ -2759,12 +2759,12 @@ SixIsland_RuinValley_EventScript_1AC7D1:: @ 81AC7D1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC7F8
- msgbox Text_18C0EA, 6
+ msgbox Text_18C0EA, MSGBOX_AUTOCLOSE
end
EventScript_1AC7F8:: @ 81AC7F8
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_HIKER_DARYL, 0, Text_1C4280, Text_18C0BB
- msgbox Text_18C0EA, 6
+ msgbox Text_18C0EA, MSGBOX_AUTOCLOSE
end
SixIsland_RuinValley_EventScript_1AC80F:: @ 81AC80F
@@ -2772,12 +2772,12 @@ SixIsland_RuinValley_EventScript_1AC80F:: @ 81AC80F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC836
- msgbox Text_18C17A, 6
+ msgbox Text_18C17A, MSGBOX_AUTOCLOSE
end
EventScript_1AC836:: @ 81AC836
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_POKEMANIAC_HECTOR, 0, Text_1C42A0, Text_18C140
- msgbox Text_18C17A, 6
+ msgbox Text_18C17A, MSGBOX_AUTOCLOSE
end
SevenIsland_TrainerTower_EventScript_1AC84D:: @ 81AC84D
@@ -2785,12 +2785,12 @@ SevenIsland_TrainerTower_EventScript_1AC84D:: @ 81AC84D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC874
- msgbox Text_18C20E, 6
+ msgbox Text_18C20E, MSGBOX_AUTOCLOSE
end
EventScript_1AC874:: @ 81AC874
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PSYCHIC_DARIO, 0, Text_1C42D6, Text_18C205
- msgbox Text_18C20E, 6
+ msgbox Text_18C20E, MSGBOX_AUTOCLOSE
end
SevenIsland_TrainerTower_EventScript_1AC88B:: @ 81AC88B
@@ -2798,12 +2798,12 @@ SevenIsland_TrainerTower_EventScript_1AC88B:: @ 81AC88B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC8B2
- msgbox Text_18C2D5, 6
+ msgbox Text_18C2D5, MSGBOX_AUTOCLOSE
end
EventScript_1AC8B2:: @ 81AC8B2
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PSYCHIC_RODETTE, 0, Text_1C42EE, Text_18C2BC
- msgbox Text_18C2D5, 6
+ msgbox Text_18C2D5, MSGBOX_AUTOCLOSE
end
SevenIsland_SevaultCanyon_Entrance_EventScript_1AC8C9:: @ 81AC8C9
@@ -2811,12 +2811,12 @@ SevenIsland_SevaultCanyon_Entrance_EventScript_1AC8C9:: @ 81AC8C9
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC8F0
- msgbox Text_18C3FF, 6
+ msgbox Text_18C3FF, MSGBOX_AUTOCLOSE
end
EventScript_1AC8F0:: @ 81AC8F0
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_AROMA_LADY_MIAH, 0, Text_1C4327, Text_18C3E7
- msgbox Text_18C3FF, 6
+ msgbox Text_18C3FF, MSGBOX_AUTOCLOSE
end
SevenIsland_SevaultCanyon_Entrance_EventScript_1AC907:: @ 81AC907
@@ -2824,12 +2824,12 @@ SevenIsland_SevaultCanyon_Entrance_EventScript_1AC907:: @ 81AC907
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC932
- msgbox Text_18C683, 6
+ msgbox Text_18C683, MSGBOX_AUTOCLOSE
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
+ msgbox Text_18C683, MSGBOX_AUTOCLOSE
end
SevenIsland_SevaultCanyon_Entrance_EventScript_1AC94D:: @ 81AC94D
@@ -2837,12 +2837,12 @@ SevenIsland_SevaultCanyon_Entrance_EventScript_1AC94D:: @ 81AC94D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC978
- msgbox Text_18C773, 6
+ msgbox Text_18C773, MSGBOX_AUTOCLOSE
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
+ msgbox Text_18C773, MSGBOX_AUTOCLOSE
end
SevenIsland_SevaultCanyon_Entrance_EventScript_1AC993:: @ 81AC993
@@ -2850,12 +2850,12 @@ SevenIsland_SevaultCanyon_Entrance_EventScript_1AC993:: @ 81AC993
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC9BA
- msgbox Text_18C4BA, 6
+ msgbox Text_18C4BA, MSGBOX_AUTOCLOSE
end
EventScript_1AC9BA:: @ 81AC9BA
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_JUGGLER_MASON, 0, Text_1C4374, Text_18C473
- msgbox Text_18C4BA, 6
+ msgbox Text_18C4BA, MSGBOX_AUTOCLOSE
end
SevenIsland_SevaultCanyon_Entrance_EventScript_1AC9D1:: @ 81AC9D1
@@ -2863,12 +2863,12 @@ SevenIsland_SevaultCanyon_Entrance_EventScript_1AC9D1:: @ 81AC9D1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1AC9F8
- msgbox Text_18C54B, 6
+ msgbox Text_18C54B, MSGBOX_AUTOCLOSE
end
EventScript_1AC9F8:: @ 81AC9F8
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PKMN_RANGER_NICOLAS, 0, Text_1C43AD, Text_18C543
- msgbox Text_18C54B, 6
+ msgbox Text_18C54B, MSGBOX_AUTOCLOSE
end
SevenIsland_SevaultCanyon_Entrance_EventScript_1ACA0F:: @ 81ACA0F
@@ -2876,12 +2876,12 @@ SevenIsland_SevaultCanyon_Entrance_EventScript_1ACA0F:: @ 81ACA0F
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ACA36
- msgbox Text_18C5F5, 6
+ msgbox Text_18C5F5, MSGBOX_AUTOCLOSE
end
EventScript_1ACA36:: @ 81ACA36
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PKMN_RANGER_MADELINE, 0, Text_1C43EC, Text_18C5CD
- msgbox Text_18C5F5, 6
+ msgbox Text_18C5F5, MSGBOX_AUTOCLOSE
end
SevenIsland_SevaultCanyon_EventScript_1ACA4D:: @ 81ACA4D
@@ -2889,12 +2889,12 @@ SevenIsland_SevaultCanyon_EventScript_1ACA4D:: @ 81ACA4D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ACA74
- msgbox Text_18C8C2, 6
+ msgbox Text_18C8C2, MSGBOX_AUTOCLOSE
end
EventScript_1ACA74:: @ 81ACA74
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_CRUSH_GIRL_CYNDY, 0, Text_1C4491, Text_18C8A6
- msgbox Text_18C8C2, 6
+ msgbox Text_18C8C2, MSGBOX_AUTOCLOSE
end
SevenIsland_SevaultCanyon_EventScript_1ACA8B:: @ 81ACA8B
@@ -2902,12 +2902,12 @@ SevenIsland_SevaultCanyon_EventScript_1ACA8B:: @ 81ACA8B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ACAB2
- msgbox Text_18C999, 6
+ msgbox Text_18C999, MSGBOX_AUTOCLOSE
end
EventScript_1ACAB2:: @ 81ACAB2
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_TAMER_EVAN, 0, Text_1C44CB, Text_18C980
- msgbox Text_18C999, 6
+ msgbox Text_18C999, MSGBOX_AUTOCLOSE
end
SevenIsland_SevaultCanyon_EventScript_1ACAC9:: @ 81ACAC9
@@ -2915,12 +2915,12 @@ SevenIsland_SevaultCanyon_EventScript_1ACAC9:: @ 81ACAC9
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ACAF0
- msgbox Text_18CA9C, 6
+ msgbox Text_18CA9C, MSGBOX_AUTOCLOSE
end
EventScript_1ACAF0:: @ 81ACAF0
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PKMN_RANGER_JACKSON, 0, Text_1C454E, Text_18CA6F
- msgbox Text_18CA9C, 6
+ msgbox Text_18CA9C, MSGBOX_AUTOCLOSE
end
SevenIsland_SevaultCanyon_EventScript_1ACB07:: @ 81ACB07
@@ -2928,12 +2928,12 @@ SevenIsland_SevaultCanyon_EventScript_1ACB07:: @ 81ACB07
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ACB2E
- msgbox Text_18CB6C, 6
+ msgbox Text_18CB6C, MSGBOX_AUTOCLOSE
end
EventScript_1ACB2E:: @ 81ACB2E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PKMN_RANGER_KATELYN, 0, Text_1C458E, Text_18CB3E
- msgbox Text_18CB6C, 6
+ msgbox Text_18CB6C, MSGBOX_AUTOCLOSE
end
SevenIsland_SevaultCanyon_EventScript_1ACB45:: @ 81ACB45
@@ -2941,12 +2941,12 @@ SevenIsland_SevaultCanyon_EventScript_1ACB45:: @ 81ACB45
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ACB6C
- msgbox Text_18CC09, 6
+ msgbox Text_18CC09, MSGBOX_AUTOCLOSE
end
EventScript_1ACB6C:: @ 81ACB6C
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_COOLTRAINER_LEROY, 0, Text_1C45C2, Text_18CBE0
- msgbox Text_18CC09, 6
+ msgbox Text_18CC09, MSGBOX_AUTOCLOSE
end
SevenIsland_SevaultCanyon_EventScript_1ACB83:: @ 81ACB83
@@ -2954,12 +2954,12 @@ SevenIsland_SevaultCanyon_EventScript_1ACB83:: @ 81ACB83
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ACBAA
- msgbox Text_18CCEA, 6
+ msgbox Text_18CCEA, MSGBOX_AUTOCLOSE
end
EventScript_1ACBAA:: @ 81ACBAA
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_COOLTRAINER_MICHELLE, 0, Text_1C45FB, Text_18CCAE
- msgbox Text_18CCEA, 6
+ msgbox Text_18CCEA, MSGBOX_AUTOCLOSE
end
SevenIsland_SevaultCanyon_EventScript_1ACBC1:: @ 81ACBC1
@@ -2967,12 +2967,12 @@ SevenIsland_SevaultCanyon_EventScript_1ACBC1:: @ 81ACBC1
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ACBEC
- msgbox Text_18CD9C, 6
+ msgbox Text_18CD9C, MSGBOX_AUTOCLOSE
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
+ msgbox Text_18CD9C, MSGBOX_AUTOCLOSE
end
SevenIsland_SevaultCanyon_EventScript_1ACC07:: @ 81ACC07
@@ -2980,12 +2980,12 @@ SevenIsland_SevaultCanyon_EventScript_1ACC07:: @ 81ACC07
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ACC32
- msgbox Text_18CE78, 6
+ msgbox Text_18CE78, MSGBOX_AUTOCLOSE
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
+ msgbox Text_18CE78, MSGBOX_AUTOCLOSE
end
SevenIsland_TanobyRuins_EventScript_1ACC4D:: @ 81ACC4D
@@ -2993,12 +2993,12 @@ SevenIsland_TanobyRuins_EventScript_1ACC4D:: @ 81ACC4D
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ACC74
- msgbox Text_18D061, 6
+ msgbox Text_18D061, MSGBOX_AUTOCLOSE
end
EventScript_1ACC74:: @ 81ACC74
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_RUIN_MANIAC_BRANDON, 0, Text_1C46D3, Text_18D02A
- msgbox Text_18D061, 6
+ msgbox Text_18D061, MSGBOX_AUTOCLOSE
end
SevenIsland_TanobyRuins_EventScript_1ACC8B:: @ 81ACC8B
@@ -3006,12 +3006,12 @@ SevenIsland_TanobyRuins_EventScript_1ACC8B:: @ 81ACC8B
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ACCB2
- msgbox Text_18D125, 6
+ msgbox Text_18D125, MSGBOX_AUTOCLOSE
end
EventScript_1ACCB2:: @ 81ACCB2
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_RUIN_MANIAC_BENJAMIN, 0, Text_1C470A, Text_18D108
- msgbox Text_18D125, 6
+ msgbox Text_18D125, MSGBOX_AUTOCLOSE
end
SevenIsland_TanobyRuins_EventScript_1ACCC9:: @ 81ACCC9
@@ -3019,12 +3019,12 @@ SevenIsland_TanobyRuins_EventScript_1ACCC9:: @ 81ACCC9
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ACCF0
- msgbox Text_18D1E3, 6
+ msgbox Text_18D1E3, MSGBOX_AUTOCLOSE
end
EventScript_1ACCF0:: @ 81ACCF0
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_PAINTER_EDNA, 0, Text_1C4739, Text_18D1B5
- msgbox Text_18D1E3, 6
+ msgbox Text_18D1E3, MSGBOX_AUTOCLOSE
end
SevenIsland_TanobyRuins_EventScript_1ACD07:: @ 81ACD07
@@ -3032,10 +3032,10 @@ SevenIsland_TanobyRuins_EventScript_1ACD07:: @ 81ACD07
specialvar VAR_RESULT, ShouldTryRematchBattle
compare VAR_RESULT, 1
goto_if eq, EventScript_1ACD2E
- msgbox Text_18D284, 6
+ msgbox Text_18D284, MSGBOX_AUTOCLOSE
end
EventScript_1ACD2E:: @ 81ACD2E
trainerbattle TRAINER_BATTLE_REMATCH, TRAINER_GENTLEMAN_CLIFFORD, 0, Text_1C476A, Text_18D26D
- msgbox Text_18D284, 6
+ msgbox Text_18D284, MSGBOX_AUTOCLOSE
end