diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 23:44:55 -0500 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2020-01-08 23:44:55 -0500 |
commit | 16dc234d9964e41443b965dc774a0ff60d3338fa (patch) | |
tree | 2bbdb33e455bdc37e81c388d4005eeebd50e36c0 /data/event_scripts.s | |
parent | 33a4b6848647bd18ca1d01e44d15624c195305a9 (diff) |
Some stdscript sync, start syncing cable_club.inc
Diffstat (limited to 'data/event_scripts.s')
-rw-r--r-- | data/event_scripts.s | 3208 |
1 files changed, 95 insertions, 3113 deletions
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 |