summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-01-08 23:44:55 -0500
committerGriffinR <griffin.g.richards@gmail.com>2020-01-08 23:44:55 -0500
commit16dc234d9964e41443b965dc774a0ff60d3338fa (patch)
tree2bbdb33e455bdc37e81c388d4005eeebd50e36c0
parent33a4b6848647bd18ca1d01e44d15624c195305a9 (diff)
Some stdscript sync, start syncing cable_club.inc
-rw-r--r--asm/macros/event.inc25
-rw-r--r--data/event_scripts.s3208
-rw-r--r--data/maps/CeladonCity_DepartmentStore_Roof/scripts.inc4
-rw-r--r--data/maps/CeladonCity_DepartmentStore_Roof/text.inc2
-rw-r--r--data/maps/CeladonCity_GameCorner_PrizeRoom/scripts.inc2
-rw-r--r--data/maps/CeladonCity_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/CeladonCity_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/CeruleanCity_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/CeruleanCity_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/CinnabarIsland_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/CinnabarIsland_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/FiveIsland_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/FiveIsland_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/FiveIsland_ResortGorgeous/scripts.inc2
-rw-r--r--data/maps/FourIsland_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/FourIsland_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/FuchsiaCity_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/FuchsiaCity_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/IndigoPlateau_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/IndigoPlateau_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/LavenderTown_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/LavenderTown_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/OneIsland_Harbor/scripts.inc2
-rw-r--r--data/maps/OneIsland_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/OneIsland_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/PalletTown_PlayersHouse_2F/scripts.inc2
-rw-r--r--data/maps/PalletTown_ProfessorOaksLab/scripts.inc2
-rw-r--r--data/maps/PewterCity_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/PewterCity_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/PokemonLeague_AgathasRoom/scripts.inc2
-rw-r--r--data/maps/PokemonLeague_BrunosRoom/scripts.inc2
-rw-r--r--data/maps/PokemonLeague_ChampionsRoom/scripts.inc2
-rw-r--r--data/maps/PokemonLeague_HallOfFame/scripts.inc2
-rw-r--r--data/maps/PokemonLeague_LancesRoom/scripts.inc2
-rw-r--r--data/maps/PokemonLeague_LoreleisRoom/scripts.inc2
-rw-r--r--data/maps/Route10_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/Route10_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/Route4_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/Route4_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/SaffronCity_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/SaffronCity_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/SeafoamIslands_B4F/scripts.inc2
-rw-r--r--data/maps/SevenIsland_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/SevenIsland_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/SixIsland_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/SixIsland_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/ThreeIsland_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/ThreeIsland_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/TwoIsland_JoyfulGameCorner/scripts.inc8
-rw-r--r--data/maps/TwoIsland_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/TwoIsland_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/VermilionCity_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/VermilionCity_PokemonCenter_2F/scripts.inc8
-rw-r--r--data/maps/ViridianCity_PokemonCenter_2F/map.json2
-rw-r--r--data/maps/ViridianCity_PokemonCenter_2F/scripts.inc8
-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
-rw-r--r--data/text/trainers.inc1006
-rw-r--r--include/constants/cable_club.h15
-rw-r--r--include/constants/vars.h2
64 files changed, 3835 insertions, 3901 deletions
diff --git a/asm/macros/event.inc b/asm/macros/event.inc
index b6526f96f..c440e7079 100644
--- a/asm/macros/event.inc
+++ b/asm/macros/event.inc
@@ -1432,15 +1432,36 @@
.endm
@ Message box types
+ MSGBOX_NPC = 2
+ MSGBOX_SIGN = 3
+ MSGBOX_DEFAULT = 4
MSGBOX_YESNO = 5
+ MSGBOX_AUTOCLOSE = 6
YES = 1
NO = 0
- .macro giveitem item, amount=1, function=0
+ @ Other callstd function names
+ STD_OBTAIN_ITEM = 0
+ STD_FIND_ITEM = 1
+ STD_PUT_ITEM_AWAY = 8
+
+ .macro giveitem item, amount=1
+ setorcopyvar 0x8000, \item
+ setorcopyvar 0x8001, \amount
+ callstd STD_OBTAIN_ITEM
+ .endm
+
+ .macro finditem item, amount=1
+ setorcopyvar 0x8000, \item
+ setorcopyvar 0x8001, \amount
+ callstd STD_FIND_ITEM
+ .endm
+
+ .macro putitemaway item, amount=1
setorcopyvar 0x8000, \item
setorcopyvar 0x8001, \amount
- callstd \function
+ callstd STD_PUT_ITEM_AWAY
.endm
.macro giveitemfanfaremsg msg, item, amount=1, fanfare=MUS_FANFA1
diff --git a/data/event_scripts.s b/data/event_scripts.s
index bf6f41e77..21049f296 100644
--- a/data/event_scripts.s
+++ b/data/event_scripts.s
@@ -21,6 +21,7 @@
#include "constants/menu.h"
#include "constants/battle_setup.h"
#include "constants/map_scripts.h"
+#include "constants/cable_club.h"
.include "asm/macros.inc"
.include "asm/macros/event.inc"
.set FALSE, 0
@@ -58,15 +59,15 @@ gSpecialVars:: @ 815FD0C
.align 2
gStdScripts:: @ 8160450
- .4byte gStdScript_0
- .4byte gStdScript_1
+ .4byte Std_ObtainItem
+ .4byte Std_FindItem
.4byte Std_MsgboxNPC
.4byte Std_MsgboxSign
.4byte Std_MsgboxDefault
.4byte Std_MsgboxYesNo
- .4byte gStdScript_Message_WaitButton_AndRelease
+ .4byte Std_MsgboxAutoclose
.4byte Std_ObtainDecoration
- .4byte gStdScript_8
+ .4byte Std_PutItemAway
.4byte gStdScript_ItemMessageAndFanfare
gStdScriptsEnd::
@@ -821,7 +822,7 @@ gStdScript_ItemMessageAndFanfare:: @ 81A4E66
waitfanfare
compare VAR_0x8002, MUS_FANFA1
call_if eq, EventScript_1A4EAA
- giveitem VAR_0x8000, VAR_0x8001, 8
+ putitemaway VAR_0x8000, VAR_0x8001
call EventScript_1A6675
return
@@ -903,34 +904,34 @@ Text_ObtainedTheX:: @ 81A51F6
Text_BagIsFull:: @ 81A5207
.string "The BAG is full…$"
-gUnknown_81A5218:: @ 81A5218
+Text_PutItemAway:: @ 81A5218
.string "{PLAYER} put the {STR_VAR_2}\n"
.string "in the {STR_VAR_3}.$"
-Text_1A5231:: @ 81A5231
+Text_FoundOneItem:: @ 81A5231
.string "{PLAYER} found one {STR_VAR_2}!$"
-gUnknown_81A5242:: @ 81A5242
+Text_TooBadBagFull:: @ 81A5242
.string "Too bad!\n"
.string "The BAG is full…$"
-Text_1A525C:: @ 81A525C
+Text_FoundXCoins:: @ 81A525C
.string "{PLAYER} found\n"
.string "{STR_VAR_1} {STR_VAR_2}!$"
-Text_1A526C:: @ 81A526C
+Text_PutCoinsAwayInCoinCase:: @ 81A526C
.string "{PLAYER} put the COINS away in\n"
.string "the COIN CASE.$"
-Text_1A5294:: @ 81A5294
+Text_CoinCaseIsFull:: @ 81A5294
.string "Too bad!\n"
.string "The COIN CASE is full…$"
-Text_1A52B4:: @ 81A52B4
+Text_NothingToPutThemIn:: @ 81A52B4
.string "Too bad!\n"
.string "There's nothing to put them in…$"
-Text_1A52DD:: @ 81A52DD
+Text_FoundXItems:: @ 81A52DD
.string "{PLAYER} found\n"
.string "{STR_VAR_1} {STR_VAR_2}(s)!$"
@@ -1008,12 +1009,12 @@ Text_BigHoleInTheWall:: @ 81A5606
.string "かべに\n"
.string "おおきな あなが あいている!$"
-Text_1A561A:: @ 81A561A
+Text_WirelessClubUndergoingAdjustments:: @ 81A561A
.string "I'm terribly sorry.\n"
.string "The POKéMON WIRELESS CLUB is\l"
.string "undergoing adjustments now.$"
-Text_1A5667:: @ 81A5667
+Text_AppearsToBeUndergoingAdjustments:: @ 81A5667
.string "It appears to be undergoing\n"
.string "adjustments…$"
@@ -1031,7 +1032,7 @@ Text_1A56D2:: @ 81A56D2
.string "ましたに どうぐが うまってる!\n"
.string "‥‥‥$"
-Text_1A5700:: @ 81A5700
+Text_DugUpItemFromGround:: @ 81A5700
.string "{PLAYER} dug up one {STR_VAR_2}\n"
.string "from deep in the ground.$"
@@ -1380,7 +1381,7 @@ EventScript_1A6675:: @ 81A6675
copyvar VAR_MON_BOX_ID, VAR_MON_BOX_POS
return
-gStdScript_0:: @ 81A667B
+Std_ObtainItem:: @ 81A667B
copyvar VAR_MON_BOX_POS, VAR_MON_BOX_ID
textcolor 3
additem VAR_0x8000, VAR_0x8001
@@ -1442,7 +1443,7 @@ EventScript_1A6749:: @ 81A6749
message Text_ObtainedTheX
waitfanfare
waitmessage
- msgbox gUnknown_81A5218
+ msgbox Text_PutItemAway
setvar VAR_RESULT, 1
return
@@ -1485,7 +1486,7 @@ EventScript_1A67AD:: @ 81A67AD
setvar VAR_RESULT, 0
return
-gStdScript_1:: @ 81A67B3
+Std_FindItem:: @ 81A67B3
lock
faceplayer
waitse
@@ -1514,7 +1515,7 @@ EventScript_1A67EE:: @ 81A67EE
call_if eq, EventScript_1A6827
waitfanfare
waitmessage
- msgbox gUnknown_81A5218
+ msgbox Text_PutItemAway
return
EventScript_1A6821:: @ 81A6821
@@ -1522,12 +1523,12 @@ EventScript_1A6821:: @ 81A6821
return
EventScript_1A6827:: @ 81A6827
- message Text_1A5231
+ message Text_FoundOneItem
return
EventScript_1A682D:: @ 81A682D
msgbox Text_ObtainedTheX
- msgbox gUnknown_81A5242
+ msgbox Text_TooBadBagFull
setvar VAR_RESULT, 0
return
@@ -1559,28 +1560,28 @@ EventScript_ItemInPocketMessage::
call_if ne, EventScript_FoundMultipleItemsMessage
waitfanfare
waitmessage
- msgbox gUnknown_81A5218
+ msgbox Text_PutItemAway
special Special_SetHiddenItemFlag
releaseall
end
EventScript_FoundSingleItemMessage::
- message Text_1A5231
+ message Text_FoundOneItem
return
EventScript_FoundCoinsMessage::
getnumberstring 0, VAR_0x8006
- message Text_1A525C
+ message Text_FoundXCoins
return
EventScript_FoundMultipleItemsMessage::
getnumberstring 0, VAR_0x8006
- message Text_1A52DD
+ message Text_FoundXItems
return
EventScript_BagIsFullMessage::
- msgbox Text_1A5231
- msgbox gUnknown_81A5242
+ msgbox Text_FoundOneItem
+ msgbox Text_TooBadBagFull
setvar VAR_RESULT, 0
releaseall
end
@@ -1598,7 +1599,7 @@ EventScript_PickUpHiddenCoins::
call EventScript_FoundCoinsMessage
waitfanfare
waitmessage
- msgbox Text_1A526C
+ msgbox Text_PutCoinsAwayInCoinCase
special Special_SetHiddenItemFlag
releaseall
end
@@ -1606,8 +1607,8 @@ EventScript_PickUpHiddenCoins::
EventScript_HiddenCoinsButTheCoinCaseIsFull::
getnumberstring 0, VAR_0x8006
getstdstring 1, 0x17
- msgbox Text_1A525C
- msgbox Text_1A5294
+ msgbox Text_FoundXCoins
+ msgbox Text_CoinCaseIsFull
setvar VAR_RESULT, 0
releaseall
end
@@ -1615,8 +1616,8 @@ EventScript_HiddenCoinsButTheCoinCaseIsFull::
EventScript_HiddenCoinsButNoCoinCase::
getnumberstring 0, VAR_0x8006
getstdstring 1, 0x17
- msgbox Text_1A525C
- msgbox Text_1A52B4
+ msgbox Text_FoundXCoins
+ msgbox Text_NothingToPutThemIn
setvar VAR_RESULT, 0
releaseall
end
@@ -1716,8 +1717,8 @@ EventScript_1A6A7A:: @ 81A6A7A
goto_if FALSE, EventScript_1A6A46
playse SE_PC_LOGIN
msgbox Text_1A5BC6
- msgbox Text_1A5C03, 5
- compare VAR_RESULT, 0
+ msgbox Text_1A5C03, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1A6AB2
setflag FLAG_OAKS_RATING_IS_VIA_PC
call EventScript_1A73E0
@@ -1741,12 +1742,12 @@ EventScript_1A6AC0:: @ 81A6AC0
EventScript_1A6BF9:: @ 81A6BF9
textcolor 3
- msgbox gUnknown_81A5242
+ msgbox Text_TooBadBagFull
release
end
EventScript_1A6C05:: @ 81A6C05
- msgbox gUnknown_81A5242
+ msgbox Text_TooBadBagFull
return
EventScript_1A6C0E:: @ 81A6C0E
@@ -1773,7 +1774,7 @@ EventScript_FadeOut_Heal_FadeIn:: @ 81A6C26
gUnknown_81A6C32:: @ 81A6C32
lockall
- msgbox Text_1C0DF1
+ msgbox Text_ATownMap
special sub_8110AB4
compare VAR_RESULT, 2
goto_if eq, EventScript_1A7AE0
@@ -2193,122 +2194,122 @@ Movement_1A7603:: @ 81A7603
step_end
gUnknown_81A7606:: @ 81A7606
- msgbox gUnknown_81C0DB0, 3
+ msgbox gUnknown_81C0DB0, MSGBOX_SIGN
end
gUnknown_81A760F:: @ 81A760F
- msgbox gUnknown_81C0DFD, 3
+ msgbox gUnknown_81C0DFD, MSGBOX_SIGN
end
gUnknown_81A7618:: @ 81A7618
- msgbox gUnknown_81C0F99, 3
+ msgbox gUnknown_81C0F99, MSGBOX_SIGN
end
gUnknown_81A7621:: @ 81A7621
- msgbox gUnknown_81C12A7, 3
+ msgbox gUnknown_81C12A7, MSGBOX_SIGN
end
gUnknown_81A762A:: @ 81A762A
- msgbox gUnknown_81C10C1, 3
+ msgbox gUnknown_81C10C1, MSGBOX_SIGN
end
gUnknown_81A7633:: @ 81A7633
- msgbox gUnknown_81C1273, 3
+ msgbox gUnknown_81C1273, MSGBOX_SIGN
end
gUnknown_81A763C:: @ 81A763C
- msgbox gUnknown_81C0FD8, 3
+ msgbox gUnknown_81C0FD8, MSGBOX_SIGN
end
gUnknown_81A7645:: @ 81A7645
- msgbox gUnknown_81C12D6, 3
+ msgbox gUnknown_81C12D6, MSGBOX_SIGN
end
gUnknown_81A764E:: @ 81A764E
- msgbox gUnknown_81C1300, 3
+ msgbox gUnknown_81C1300, MSGBOX_SIGN
end
gUnknown_81A7657:: @ 81A7657
- msgbox gUnknown_81C0E19, 3
+ msgbox Text_DishesPlatesNeatlyLinedUp, MSGBOX_SIGN
end
gUnknown_81A7660:: @ 81A7660
- msgbox gUnknown_81C0E40, 3
+ msgbox gUnknown_81C0E40, MSGBOX_SIGN
end
gUnknown_81A7669:: @ 81A7669
- msgbox gUnknown_81C0E73, 3
+ msgbox gUnknown_81C0E73, MSGBOX_SIGN
end
gUnknown_81A7672:: @ 81A7672
- msgbox gUnknown_81C0EAC, 3
+ msgbox gUnknown_81C0EAC, MSGBOX_SIGN
end
gUnknown_81A767B:: @ 81A767B
- msgbox gUnknown_81C101B, 3
+ msgbox gUnknown_81C101B, MSGBOX_SIGN
end
gUnknown_81A7684:: @ 81A7684
- msgbox gUnknown_81C1060, 3
+ msgbox gUnknown_81C1060, MSGBOX_SIGN
end
gUnknown_81A768D:: @ 81A768D
- msgbox gUnknown_81C109C, 3
+ msgbox gUnknown_81C109C, MSGBOX_SIGN
end
gUnknown_81A7696:: @ 81A7696
- msgbox gUnknown_81C10FC, 3
+ msgbox gUnknown_81C10FC, MSGBOX_SIGN
end
gUnknown_81A769F:: @ 81A769F
- msgbox gUnknown_81C1134, 3
+ msgbox gUnknown_81C1134, MSGBOX_SIGN
end
gUnknown_81A76A8:: @ 81A76A8
- msgbox gUnknown_81C116E, 3
+ msgbox gUnknown_81C116E, MSGBOX_SIGN
end
gUnknown_81A76B1:: @ 81A76B1
- msgbox gUnknown_81C1194, 3
+ msgbox gUnknown_81C1194, MSGBOX_SIGN
end
gUnknown_81A76BA:: @ 81A76BA
- msgbox gUnknown_81C11BA, 3
+ msgbox gUnknown_81C11BA, MSGBOX_SIGN
end
gUnknown_81A76C3:: @ 81A76C3
- msgbox gUnknown_81C11DC, 3
+ msgbox gUnknown_81C11DC, MSGBOX_SIGN
end
gUnknown_81A76CC:: @ 81A76CC
- msgbox gUnknown_81C1217, 3
+ msgbox gUnknown_81C1217, MSGBOX_SIGN
end
gUnknown_81A76D5:: @ 81A76D5
- msgbox gUnknown_81C124B, 3
+ msgbox gUnknown_81C124B, MSGBOX_SIGN
end
gUnknown_81A76DE:: @ 81A76DE
- msgbox gUnknown_81C0ECB, 3
+ msgbox gUnknown_81C0ECB, MSGBOX_SIGN
end
gUnknown_81A76E7:: @ 81A76E7
- msgbox gUnknown_81C0EF7, 3
+ msgbox gUnknown_81C0EF7, MSGBOX_SIGN
end
gUnknown_81A76F0:: @ 81A76F0
- msgbox gUnknown_81C0F19, 3
+ msgbox gUnknown_81C0F19, MSGBOX_SIGN
end
gUnknown_81A76F9:: @ 81A76F9
- msgbox gUnknown_81C0F59, 3
+ msgbox gUnknown_81C0F59, MSGBOX_SIGN
end
gUnknown_81A7702:: @ 81A7702
lockall
textcolor 3
- msgbox Text_1A622C, 5
- compare VAR_RESULT, 0
+ msgbox Text_1A622C, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1A778A
setvar VAR_0x8004, 14
call EventScript_1A6AC0
@@ -2354,7 +2355,7 @@ EventScript_1A778C:: @ 81A778C
end
gUnknown_81A77A0:: @ 81A77A0
- msgbox Text_1A5375, 3
+ msgbox Text_1A5375, MSGBOX_SIGN
end
EventScript_1A77A9:: @ 81A77A9
@@ -2642,8 +2643,8 @@ EventScript_1A7AE0:: @ 81A7AE0
end
EventScript_1A7AE2:: @ 81A7AE2
- msgbox Text_177460, 5
- compare VAR_RESULT, 0
+ msgbox Text_177460, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1A7B70
msgbox Text_17747B
checkflag FLAG_POKEMON_MANSION_SWITCH_STATE
@@ -3639,18 +3640,18 @@ EventScript_ItemfinderDigUpUnderfootItem:: @ 81A8D49
end
EventScript_DigUpItemPutInPocket::
- message Text_1A5700
+ message Text_DugUpItemFromGround
waitfanfare
waitmessage
delay 60
- msgbox gUnknown_81A5218
+ msgbox Text_PutItemAway
special Special_SetHiddenItemFlag
releaseall
end
EventScript_DigUpItemBagIsFull::
- msgbox Text_1A5700
- msgbox gUnknown_81A5242
+ msgbox Text_DugUpItemFromGround
+ msgbox Text_TooBadBagFull
setvar VAR_RESULT, 0
releaseall
end
@@ -3727,20 +3728,20 @@ EventScript_1A8E4D:: @ 81A8E4D
waitstate
end
-gStdScript_8:: @ 81A8E58
+Std_PutItemAway:: @ 81A8E58
bufferitemnameplural 1, VAR_0x8000, VAR_0x8001
checkitemtype VAR_0x8000
call EventScript_1A8E6F
- msgbox gUnknown_81A5218
+ msgbox Text_PutItemAway
return
EventScript_1A8E6F:: @ 81A8E6F
switch VAR_RESULT
- case 1, EventScript_1A8EAC
- case 2, EventScript_1A8EB1
- case 3, EventScript_1A8EB6
- case 4, EventScript_1A8EBB
- case 5, EventScript_1A8EC0
+ case POCKET_ITEMS, EventScript_1A8EAC
+ case POCKET_KEY_ITEMS, EventScript_1A8EB1
+ case POCKET_POKE_BALLS, EventScript_1A8EB6
+ case POCKET_TM_CASE, EventScript_1A8EBB
+ case POCKET_BERRY_POUCH, EventScript_1A8EC0
end
EventScript_1A8EAC:: @ 81A8EAC
@@ -4147,8 +4148,8 @@ Text_1ACD45:: @ 81ACD45
CeladonCity_GameCorner_EventScript_1B2867:: @ 81B2867
lockall
showmoneybox 0, 0, 0
- msgbox gUnknown_81B1D7D, 5
- compare VAR_RESULT, 0
+ msgbox gUnknown_81B1D7D, MSGBOX_YESNO
+ compare VAR_RESULT, NO
goto_if eq, EventScript_1B2926
checkmoney 50, 0
compare VAR_RESULT, 0
@@ -4562,2019 +4563,7 @@ EventScript_1B2DF6:: @ 81B2DF6
end
.include "data/text/help_system.inc"
-
-CeladonCity_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-CeruleanCity_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-CinnabarIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-FiveIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-FourIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-FuchsiaCity_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-IndigoPlateau_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-LavenderTown_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-OneIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-PewterCity_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-Route10_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-Route4_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-SaffronCity_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-SevenIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-SixIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-ThreeIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-TwoIsland_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-VermilionCity_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
-ViridianCity_PokemonCenter_2F_MapScript4_1BB1B4:: @ 81BB1B4
- call EventScript_1BB1BA
- end
-
-EventScript_1BB1BA:: @ 81BB1BA
- specialvar VAR_RESULT, ValidateReceivedWonderCard
- compare VAR_RESULT, 0
- goto_if eq, EventScript_1BB1CE
- clearflag FLAG_HIDE_MG_DELIVERYMEN
- return
-
-EventScript_1BB1CE:: @ 81BB1CE
- setflag FLAG_HIDE_MG_DELIVERYMEN
- return
-
-CeruleanCity_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-CinnabarIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-FiveIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-FuchsiaCity_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-OneIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-PewterCity_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-SevenIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-VermilionCity_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-FourIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-SixIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-ThreeIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-TwoIsland_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-Route10_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-Route10_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-Route4_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-SaffronCity_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-IndigoPlateau_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-CeladonCity_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-LavenderTown_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
-ViridianCity_PokemonCenter_2F_EventScript_1BB1D2:: @ 81BB1D2
- special sub_8110AB4
- compare VAR_RESULT, 2
- goto_if eq, EventScript_1A7AE0
- special sub_8112364
- execram
-
-EventScript_1BB1E4:: @ 81BB1E4
- msgbox Text_1A6393, 2
- end
-
-CeladonCity_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-CeruleanCity_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-CinnabarIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-FiveIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-FourIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-FuchsiaCity_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-IndigoPlateau_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-LavenderTown_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-OneIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-PewterCity_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-Route10_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-Route4_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-SaffronCity_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-SevenIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-SixIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-ThreeIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-TwoIsland_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-VermilionCity_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
-ViridianCity_PokemonCenter_2F_MapScript2_1BB1ED:: @ 81BB1ED
- map_script_2 VAR_0x406F, 1, EventScript_1BB227
- map_script_2 VAR_0x406F, 2, EventScript_1BB227
- map_script_2 VAR_0x406F, 5, EventScript_1BB227
- map_script_2 VAR_0x406F, 3, EventScript_1BB227
- map_script_2 VAR_0x406F, 6, EventScript_1BB227
- map_script_2 VAR_0x406F, 7, EventScript_1BB227
- map_script_2 VAR_0x406F, 8, EventScript_1BB227
- .2byte 0
-
-EventScript_1BB227:: @ 81BB227
- compare VAR_0x8007, 0
- goto_if eq, EventScript_1BB236
- turnobject VAR_0x8007, 3
-EventScript_1BB236:
- end
-
-CeladonCity_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-CeruleanCity_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-CinnabarIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-FiveIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-FourIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-FuchsiaCity_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-IndigoPlateau_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-LavenderTown_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-OneIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-PewterCity_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-Route10_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-Route4_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-SaffronCity_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-SevenIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-SixIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-ThreeIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-TwoIsland_JoyfulGameCorner_MapScript4_1BB237:: @ 81BB237
-TwoIsland_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-VermilionCity_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
-ViridianCity_PokemonCenter_2F_MapScript3_1BB237:: @ 81BB237
- compare VAR_0x406F, 1
- goto_if eq, EventScript_1BB285
- compare VAR_0x406F, 2
- goto_if eq, EventScript_1BB285
- compare VAR_0x406F, 5
- goto_if eq, EventScript_1BB285
- compare VAR_0x406F, 3
- goto_if eq, EventScript_1BB28B
- compare VAR_0x406F, 6
- goto_if eq, EventScript_1BB291
- compare VAR_0x406F, 7
- goto_if eq, EventScript_1BB297
- compare VAR_0x406F, 8
- goto_if eq, EventScript_1BB29D
- end
-
-EventScript_1BB285:: @ 81BB285
- call EventScript_1BC034
- end
-
-EventScript_1BB28B:: @ 81BB28B
- call EventScript_1BC034
- end
-
-EventScript_1BB291:: @ 81BB291
- call EventScript_1BC020
- end
-
-EventScript_1BB297:: @ 81BB297
- call EventScript_1BC034
- end
-
-EventScript_1BB29D:: @ 81BB29D
- call EventScript_1BC048
- end
-
-CeladonCity_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-CeruleanCity_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-CinnabarIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-FiveIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-FourIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-FuchsiaCity_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-IndigoPlateau_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-LavenderTown_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-OneIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-PewterCity_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-Route10_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-Route4_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-SaffronCity_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-SevenIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-SixIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-ThreeIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-TwoIsland_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-VermilionCity_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
-ViridianCity_PokemonCenter_2F_MapScript1_1BB2A3:: @ 81BB2A3
- map_script_2 VAR_MAP_SCENE_POKEMON_CENTER_TEALA, 1, EventScript_1BB415
- map_script_2 VAR_0x406F, 1, EventScript_1BB2E5
- map_script_2 VAR_0x406F, 2, EventScript_1BB2E5
- map_script_2 VAR_0x406F, 5, EventScript_1BB2E5
- map_script_2 VAR_0x406F, 3, EventScript_1BB34F
- map_script_2 VAR_0x406F, 6, EventScript_1BB39C
- map_script_2 VAR_0x406F, 7, EventScript_1BB2E5
- map_script_2 VAR_0x406F, 8, EventScript_1BB2FD
- .2byte 0
-
-EventScript_1BB2E5:: @ 81BB2E5
- lockall
- call EventScript_1BB315
- call EventScript_1BC03E
- special DrawWholeMapView
- playse SE_TK_KASYA
- erasebox 0, 0, 29, 19
- releaseall
- end
-
-EventScript_1BB2FD:: @ 81BB2FD
- lockall
- call EventScript_1BB315
- call EventScript_1BC052
- special DrawWholeMapView
- playse SE_TK_KASYA
- erasebox 0, 0, 29, 19
- releaseall
- end
-
-EventScript_1BB315:: @ 81BB315
- special CloseLink
- special HelpSystem_Enable
- special sub_811390C
- setvar VAR_0x406F, 0
- textcolor 1
- compare VAR_0x8007, 0
- goto_if eq, EventScript_1BB40A
- applymovement VAR_0x8007, Movement_1BB88F
- waitmovement 0
- applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB891
- waitmovement 0
- applymovement VAR_0x8007, Movement_1BB88B
- waitmovement 0
- return
-
-EventScript_1BB34F:: @ 81BB34F
- lockall
- call EventScript_1BB367
- call EventScript_1BC03E
- special DrawWholeMapView
- playse SE_TK_KASYA
- erasebox 0, 0, 29, 19
- releaseall
- end
-
-EventScript_1BB367:: @ 81BB367
- special CloseLink
- special HelpSystem_Enable
- special sub_811390C
- setvar VAR_0x406F, 0
- textcolor 1
- compare VAR_0x8007, 0
- goto_if eq, EventScript_1BB40A
- applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB8A0
- waitmovement 0
- applymovement VAR_0x8007, Movement_1BB88F
- waitmovement 0
- call EventScript_1BB3E6
- return
-
-EventScript_1BB39C:: @ 81BB39C
- lockall
- call EventScript_1BB3B4
- call EventScript_1BC02A
- special DrawWholeMapView
- playse SE_TK_KASYA
- erasebox 0, 0, 29, 19
- releaseall
- end
-
-EventScript_1BB3B4:: @ 81BB3B4
- special HelpSystem_Enable
- special sub_811390C
- setvar VAR_0x406F, 0
- textcolor 1
- compare VAR_0x8007, 0
- goto_if eq, EventScript_1BB40A
- 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
-
-EventScript_1BB40A:: @ 81BB40A
- applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB891
- waitmovement 0
- return
-
-EventScript_1BB415:: @ 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
-
-EventScript_1BB50E:: @ 81BB50E
- end
-
-EventScript_1BB50F:: @ 81BB50F
- setvar VAR_0x8004, 1
- goto EventScript_1BB54C
-
-EventScript_1BB519:: @ 81BB519
- end
-
-EventScript_1BB51A:: @ 81BB51A
- special CheckForAlivePartyMons
- compare VAR_RESULT, 0
- goto_if ne, EventScript_1BB533
- setvar VAR_0x8004, 2
- goto EventScript_1BB54C
-
-EventScript_1BB532:: @ 81BB532
- end
-
-EventScript_1BB533:: @ 81BB533
- msgbox gUnknown_81BC409
- goto EventScript_1BB4AE
-
-EventScript_1BB540:: @ 81BB540
- end
-
-EventScript_1BB541:: @ 81BB541
- setvar VAR_0x8004, 5
- goto EventScript_1BB54C
-
-EventScript_1BB54B:: @ 81BB54B
- end
-
-EventScript_1BB54C:: @ 81BB54C
- call EventScript_1A4EAF
- compare VAR_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_0x406F, VAR_0x8004
- messageautoscroll Text_1BC590
- waitmessage
- call EventScript_1BC034
- special DrawWholeMapView
- playse SE_TK_KASYA
- delay 60
- applymovement VAR_LAST_TALKED, Movement_1BB88F
- waitmovement 0
- closemessage
- applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB898
- waitmovement 0
- opendoor 9, 1
- waitdooranim
- applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB89C
- waitmovement 0
- hideobject 255, 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_0x406F, VAR_0x8004
- messageautoscroll Text_1BC590
- waitmessage
- call EventScript_1BC034
- special DrawWholeMapView
- playse SE_TK_KASYA
- delay 60
- applymovement VAR_LAST_TALKED, Movement_1BB88F
- waitmovement 0
- closemessage
- applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB898
- waitmovement 0
- opendoor 9, 1
- waitdooranim
- applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB89C
- waitmovement 0
- hideobject 255, MAP_UNKNOWN_MAP_00_00
- closedoor 9, 1
- waitdooranim
- release
- special SetCableClubWarp
- setwarp MAP_UNKNOWN_MAP_00_01, 255, 5, 8
- special DoCableClubWarp
- waitstate
- end
-
-EventScript_1BB79C:: @ 81BB79C
- specialvar VAR_RESULT, CalculatePlayerPartyCount
- compare VAR_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_1A561A
- release
- end
-
-EventScript_1BB881:: @ 81BB881
- msgbox Text_1A5667
- releaseall
- end
-
-Movement_1BB88B:: @ 81BB88B
- step_00
- step_end
-
-Movement_1BB88D:: @ 81BB88D
- step_03
- step_end
-
-Movement_1BB88F:: @ 81BB88F
- step_02
- step_end
-
-Movement_1BB891:: @ 81BB891
- step_10
- step_10
- step_end
-
-Movement_1BB894:: @ 81BB894
- step_13
- step_11
- step_11
- step_end
-
-Movement_1BB898:: @ 81BB898
- step_12
- step_11
- step_11
- step_end
-
-Movement_1BB89C:: @ 81BB89C
- step_11
- step_end
-
-Movement_1BB89E:: @ 81BB89E
- step_02
- step_end
-
-Movement_1BB8A0:: @ 81BB8A0
- step_03
- step_end
-
-Movement_1BB8A2:: @ 81BB8A2
- step_12
- step_11
- step_11
- step_11
- step_end
-
-gUnknown_81BB8A7:: @ 81BB8A7
- special sub_8110AB4
- compare VAR_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 gUnknown_81BC84B
- fadescreen 1
- special sp02A_crash_sound
- waitstate
- end
-
-gUnknown_81BB992:: @ 81BB992
- textcolor 3
- msgbox gUnknown_81BC874
- fadescreen 1
- special sp02A_crash_sound
- waitstate
- end
-
-gUnknown_81BB9A3:: @ 81BB9A3
- textcolor 3
- msgbox gUnknown_81BC827
- closemessage
- end
-
-UnknownMap_00_00_EventScript_1BB9AF:: @ 81BB9AF
- textcolor 3
- special sub_8069740
- msgbox gUnknown_81BC8AD
- special sub_8069768
- closemessage
- end
-
-UnknownMap_00_01_EventScript_1BB9C1:: @ 81BB9C1
- textcolor 3
- special sub_8069740
- msgbox gUnknown_81BC8DA
- special sub_8069768
- closemessage
- end
-
-UnknownMap_00_02_EventScript_1BB9D3:: @ 81BB9D3
- end
-
-gUnknown_81BB9D4:: @ 81BB9D4
- textcolor 3
- msgbox gUnknown_81BC7A1, 5
- compare VAR_RESULT, 1
- goto_if eq, EventScript_1BB9F0
- erasebox 0, 0, 29, 19
- releaseall
- end
-
-EventScript_1BB9F0:: @ 81BB9F0
- textcolor 3
- messageautoscroll Text_1BC7E2
- waitmessage
- special sub_8081770
- end
-
-gUnknown_81BB9FC:: @ 81BB9FC
- special sub_8081744
- special sub_807E704
- waitstate
- end
-
-EventScript_1BBA04:: @ 81BBA04
- special sub_8110AB4
- compare VAR_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_0x406F, VAR_0x8004
- special HelpSystem_Disable
- call EventScript_1BC020
- special DrawWholeMapView
- playse SE_TK_KASYA
- delay 60
- applymovement VAR_LAST_TALKED, Movement_1BB88F
- waitmovement 0
- applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB898
- waitmovement 0
- opendoor 5, 1
- waitdooranim
- applymovement OBJ_EVENT_ID_PLAYER, Movement_1BB89C
- waitmovement 0
- hideobject 255, MAP_UNKNOWN_MAP_00_00
- closedoor 5, 1
- waitdooranim
- special sub_811B15C
- special SetCableClubWarp
- warpteleport2 MAP_UNKNOWN_MAP_00_04, 255, 7, 11
- waitstate
- special UnionRoomSpecial
- waitstate
- end
-
-EventScript_1BBB1E:: @ 81BBB1E
- specialvar VAR_RESULT, CountPartyNonEggMons
- compare VAR_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, 5
- compare VAR_RESULT, 0
- goto_if eq, EventScript_1BBB92
- msgbox gUnknown_81BDBF8
- release
- return
-
-EventScript_1BBB92:: @ 81BBB92
- msgbox gUnknown_81BDEDF
- release
- return
-
-EventScript_1BBB9C:: @ 81BBB9C
- special sub_8110AB4
- compare VAR_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, 5
- compare VAR_RESULT, 0
- 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, 5
- compare VAR_RESULT, 0
- 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 EventScript_1BC034
- 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 255, 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
-
-EventScript_1BC020:: @ 81BC020
- setmetatile 5, 3, 709, 0
- return
-
-EventScript_1BC02A:: @ 81BC02A
- setmetatile 5, 3, 761, 1
- return
-
-EventScript_1BC034:: @ 81BC034
- setmetatile 9, 3, 709, 0
- return
-
-EventScript_1BC03E:: @ 81BC03E
- setmetatile 9, 3, 761, 1
- return
-
-EventScript_1BC048:: @ 81BC048
- setmetatile 5, 3, 737, 0
- return
-
-EventScript_1BC052:: @ 81BC052
- setmetatile 5, 3, 759, 1
- return
-
-CeladonCity_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-CeruleanCity_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-CinnabarIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-FiveIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-FourIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-FuchsiaCity_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-IndigoPlateau_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-LavenderTown_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-OneIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-PewterCity_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-Route10_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-Route4_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-SaffronCity_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-SevenIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-SixIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-ThreeIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-TwoIsland_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-VermilionCity_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
-ViridianCity_PokemonCenter_1F_MapScript2_1BC05C:: @ 81BC05C
- special sub_811999C
- end
-
-EventScript_1BC060:: @ 81BC060
- special sub_8110AB4
- compare VAR_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_1BC2A6
- 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_1BC2A6
- 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 EventScript_1BC048
- 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 255, MAP_UNKNOWN_MAP_00_00
- release
- waitstate
- end
-
-EventScript_1BC29C:: @ 81BC29C
- msgbox gUnknown_81BCFE8
- release
- end
-
-EventScript_1BC2A6:: @ 81BC2A6
- msgbox gUnknown_81BD0CF, 5
- compare VAR_RESULT, 0
- 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.$"
-
-gUnknown_81BC7A1:: @ 81BC7A1
- .string "The link will be terminated if you\n"
- .string "leave the room. Is that okay?$"
-
-Text_1BC7E2:: @ 81BC7E2
- .string "Terminating link…\n"
- .string "You will be escorted out of\l"
- .string "the room. Please wait.$"
-
-gUnknown_81BC827:: @ 81BC827
- .string "This TRAINER is too busy to\n"
- .string "notice…$"
-
-gUnknown_81BC84B:: @ 81BC84B
- .string "Score! Got to look at {STR_VAR_1}'s\n"
- .string "TRAINER CARD!$"
-
-gUnknown_81BC874:: @ 81BC874
- .string "Score! Got to look at {STR_VAR_1}'s\n"
- .string "TRAINER CARD!\p"
- .string "It's a {STR_VAR_2} card!$"
-
-gUnknown_81BC8AD:: @ 81BC8AD
- .string "Please take your seat and start\n"
- .string "your battle.$"
-
-gUnknown_81BC8DA:: @ 81BC8DA
- .string "Please take your seat and start\n"
- .string "your trade.$"
-
-Text_1BC906:: @ 81BC906
- .string "ごりよう ありがとう ございました$"
-
-Text_1BC918:: @ 81BC918
- .string "The TRAINER CARD data will\n"
- .string "be overwritten.$"
-
-Text_1BC943:: @ 81BC943
- .string "I hope to see you again!$"
-
-gUnknown_81BC95C:: @ 81BC95C
- .string "I'm awfully sorry.\p"
- .string "We're not set up to conduct trades\n"
- .string "with TRAINERS far away in another\l"
- .string "region yet…$"
-
-gUnknown_81BC9C0:: @ 81BC9C0
- .string "The other TRAINER is not ready.$"
-
-gUnknown_81BC9E0:: @ 81BC9E0
- .string "You have at least one POKéMON\n"
- .string "that can't be taken.$"
-
-gUnknown_81BCA13:: @ 81BCA13
- .string "The Wireless Adapter is not\n"
- .string "connected properly.$"
-
-gUnknown_81BCA43:: @ 81BCA43
- .string "Participants are asked to step up\n"
- .string "to the reception counter.$"
-
-Text_1BCA7F:: @ 81BCA7F
- .string "こんにちは!$"
-
-Text_1BCA86:: @ 81BCA86
- .string "しょうしょう おまちください$"
-
-Text_1BCA95:: @ 81BCA95
- .string "You may trade your POKéMON here\n"
- .string "with another TRAINER.$"
-
-Text_1BCACB:: @ 81BCACB
- .string "You may battle with your friends\n"
- .string "here.$"
-
-Text_1BCAF2:: @ 81BCAF2
- .string "Two to five TRAINERS can make\n"
- .string "BERRY POWDER together.$"
-
-Text_1BCB27:: @ 81BCB27
- .string "ワイヤレス クラブでの\n"
- .string "あそびかたを せつめいします$"
-
-Text_1BCB42:: @ 81BCB42
- .string "Cancels the selected MENU item.$"
-
-Text_1BCB62:: @ 81BCB62
- .string "どちらの しょうぶに しますか?$"
-
-Text_1BCB73:: @ 81BCB73
- .string "ひとつ まえに もどります$"
-
-gUnknown_81BCB81:: @ 81BCB81
- .string "To use the BERRY CRUSH service,\n"
- .string "you must have at least one BERRY.$"
-
-gUnknown_81BCBC3:: @ 81BCBC3
- .string "To enter the UNION ROOM, you must\n"
- .string "have at least two POKéMON.$"
-
-gUnknown_81BCC00:: @ 81BCC00
- .string "No POKéMON holding the {STR_VAR_1}\n"
- .string "BERRY may enter the UNION ROOM.$"
-
-gUnknown_81BCC3A:: @ 81BCC3A
- .string "This is the POKéMON WIRELESS CLUB\n"
- .string "UNION ROOM.\p"
- .string "Unfortunately, your Wireless\n"
- .string "Adapter is not connected properly.\p"
- .string "Please do come again.$"
-
-Text_1BCCBE:: @ 81BCCBE
- .string "あ‥‥\n"
- .string "おきゃくさま!$"
-
-Text_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.$"
-
+ .include "data/scripts/cable_club.inc"
.include "data/scripts/field_moves.inc"
.include "data/scripts/item_ball_scripts.inc"
.include "data/scripts/mystery_event_club.inc"
@@ -6599,8 +4588,8 @@ EventScript_1BFB98:: @ 81BFB98
EventScript_SafariRetire:: @ 81BFBAA
lockall
- msgbox Text_1BFBE9, 5
- compare VAR_RESULT, 1
+ msgbox Text_1BFBE9, MSGBOX_YESNO
+ compare VAR_RESULT, YES
goto_if eq, EventScript_1BFBC0
releaseall
end
@@ -7103,14 +5092,14 @@ Text_1C0DD4:: @ 81C0DD4
.string "ほんだなに ならんでいるのは\n"
.string "ポケモンの ほん ばかりだ$"
-Text_1C0DF1:: @ 81C0DF1
+Text_ATownMap:: @ 81C0DF1
.string "A TOWN MAP.$"
gUnknown_81C0DFD:: @ 81C0DFD
.string "Wow!\n"
.string "Tons of POKéMON stuff!$"
-gUnknown_81C0E19:: @ 81C0E19
+Text_DishesPlatesNeatlyLinedUp:: @ 81C0E19
.string "Dishes and plates are neatly\n"
.string "lined up.$"
@@ -7217,1014 +5206,7 @@ gUnknown_81C1300:: @ 81C1300
.string "It looks like it's having fun.$"
.include "data/scripts/hole.inc"
-
-gUnknown_81C137C:: @ 81C137C
- .string "The battery isn't charged enough.\p"
- .string "No. of steps required to fully\n"
- .string "charge the battery: {STR_VAR_1}{PAUSE_UNTIL_PRESS}$"
-
-gUnknown_81C13D6:: @ 81C13D6
- .string "There are no TRAINERS within range\n"
- .string "who can battle…\p"
- .string "The VS SEEKER was turned off.{PAUSE_UNTIL_PRESS}$"
-
-gUnknown_81C1429:: @ 81C1429
- .string "The other TRAINERS don't appear\n"
- .string "to be ready for battle.\p"
- .string "Let's wait till later.{PAUSE_UNTIL_PRESS}$"
-
-Text_1C147A:: @ 81C147A
- .string "Hey!\n"
- .string "I saw you in VIRIDIAN FOREST!$"
-
-Text_1C149D:: @ 81C149D
- .string "Hi! I like shorts!\n"
- .string "They're comfy and easy to wear!\p"
- .string "You should be wearing shorts, too!$"
-
-Text_1C14F3:: @ 81C14F3
- .string "Excuse me!\n"
- .string "You keep looking at me, don't you?$"
-
-Text_1C1521:: @ 81C1521
- .string "You're a TRAINER, aren't you?\n"
- .string "Let's get with it right away!$"
-
-Text_1C155D:: @ 81C155D
- .string "That look you give me…\n"
- .string "It intrigues me so!$"
-
-Text_1C1588:: @ 81C1588
- .string "Hey! What's wrong with you?\n"
- .string "You're still not wearing shorts!$"
-
-Text_1C15C5:: @ 81C15C5
- .string "I'll battle you with the POKéMON\n"
- .string "I started raising.$"
-
-Text_1C15F9:: @ 81C15F9
- .string "Eek!\n"
- .string "Did you push me?$"
-
-Text_1C160F:: @ 81C160F
- .string "I always catch mushroom POKéMON\n"
- .string "on MT. MOON.$"
-
-Text_1C163C:: @ 81C163C
- .string "Oh! You're that nosy kid who\n"
- .string "eavesdropped on us!$"
-
-Text_1C166D:: @ 81C166D
- .string "Excuse me! Didn't I tell you that\n"
- .string "this is a private conversation?\p"
- .string "You shouldn't be listening in,\n"
- .string "you uncouth person!$"
-
-Text_1C16E2:: @ 81C16E2
- .string "I'm trying to find something good\n"
- .string "that's not a BUG POKéMON, but…$"
-
-Text_1C1723:: @ 81C1723
- .string "Huh?\n"
- .string "You want to go with me again?$"
-
-Text_1C1746:: @ 81C1746
- .string "Me?\n"
- .string "Well, okay. I'll play this once.$"
-
-Text_1C176B:: @ 81C176B
- .string "Hey, long time!\n"
- .string "Have you gotten better?$"
-
-Text_1C1793:: @ 81C1793
- .string "You are good at POKéMON, but how\n"
- .string "is your chemistry grade?$"
-
-Text_1C17CD:: @ 81C17CD
- .string "All right!\n"
- .string "Let's play another game!$"
-
-Text_1C17F1:: @ 81C17F1
- .string "You need strategy to win at\n"
- .string "battling.\p"
- .string "Are you following my advice?$"
-
-Text_1C1834:: @ 81C1834
- .string "I've collected many NIDORAN.\n"
- .string "I don't want them to evolve, but…$"
-
-Text_1C1873:: @ 81C1873
- .string "School is fun, but I still think\n"
- .string "POKéMON are fun, too.$"
-
-Text_1C18AA:: @ 81C18AA
- .string "MEOWTH and PERSIAN are so cute,\n"
- .string "meow, meow, meow!$"
-
-Text_1C18DC:: @ 81C18DC
- .string "We may look silly standing here\n"
- .string "like this, but I can still battle.$"
-
-Text_1C191F:: @ 81C191F
- .string "I'm a rambling, gaming dude!\n"
- .string "I'm on a winning streak!$"
-
-Text_1C1955:: @ 81C1955
- .string "What's a cute, round, and fluffy\n"
- .string "POKéMON?\p"
- .string "You already know, don't you?$"
-
-Text_1C199C:: @ 81C199C
- .string "My bike's still acting up, man.$"
-
-Text_1C19BC:: @ 81C19BC
- .string "Okay, kid!\n"
- .string "Don't expect mercy this time!$"
-
-Text_1C19E5:: @ 81C19E5
- .string "ELI: Our twin power became even\n"
- .string "better!$"
-
-Text_1C1A0D:: @ 81C1A0D
- .string "ANNE: Our twin power powered up!$"
-
-Text_1C1A2E:: @ 81C1A2E
- .string "We're to battle again?\n"
- .string "This time, you're mine!$"
-
-Text_1C1A5D:: @ 81C1A5D
- .string "I haven't forgotten you were with\n"
- .string "those good-looking POKéMON.$"
-
-Text_1C1A9B:: @ 81C1A9B
- .string "I'm taking ROCK TUNNEL to go to\n"
- .string "LAVENDER…\p"
- .string "But I keep getting stopped by\n"
- .string "everyone along the way…$"
-
-Text_1C1AFB:: @ 81C1AFB
- .string "Don't you dare patronize me today!\n"
- .string "We're playing for keeps!$"
-
-Text_1C1B37:: @ 81C1B37
- .string "Bwahaha!\n"
- .string "Great! I was bored again, eh!$"
-
-Text_1C1B5E:: @ 81C1B5E
- .string "Hahaha!\n"
- .string "A little toughie, as always!$"
-
-Text_1C1B83:: @ 81C1B83
- .string "I got up early every day to train\n"
- .string "my POKéMON from cocoons!$"
-
-Text_1C1BBE:: @ 81C1BBE
- .string "Hahahaha!\n"
- .string "I'll win this time!$"
-
-Text_1C1BDC:: @ 81C1BDC
- .string "Go win, my super BUG POKéMON!$"
-
-Text_1C1BFA:: @ 81C1BFA
- .string "Wow, you came here again?\n"
- .string "Maybe you're a POKéMANIAC, too?\l"
- .string "Want to see my collection?$"
-
-Text_1C1C4F:: @ 81C1C4F
- .string "Ha-hahah-ah-ha!\n"
- .string "I can't stop sneezing!$"
-
-Text_1C1C76:: @ 81C1C76
- .string "Hi, kid!\n"
- .string "Did I show you my POKéMON?$"
-
-Text_1C1C9A:: @ 81C1C9A
- .string "I went out to a POKéMON GYM again.\p"
- .string "…But I lost as usual.$"
-
-Text_1C1CD3:: @ 81C1CD3
- .string "Ah!\n"
- .string "This mountain air is delicious!\l"
- .string "It's so good, I can't leave!$"
-
-Text_1C1D14:: @ 81C1D14
- .string "My head is starting to spin.\n"
- .string "I've been hiking for too long…$"
-
-Text_1C1D50:: @ 81C1D50
- .string "Win, lose, or draw!\n"
- .string "Now for our rematch!$"
-
-Text_1C1D79:: @ 81C1D79
- .string "Competing is the ultimate thrill.\n"
- .string "I still can't get enough!$"
-
-Text_1C1DB5:: @ 81C1DB5
- .string "You know, right?\n"
- .string "Let's go, but don't cheat!$"
-
-Text_1C1DE1:: @ 81C1DE1
- .string "Hi, there!\p"
- .string "But be careful!\n"
- .string "I'm still laying down some cables!$"
-
-Text_1C1E1F:: @ 81C1E1F
- .string "I became a TRAINER a while ago.\n"
- .string "But, I think I can win.$"
-
-Text_1C1E57:: @ 81C1E57
- .string "Fwahaha!\n"
- .string "I have never lost!\p"
- .string "…And if I did, I've forgotten all\n"
- .string "about it!$"
-
-Text_1C1E9F:: @ 81C1E9F
- .string "I have never won before…\p"
- .string "Perhaps I am destined to remain\n"
- .string "that way…$"
-
-Text_1C1EE2:: @ 81C1EE2
- .string "I'm the best in my class.\n"
- .string "I train every morning and night!$"
-
-Text_1C1F1D:: @ 81C1F1D
- .string "Keep your eyes out for live wires!$"
-
-Text_1C1F40:: @ 81C1F40
- .string "I raised my POKéMON carefully.\n"
- .string "They should be ready by now.\l"
- .string "This time, they should win, too.$"
-
-Text_1C1F9D:: @ 81C1F9D
- .string "Yeah!\n"
- .string "I got a bite, here!\l"
- .string "Th-this might be the real thing!$"
-
-Text_1C1FD8:: @ 81C1FD8
- .string "You're finally here.\n"
- .string "Fishing is a waiting game.$"
-
-Text_1C2008:: @ 81C2008
- .string "Still can't find a MOON STONE…\n"
- .string "Have you found one?$"
-
-Text_1C203B:: @ 81C203B
- .string "Electricity has always been my\n"
- .string "specialty.\p"
- .string "I don't know a thing about POKéMON\n"
- .string "of the sea, though.$"
-
-Text_1C209C:: @ 81C209C
- .string "The FISHING FOOL vs. POKéMON KID!\n"
- .string "Another round, fight!$"
-
-Text_1C20D4:: @ 81C20D4
- .string "I love fishing, don't get me wrong.\n"
- .string "But, I wish I had more work…\l"
- .string "…It's hard to give up fishing!$"
-
-Text_1C2134:: @ 81C2134
- .string "What's catching?\p"
- .string "You'll never know unless you beat\n"
- .string "me!$"
-
-Text_1C216B:: @ 81C216B
- .string "JES: I'll win here today and\n"
- .string "propose to my GIA.$"
-
-Text_1C219B:: @ 81C219B
- .string "GIA: Hey, JES…\n"
- .string "I've been waiting a long time now.\p"
- .string "If we win today, I'll marry you!$"
-
-Text_1C21EE:: @ 81C21EE
- .string "My bird POKéMON remember you!$"
-
-Text_1C220C:: @ 81C220C
- .string "I want to be the best TRAINER \n"
- .string "while I'm a kid!$"
-
-Text_1C223C:: @ 81C223C
- .string "Wow!\n"
- .string "You got more cool BADGES!$"
-
-Text_1C225B:: @ 81C225B
- .string "My cutely grown POKéMON wish to\n"
- .string "become reacquainted with you.$"
-
-Text_1C2299:: @ 81C2299
- .string "I cleaned out my savings and\n"
- .string "bought more CARBOS.$"
-
-Text_1C22CA:: @ 81C22CA
- .string "I'm not going to lose this time.\n"
- .string "The wind's blowing my way!$"
-
-Text_1C2306:: @ 81C2306
- .string "Oh, you're back?\p"
- .string "Sure, I'll play again with you,\n"
- .string "sweetie.$"
-
-Text_1C2340:: @ 81C2340
- .string "Can't you forget that you battled\n"
- .string "with me?$"
-
-Text_1C236B:: @ 81C236B
- .string "What're you starin' at?$"
-
-Text_1C2383:: @ 81C2383
- .string "I always go with bird POKéMON.\n"
- .string "I've dedicated myself to them.$"
-
-Text_1C23C1:: @ 81C23C1
- .string "I used TMs to teach good moves\n"
- .string "to my POKéMON.$"
-
-Text_1C23EF:: @ 81C23EF
- .string "My bird POKéMON should be ready\n"
- .string "for battle this time.$"
-
-Text_1C2425:: @ 81C2425
- .string "Are you using TMs on POKéMON?\n"
- .string "Just holding them is useless.$"
-
-Text_1C2461:: @ 81C2461
- .string "Have you taught your bird POKéMON\n"
- .string "how to FLY?\p"
- .string "You'll be able to soar with it into\n"
- .string "the sky! Give it a try.$"
-
-Text_1C24CB:: @ 81C24CB
- .string "The legend of the winged mirages…\n"
- .string "You've heard it, right?$"
-
-Text_1C2505:: @ 81C2505
- .string "I'm really not into it, but okay.\n"
- .string "Let's go!$"
-
-Text_1C2531:: @ 81C2531
- .string "Hey!\n"
- .string "I remember you!\p"
- .string "C'mon, c'mon.\n"
- .string "Let's go, let's go, let's go!$"
-
-Text_1C2572:: @ 81C2572
- .string "You're here again, huh?\n"
- .string "Shut up and battle.$"
-
-Text_1C259E:: @ 81C259E
- .string "We've been riding here because of\n"
- .string "the wide-open spaces.$"
-
-Text_1C25D6:: @ 81C25D6
- .string "POKéMON battle, right?\n"
- .string "Cool! Rumble!$"
-
-Text_1C25FB:: @ 81C25FB
- .string "KIRI: JAN, I hope we win today.$"
-
-Text_1C261B:: @ 81C261B
- .string "JAN: KIRI, here we go!\n"
- .string "Let's win for sure this time!$"
-
-Text_1C2650:: @ 81C2650
- .string "I'm going to keep battling with the\n"
- .string "POKéMON I got in trades.$"
-
-Text_1C268D:: @ 81C268D
- .string "You look gentle, so I think I can\n"
- .string "beat you.\p"
- .string "I'll give it one more go!$"
-
-Text_1C26D3:: @ 81C26D3
- .string "When I whistle, bird POKéMON\n"
- .string "gather around.\p"
- .string "They're amazingly cute!$"
-
-Text_1C2717:: @ 81C2717
- .string "Hmm? My birds are shivering!\n"
- .string "Wait, aren't you that TRAINER…$"
-
-Text_1C2753:: @ 81C2753
- .string "Oh, you're a little cutie!\n"
- .string "So like a darling POKéMON!\l"
- .string "I remember you now!$"
-
-Text_1C279D:: @ 81C279D
- .string "I raise POKéMON for protection\n"
- .string "because I live alone.\p"
- .string "That hasn't changed.$"
-
-Text_1C27E7:: @ 81C27E7
- .string "Hey, kid! C'mon!\n"
- .string "I got these off some loser!$"
-
-Text_1C2814:: @ 81C2814
- .string "Fork over all your cash when you\n"
- .string "lose to me, kid!$"
-
-Text_1C2846:: @ 81C2846
- .string "What's cool and happening?\n"
- .string "Trading POKéMON, of course.$"
-
-Text_1C287D:: @ 81C287D
- .string "Want to play with my POKéMON\n"
- .string "again?$"
-
-Text_1C28A1:: @ 81C28A1
- .string "MYA: Hi, we keep meeting,\n"
- .string "don't we?\p"
- .string "Help me train my little brother\n"
- .string "again?$"
-
-Text_1C28EC:: @ 81C28EC
- .string "RON: My sister's gotten more\n"
- .string "powerful…$"
-
-Text_1C2913:: @ 81C2913
- .string "What do you want?$"
-
-Text_1C2925:: @ 81C2925
- .string "Nice BIKE!\n"
- .string "Hand it over quick!$"
-
-Text_1C2944:: @ 81C2944
- .string "Come out and play, little mouse.\n"
- .string "I'll treat you right!$"
-
-Text_1C297B:: @ 81C297B
- .string "Hey, wait a second!\n"
- .string "Don't call me and then run away!$"
-
-Text_1C29B0:: @ 81C29B0
- .string "I'm feeling hungry and mean!\n"
- .string "I really need a punching bag!$"
-
-Text_1C29EB:: @ 81C29EB
- .string "Hey, there!\n"
- .string "We'll have ourselves a good time!$"
-
-Text_1C2A19:: @ 81C2A19
- .string "JED: Are you here to see our\n"
- .string "love, which knows no bounds?$"
-
-Text_1C2A53:: @ 81C2A53
- .string "LEA: Sometimes, the intensity of\n"
- .string "our love scares me.$"
-
-Text_1C2A88:: @ 81C2A88
- .string "I told you, there's no getting rich\n"
- .string "quick in battling kids.$"
-
-Text_1C2AC4:: @ 81C2AC4
- .string "I'm mighty proud of my bod, kiddo.\n"
- .string "Come on!$"
-
-Text_1C2AF0:: @ 81C2AF0
- .string "You out for a stroll?$"
-
-Text_1C2B06:: @ 81C2B06
- .string "We're BIKERS!\n"
- .string "We rule the roads, man!$"
-
-Text_1C2B2C:: @ 81C2B2C
- .string "VOLTORB's going to seriously\n"
- .string "electrify you today!$"
-
-Text_1C2B5E:: @ 81C2B5E
- .string "I leveled up my POKéMON, but it\n"
- .string "absolutely won't evolve. Why?$"
-
-Text_1C2B9C:: @ 81C2B9C
- .string "Gaah! I really need to exercise\n"
- .string "and seriously trim some flab!$"
-
-Text_1C2BDA:: @ 81C2BDA
- .string "Be a rebel!$"
-
-Text_1C2BE6:: @ 81C2BE6
- .string "Yep, that's a nice BIKE!\n"
- .string "How's it handle?$"
-
-Text_1C2C10:: @ 81C2C10
- .string "Get lost, kid!\n"
- .string "I'm bushed!$"
-
-Text_1C2C2B:: @ 81C2C2B
- .string "I've been checking every grassy\n"
- .string "area for new POKéMON.\p"
- .string "But it's not always easy…$"
-
-Text_1C2C7B:: @ 81C2C7B
- .string "Koorukukukoo!\n"
- .string "Is my birdcall getting better?$"
-
-Text_1C2CA8:: @ 81C2CA8
- .string "I warned you before, this is my\n"
- .string "turf!\p"
- .string "I don't want you coming around.$"
-
-Text_1C2CEE:: @ 81C2CEE
- .string "I'm almost warmed up to go\n"
- .string "out for a swim.$"
-
-Text_1C2D19:: @ 81C2D19
- .string "Wait! Slow down!\n"
- .string "What if you have a heart attack?$"
-
-Text_1C2D4B:: @ 81C2D4B
- .string "I love swimming!\n"
- .string "I guess you're the surfing type.$"
-
-Text_1C2D7D:: @ 81C2D7D
- .string "What's beyond the horizon?\n"
- .string "Have you seen?$"
-
-Text_1C2DA7:: @ 81C2DA7
- .string "I tried diving for POKéMON again,\n"
- .string "but it was a no-go like before.$"
-
-Text_1C2DE9:: @ 81C2DE9
- .string "I look at the sea to forget all\n"
- .string "the bad things that happened.\p"
- .string "…Like losing to you the last time!$"
-
-Text_1C2E4A:: @ 81C2E4A
- .string "You always get to ride your\n"
- .string "POKéMON…\p"
- .string "It looks so relaxing.\n"
- .string "Can I have it if I win?$"
-
-Text_1C2E9D:: @ 81C2E9D
- .string "Swimming's great!\n"
- .string "Sunburns aren't!$"
-
-Text_1C2EC0:: @ 81C2EC0
- .string "These waters are treacherous!\n"
- .string "You shouldn't come back here!$"
-
-Text_1C2EFC:: @ 81C2EFC
- .string "I swam here with my friends…\n"
- .string "I'm tired…\l"
- .string "Must we really battle again?$"
-
-Text_1C2F41:: @ 81C2F41
- .string "LIA: You know my brother just\n"
- .string "became a TRAINER, right?\p"
- .string "I want to make him better, so I\n"
- .string "need your help again.$"
-
-Text_1C2FAE:: @ 81C2FAE
- .string "LUC: My big sis taught me all\n"
- .string "about POKéMON.\p"
- .string "I wonder if I'm better?$"
-
-Text_1C2FF3:: @ 81C2FF3
- .string "The water is shallow here.\n"
- .string "There are many people swimming.$"
-
-Text_1C302E:: @ 81C302E
- .string "Are you jealous that I'm\n"
- .string "vacationing on SEAFOAM?$"
-
-Text_1C305F:: @ 81C305F
- .string "I love floating with the fishes\n"
- .string "here among the waves.$"
-
-Text_1C3095:: @ 81C3095
- .string "Were you on vacation, too?$"
-
-Text_1C30B0:: @ 81C30B0
- .string "Check out my physique!\p"
- .string "It's even more buff than ever\n"
- .string "before!$"
-
-Text_1C30ED:: @ 81C30ED
- .string "Why are you riding a POKéMON?\n"
- .string "Haven't you learned to swim yet?$"
-
-Text_1C312C:: @ 81C312C
- .string "I rode my bird POKéMON here.$"
-
-Text_1C3149:: @ 81C3149
- .string "My boyfriend gave me big pearls.\n"
- .string "And, they've grown bigger!$"
-
-Text_1C3185:: @ 81C3185
- .string "I swam here from CINNABAR ISLAND.\n"
- .string "It wasn't easy, like I said.$"
-
-Text_1C31C4:: @ 81C31C4
- .string "CINNABAR, in the west, has a LAB\n"
- .string "for POKéMON.\p"
- .string "My daddy works there.$"
-
-Text_1C3208:: @ 81C3208
- .string "You want to know if the fish are\n"
- .string "biting?$"
-
-Text_1C3231:: @ 81C3231
- .string "I got a big haul again!\n"
- .string "Wanna go for it once more?$"
-
-Text_1C3264:: @ 81C3264
- .string "The sea cleanses my body and soul!$"
-
-Text_1C3287:: @ 81C3287
- .string "きょうも およぎに\n"
- .string "きちまったぜ$"
-
-Text_1C3298:: @ 81C3298
- .string "I caught my POKéMON at sea.\n"
- .string "And that's where I train them.$"
-
-Text_1C32D3:: @ 81C32D3
- .string "Right now, I'm in another triathlon\n"
- .string "meet!$"
-
-Text_1C32FD:: @ 81C32FD
- .string "Ahh!\n"
- .string "Feel the sun and the wind!$"
-
-Text_1C331D:: @ 81C331D
- .string "Hey, cut it out already.\n"
- .string "You always scare away the fish!$"
-
-Text_1C3356:: @ 81C3356
- .string "Keep me company till I get a hit.$"
-
-Text_1C3378:: @ 81C3378
- .string "LIL: Huh? A battle again?\n"
- .string "IAN, can't you do it alone?$"
-
-Text_1C33AE:: @ 81C33AE
- .string "IAN: My sis is still a slob.\n"
- .string "Help me get her into shape!$"
-
-Text_1C33E7:: @ 81C33E7
- .string "I won't lose while I'm here!$"
-
-Text_1C3404:: @ 81C3404
- .string "Dad took me to a great party on\n"
- .string "the S.S. ANNE at VERMILION CITY.$"
-
-Text_1C3445:: @ 81C3445
- .string "I'm a cool guy.\n"
- .string "I've got a girlfriend!\p"
- .string "I'll show her how cool I am for\n"
- .string "sure this time!$"
-
-Text_1C349C:: @ 81C349C
- .string "Hi!\n"
- .string "My boyfriend is cool!\l"
- .string "My conditioning's good today!$"
-
-Text_1C34D4:: @ 81C34D4
- .string "I had this feeling…\n"
- .string "I knew I had to battle you again!$"
-
-Text_1C350A:: @ 81C350A
- .string "My friend has many cute POKéMON.\n"
- .string "I'm so jealous!$"
-
-Text_1C353B:: @ 81C353B
- .string "I just trained up on MT. MOON,\n"
- .string "but I've still got gas in the tank!$"
-
-Text_1C357E:: @ 81C357E
- .string "A POKéMANIAC lives on the cape.\n"
- .string "Have you seen his collection?$"
-
-Text_1C35BC:: @ 81C35BC
- .string "You're going to see BILL again?\n"
- .string "First, we battle!$"
-
-Text_1C35EE:: @ 81C35EE
- .string "I saw your feat from the grass!$"
-
-Text_1C360E:: @ 81C360E
- .string "Okay!\n"
- .string "I'll stomp you!$"
-
-Text_1C3624:: @ 81C3624
- .string "You always look so busy…\n"
- .string "Aren't you getting tired?$"
-
-Text_1C3657:: @ 81C3657
- .string "You really must love coming to\n"
- .string "NUGGET BRIDGE.$"
-
-Text_1C3685:: @ 81C3685
- .string "The time we battled…\p"
- .string "Even though I was the second in\n"
- .string "line, I was the best, wasn't I?$"
-
-Text_1C36DA:: @ 81C36DA
- .string "People call this the NUGGET\n"
- .string "BRIDGE!\p"
- .string "You've already beaten us, so you're\n"
- .string "not allowed to take the challenge…\p"
- .string "…But, you're welcome to battle with\n"
- .string "us again.$"
-
-Text_1C3773:: @ 81C3773
- .string "Lying back, rocked by the waves…\n"
- .string "I don't notice time slipping by…$"
-
-Text_1C37B5:: @ 81C37B5
- .string "The weather's gorgeous!\n"
- .string "I'll try not to spoil it.$"
-
-Text_1C37E7:: @ 81C37E7
- .string "My sunburn is starting to hurt…$"
-
-Text_1C3807:: @ 81C3807
- .string "The fire bird's mountain casts\n"
- .string "a huge shadow…$"
-
-Text_1C3835:: @ 81C3835
- .string "I have this strong feeling that\n"
- .string "I can win this time!$"
-
-Text_1C386A:: @ 81C386A
- .string "Wait! Wait a second!\n"
- .string "I'm sure I've hooked a big one!$"
-
-Text_1C389F:: @ 81C389F
- .string "You'll help me out with my\n"
- .string "training again?$"
-
-Text_1C38CA:: @ 81C38CA
- .string "We haven't missed a single day of\n"
- .string "training yet!$"
-
-Text_1C38FA:: @ 81C38FA
- .string "Every morning, before breakfast,\n"
- .string "I swim around this island…\l"
- .string "Three times!$"
-
-Text_1C3943:: @ 81C3943
- .string "Dress appropriately for battle!\n"
- .string "Lose that frivolous outfit, I said!$"
-
-Text_1C3987:: @ 81C3987
- .string "You know, everything tastes great\n"
- .string "when you're out in the wild.$"
-
-Text_1C39C6:: @ 81C39C6
- .string "I ate too much again, so will you\n"
- .string "battle us for some exercise?$"
-
-Text_1C3A05:: @ 81C3A05
- .string "KIA: My big brother and I make\n"
- .string "an awesome combination!\p"
- .string "We won't lose this time!$"
-
-Text_1C3A55:: @ 81C3A55
- .string "MIK: Together with KIA, we're\n"
- .string "afraid of nothing!\p"
- .string "We'll prove it to you this time!$"
-
-Text_1C3AA7:: @ 81C3AA7
- .string "Are we to battle again?$"
-
-Text_1C3ABF:: @ 81C3ABF
- .string "From where have you come, and\n"
- .string "where are you bound?$"
-
-Text_1C3AF2:: @ 81C3AF2
- .string "I want to swim without my float\n"
- .string "ring soon.$"
-
-Text_1C3B1D:: @ 81C3B1D
- .string "Yay, yay!\n"
- .string "POKéMON!$"
-
-Text_1C3B30:: @ 81C3B30
- .string "Oh, no, didn't I tell you already?\n"
- .string "Please, stay away from me!$"
-
-Text_1C3B6E:: @ 81C3B6E
- .string "JOY: We've gotten stronger!\n"
- .string "Lots and lots!$"
-
-Text_1C3B99:: @ 81C3B99
- .string "MEG: You can't beat us today!$"
-
-Text_1C3BB7:: @ 81C3BB7
- .string "Oh, hello!\p"
- .string "Are you raising your POKéMON in a\n"
- .string "good environment?$"
-
-Text_1C3BF6:: @ 81C3BF6
- .string "With these hands, I will create\n"
- .string "my victory today.$"
-
-Text_1C3C28:: @ 81C3C28
- .string "Must I repeat myself?\n"
- .string "I'm trying to paint.\l"
- .string "Please keep out of my sight!$"
-
-Text_1C3C70:: @ 81C3C70
- .string "I haven't made any progress…\n"
- .string "I still can't get the right angle…$"
-
-Text_1C3CB0:: @ 81C3CB0
- .string "Oh, you will give me another\n"
- .string "opportunity to match wits with you?$"
-
-Text_1C3CF1:: @ 81C3CF1
- .string "They're almost finished making the\n"
- .string "pool for my POKéMON.\p"
- .string "You must drop in for a visit.$"
-
-Text_1C3D47:: @ 81C3D47
- .string "I'm a good runner.\n"
- .string "I've gotten even faster!$"
-
-Text_1C3D73:: @ 81C3D73
- .string "I say, friend!\n"
- .string "Let us enjoy our time together!$"
-
-Text_1C3DA2:: @ 81C3DA2
- .string "I'm the eldest of the BIRD\n"
- .string "BROTHERS. Remember me?\p"
- .string "That's right, I'm the one who loves\n"
- .string "birds for their beaks!$"
-
-Text_1C3E0F:: @ 81C3E0F
- .string "I'm the middle kid of the BIRD\n"
- .string "BROTHERS.\p"
- .string "I'm the one that loves wings.\n"
- .string "Let's battle again!$"
-
-Text_1C3E6A:: @ 81C3E6A
- .string "I'm the youngest of the BIRD\n"
- .string "BROTHERS.\p"
- .string "I love birds for their down.\n"
- .string "I didn't think I'd see you again!$"
-
-Text_1C3ED0:: @ 81C3ED0
- .string "I'm still having no luck at all.\n"
- .string "A battle'd be a change of pace!$"
-
-Text_1C3F11:: @ 81C3F11
- .string "Gasp… Gasp…\p"
- .string "I swam here from SIX ISLAND's port\n"
- .string "in one go again.$"
-
-Text_1C3F51:: @ 81C3F51
- .string "You always come along while I'm\n"
- .string "swimming.$"
-
-Text_1C3F7B:: @ 81C3F7B
- .string "AVA: Let's have another\n"
- .string "two-on-two marine battle today!$"
-
-Text_1C3FB3:: @ 81C3FB3
- .string "GEB: My big sister and I are way\n"
- .string "tougher than before!$"
-
-Text_1C3FE9:: @ 81C3FE9
- .string "…Huh?\p"
- .string "I envision my house, but TELEPORT\n"
- .string "always brings me here!$"
-
-Text_1C4028:: @ 81C4028
- .string "Oh, hello.\n"
- .string "A pleasant breeze is blowing again.$"
-
-Text_1C4057:: @ 81C4057
- .string "Hehehe, I'm practicing in secret\n"
- .string "again.$"
-
-Text_1C407F:: @ 81C407F
- .string "What, you're sick of seeing\n"
- .string "SWIMMERS like me?\p"
- .string "Aww, don't be hatin'!\n"
- .string "Battle with me again.$"
-
-Text_1C40D9:: @ 81C40D9
- .string "Sigh…\n"
- .string "My boyfriend's busy again…$"
-
-Text_1C40FA:: @ 81C40FA
- .string "Come on, tell me, where are the\n"
- .string "mountains around these parts?$"
-
-Text_1C4138:: @ 81C4138
- .string "MIU: Hello, POKéMON!\n"
- .string "It's time to play again!$"
-
-Text_1C4166:: @ 81C4166
- .string "MIA: Hello, POKéMON!\n"
- .string "It's time to battle again!$"
-
-Text_1C4196:: @ 81C4196
- .string "There appear to be many secrets\n"
- .string "still unsolved in this world.$"
-
-Text_1C41D4:: @ 81C41D4
- .string "Hi, didn't we meet before?\n"
- .string "What compelled you to come back?$"
-
-Text_1C4210:: @ 81C4210
- .string "It's been said that there are\n"
- .string "mysterious stones on this island.\p"
- .string "Have you discovered anything since\n"
- .string "we last met?$"
-
-Text_1C4280:: @ 81C4280
- .string "A rematch with you, so high up!$"
-
-Text_1C42A0:: @ 81C42A0
- .string "I'm pretty familiar with the land\n"
- .string "around these parts.$"
-
-Text_1C42D6:: @ 81C42D6
- .string "I sensed your approach.$"
-
-Text_1C42EE:: @ 81C42EE
- .string "Somewhere on this island, peculiar\n"
- .string "POKéMON are sleeping.$"
-
-Text_1C4327:: @ 81C4327
- .string "Kyahaha!\p"
- .string "Coming back won't change a thing.\n"
- .string "I'll flick you away effortlessly!$"
-
-Text_1C4374:: @ 81C4374
- .string "Howdy! You're a member of my\n"
- .string "fan club, isn't that right?$"
-
-Text_1C43AD:: @ 81C43AD
- .string "This island is too spread out…\n"
- .string "Patrolling the place is a drag…$"
-
-Text_1C43EC:: @ 81C43EC
- .string "I don't forgive people who abuse\n"
- .string "POKéMON!$"
-
-Text_1C4416:: @ 81C4416
- .string "EVE: I'll team up with JON and\n"
- .string "battle together again.$"
-
-Text_1C444C:: @ 81C444C
- .string "JON: When I'm with EVE, it feels\n"
- .string "like we could never lose, not ever.$"
-
-Text_1C4491:: @ 81C4491
- .string "Let's have another battle.\n"
- .string "My conditioning's in top form!$"
-
-Text_1C44CB:: @ 81C44CB
- .string "It doesn't matter if you happen to\n"
- .string "have the strongest POKéMON…\p"
- .string "It doesn't mean a thing if you don't\n"
- .string "know how to use them properly!$"
-
-Text_1C454E:: @ 81C454E
- .string "I work to protect the environment.\n"
- .string "In turn, nature protects me!$"
-
-Text_1C458E:: @ 81C458E
- .string "Every time we meet, you have those\n"
- .string "snazzy shoes on.$"
-
-Text_1C45C2:: @ 81C45C2
- .string "You must have gotten tougher.\n"
- .string "Let me battle you, please!$"
-
-Text_1C45FB:: @ 81C45FB
- .string "I was given the best possible\n"
- .string "education to become this strong.\p"
- .string "I won't lose this time.\n"
- .string "Absolutely not!$"
-
-Text_1C4662:: @ 81C4662
- .string "LEX: My darling NYA, together\n"
- .string "we will win for certain!$"
-
-Text_1C4699:: @ 81C4699
- .string "NYA: I won't drag down my mentor\n"
- .string "LEX! We're going to win!$"
-
-Text_1C46D3:: @ 81C46D3
- .string "Have you discovered anything about\n"
- .string "this stone chamber?$"
-
-Text_1C470A:: @ 81C470A
- .string "A mystic POKéMON is said to sleep\n"
- .string "inside here.$"
-
-Text_1C4739:: @ 81C4739
- .string "My teacher is showing me how to\n"
- .string "paint some more.$"
-
-Text_1C476A:: @ 81C476A
- .string "Today, in addition to our lesson,\n"
- .string "we came to see the chamber again.$"
-
+ .include "data/text/trainers.inc"
.include "data/scripts/move_tutors.inc"
SevenIsland_TrainerTower_1F_MapScript1_1C4F54:: @ 81C4F54
@@ -8550,7 +5532,7 @@ EventScript_1C5410:
waitfanfare
waitmessage
getstdstring 2, 24
- msgbox gUnknown_81A5218
+ msgbox Text_PutItemAway
call EventScript_1A6675
goto EventScript_1C544F
@@ -8679,15 +5661,15 @@ Movement_1C5550:: @ 81C5550
step_end
EventScript_1C5550:: @ 81C5552
- msgbox Text_1C556D, 2
+ msgbox Text_1C556D, MSGBOX_NPC
end
EventScript_1C555B:: @ 81C555B
- msgbox Text_1C558D, 3
+ msgbox Text_1C558D, MSGBOX_SIGN
end
EventScript_1C5564:: @ 81C5564
- msgbox Text_1C55A4, 3
+ msgbox Text_1C55A4, MSGBOX_SIGN
end
Text_1C556D:: @ 81C556D
diff --git a/data/maps/CeladonCity_DepartmentStore_Roof/scripts.inc b/data/maps/CeladonCity_DepartmentStore_Roof/scripts.inc
index 68dd32b65..63feedabb 100644
--- a/data/maps/CeladonCity_DepartmentStore_Roof/scripts.inc
+++ b/data/maps/CeladonCity_DepartmentStore_Roof/scripts.inc
@@ -155,10 +155,10 @@ EventScript_16BF7C:: @ 816BF7C
additem VAR_0x8009, 1
textcolor 3
playfanfare MUS_FANFA1
- message Text_195DAD
+ message Text_ReceivedItemFromLittleGirl
waitmessage
waitfanfare
- giveitem VAR_0x8009, 1, 8
+ putitemaway VAR_0x8009
call EventScript_1A6675
compare VAR_0x8008, ITEM_FRESH_WATER
call_if eq, EventScript_16BFDE
diff --git a/data/maps/CeladonCity_DepartmentStore_Roof/text.inc b/data/maps/CeladonCity_DepartmentStore_Roof/text.inc
index a03cfedaf..65b9a3162 100644
--- a/data/maps/CeladonCity_DepartmentStore_Roof/text.inc
+++ b/data/maps/CeladonCity_DepartmentStore_Roof/text.inc
@@ -12,7 +12,7 @@ gUnknown_8195D75:: @ 8195D75
.string "Thank you!\n"
.string "You can have this from me!$"
-Text_195DAD:: @ 8195DAD
+Text_ReceivedItemFromLittleGirl:: @ 8195DAD
.string "{PLAYER} received a {STR_VAR_2}\n"
.string "from the little girl.$"
diff --git a/data/maps/CeladonCity_GameCorner_PrizeRoom/scripts.inc b/data/maps/CeladonCity_GameCorner_PrizeRoom/scripts.inc
index 4a037e9eb..225685d6a 100644
--- a/data/maps/CeladonCity_GameCorner_PrizeRoom/scripts.inc
+++ b/data/maps/CeladonCity_GameCorner_PrizeRoom/scripts.inc
@@ -340,7 +340,7 @@ EventScript_16CF3F:: @ 816CF3F
EventScript_16CF79:: @ 816CF79
textcolor 3
- msgbox gUnknown_81A5242
+ msgbox Text_TooBadBagFull
hidecoinsbox 0, 0
release
end
diff --git a/data/maps/CeladonCity_PokemonCenter_2F/map.json b/data/maps/CeladonCity_PokemonCenter_2F/map.json
index c0cac69eb..931b2c4e5 100644
--- a/data/maps/CeladonCity_PokemonCenter_2F/map.json
+++ b/data/maps/CeladonCity_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "CeladonCity_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/CeladonCity_PokemonCenter_2F/scripts.inc b/data/maps/CeladonCity_PokemonCenter_2F/scripts.inc
index cbe78efca..b4fefdc98 100644
--- a/data/maps/CeladonCity_PokemonCenter_2F/scripts.inc
+++ b/data/maps/CeladonCity_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
CeladonCity_PokemonCenter_2F_MapScripts:: @ 816C61F
- map_script MAP_SCRIPT_ON_FRAME_TABLE, CeladonCity_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CeladonCity_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, CeladonCity_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, CeladonCity_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
CeladonCity_PokemonCenter_2F_EventScript_16C634:: @ 816C634
diff --git a/data/maps/CeruleanCity_PokemonCenter_2F/map.json b/data/maps/CeruleanCity_PokemonCenter_2F/map.json
index e15dbda8e..70a15e76e 100644
--- a/data/maps/CeruleanCity_PokemonCenter_2F/map.json
+++ b/data/maps/CeruleanCity_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "CeruleanCity_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/CeruleanCity_PokemonCenter_2F/scripts.inc b/data/maps/CeruleanCity_PokemonCenter_2F/scripts.inc
index 74d3fe451..7c8a7f024 100644
--- a/data/maps/CeruleanCity_PokemonCenter_2F/scripts.inc
+++ b/data/maps/CeruleanCity_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
CeruleanCity_PokemonCenter_2F_MapScripts:: @ 816AA79
- map_script MAP_SCRIPT_ON_FRAME_TABLE, CeruleanCity_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CeruleanCity_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, CeruleanCity_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, CeruleanCity_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
CeruleanCity_PokemonCenter_2F_EventScript_16AA8E:: @ 816AA8E
diff --git a/data/maps/CinnabarIsland_PokemonCenter_2F/map.json b/data/maps/CinnabarIsland_PokemonCenter_2F/map.json
index 4bb297599..9eafc6d0a 100644
--- a/data/maps/CinnabarIsland_PokemonCenter_2F/map.json
+++ b/data/maps/CinnabarIsland_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "CinnabarIsland_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/CinnabarIsland_PokemonCenter_2F/scripts.inc b/data/maps/CinnabarIsland_PokemonCenter_2F/scripts.inc
index 6ca90c913..2f0476988 100644
--- a/data/maps/CinnabarIsland_PokemonCenter_2F/scripts.inc
+++ b/data/maps/CinnabarIsland_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
CinnabarIsland_PokemonCenter_2F_MapScripts:: @ 816E9E8
- map_script MAP_SCRIPT_ON_FRAME_TABLE, CinnabarIsland_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CinnabarIsland_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, CinnabarIsland_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, CinnabarIsland_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
CinnabarIsland_PokemonCenter_2F_EventScript_16E9FD:: @ 816E9FD
diff --git a/data/maps/FiveIsland_PokemonCenter_2F/map.json b/data/maps/FiveIsland_PokemonCenter_2F/map.json
index dc97dcdc3..11fb855fb 100644
--- a/data/maps/FiveIsland_PokemonCenter_2F/map.json
+++ b/data/maps/FiveIsland_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "FiveIsland_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/FiveIsland_PokemonCenter_2F/scripts.inc b/data/maps/FiveIsland_PokemonCenter_2F/scripts.inc
index 57590e30b..d518317ed 100644
--- a/data/maps/FiveIsland_PokemonCenter_2F/scripts.inc
+++ b/data/maps/FiveIsland_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
FiveIsland_PokemonCenter_2F_MapScripts:: @ 8171D1B
- map_script MAP_SCRIPT_ON_FRAME_TABLE, FiveIsland_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, FiveIsland_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, FiveIsland_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, FiveIsland_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
FiveIsland_PokemonCenter_2F_EventScript_171D30:: @ 8171D30
diff --git a/data/maps/FiveIsland_ResortGorgeous/scripts.inc b/data/maps/FiveIsland_ResortGorgeous/scripts.inc
index bca5ec39d..85b89604d 100644
--- a/data/maps/FiveIsland_ResortGorgeous/scripts.inc
+++ b/data/maps/FiveIsland_ResortGorgeous/scripts.inc
@@ -8,7 +8,7 @@ FiveIsland_ResortGorgeous_OnWarp:: @ 81687EF
.2byte 0
EventScript_1687F9:: @ 81687F9
- turnobject 255, 2
+ turnobject OBJ_EVENT_ID_PLAYER, 2
end
FiveIsland_ResortGorgeous_OnFrame:: @ 81687FE
diff --git a/data/maps/FourIsland_PokemonCenter_2F/map.json b/data/maps/FourIsland_PokemonCenter_2F/map.json
index 332a0efa7..53d8c630e 100644
--- a/data/maps/FourIsland_PokemonCenter_2F/map.json
+++ b/data/maps/FourIsland_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "FourIsland_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/FourIsland_PokemonCenter_2F/scripts.inc b/data/maps/FourIsland_PokemonCenter_2F/scripts.inc
index 9ae9b89ae..c3742867c 100644
--- a/data/maps/FourIsland_PokemonCenter_2F/scripts.inc
+++ b/data/maps/FourIsland_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
FourIsland_PokemonCenter_2F_MapScripts:: @ 8171C1D
- map_script MAP_SCRIPT_ON_FRAME_TABLE, FourIsland_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, FourIsland_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, FourIsland_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, FourIsland_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
FourIsland_PokemonCenter_2F_EventScript_171C32:: @ 8171C32
diff --git a/data/maps/FuchsiaCity_PokemonCenter_2F/map.json b/data/maps/FuchsiaCity_PokemonCenter_2F/map.json
index 6e82de7a9..025f090c7 100644
--- a/data/maps/FuchsiaCity_PokemonCenter_2F/map.json
+++ b/data/maps/FuchsiaCity_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "FuchsiaCity_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/FuchsiaCity_PokemonCenter_2F/scripts.inc b/data/maps/FuchsiaCity_PokemonCenter_2F/scripts.inc
index c9cd2019c..993a88457 100644
--- a/data/maps/FuchsiaCity_PokemonCenter_2F/scripts.inc
+++ b/data/maps/FuchsiaCity_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
FuchsiaCity_PokemonCenter_2F_MapScripts:: @ 816D724
- map_script MAP_SCRIPT_ON_FRAME_TABLE, FuchsiaCity_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, FuchsiaCity_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, FuchsiaCity_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, FuchsiaCity_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
FuchsiaCity_PokemonCenter_2F_EventScript_16D739:: @ 816D739
diff --git a/data/maps/IndigoPlateau_PokemonCenter_2F/map.json b/data/maps/IndigoPlateau_PokemonCenter_2F/map.json
index 81a413874..ac00b284b 100644
--- a/data/maps/IndigoPlateau_PokemonCenter_2F/map.json
+++ b/data/maps/IndigoPlateau_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "IndigoPlateau_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/IndigoPlateau_PokemonCenter_2F/scripts.inc b/data/maps/IndigoPlateau_PokemonCenter_2F/scripts.inc
index 15a721f76..a6fc31686 100644
--- a/data/maps/IndigoPlateau_PokemonCenter_2F/scripts.inc
+++ b/data/maps/IndigoPlateau_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
IndigoPlateau_PokemonCenter_2F_MapScripts:: @ 816EB0F
- map_script MAP_SCRIPT_ON_FRAME_TABLE, IndigoPlateau_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, IndigoPlateau_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, IndigoPlateau_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, IndigoPlateau_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
IndigoPlateau_PokemonCenter_2F_EventScript_16EB24:: @ 816EB24
diff --git a/data/maps/LavenderTown_PokemonCenter_2F/map.json b/data/maps/LavenderTown_PokemonCenter_2F/map.json
index 1880c2425..cc72593c7 100644
--- a/data/maps/LavenderTown_PokemonCenter_2F/map.json
+++ b/data/maps/LavenderTown_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "LavenderTown_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/LavenderTown_PokemonCenter_2F/scripts.inc b/data/maps/LavenderTown_PokemonCenter_2F/scripts.inc
index 7e7bc4431..45f05a491 100644
--- a/data/maps/LavenderTown_PokemonCenter_2F/scripts.inc
+++ b/data/maps/LavenderTown_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
LavenderTown_PokemonCenter_2F_MapScripts:: @ 816B122
- map_script MAP_SCRIPT_ON_FRAME_TABLE, LavenderTown_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, LavenderTown_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, LavenderTown_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, LavenderTown_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
LavenderTown_PokemonCenter_2F_EventScript_16B137:: @ 816B137
diff --git a/data/maps/OneIsland_Harbor/scripts.inc b/data/maps/OneIsland_Harbor/scripts.inc
index 232bdd108..744445bc5 100644
--- a/data/maps/OneIsland_Harbor/scripts.inc
+++ b/data/maps/OneIsland_Harbor/scripts.inc
@@ -8,7 +8,7 @@ OneIsland_Harbor_OnWarp:: @ 8171383
.2byte 0
EventScript_17138D:: @ 817138D
- turnobject 255, 2
+ turnobject OBJ_EVENT_ID_PLAYER, 2
end
OneIsland_Harbor_OnFrame:: @ 8171392
diff --git a/data/maps/OneIsland_PokemonCenter_2F/map.json b/data/maps/OneIsland_PokemonCenter_2F/map.json
index 96d913b13..8a847a81c 100644
--- a/data/maps/OneIsland_PokemonCenter_2F/map.json
+++ b/data/maps/OneIsland_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "OneIsland_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/OneIsland_PokemonCenter_2F/scripts.inc b/data/maps/OneIsland_PokemonCenter_2F/scripts.inc
index 8e03adc77..0d553f8e4 100644
--- a/data/maps/OneIsland_PokemonCenter_2F/scripts.inc
+++ b/data/maps/OneIsland_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
OneIsland_PokemonCenter_2F_MapScripts:: @ 8171334
- map_script MAP_SCRIPT_ON_FRAME_TABLE, OneIsland_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, OneIsland_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, OneIsland_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, OneIsland_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
OneIsland_PokemonCenter_2F_EventScript_171349:: @ 8171349
diff --git a/data/maps/PalletTown_PlayersHouse_2F/scripts.inc b/data/maps/PalletTown_PlayersHouse_2F/scripts.inc
index 55f18360a..c51fdcd61 100644
--- a/data/maps/PalletTown_PlayersHouse_2F/scripts.inc
+++ b/data/maps/PalletTown_PlayersHouse_2F/scripts.inc
@@ -17,7 +17,7 @@ PalletTown_PlayersHouse_2F_OnWarp:: @ 8168CBE
.2byte 0
EventScript_168CC8:: @ 8168CC8
- turnobject 255, 2
+ turnobject OBJ_EVENT_ID_PLAYER, 2
setvar VAR_MAP_SCENE_PALLET_TOWN_PLAYERS_HOUSE_2F, 1
end
diff --git a/data/maps/PalletTown_ProfessorOaksLab/scripts.inc b/data/maps/PalletTown_ProfessorOaksLab/scripts.inc
index ebc834607..a94ad9a90 100644
--- a/data/maps/PalletTown_ProfessorOaksLab/scripts.inc
+++ b/data/maps/PalletTown_ProfessorOaksLab/scripts.inc
@@ -40,7 +40,7 @@ PalletTown_ProfessorOaksLab_OnWarp:: @ 8168FE1
.2byte 0
EventScript_168FEB:: @ 8168FEB
- turnobject 255, 2
+ turnobject OBJ_EVENT_ID_PLAYER, 2
end
PalletTown_ProfessorOaksLab_OnFrame:: @ 8168FF0
diff --git a/data/maps/PewterCity_PokemonCenter_2F/map.json b/data/maps/PewterCity_PokemonCenter_2F/map.json
index f223ec1fc..d07a3ba3f 100644
--- a/data/maps/PewterCity_PokemonCenter_2F/map.json
+++ b/data/maps/PewterCity_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "PewterCity_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/PewterCity_PokemonCenter_2F/scripts.inc b/data/maps/PewterCity_PokemonCenter_2F/scripts.inc
index 9e4447709..9d3148d6c 100644
--- a/data/maps/PewterCity_PokemonCenter_2F/scripts.inc
+++ b/data/maps/PewterCity_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
PewterCity_PokemonCenter_2F_MapScripts:: @ 816A7B5
- map_script MAP_SCRIPT_ON_FRAME_TABLE, PewterCity_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, PewterCity_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, PewterCity_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, PewterCity_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
PewterCity_PokemonCenter_2F_EventScript_16A7CA:: @ 816A7CA
diff --git a/data/maps/PokemonLeague_AgathasRoom/scripts.inc b/data/maps/PokemonLeague_AgathasRoom/scripts.inc
index 8753b899c..721396149 100644
--- a/data/maps/PokemonLeague_AgathasRoom/scripts.inc
+++ b/data/maps/PokemonLeague_AgathasRoom/scripts.inc
@@ -30,7 +30,7 @@ PokemonLeague_AgathasRoom_OnWarp:: @ 8162851
.2byte 0
EventScript_16285B:: @ 816285B
- turnobject 255, 2
+ turnobject OBJ_EVENT_ID_PLAYER, 2
end
PokemonLeague_AgathasRoom_OnFrame:: @ 8162860
diff --git a/data/maps/PokemonLeague_BrunosRoom/scripts.inc b/data/maps/PokemonLeague_BrunosRoom/scripts.inc
index 98de24a6c..2d110a257 100644
--- a/data/maps/PokemonLeague_BrunosRoom/scripts.inc
+++ b/data/maps/PokemonLeague_BrunosRoom/scripts.inc
@@ -30,7 +30,7 @@ PokemonLeague_BrunosRoom_OnWarp:: @ 81626C6
.2byte 0
EventScript_1626D0:: @ 81626D0
- turnobject 255, 2
+ turnobject OBJ_EVENT_ID_PLAYER, 2
end
PokemonLeague_BrunosRoom_OnFrame:: @ 81626D5
diff --git a/data/maps/PokemonLeague_ChampionsRoom/scripts.inc b/data/maps/PokemonLeague_ChampionsRoom/scripts.inc
index 6f4d33218..f2e81e955 100644
--- a/data/maps/PokemonLeague_ChampionsRoom/scripts.inc
+++ b/data/maps/PokemonLeague_ChampionsRoom/scripts.inc
@@ -45,7 +45,7 @@ PokemonLeague_ChampionsRoom_OnWarp:: @ 8162B5D
.2byte 0
EventScript_162B67:: @ 8162B67
- turnobject 255, 2
+ turnobject OBJ_EVENT_ID_PLAYER, 2
end
PokemonLeague_ChampionsRoom_OnFrame:: @ 8162B6C
diff --git a/data/maps/PokemonLeague_HallOfFame/scripts.inc b/data/maps/PokemonLeague_HallOfFame/scripts.inc
index 7c6a0e363..00ccd17f6 100644
--- a/data/maps/PokemonLeague_HallOfFame/scripts.inc
+++ b/data/maps/PokemonLeague_HallOfFame/scripts.inc
@@ -8,7 +8,7 @@ PokemonLeague_HallOfFame_OnWarp:: @ 8162D57
.2byte 0
EventScript_162D61:: @ 8162D61
- turnobject 255, 2
+ turnobject OBJ_EVENT_ID_PLAYER, 2
end
PokemonLeague_HallOfFame_OnFrame:: @ 8162D66
diff --git a/data/maps/PokemonLeague_LancesRoom/scripts.inc b/data/maps/PokemonLeague_LancesRoom/scripts.inc
index 49ed67da9..252c7082d 100644
--- a/data/maps/PokemonLeague_LancesRoom/scripts.inc
+++ b/data/maps/PokemonLeague_LancesRoom/scripts.inc
@@ -30,7 +30,7 @@ PokemonLeague_LancesRoom_OnWarp:: @ 816296E
.2byte 0
EventScript_162978:: @ 8162978
- turnobject 255, 2
+ turnobject OBJ_EVENT_ID_PLAYER, 2
end
PokemonLeague_LancesRoom_OnFrame:: @ 816297D
diff --git a/data/maps/PokemonLeague_LoreleisRoom/scripts.inc b/data/maps/PokemonLeague_LoreleisRoom/scripts.inc
index cbf014bc8..3475b0f97 100644
--- a/data/maps/PokemonLeague_LoreleisRoom/scripts.inc
+++ b/data/maps/PokemonLeague_LoreleisRoom/scripts.inc
@@ -35,7 +35,7 @@ PokemonLeague_LoreleisRoom_OnWarp:: @ 81625B6
.2byte 0
EventScript_1625C0:: @ 81625C0
- turnobject 255, 2
+ turnobject OBJ_EVENT_ID_PLAYER, 2
end
PokemonLeague_LoreleisRoom_OnFrame:: @ 81625C5
diff --git a/data/maps/Route10_PokemonCenter_2F/map.json b/data/maps/Route10_PokemonCenter_2F/map.json
index e815a98be..548ff6007 100644
--- a/data/maps/Route10_PokemonCenter_2F/map.json
+++ b/data/maps/Route10_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "Route10_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/Route10_PokemonCenter_2F/scripts.inc b/data/maps/Route10_PokemonCenter_2F/scripts.inc
index e49ddeccb..e0262a627 100644
--- a/data/maps/Route10_PokemonCenter_2F/scripts.inc
+++ b/data/maps/Route10_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
Route10_PokemonCenter_2F_MapScripts:: @ 816FCFA
- map_script MAP_SCRIPT_ON_FRAME_TABLE, Route10_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, Route10_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, Route10_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, Route10_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
Route10_PokemonCenter_2F_EventScript_16FD0F:: @ 816FD0F
diff --git a/data/maps/Route4_PokemonCenter_2F/map.json b/data/maps/Route4_PokemonCenter_2F/map.json
index 2501fc3f4..2f53bfcef 100644
--- a/data/maps/Route4_PokemonCenter_2F/map.json
+++ b/data/maps/Route4_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "Route4_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/Route4_PokemonCenter_2F/scripts.inc b/data/maps/Route4_PokemonCenter_2F/scripts.inc
index b1f69ff32..e70f53403 100644
--- a/data/maps/Route4_PokemonCenter_2F/scripts.inc
+++ b/data/maps/Route4_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
Route4_PokemonCenter_2F_MapScripts:: @ 816F8D8
- map_script MAP_SCRIPT_ON_FRAME_TABLE, Route4_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, Route4_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, Route4_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, Route4_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
Route4_PokemonCenter_2F_EventScript_16F8ED:: @ 816F8ED
diff --git a/data/maps/SaffronCity_PokemonCenter_2F/map.json b/data/maps/SaffronCity_PokemonCenter_2F/map.json
index fd1021732..457ef551e 100644
--- a/data/maps/SaffronCity_PokemonCenter_2F/map.json
+++ b/data/maps/SaffronCity_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "SaffronCity_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/SaffronCity_PokemonCenter_2F/scripts.inc b/data/maps/SaffronCity_PokemonCenter_2F/scripts.inc
index a5e05bca1..12b688a7d 100644
--- a/data/maps/SaffronCity_PokemonCenter_2F/scripts.inc
+++ b/data/maps/SaffronCity_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
SaffronCity_PokemonCenter_2F_MapScripts:: @ 816F037
- map_script MAP_SCRIPT_ON_FRAME_TABLE, SaffronCity_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, SaffronCity_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, SaffronCity_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, SaffronCity_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
SaffronCity_PokemonCenter_2F_EventScript_16F04C:: @ 816F04C
diff --git a/data/maps/SeafoamIslands_B4F/scripts.inc b/data/maps/SeafoamIslands_B4F/scripts.inc
index ad99c17d6..f91329333 100644
--- a/data/maps/SeafoamIslands_B4F/scripts.inc
+++ b/data/maps/SeafoamIslands_B4F/scripts.inc
@@ -69,7 +69,7 @@ SeafoamIslands_B4F_OnWarp:: @ 81630E7
.2byte 0
EventScript_1630F1:: @ 81630F1
- turnobject 255, 2
+ turnobject OBJ_EVENT_ID_PLAYER, 2
special Special_ForcePlayerToStartSurfing
end
diff --git a/data/maps/SevenIsland_PokemonCenter_2F/map.json b/data/maps/SevenIsland_PokemonCenter_2F/map.json
index bcd215d25..dd727d017 100644
--- a/data/maps/SevenIsland_PokemonCenter_2F/map.json
+++ b/data/maps/SevenIsland_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "SevenIsland_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/SevenIsland_PokemonCenter_2F/scripts.inc b/data/maps/SevenIsland_PokemonCenter_2F/scripts.inc
index a026e7c92..654725ffb 100644
--- a/data/maps/SevenIsland_PokemonCenter_2F/scripts.inc
+++ b/data/maps/SevenIsland_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
SevenIsland_PokemonCenter_2F_MapScripts:: @ 8170BBC
- map_script MAP_SCRIPT_ON_FRAME_TABLE, SevenIsland_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, SevenIsland_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, SevenIsland_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, SevenIsland_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
SevenIsland_PokemonCenter_2F_EventScript_170BD1:: @ 8170BD1
diff --git a/data/maps/SixIsland_PokemonCenter_2F/map.json b/data/maps/SixIsland_PokemonCenter_2F/map.json
index 2c1c53efb..1cb356b1f 100644
--- a/data/maps/SixIsland_PokemonCenter_2F/map.json
+++ b/data/maps/SixIsland_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "SixIsland_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/SixIsland_PokemonCenter_2F/scripts.inc b/data/maps/SixIsland_PokemonCenter_2F/scripts.inc
index 982b9b29c..a86377b29 100644
--- a/data/maps/SixIsland_PokemonCenter_2F/scripts.inc
+++ b/data/maps/SixIsland_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
SixIsland_PokemonCenter_2F_MapScripts:: @ 8171E20
- map_script MAP_SCRIPT_ON_FRAME_TABLE, SixIsland_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, SixIsland_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, SixIsland_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, SixIsland_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
SixIsland_PokemonCenter_2F_EventScript_171E35:: @ 8171E35
diff --git a/data/maps/ThreeIsland_PokemonCenter_2F/map.json b/data/maps/ThreeIsland_PokemonCenter_2F/map.json
index af562f042..5fc3dfcca 100644
--- a/data/maps/ThreeIsland_PokemonCenter_2F/map.json
+++ b/data/maps/ThreeIsland_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "ThreeIsland_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/ThreeIsland_PokemonCenter_2F/scripts.inc b/data/maps/ThreeIsland_PokemonCenter_2F/scripts.inc
index b51a32374..7589c7946 100644
--- a/data/maps/ThreeIsland_PokemonCenter_2F/scripts.inc
+++ b/data/maps/ThreeIsland_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
ThreeIsland_PokemonCenter_2F_MapScripts:: @ 8171865
- map_script MAP_SCRIPT_ON_FRAME_TABLE, ThreeIsland_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, ThreeIsland_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, ThreeIsland_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, ThreeIsland_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
ThreeIsland_PokemonCenter_2F_EventScript_17187A:: @ 817187A
diff --git a/data/maps/TwoIsland_JoyfulGameCorner/scripts.inc b/data/maps/TwoIsland_JoyfulGameCorner/scripts.inc
index e6906c062..8f717d71c 100644
--- a/data/maps/TwoIsland_JoyfulGameCorner/scripts.inc
+++ b/data/maps/TwoIsland_JoyfulGameCorner/scripts.inc
@@ -2,7 +2,7 @@ TwoIsland_JoyfulGameCorner_MapScripts:: @ 81713D0
map_script MAP_SCRIPT_ON_TRANSITION, TwoIsland_JoyfulGameCorner_OnTransition
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, TwoIsland_JoyfulGameCorner_OnWarp
map_script MAP_SCRIPT_ON_FRAME_TABLE, TwoIsland_JoyfulGameCorner_OnFrame
- map_script MAP_SCRIPT_ON_LOAD, TwoIsland_JoyfulGameCorner_MapScript4_1BB237
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
.byte 0
TwoIsland_JoyfulGameCorner_OnTransition:: @ 81713E5
@@ -19,17 +19,17 @@ EventScript_1713EF:: @ 81713EF
TwoIsland_JoyfulGameCorner_OnWarp:: @ 8171404
map_script_2 VAR_MAP_SCENE_TWO_ISLAND_JOYFUL_GAME_CORNER, 2, EventScript_171416
- map_script_2 VAR_0x406F, 8, EventScript_1BB227
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_MINIGAME, EventScript_CheckTurnAttendant
.2byte 0
EventScript_171416:: @ 8171416
- turnobject 255, 2
+ turnobject OBJ_EVENT_ID_PLAYER, 2
end
TwoIsland_JoyfulGameCorner_OnFrame:: @ 817141B
map_script_2 VAR_MAP_SCENE_TWO_ISLAND_JOYFUL_GAME_CORNER, 0, EventScript_17145F
map_script_2 VAR_MAP_SCENE_TWO_ISLAND_JOYFUL_GAME_CORNER, 2, EventScript_171435
- map_script_2 VAR_0x406F, 8, EventScript_1BB2FD
+ map_script_2 VAR_CABLE_CLUB_STATE, USING_MINIGAME, CableClub_EventScript_ExitMinigameRoom
.2byte 0
EventScript_171435:: @ 8171435
diff --git a/data/maps/TwoIsland_PokemonCenter_2F/map.json b/data/maps/TwoIsland_PokemonCenter_2F/map.json
index a9c4b0c27..aa762183c 100644
--- a/data/maps/TwoIsland_PokemonCenter_2F/map.json
+++ b/data/maps/TwoIsland_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "TwoIsland_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/TwoIsland_PokemonCenter_2F/scripts.inc b/data/maps/TwoIsland_PokemonCenter_2F/scripts.inc
index 84766419e..99da551b4 100644
--- a/data/maps/TwoIsland_PokemonCenter_2F/scripts.inc
+++ b/data/maps/TwoIsland_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
TwoIsland_PokemonCenter_2F_MapScripts:: @ 81717DE
- map_script MAP_SCRIPT_ON_FRAME_TABLE, TwoIsland_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, TwoIsland_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, TwoIsland_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, TwoIsland_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
TwoIsland_PokemonCenter_2F_EventScript_1717F3:: @ 81717F3
diff --git a/data/maps/VermilionCity_PokemonCenter_2F/map.json b/data/maps/VermilionCity_PokemonCenter_2F/map.json
index 9edc3d8bf..30504e96c 100644
--- a/data/maps/VermilionCity_PokemonCenter_2F/map.json
+++ b/data/maps/VermilionCity_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "VermilionCity_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/VermilionCity_PokemonCenter_2F/scripts.inc b/data/maps/VermilionCity_PokemonCenter_2F/scripts.inc
index 9ef32bb07..45278dc0f 100644
--- a/data/maps/VermilionCity_PokemonCenter_2F/scripts.inc
+++ b/data/maps/VermilionCity_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
VermilionCity_PokemonCenter_2F_MapScripts:: @ 816B457
- map_script MAP_SCRIPT_ON_FRAME_TABLE, VermilionCity_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, VermilionCity_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, VermilionCity_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, VermilionCity_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
VermilionCity_PokemonCenter_2F_EventScript_16B46C:: @ 816B46C
diff --git a/data/maps/ViridianCity_PokemonCenter_2F/map.json b/data/maps/ViridianCity_PokemonCenter_2F/map.json
index cf764b446..0c3a4361a 100644
--- a/data/maps/ViridianCity_PokemonCenter_2F/map.json
+++ b/data/maps/ViridianCity_PokemonCenter_2F/map.json
@@ -62,7 +62,7 @@
"movement_range_y": 1,
"trainer_type": 0,
"trainer_sight_or_berry_tree_id": 0,
- "script": "ViridianCity_PokemonCenter_2F_EventScript_1BB1D2",
+ "script": "CableClub_EventScript_MysteryGiftMan",
"flag": "FLAG_HIDE_MG_DELIVERYMEN"
}
],
diff --git a/data/maps/ViridianCity_PokemonCenter_2F/scripts.inc b/data/maps/ViridianCity_PokemonCenter_2F/scripts.inc
index 4cf92b800..165ce15fc 100644
--- a/data/maps/ViridianCity_PokemonCenter_2F/scripts.inc
+++ b/data/maps/ViridianCity_PokemonCenter_2F/scripts.inc
@@ -1,8 +1,8 @@
ViridianCity_PokemonCenter_2F_MapScripts:: @ 816A2F3
- map_script MAP_SCRIPT_ON_FRAME_TABLE, ViridianCity_PokemonCenter_2F_MapScript1_1BB2A3
- map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, ViridianCity_PokemonCenter_2F_MapScript2_1BB1ED
- map_script MAP_SCRIPT_ON_LOAD, ViridianCity_PokemonCenter_2F_MapScript3_1BB237
- map_script MAP_SCRIPT_ON_TRANSITION, ViridianCity_PokemonCenter_2F_MapScript4_1BB1B4
+ map_script MAP_SCRIPT_ON_FRAME_TABLE, CableClub_OnFrame
+ map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, CableClub_OnWarp
+ map_script MAP_SCRIPT_ON_LOAD, CableClub_OnLoad
+ map_script MAP_SCRIPT_ON_TRANSITION, CableClub_OnTransition
.byte 0
ViridianCity_PokemonCenter_2F_EventScript_16A308:: @ 816A308
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
diff --git a/data/text/trainers.inc b/data/text/trainers.inc
new file mode 100644
index 000000000..21a96a964
--- /dev/null
+++ b/data/text/trainers.inc
@@ -0,0 +1,1006 @@
+gUnknown_81C137C:: @ 81C137C
+ .string "The battery isn't charged enough.\p"
+ .string "No. of steps required to fully\n"
+ .string "charge the battery: {STR_VAR_1}{PAUSE_UNTIL_PRESS}$"
+
+gUnknown_81C13D6:: @ 81C13D6
+ .string "There are no TRAINERS within range\n"
+ .string "who can battle…\p"
+ .string "The VS SEEKER was turned off.{PAUSE_UNTIL_PRESS}$"
+
+gUnknown_81C1429:: @ 81C1429
+ .string "The other TRAINERS don't appear\n"
+ .string "to be ready for battle.\p"
+ .string "Let's wait till later.{PAUSE_UNTIL_PRESS}$"
+
+Text_1C147A:: @ 81C147A
+ .string "Hey!\n"
+ .string "I saw you in VIRIDIAN FOREST!$"
+
+Text_1C149D:: @ 81C149D
+ .string "Hi! I like shorts!\n"
+ .string "They're comfy and easy to wear!\p"
+ .string "You should be wearing shorts, too!$"
+
+Text_1C14F3:: @ 81C14F3
+ .string "Excuse me!\n"
+ .string "You keep looking at me, don't you?$"
+
+Text_1C1521:: @ 81C1521
+ .string "You're a TRAINER, aren't you?\n"
+ .string "Let's get with it right away!$"
+
+Text_1C155D:: @ 81C155D
+ .string "That look you give me…\n"
+ .string "It intrigues me so!$"
+
+Text_1C1588:: @ 81C1588
+ .string "Hey! What's wrong with you?\n"
+ .string "You're still not wearing shorts!$"
+
+Text_1C15C5:: @ 81C15C5
+ .string "I'll battle you with the POKéMON\n"
+ .string "I started raising.$"
+
+Text_1C15F9:: @ 81C15F9
+ .string "Eek!\n"
+ .string "Did you push me?$"
+
+Text_1C160F:: @ 81C160F
+ .string "I always catch mushroom POKéMON\n"
+ .string "on MT. MOON.$"
+
+Text_1C163C:: @ 81C163C
+ .string "Oh! You're that nosy kid who\n"
+ .string "eavesdropped on us!$"
+
+Text_1C166D:: @ 81C166D
+ .string "Excuse me! Didn't I tell you that\n"
+ .string "this is a private conversation?\p"
+ .string "You shouldn't be listening in,\n"
+ .string "you uncouth person!$"
+
+Text_1C16E2:: @ 81C16E2
+ .string "I'm trying to find something good\n"
+ .string "that's not a BUG POKéMON, but…$"
+
+Text_1C1723:: @ 81C1723
+ .string "Huh?\n"
+ .string "You want to go with me again?$"
+
+Text_1C1746:: @ 81C1746
+ .string "Me?\n"
+ .string "Well, okay. I'll play this once.$"
+
+Text_1C176B:: @ 81C176B
+ .string "Hey, long time!\n"
+ .string "Have you gotten better?$"
+
+Text_1C1793:: @ 81C1793
+ .string "You are good at POKéMON, but how\n"
+ .string "is your chemistry grade?$"
+
+Text_1C17CD:: @ 81C17CD
+ .string "All right!\n"
+ .string "Let's play another game!$"
+
+Text_1C17F1:: @ 81C17F1
+ .string "You need strategy to win at\n"
+ .string "battling.\p"
+ .string "Are you following my advice?$"
+
+Text_1C1834:: @ 81C1834
+ .string "I've collected many NIDORAN.\n"
+ .string "I don't want them to evolve, but…$"
+
+Text_1C1873:: @ 81C1873
+ .string "School is fun, but I still think\n"
+ .string "POKéMON are fun, too.$"
+
+Text_1C18AA:: @ 81C18AA
+ .string "MEOWTH and PERSIAN are so cute,\n"
+ .string "meow, meow, meow!$"
+
+Text_1C18DC:: @ 81C18DC
+ .string "We may look silly standing here\n"
+ .string "like this, but I can still battle.$"
+
+Text_1C191F:: @ 81C191F
+ .string "I'm a rambling, gaming dude!\n"
+ .string "I'm on a winning streak!$"
+
+Text_1C1955:: @ 81C1955
+ .string "What's a cute, round, and fluffy\n"
+ .string "POKéMON?\p"
+ .string "You already know, don't you?$"
+
+Text_1C199C:: @ 81C199C
+ .string "My bike's still acting up, man.$"
+
+Text_1C19BC:: @ 81C19BC
+ .string "Okay, kid!\n"
+ .string "Don't expect mercy this time!$"
+
+Text_1C19E5:: @ 81C19E5
+ .string "ELI: Our twin power became even\n"
+ .string "better!$"
+
+Text_1C1A0D:: @ 81C1A0D
+ .string "ANNE: Our twin power powered up!$"
+
+Text_1C1A2E:: @ 81C1A2E
+ .string "We're to battle again?\n"
+ .string "This time, you're mine!$"
+
+Text_1C1A5D:: @ 81C1A5D
+ .string "I haven't forgotten you were with\n"
+ .string "those good-looking POKéMON.$"
+
+Text_1C1A9B:: @ 81C1A9B
+ .string "I'm taking ROCK TUNNEL to go to\n"
+ .string "LAVENDER…\p"
+ .string "But I keep getting stopped by\n"
+ .string "everyone along the way…$"
+
+Text_1C1AFB:: @ 81C1AFB
+ .string "Don't you dare patronize me today!\n"
+ .string "We're playing for keeps!$"
+
+Text_1C1B37:: @ 81C1B37
+ .string "Bwahaha!\n"
+ .string "Great! I was bored again, eh!$"
+
+Text_1C1B5E:: @ 81C1B5E
+ .string "Hahaha!\n"
+ .string "A little toughie, as always!$"
+
+Text_1C1B83:: @ 81C1B83
+ .string "I got up early every day to train\n"
+ .string "my POKéMON from cocoons!$"
+
+Text_1C1BBE:: @ 81C1BBE
+ .string "Hahahaha!\n"
+ .string "I'll win this time!$"
+
+Text_1C1BDC:: @ 81C1BDC
+ .string "Go win, my super BUG POKéMON!$"
+
+Text_1C1BFA:: @ 81C1BFA
+ .string "Wow, you came here again?\n"
+ .string "Maybe you're a POKéMANIAC, too?\l"
+ .string "Want to see my collection?$"
+
+Text_1C1C4F:: @ 81C1C4F
+ .string "Ha-hahah-ah-ha!\n"
+ .string "I can't stop sneezing!$"
+
+Text_1C1C76:: @ 81C1C76
+ .string "Hi, kid!\n"
+ .string "Did I show you my POKéMON?$"
+
+Text_1C1C9A:: @ 81C1C9A
+ .string "I went out to a POKéMON GYM again.\p"
+ .string "…But I lost as usual.$"
+
+Text_1C1CD3:: @ 81C1CD3
+ .string "Ah!\n"
+ .string "This mountain air is delicious!\l"
+ .string "It's so good, I can't leave!$"
+
+Text_1C1D14:: @ 81C1D14
+ .string "My head is starting to spin.\n"
+ .string "I've been hiking for too long…$"
+
+Text_1C1D50:: @ 81C1D50
+ .string "Win, lose, or draw!\n"
+ .string "Now for our rematch!$"
+
+Text_1C1D79:: @ 81C1D79
+ .string "Competing is the ultimate thrill.\n"
+ .string "I still can't get enough!$"
+
+Text_1C1DB5:: @ 81C1DB5
+ .string "You know, right?\n"
+ .string "Let's go, but don't cheat!$"
+
+Text_1C1DE1:: @ 81C1DE1
+ .string "Hi, there!\p"
+ .string "But be careful!\n"
+ .string "I'm still laying down some cables!$"
+
+Text_1C1E1F:: @ 81C1E1F
+ .string "I became a TRAINER a while ago.\n"
+ .string "But, I think I can win.$"
+
+Text_1C1E57:: @ 81C1E57
+ .string "Fwahaha!\n"
+ .string "I have never lost!\p"
+ .string "…And if I did, I've forgotten all\n"
+ .string "about it!$"
+
+Text_1C1E9F:: @ 81C1E9F
+ .string "I have never won before…\p"
+ .string "Perhaps I am destined to remain\n"
+ .string "that way…$"
+
+Text_1C1EE2:: @ 81C1EE2
+ .string "I'm the best in my class.\n"
+ .string "I train every morning and night!$"
+
+Text_1C1F1D:: @ 81C1F1D
+ .string "Keep your eyes out for live wires!$"
+
+Text_1C1F40:: @ 81C1F40
+ .string "I raised my POKéMON carefully.\n"
+ .string "They should be ready by now.\l"
+ .string "This time, they should win, too.$"
+
+Text_1C1F9D:: @ 81C1F9D
+ .string "Yeah!\n"
+ .string "I got a bite, here!\l"
+ .string "Th-this might be the real thing!$"
+
+Text_1C1FD8:: @ 81C1FD8
+ .string "You're finally here.\n"
+ .string "Fishing is a waiting game.$"
+
+Text_1C2008:: @ 81C2008
+ .string "Still can't find a MOON STONE…\n"
+ .string "Have you found one?$"
+
+Text_1C203B:: @ 81C203B
+ .string "Electricity has always been my\n"
+ .string "specialty.\p"
+ .string "I don't know a thing about POKéMON\n"
+ .string "of the sea, though.$"
+
+Text_1C209C:: @ 81C209C
+ .string "The FISHING FOOL vs. POKéMON KID!\n"
+ .string "Another round, fight!$"
+
+Text_1C20D4:: @ 81C20D4
+ .string "I love fishing, don't get me wrong.\n"
+ .string "But, I wish I had more work…\l"
+ .string "…It's hard to give up fishing!$"
+
+Text_1C2134:: @ 81C2134
+ .string "What's catching?\p"
+ .string "You'll never know unless you beat\n"
+ .string "me!$"
+
+Text_1C216B:: @ 81C216B
+ .string "JES: I'll win here today and\n"
+ .string "propose to my GIA.$"
+
+Text_1C219B:: @ 81C219B
+ .string "GIA: Hey, JES…\n"
+ .string "I've been waiting a long time now.\p"
+ .string "If we win today, I'll marry you!$"
+
+Text_1C21EE:: @ 81C21EE
+ .string "My bird POKéMON remember you!$"
+
+Text_1C220C:: @ 81C220C
+ .string "I want to be the best TRAINER \n"
+ .string "while I'm a kid!$"
+
+Text_1C223C:: @ 81C223C
+ .string "Wow!\n"
+ .string "You got more cool BADGES!$"
+
+Text_1C225B:: @ 81C225B
+ .string "My cutely grown POKéMON wish to\n"
+ .string "become reacquainted with you.$"
+
+Text_1C2299:: @ 81C2299
+ .string "I cleaned out my savings and\n"
+ .string "bought more CARBOS.$"
+
+Text_1C22CA:: @ 81C22CA
+ .string "I'm not going to lose this time.\n"
+ .string "The wind's blowing my way!$"
+
+Text_1C2306:: @ 81C2306
+ .string "Oh, you're back?\p"
+ .string "Sure, I'll play again with you,\n"
+ .string "sweetie.$"
+
+Text_1C2340:: @ 81C2340
+ .string "Can't you forget that you battled\n"
+ .string "with me?$"
+
+Text_1C236B:: @ 81C236B
+ .string "What're you starin' at?$"
+
+Text_1C2383:: @ 81C2383
+ .string "I always go with bird POKéMON.\n"
+ .string "I've dedicated myself to them.$"
+
+Text_1C23C1:: @ 81C23C1
+ .string "I used TMs to teach good moves\n"
+ .string "to my POKéMON.$"
+
+Text_1C23EF:: @ 81C23EF
+ .string "My bird POKéMON should be ready\n"
+ .string "for battle this time.$"
+
+Text_1C2425:: @ 81C2425
+ .string "Are you using TMs on POKéMON?\n"
+ .string "Just holding them is useless.$"
+
+Text_1C2461:: @ 81C2461
+ .string "Have you taught your bird POKéMON\n"
+ .string "how to FLY?\p"
+ .string "You'll be able to soar with it into\n"
+ .string "the sky! Give it a try.$"
+
+Text_1C24CB:: @ 81C24CB
+ .string "The legend of the winged mirages…\n"
+ .string "You've heard it, right?$"
+
+Text_1C2505:: @ 81C2505
+ .string "I'm really not into it, but okay.\n"
+ .string "Let's go!$"
+
+Text_1C2531:: @ 81C2531
+ .string "Hey!\n"
+ .string "I remember you!\p"
+ .string "C'mon, c'mon.\n"
+ .string "Let's go, let's go, let's go!$"
+
+Text_1C2572:: @ 81C2572
+ .string "You're here again, huh?\n"
+ .string "Shut up and battle.$"
+
+Text_1C259E:: @ 81C259E
+ .string "We've been riding here because of\n"
+ .string "the wide-open spaces.$"
+
+Text_1C25D6:: @ 81C25D6
+ .string "POKéMON battle, right?\n"
+ .string "Cool! Rumble!$"
+
+Text_1C25FB:: @ 81C25FB
+ .string "KIRI: JAN, I hope we win today.$"
+
+Text_1C261B:: @ 81C261B
+ .string "JAN: KIRI, here we go!\n"
+ .string "Let's win for sure this time!$"
+
+Text_1C2650:: @ 81C2650
+ .string "I'm going to keep battling with the\n"
+ .string "POKéMON I got in trades.$"
+
+Text_1C268D:: @ 81C268D
+ .string "You look gentle, so I think I can\n"
+ .string "beat you.\p"
+ .string "I'll give it one more go!$"
+
+Text_1C26D3:: @ 81C26D3
+ .string "When I whistle, bird POKéMON\n"
+ .string "gather around.\p"
+ .string "They're amazingly cute!$"
+
+Text_1C2717:: @ 81C2717
+ .string "Hmm? My birds are shivering!\n"
+ .string "Wait, aren't you that TRAINER…$"
+
+Text_1C2753:: @ 81C2753
+ .string "Oh, you're a little cutie!\n"
+ .string "So like a darling POKéMON!\l"
+ .string "I remember you now!$"
+
+Text_1C279D:: @ 81C279D
+ .string "I raise POKéMON for protection\n"
+ .string "because I live alone.\p"
+ .string "That hasn't changed.$"
+
+Text_1C27E7:: @ 81C27E7
+ .string "Hey, kid! C'mon!\n"
+ .string "I got these off some loser!$"
+
+Text_1C2814:: @ 81C2814
+ .string "Fork over all your cash when you\n"
+ .string "lose to me, kid!$"
+
+Text_1C2846:: @ 81C2846
+ .string "What's cool and happening?\n"
+ .string "Trading POKéMON, of course.$"
+
+Text_1C287D:: @ 81C287D
+ .string "Want to play with my POKéMON\n"
+ .string "again?$"
+
+Text_1C28A1:: @ 81C28A1
+ .string "MYA: Hi, we keep meeting,\n"
+ .string "don't we?\p"
+ .string "Help me train my little brother\n"
+ .string "again?$"
+
+Text_1C28EC:: @ 81C28EC
+ .string "RON: My sister's gotten more\n"
+ .string "powerful…$"
+
+Text_1C2913:: @ 81C2913
+ .string "What do you want?$"
+
+Text_1C2925:: @ 81C2925
+ .string "Nice BIKE!\n"
+ .string "Hand it over quick!$"
+
+Text_1C2944:: @ 81C2944
+ .string "Come out and play, little mouse.\n"
+ .string "I'll treat you right!$"
+
+Text_1C297B:: @ 81C297B
+ .string "Hey, wait a second!\n"
+ .string "Don't call me and then run away!$"
+
+Text_1C29B0:: @ 81C29B0
+ .string "I'm feeling hungry and mean!\n"
+ .string "I really need a punching bag!$"
+
+Text_1C29EB:: @ 81C29EB
+ .string "Hey, there!\n"
+ .string "We'll have ourselves a good time!$"
+
+Text_1C2A19:: @ 81C2A19
+ .string "JED: Are you here to see our\n"
+ .string "love, which knows no bounds?$"
+
+Text_1C2A53:: @ 81C2A53
+ .string "LEA: Sometimes, the intensity of\n"
+ .string "our love scares me.$"
+
+Text_1C2A88:: @ 81C2A88
+ .string "I told you, there's no getting rich\n"
+ .string "quick in battling kids.$"
+
+Text_1C2AC4:: @ 81C2AC4
+ .string "I'm mighty proud of my bod, kiddo.\n"
+ .string "Come on!$"
+
+Text_1C2AF0:: @ 81C2AF0
+ .string "You out for a stroll?$"
+
+Text_1C2B06:: @ 81C2B06
+ .string "We're BIKERS!\n"
+ .string "We rule the roads, man!$"
+
+Text_1C2B2C:: @ 81C2B2C
+ .string "VOLTORB's going to seriously\n"
+ .string "electrify you today!$"
+
+Text_1C2B5E:: @ 81C2B5E
+ .string "I leveled up my POKéMON, but it\n"
+ .string "absolutely won't evolve. Why?$"
+
+Text_1C2B9C:: @ 81C2B9C
+ .string "Gaah! I really need to exercise\n"
+ .string "and seriously trim some flab!$"
+
+Text_1C2BDA:: @ 81C2BDA
+ .string "Be a rebel!$"
+
+Text_1C2BE6:: @ 81C2BE6
+ .string "Yep, that's a nice BIKE!\n"
+ .string "How's it handle?$"
+
+Text_1C2C10:: @ 81C2C10
+ .string "Get lost, kid!\n"
+ .string "I'm bushed!$"
+
+Text_1C2C2B:: @ 81C2C2B
+ .string "I've been checking every grassy\n"
+ .string "area for new POKéMON.\p"
+ .string "But it's not always easy…$"
+
+Text_1C2C7B:: @ 81C2C7B
+ .string "Koorukukukoo!\n"
+ .string "Is my birdcall getting better?$"
+
+Text_1C2CA8:: @ 81C2CA8
+ .string "I warned you before, this is my\n"
+ .string "turf!\p"
+ .string "I don't want you coming around.$"
+
+Text_1C2CEE:: @ 81C2CEE
+ .string "I'm almost warmed up to go\n"
+ .string "out for a swim.$"
+
+Text_1C2D19:: @ 81C2D19
+ .string "Wait! Slow down!\n"
+ .string "What if you have a heart attack?$"
+
+Text_1C2D4B:: @ 81C2D4B
+ .string "I love swimming!\n"
+ .string "I guess you're the surfing type.$"
+
+Text_1C2D7D:: @ 81C2D7D
+ .string "What's beyond the horizon?\n"
+ .string "Have you seen?$"
+
+Text_1C2DA7:: @ 81C2DA7
+ .string "I tried diving for POKéMON again,\n"
+ .string "but it was a no-go like before.$"
+
+Text_1C2DE9:: @ 81C2DE9
+ .string "I look at the sea to forget all\n"
+ .string "the bad things that happened.\p"
+ .string "…Like losing to you the last time!$"
+
+Text_1C2E4A:: @ 81C2E4A
+ .string "You always get to ride your\n"
+ .string "POKéMON…\p"
+ .string "It looks so relaxing.\n"
+ .string "Can I have it if I win?$"
+
+Text_1C2E9D:: @ 81C2E9D
+ .string "Swimming's great!\n"
+ .string "Sunburns aren't!$"
+
+Text_1C2EC0:: @ 81C2EC0
+ .string "These waters are treacherous!\n"
+ .string "You shouldn't come back here!$"
+
+Text_1C2EFC:: @ 81C2EFC
+ .string "I swam here with my friends…\n"
+ .string "I'm tired…\l"
+ .string "Must we really battle again?$"
+
+Text_1C2F41:: @ 81C2F41
+ .string "LIA: You know my brother just\n"
+ .string "became a TRAINER, right?\p"
+ .string "I want to make him better, so I\n"
+ .string "need your help again.$"
+
+Text_1C2FAE:: @ 81C2FAE
+ .string "LUC: My big sis taught me all\n"
+ .string "about POKéMON.\p"
+ .string "I wonder if I'm better?$"
+
+Text_1C2FF3:: @ 81C2FF3
+ .string "The water is shallow here.\n"
+ .string "There are many people swimming.$"
+
+Text_1C302E:: @ 81C302E
+ .string "Are you jealous that I'm\n"
+ .string "vacationing on SEAFOAM?$"
+
+Text_1C305F:: @ 81C305F
+ .string "I love floating with the fishes\n"
+ .string "here among the waves.$"
+
+Text_1C3095:: @ 81C3095
+ .string "Were you on vacation, too?$"
+
+Text_1C30B0:: @ 81C30B0
+ .string "Check out my physique!\p"
+ .string "It's even more buff than ever\n"
+ .string "before!$"
+
+Text_1C30ED:: @ 81C30ED
+ .string "Why are you riding a POKéMON?\n"
+ .string "Haven't you learned to swim yet?$"
+
+Text_1C312C:: @ 81C312C
+ .string "I rode my bird POKéMON here.$"
+
+Text_1C3149:: @ 81C3149
+ .string "My boyfriend gave me big pearls.\n"
+ .string "And, they've grown bigger!$"
+
+Text_1C3185:: @ 81C3185
+ .string "I swam here from CINNABAR ISLAND.\n"
+ .string "It wasn't easy, like I said.$"
+
+Text_1C31C4:: @ 81C31C4
+ .string "CINNABAR, in the west, has a LAB\n"
+ .string "for POKéMON.\p"
+ .string "My daddy works there.$"
+
+Text_1C3208:: @ 81C3208
+ .string "You want to know if the fish are\n"
+ .string "biting?$"
+
+Text_1C3231:: @ 81C3231
+ .string "I got a big haul again!\n"
+ .string "Wanna go for it once more?$"
+
+Text_1C3264:: @ 81C3264
+ .string "The sea cleanses my body and soul!$"
+
+Text_1C3287:: @ 81C3287
+ .string "きょうも およぎに\n"
+ .string "きちまったぜ$"
+
+Text_1C3298:: @ 81C3298
+ .string "I caught my POKéMON at sea.\n"
+ .string "And that's where I train them.$"
+
+Text_1C32D3:: @ 81C32D3
+ .string "Right now, I'm in another triathlon\n"
+ .string "meet!$"
+
+Text_1C32FD:: @ 81C32FD
+ .string "Ahh!\n"
+ .string "Feel the sun and the wind!$"
+
+Text_1C331D:: @ 81C331D
+ .string "Hey, cut it out already.\n"
+ .string "You always scare away the fish!$"
+
+Text_1C3356:: @ 81C3356
+ .string "Keep me company till I get a hit.$"
+
+Text_1C3378:: @ 81C3378
+ .string "LIL: Huh? A battle again?\n"
+ .string "IAN, can't you do it alone?$"
+
+Text_1C33AE:: @ 81C33AE
+ .string "IAN: My sis is still a slob.\n"
+ .string "Help me get her into shape!$"
+
+Text_1C33E7:: @ 81C33E7
+ .string "I won't lose while I'm here!$"
+
+Text_1C3404:: @ 81C3404
+ .string "Dad took me to a great party on\n"
+ .string "the S.S. ANNE at VERMILION CITY.$"
+
+Text_1C3445:: @ 81C3445
+ .string "I'm a cool guy.\n"
+ .string "I've got a girlfriend!\p"
+ .string "I'll show her how cool I am for\n"
+ .string "sure this time!$"
+
+Text_1C349C:: @ 81C349C
+ .string "Hi!\n"
+ .string "My boyfriend is cool!\l"
+ .string "My conditioning's good today!$"
+
+Text_1C34D4:: @ 81C34D4
+ .string "I had this feeling…\n"
+ .string "I knew I had to battle you again!$"
+
+Text_1C350A:: @ 81C350A
+ .string "My friend has many cute POKéMON.\n"
+ .string "I'm so jealous!$"
+
+Text_1C353B:: @ 81C353B
+ .string "I just trained up on MT. MOON,\n"
+ .string "but I've still got gas in the tank!$"
+
+Text_1C357E:: @ 81C357E
+ .string "A POKéMANIAC lives on the cape.\n"
+ .string "Have you seen his collection?$"
+
+Text_1C35BC:: @ 81C35BC
+ .string "You're going to see BILL again?\n"
+ .string "First, we battle!$"
+
+Text_1C35EE:: @ 81C35EE
+ .string "I saw your feat from the grass!$"
+
+Text_1C360E:: @ 81C360E
+ .string "Okay!\n"
+ .string "I'll stomp you!$"
+
+Text_1C3624:: @ 81C3624
+ .string "You always look so busy…\n"
+ .string "Aren't you getting tired?$"
+
+Text_1C3657:: @ 81C3657
+ .string "You really must love coming to\n"
+ .string "NUGGET BRIDGE.$"
+
+Text_1C3685:: @ 81C3685
+ .string "The time we battled…\p"
+ .string "Even though I was the second in\n"
+ .string "line, I was the best, wasn't I?$"
+
+Text_1C36DA:: @ 81C36DA
+ .string "People call this the NUGGET\n"
+ .string "BRIDGE!\p"
+ .string "You've already beaten us, so you're\n"
+ .string "not allowed to take the challenge…\p"
+ .string "…But, you're welcome to battle with\n"
+ .string "us again.$"
+
+Text_1C3773:: @ 81C3773
+ .string "Lying back, rocked by the waves…\n"
+ .string "I don't notice time slipping by…$"
+
+Text_1C37B5:: @ 81C37B5
+ .string "The weather's gorgeous!\n"
+ .string "I'll try not to spoil it.$"
+
+Text_1C37E7:: @ 81C37E7
+ .string "My sunburn is starting to hurt…$"
+
+Text_1C3807:: @ 81C3807
+ .string "The fire bird's mountain casts\n"
+ .string "a huge shadow…$"
+
+Text_1C3835:: @ 81C3835
+ .string "I have this strong feeling that\n"
+ .string "I can win this time!$"
+
+Text_1C386A:: @ 81C386A
+ .string "Wait! Wait a second!\n"
+ .string "I'm sure I've hooked a big one!$"
+
+Text_1C389F:: @ 81C389F
+ .string "You'll help me out with my\n"
+ .string "training again?$"
+
+Text_1C38CA:: @ 81C38CA
+ .string "We haven't missed a single day of\n"
+ .string "training yet!$"
+
+Text_1C38FA:: @ 81C38FA
+ .string "Every morning, before breakfast,\n"
+ .string "I swim around this island…\l"
+ .string "Three times!$"
+
+Text_1C3943:: @ 81C3943
+ .string "Dress appropriately for battle!\n"
+ .string "Lose that frivolous outfit, I said!$"
+
+Text_1C3987:: @ 81C3987
+ .string "You know, everything tastes great\n"
+ .string "when you're out in the wild.$"
+
+Text_1C39C6:: @ 81C39C6
+ .string "I ate too much again, so will you\n"
+ .string "battle us for some exercise?$"
+
+Text_1C3A05:: @ 81C3A05
+ .string "KIA: My big brother and I make\n"
+ .string "an awesome combination!\p"
+ .string "We won't lose this time!$"
+
+Text_1C3A55:: @ 81C3A55
+ .string "MIK: Together with KIA, we're\n"
+ .string "afraid of nothing!\p"
+ .string "We'll prove it to you this time!$"
+
+Text_1C3AA7:: @ 81C3AA7
+ .string "Are we to battle again?$"
+
+Text_1C3ABF:: @ 81C3ABF
+ .string "From where have you come, and\n"
+ .string "where are you bound?$"
+
+Text_1C3AF2:: @ 81C3AF2
+ .string "I want to swim without my float\n"
+ .string "ring soon.$"
+
+Text_1C3B1D:: @ 81C3B1D
+ .string "Yay, yay!\n"
+ .string "POKéMON!$"
+
+Text_1C3B30:: @ 81C3B30
+ .string "Oh, no, didn't I tell you already?\n"
+ .string "Please, stay away from me!$"
+
+Text_1C3B6E:: @ 81C3B6E
+ .string "JOY: We've gotten stronger!\n"
+ .string "Lots and lots!$"
+
+Text_1C3B99:: @ 81C3B99
+ .string "MEG: You can't beat us today!$"
+
+Text_1C3BB7:: @ 81C3BB7
+ .string "Oh, hello!\p"
+ .string "Are you raising your POKéMON in a\n"
+ .string "good environment?$"
+
+Text_1C3BF6:: @ 81C3BF6
+ .string "With these hands, I will create\n"
+ .string "my victory today.$"
+
+Text_1C3C28:: @ 81C3C28
+ .string "Must I repeat myself?\n"
+ .string "I'm trying to paint.\l"
+ .string "Please keep out of my sight!$"
+
+Text_1C3C70:: @ 81C3C70
+ .string "I haven't made any progress…\n"
+ .string "I still can't get the right angle…$"
+
+Text_1C3CB0:: @ 81C3CB0
+ .string "Oh, you will give me another\n"
+ .string "opportunity to match wits with you?$"
+
+Text_1C3CF1:: @ 81C3CF1
+ .string "They're almost finished making the\n"
+ .string "pool for my POKéMON.\p"
+ .string "You must drop in for a visit.$"
+
+Text_1C3D47:: @ 81C3D47
+ .string "I'm a good runner.\n"
+ .string "I've gotten even faster!$"
+
+Text_1C3D73:: @ 81C3D73
+ .string "I say, friend!\n"
+ .string "Let us enjoy our time together!$"
+
+Text_1C3DA2:: @ 81C3DA2
+ .string "I'm the eldest of the BIRD\n"
+ .string "BROTHERS. Remember me?\p"
+ .string "That's right, I'm the one who loves\n"
+ .string "birds for their beaks!$"
+
+Text_1C3E0F:: @ 81C3E0F
+ .string "I'm the middle kid of the BIRD\n"
+ .string "BROTHERS.\p"
+ .string "I'm the one that loves wings.\n"
+ .string "Let's battle again!$"
+
+Text_1C3E6A:: @ 81C3E6A
+ .string "I'm the youngest of the BIRD\n"
+ .string "BROTHERS.\p"
+ .string "I love birds for their down.\n"
+ .string "I didn't think I'd see you again!$"
+
+Text_1C3ED0:: @ 81C3ED0
+ .string "I'm still having no luck at all.\n"
+ .string "A battle'd be a change of pace!$"
+
+Text_1C3F11:: @ 81C3F11
+ .string "Gasp… Gasp…\p"
+ .string "I swam here from SIX ISLAND's port\n"
+ .string "in one go again.$"
+
+Text_1C3F51:: @ 81C3F51
+ .string "You always come along while I'm\n"
+ .string "swimming.$"
+
+Text_1C3F7B:: @ 81C3F7B
+ .string "AVA: Let's have another\n"
+ .string "two-on-two marine battle today!$"
+
+Text_1C3FB3:: @ 81C3FB3
+ .string "GEB: My big sister and I are way\n"
+ .string "tougher than before!$"
+
+Text_1C3FE9:: @ 81C3FE9
+ .string "…Huh?\p"
+ .string "I envision my house, but TELEPORT\n"
+ .string "always brings me here!$"
+
+Text_1C4028:: @ 81C4028
+ .string "Oh, hello.\n"
+ .string "A pleasant breeze is blowing again.$"
+
+Text_1C4057:: @ 81C4057
+ .string "Hehehe, I'm practicing in secret\n"
+ .string "again.$"
+
+Text_1C407F:: @ 81C407F
+ .string "What, you're sick of seeing\n"
+ .string "SWIMMERS like me?\p"
+ .string "Aww, don't be hatin'!\n"
+ .string "Battle with me again.$"
+
+Text_1C40D9:: @ 81C40D9
+ .string "Sigh…\n"
+ .string "My boyfriend's busy again…$"
+
+Text_1C40FA:: @ 81C40FA
+ .string "Come on, tell me, where are the\n"
+ .string "mountains around these parts?$"
+
+Text_1C4138:: @ 81C4138
+ .string "MIU: Hello, POKéMON!\n"
+ .string "It's time to play again!$"
+
+Text_1C4166:: @ 81C4166
+ .string "MIA: Hello, POKéMON!\n"
+ .string "It's time to battle again!$"
+
+Text_1C4196:: @ 81C4196
+ .string "There appear to be many secrets\n"
+ .string "still unsolved in this world.$"
+
+Text_1C41D4:: @ 81C41D4
+ .string "Hi, didn't we meet before?\n"
+ .string "What compelled you to come back?$"
+
+Text_1C4210:: @ 81C4210
+ .string "It's been said that there are\n"
+ .string "mysterious stones on this island.\p"
+ .string "Have you discovered anything since\n"
+ .string "we last met?$"
+
+Text_1C4280:: @ 81C4280
+ .string "A rematch with you, so high up!$"
+
+Text_1C42A0:: @ 81C42A0
+ .string "I'm pretty familiar with the land\n"
+ .string "around these parts.$"
+
+Text_1C42D6:: @ 81C42D6
+ .string "I sensed your approach.$"
+
+Text_1C42EE:: @ 81C42EE
+ .string "Somewhere on this island, peculiar\n"
+ .string "POKéMON are sleeping.$"
+
+Text_1C4327:: @ 81C4327
+ .string "Kyahaha!\p"
+ .string "Coming back won't change a thing.\n"
+ .string "I'll flick you away effortlessly!$"
+
+Text_1C4374:: @ 81C4374
+ .string "Howdy! You're a member of my\n"
+ .string "fan club, isn't that right?$"
+
+Text_1C43AD:: @ 81C43AD
+ .string "This island is too spread out…\n"
+ .string "Patrolling the place is a drag…$"
+
+Text_1C43EC:: @ 81C43EC
+ .string "I don't forgive people who abuse\n"
+ .string "POKéMON!$"
+
+Text_1C4416:: @ 81C4416
+ .string "EVE: I'll team up with JON and\n"
+ .string "battle together again.$"
+
+Text_1C444C:: @ 81C444C
+ .string "JON: When I'm with EVE, it feels\n"
+ .string "like we could never lose, not ever.$"
+
+Text_1C4491:: @ 81C4491
+ .string "Let's have another battle.\n"
+ .string "My conditioning's in top form!$"
+
+Text_1C44CB:: @ 81C44CB
+ .string "It doesn't matter if you happen to\n"
+ .string "have the strongest POKéMON…\p"
+ .string "It doesn't mean a thing if you don't\n"
+ .string "know how to use them properly!$"
+
+Text_1C454E:: @ 81C454E
+ .string "I work to protect the environment.\n"
+ .string "In turn, nature protects me!$"
+
+Text_1C458E:: @ 81C458E
+ .string "Every time we meet, you have those\n"
+ .string "snazzy shoes on.$"
+
+Text_1C45C2:: @ 81C45C2
+ .string "You must have gotten tougher.\n"
+ .string "Let me battle you, please!$"
+
+Text_1C45FB:: @ 81C45FB
+ .string "I was given the best possible\n"
+ .string "education to become this strong.\p"
+ .string "I won't lose this time.\n"
+ .string "Absolutely not!$"
+
+Text_1C4662:: @ 81C4662
+ .string "LEX: My darling NYA, together\n"
+ .string "we will win for certain!$"
+
+Text_1C4699:: @ 81C4699
+ .string "NYA: I won't drag down my mentor\n"
+ .string "LEX! We're going to win!$"
+
+Text_1C46D3:: @ 81C46D3
+ .string "Have you discovered anything about\n"
+ .string "this stone chamber?$"
+
+Text_1C470A:: @ 81C470A
+ .string "A mystic POKéMON is said to sleep\n"
+ .string "inside here.$"
+
+Text_1C4739:: @ 81C4739
+ .string "My teacher is showing me how to\n"
+ .string "paint some more.$"
+
+Text_1C476A:: @ 81C476A
+ .string "Today, in addition to our lesson,\n"
+ .string "we came to see the chamber again.$"
diff --git a/include/constants/cable_club.h b/include/constants/cable_club.h
new file mode 100644
index 000000000..f2aa4120c
--- /dev/null
+++ b/include/constants/cable_club.h
@@ -0,0 +1,15 @@
+#ifndef GUARD_CONSTANTS_CABLE_CLUB_H
+#define GUARD_CONSTANTS_CABLE_CLUB_H
+
+// States for VAR_CABLE_CLUB_STATE
+#define USING_SINGLE_BATTLE 1
+#define USING_DOUBLE_BATTLE 2
+#define USING_TRADE_CENTER 3
+#define USING_RECORD_CORNER 4
+#define USING_MULTI_BATTLE 5
+#define USING_UNION_ROOM 6
+#define USING_BERRY_CRUSH 7
+#define USING_MINIGAME 8
+#define USING_BATTLE_TOWER 9
+
+#endif //GUARD_CONSTANTS_CABLE_CLUB_H
diff --git a/include/constants/vars.h b/include/constants/vars.h
index 3635aef6b..5806b8c42 100644
--- a/include/constants/vars.h
+++ b/include/constants/vars.h
@@ -155,7 +155,7 @@
#define VAR_MAP_SCENE_PEWTER_CITY 0x406C
#define VAR_0x406D 0x406D
#define VAR_MAP_SCENE_FUCHSIA_CITY_SAFARI_ZONE_ENTRANCE 0x406E
-#define VAR_0x406F 0x406F
+#define VAR_CABLE_CLUB_STATE 0x406F
#define VAR_MAP_SCENE_PALLET_TOWN_SIGN_LADY 0x4070
#define VAR_MAP_SCENE_CINNABAR_ISLAND 0x4071
#define VAR_0x4072 0x4072