pokeemerald/data/maps/BattleFrontier_BattlePikeLobby/scripts.inc

435 lines
17 KiB
PHP
Raw Normal View History

2017-11-10 02:21:31 +01:00
BattleFrontier_BattlePikeLobby_MapScripts:: @ 825B6C6
2019-12-09 08:10:42 +01:00
map_script MAP_SCRIPT_ON_FRAME_TABLE, BattleFrontier_BattlePikeLobby_OnFrame
map_script MAP_SCRIPT_ON_WARP_INTO_MAP_TABLE, BattleFrontier_BattlePikeLobby_OnWarp
2017-11-10 02:21:31 +01:00
.byte 0
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_OnFrame: @ 825B6D1
map_script_2 VAR_TEMP_0, 0, BattleFrontier_BattlePikeLobby_EventScript_GetChallengeStatus
map_script_2 VAR_TEMP_0, CHALLENGE_STATUS_SAVING, BattleFrontier_BattlePikeLobby_EventScript_QuitWithoutSaving
map_script_2 VAR_TEMP_0, CHALLENGE_STATUS_WON, BattleFrontier_BattlePikeLobby_EventScript_WonChallenge
map_script_2 VAR_TEMP_0, CHALLENGE_STATUS_LOST, BattleFrontier_BattlePikeLobby_EventScript_LostChallenge
2017-11-10 02:21:31 +01:00
.2byte 0
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_OnWarp: @ 825B6F3
map_script_2 VAR_TEMP_1, 0, BattleFrontier_BattlePikeLobby_EventScript_TurnPlayerNorth
2017-11-10 02:21:31 +01:00
.2byte 0
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_TurnPlayerNorth:: @ 825B6FD
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_1, 1
turnobject OBJ_EVENT_ID_PLAYER, DIR_NORTH
2017-11-10 02:21:31 +01:00
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_GetChallengeStatus:: @ 825B707
2019-11-24 22:58:40 +01:00
frontier_getstatus
2017-11-10 02:21:31 +01:00
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_QuitWithoutSaving:: @ 825B710
2017-12-16 00:08:23 +01:00
special HealPlayerParty
2019-11-29 08:00:19 +01:00
pike_resethelditems
2017-11-10 02:21:31 +01:00
lockall
2019-12-09 08:10:42 +01:00
msgbox BattleFrontier_BattlePikeLobby_Text_FailedToSaveBeforeQuitting, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
2019-11-29 08:00:19 +01:00
pike_set PIKE_DATA_WIN_STREAK 0
pike_set PIKE_DATA_WIN_STREAK_ACTIVE, FALSE
2019-11-24 22:58:40 +01:00
frontier_set FRONTIER_DATA_CHALLENGE_STATUS, 0
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_0, 255
2017-11-10 02:21:31 +01:00
releaseall
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_WonChallenge:: @ 825B762
2017-11-10 02:21:31 +01:00
lockall
2019-11-24 22:58:40 +01:00
frontier_isbrain
2019-11-10 02:40:25 +01:00
compare VAR_RESULT, TRUE
2019-12-09 08:10:42 +01:00
goto_if_eq BattleFrontier_BattlePikeLobby_EventScript_DefeatedQueen
msgbox BattleFrontier_BattlePikeLobby_Text_PossessLuckInAbundance, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
waitmessage
2019-12-09 08:10:42 +01:00
goto BattleFrontier_BattlePikeLobby_EventScript_GiveBattlePoints
2017-11-10 02:21:31 +01:00
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_DefeatedQueen:: @ 825B784
msgbox BattleFrontier_BattlePikeLobby_Text_SnatchedVictoryFromQueen, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
waitmessage
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_GiveBattlePoints:: @ 825B78D
msgbox BattleFrontier_BattlePikeLobby_Text_AwardYouTheseBattlePoints, MSGBOX_DEFAULT
2019-11-24 22:58:40 +01:00
frontier_givepoints
msgbox BattleFrontier_Text_ObtainedXBattlePoints, MSGBOX_GETPOINTS
2019-11-24 22:58:40 +01:00
frontier_checkairshow
2019-11-29 08:00:19 +01:00
pike_get PIKE_DATA_TOTAL_STREAKS
2017-11-10 02:21:31 +01:00
addvar VAR_RESULT, 1
2019-11-29 08:00:19 +01:00
pike_set PIKE_DATA_TOTAL_STREAKS, VAR_RESULT
2018-04-29 14:21:59 +02:00
special LoadPlayerParty
2017-12-16 00:08:23 +01:00
special HealPlayerParty
2019-11-29 08:00:19 +01:00
pike_resethelditems
2019-12-09 08:10:42 +01:00
message BattleFrontier_BattlePikeLobby_Text_ShallRecordResults
2017-11-10 02:21:31 +01:00
waitmessage
2019-11-29 08:00:19 +01:00
pike_save 0
2017-11-10 02:21:31 +01:00
playse SE_SAVE
waitse
2019-12-09 08:10:42 +01:00
msgbox BattleFrontier_BattlePikeLobby_Text_LookForwardToSeeingYou, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_0, 255
2017-11-10 02:21:31 +01:00
releaseall
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_LostChallenge:: @ 825B806
2017-11-10 02:21:31 +01:00
lockall
2019-12-09 08:10:42 +01:00
message BattleFrontier_BattlePikeLobby_Text_ChallengeEndedRecordResults
2017-11-10 02:21:31 +01:00
waitmessage
2019-11-24 22:58:40 +01:00
frontier_checkairshow
frontier_set FRONTIER_DATA_BATTLE_NUM, 0
2019-11-29 08:00:19 +01:00
pike_set PIKE_DATA_WIN_STREAK_ACTIVE, FALSE
2018-04-29 14:21:59 +02:00
special LoadPlayerParty
2017-12-16 00:08:23 +01:00
special HealPlayerParty
2019-11-29 08:00:19 +01:00
pike_resethelditems
pike_save 0
2017-11-10 02:21:31 +01:00
playse SE_SAVE
waitse
2019-12-09 08:10:42 +01:00
msgbox BattleFrontier_BattlePikeLobby_Text_LookForwardToSeeingYou, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_0, 255
2017-11-10 02:21:31 +01:00
releaseall
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_Attendant:: @ 825B868
2017-11-10 02:21:31 +01:00
lock
faceplayer
2019-11-24 22:58:40 +01:00
setvar VAR_FRONTIER_FACILITY, FRONTIER_FACILITY_PIKE
setvar VAR_FRONTIER_BATTLE_MODE, FRONTIER_MODE_SINGLES
2018-04-29 14:21:59 +02:00
special SavePlayerParty
2019-12-09 08:10:42 +01:00
msgbox BattleFrontier_BattlePikeLobby_Text_WelcomeToBattlePike, MSGBOX_DEFAULT
BattleFrontier_BattlePikeLobby_EventScript_AskTakeChallenge:: @ 825B87F
message BattleFrontier_BattlePikeLobby_Text_TakeChallenge
2017-11-10 02:21:31 +01:00
waitmessage
2019-09-19 06:56:51 +02:00
multichoice 17, 6, MULTI_CHALLENGEINFO, 0
2017-11-10 02:21:31 +01:00
switch VAR_RESULT
2019-12-09 08:10:42 +01:00
case 0, BattleFrontier_BattlePikeLobby_EventScript_TryEnterChallenge
case 1, BattleFrontier_BattlePikeLobby_EventScript_ExplainChallenge
case 2, BattleFrontier_BattlePikeLobby_EventScript_CancelChallenge
case MULTI_B_PRESSED, BattleFrontier_BattlePikeLobby_EventScript_CancelChallenge
2017-11-10 02:21:31 +01:00
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_TryEnterChallenge:: @ 825B8BB
message BattleFrontier_BattlePikeLobby_Text_WhichChallengeMode
2017-11-10 02:21:31 +01:00
waitmessage
2019-09-19 06:56:51 +02:00
multichoice 17, 6, MULTI_LEVEL_MODE, 0
2017-11-10 02:21:31 +01:00
switch VAR_RESULT
2019-12-09 08:10:42 +01:00
case FRONTIER_LVL_TENT, BattleFrontier_BattlePikeLobby_EventScript_CancelChallenge
case MULTI_B_PRESSED, BattleFrontier_BattlePikeLobby_EventScript_CancelChallenge
2019-11-24 22:58:40 +01:00
frontier_checkineligible
compare VAR_0x8004, TRUE
2019-12-09 08:10:42 +01:00
goto_if_eq BattleFrontier_BattlePikeLobby_EventScript_NotEnoughValidMons
2019-11-24 22:58:40 +01:00
frontier_set FRONTIER_DATA_LVL_MODE, VAR_RESULT
2019-12-09 08:10:42 +01:00
msgbox BattleFrontier_BattlePikeLobby_Text_PleaseChooseThreeMons, MSGBOX_DEFAULT
2019-12-15 17:42:50 +01:00
fadescreen FADE_TO_BLACK
2019-11-24 22:58:40 +01:00
call BattleFrontier_EventScript_GetLvlMode
2017-11-10 02:21:31 +01:00
copyvar VAR_0x8004, VAR_RESULT
2019-11-26 23:20:08 +01:00
setvar VAR_0x8005, FRONTIER_PARTY_SIZE
special ChoosePartyForBattleFrontier
2017-11-10 02:21:31 +01:00
waitstate
compare VAR_RESULT, 0
2019-12-09 08:10:42 +01:00
goto_if_eq BattleFrontier_BattlePikeLobby_EventScript_LoadPartyAndCancelChallenge
msgbox BattleFrontier_BattlePikeLobby_Text_SaveBeforeChallenge, MSGBOX_YESNO
2017-11-10 02:21:31 +01:00
switch VAR_RESULT
2019-12-09 08:10:42 +01:00
case NO, BattleFrontier_BattlePikeLobby_EventScript_LoadPartyAndCancelChallenge
case YES, BattleFrontier_BattlePikeLobby_EventScript_SaveBeforeChallenge
case MULTI_B_PRESSED, BattleFrontier_BattlePikeLobby_EventScript_LoadPartyAndCancelChallenge
2017-11-10 02:21:31 +01:00
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_SaveBeforeChallenge:: @ 825B95C
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_0, 0
setvar VAR_TEMP_1, 0
2019-11-24 22:58:40 +01:00
frontier_set FRONTIER_DATA_SELECTED_MON_ORDER
2019-11-29 08:00:19 +01:00
pike_init
2019-11-24 22:58:40 +01:00
frontier_set FRONTIER_DATA_CHALLENGE_STATUS, CHALLENGE_STATUS_SAVING
2019-11-29 08:00:19 +01:00
pike_set PIKE_DATA_WIN_STREAK_ACTIVE, TRUE
pike_savehelditems
2019-11-24 22:58:40 +01:00
frontier_set FRONTIER_DATA_PAUSED, FALSE
2018-04-29 14:21:59 +02:00
special LoadPlayerParty
2017-11-10 02:21:31 +01:00
closemessage
delay 2
call Common_EventScript_SaveGame
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_0, 255
2019-11-29 08:00:19 +01:00
pike_savehelditems
compare VAR_RESULT, 0
2019-12-09 08:10:42 +01:00
goto_if_eq BattleFrontier_BattlePikeLobby_EventScript_CancelChallengeSaveFailed
2018-04-29 14:21:59 +02:00
special SavePlayerParty
2019-11-24 22:58:40 +01:00
frontier_setpartyorder FRONTIER_PARTY_SIZE
2019-12-09 08:10:42 +01:00
msgbox BattleFrontier_BattlePikeLobby_Text_StepThisWay, MSGBOX_DEFAULT
2017-11-10 02:21:31 +01:00
closemessage
2019-11-24 22:58:40 +01:00
frontier_settrainers
2019-12-09 08:10:42 +01:00
call BattleFrontier_BattlePikeLobby_EventScript_WalkToCorridor
2017-12-16 00:08:23 +01:00
special HealPlayerParty
call BattleFrontier_BattlePike_EventScript_CloseCurtain
warpsilent MAP_BATTLE_FRONTIER_BATTLE_PIKE_CORRIDOR, 255, 6, 7
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_0, 0
2017-11-10 02:21:31 +01:00
waitstate
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_ExplainChallenge:: @ 825BA1A
msgbox BattleFrontier_BattlePikeLobby_Text_ExplainBattlePike, MSGBOX_DEFAULT
goto BattleFrontier_BattlePikeLobby_EventScript_AskTakeChallenge
2017-11-10 02:21:31 +01:00
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_NotEnoughValidMons:: @ 825BA27
2017-11-10 02:21:31 +01:00
switch VAR_RESULT
2019-12-09 08:10:42 +01:00
case FRONTIER_LVL_50, BattleFrontier_BattlePikeLobby_EventScript_NotEnoughValidMonsLv50
case FRONTIER_LVL_OPEN, BattleFrontier_BattlePikeLobby_EventScript_NotEnoughValidMonsLvOpen
2017-11-10 02:21:31 +01:00
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_NotEnoughValidMonsLv50:: @ 825BA42
msgbox BattleFrontier_BattlePikeLobby_Text_NotEnoughValidMonsLv50, MSGBOX_DEFAULT
goto BattleFrontier_BattlePikeLobby_EventScript_EndCancelChallenge
2017-11-10 02:21:31 +01:00
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_NotEnoughValidMonsLvOpen:: @ 825BA4F
msgbox BattleFrontier_BattlePikeLobby_Text_NotEnoughValidMonsLvOpen, MSGBOX_DEFAULT
goto BattleFrontier_BattlePikeLobby_EventScript_EndCancelChallenge
2017-11-10 02:21:31 +01:00
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_CancelChallengeSaveFailed:: @ 825BA5C
2019-11-24 22:58:40 +01:00
frontier_set FRONTIER_DATA_CHALLENGE_STATUS, 0
2019-12-09 08:10:42 +01:00
goto BattleFrontier_BattlePikeLobby_EventScript_CancelChallenge
2017-11-10 02:21:31 +01:00
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_LoadPartyAndCancelChallenge:: @ 825BA73
2018-04-29 14:21:59 +02:00
special LoadPlayerParty
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_CancelChallenge:: @ 825BA76
msgbox BattleFrontier_BattlePikeLobby_Text_LookForwardToSeeingYou, MSGBOX_DEFAULT
BattleFrontier_BattlePikeLobby_EventScript_EndCancelChallenge:: @ 825BA7E
2017-11-10 02:21:31 +01:00
release
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_ShowResults:: @ 825BA80
2017-11-10 02:21:31 +01:00
lockall
frontier_results FRONTIER_FACILITY_PIKE
2017-11-10 02:21:31 +01:00
waitbuttonpress
special RemoveRecordsWindow
2017-11-10 02:21:31 +01:00
releaseall
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_WalkToCorridor:: @ 825BA94
applymovement 1, BattleFrontier_BattlePikeLobby_Movement_AttendantWalkToCorridor
applymovement OBJ_EVENT_ID_PLAYER, BattleFrontier_BattlePikeLobby_Movement_PlayerWalkToCorridor
2017-11-10 02:21:31 +01:00
waitmovement 0
return
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Movement_PlayerWalkToCorridor: @ 825BAA6
walk_up
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Movement_AttendantWalkToCorridor: @ 825BAA7
walk_up
walk_up
set_invisible
2017-11-10 02:21:31 +01:00
step_end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_Hiker:: @ 825BAAB
msgbox BattleFrontier_BattlePikeLobby_Text_OneRoomAwayFromGoal, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_Twin:: @ 825BAB4
msgbox BattleFrontier_BattlePikeLobby_Text_NeverHadToBattleTrainer, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_Beauty:: @ 825BABD
msgbox BattleFrontier_BattlePikeLobby_Text_ThinkAbilitiesUsefulHere, MSGBOX_NPC
2017-11-10 02:21:31 +01:00
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_RulesBoard:: @ 825BAC6
2017-11-10 02:21:31 +01:00
lockall
2019-12-09 08:10:42 +01:00
msgbox BattleFrontier_BattlePikeLobby_Text_RulesAreListed, MSGBOX_DEFAULT
goto BattleFrontier_BattlePikeLobby_EventScript_ReadRulesBoard
2017-11-10 02:21:31 +01:00
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_ReadRulesBoard:: @ 825BAD5
message BattleFrontier_BattlePikeLobby_Text_ReadWhichHeading
2017-11-10 02:21:31 +01:00
waitmessage
2019-09-19 06:56:51 +02:00
multichoice 16, 4, MULTI_BATTLE_PIKE_RULES, 0
2017-11-10 02:21:31 +01:00
switch VAR_RESULT
2019-12-09 08:10:42 +01:00
case 0, BattleFrontier_BattlePikeLobby_EventScript_RulesPokenavBag
case 1, BattleFrontier_BattlePikeLobby_EventScript_RulesHeldItems
case 2, BattleFrontier_BattlePikeLobby_EventScript_RulesMonOrder
case 3, BattleFrontier_BattlePikeLobby_EventScript_ExitRules
case MULTI_B_PRESSED, BattleFrontier_BattlePikeLobby_EventScript_ExitRules
2017-11-10 02:21:31 +01:00
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_RulesPokenavBag:: @ 825BB1D
msgbox BattleFrontier_BattlePikeLobby_Text_ExplainPokenavBagRules, MSGBOX_DEFAULT
goto BattleFrontier_BattlePikeLobby_EventScript_ReadRulesBoard
2017-11-10 02:21:31 +01:00
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_RulesHeldItems:: @ 825BB2B
msgbox BattleFrontier_BattlePikeLobby_Text_ExplainHeldItemRules, MSGBOX_DEFAULT
goto BattleFrontier_BattlePikeLobby_EventScript_ReadRulesBoard
2017-11-10 02:21:31 +01:00
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_RulesMonOrder:: @ 825BB39
msgbox BattleFrontier_BattlePikeLobby_Text_ExplainMonOrderRules, MSGBOX_DEFAULT
goto BattleFrontier_BattlePikeLobby_EventScript_ReadRulesBoard
2017-11-10 02:21:31 +01:00
end
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_EventScript_ExitRules:: @ 825BB47
2017-11-10 02:21:31 +01:00
releaseall
end
BattleFrontier_BattlePike_EventScript_CloseCurtain:: @ 825BB49
2019-09-30 07:42:52 +02:00
playse SE_CURTAIN
special CloseBattlePikeCurtain
2017-11-10 02:21:31 +01:00
waitstate
waitse
return
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_WelcomeToBattlePike: @ 825BB52
2017-11-10 02:21:31 +01:00
.string "Where the luck of TRAINERS\n"
.string "is put to the test…\p"
.string "Welcome to the BATTLE PIKE…\p"
.string "I am your guide to the BATTLE PIKE…$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_TakeChallenge: @ 825BBC1
2017-11-10 02:21:31 +01:00
.string "Would you like to take the Battle\n"
.string "Choice challenge?$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_ExplainBattlePike: @ 825BBF5
2017-11-10 02:21:31 +01:00
.string "Here we conduct an event we call\n"
.string "the Battle Choice.\p"
.string "The Battle Choice rules are very\n"
.string "simple…\p"
.string "Choose one of three paths and make\n"
.string "your way to the goal room at the end\l"
2018-12-07 16:41:08 +01:00
.string "of the BATTLE PIKE. It's that simple.\p"
2017-11-10 02:21:31 +01:00
.string "However, what happens on the chosen\n"
.string "path depends entirely on the luck\l"
.string "of the challenger…\p"
.string "If you reach the goal, you will be\n"
.string "rewarded with Battle Points.\p"
.string "If you want to interrupt your\n"
.string "challenge, please have a word with\l"
.string "our staff in the big rooms on the way.\p"
2018-12-07 16:41:08 +01:00
.string "If you don't save before interrupting,\n"
2017-11-10 02:21:31 +01:00
.string "you will be disqualified.$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_LookForwardToSeeingYou: @ 825BE02
2017-11-10 02:21:31 +01:00
.string "We look forward to seeing you\n"
.string "on another occasion…$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_WhichChallengeMode: @ 825BE35
2017-11-10 02:21:31 +01:00
.string "You have the choice of two courses,\n"
.string "Level 50 and Open Level.\l"
.string "Which will you challenge?$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_NotEnoughValidMonsLv50: @ 825BE8C
2017-11-10 02:21:31 +01:00
.string "I beg your pardon, but…\p"
.string "You do not have three eligible\n"
.string "POKéMON for the Battle Choice event.\p"
.string "You must have three different POKéMON\n"
.string "of Level 50 or less to enter.\p"
.string "They also must be holding different\n"
.string "kinds of items.\p"
.string "EGGS{STR_VAR_1} ineligible.\p"
.string "Please come see me when\n"
.string "you are ready…$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_NotEnoughValidMonsLvOpen: @ 825BF9A
2017-11-10 02:21:31 +01:00
.string "I beg your pardon, but…\p"
.string "You do not have three eligible\n"
.string "POKéMON for the Battle Choice event.\p"
.string "You must have three different\n"
.string "POKéMON to enter.\p"
.string "They also must be holding different\n"
.string "kinds of items.\p"
.string "EGGS{STR_VAR_1} ineligible.\p"
.string "Please come see me when\n"
.string "you are ready…$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_PleaseChooseThreeMons: @ 825C094
2017-11-10 02:21:31 +01:00
.string "Please choose the three POKéMON\n"
.string "you wish to enter in the challenge…$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_SaveBeforeChallenge: @ 825C0D8
2017-11-10 02:21:31 +01:00
.string "Before starting your Battle Choice\n"
.string "challenge, I must save the game.\l"
.string "Is that acceptable?$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_StepThisWay: @ 825C130
2017-11-10 02:21:31 +01:00
.string "Please step this way…$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_ChallengeEndedRecordResults: @ 825C146
2017-11-10 02:21:31 +01:00
.string "Your challenge has ended…\p"
.string "I shall record your results.\n"
.string "Please wait…$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_PossessLuckInAbundance: @ 825C18A
2017-11-10 02:21:31 +01:00
.string "You have completed the challenge…\p"
.string "I must say… You seem to possess luck\n"
.string "in abundance…$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_ShallRecordResults: @ 825C1DF
2017-11-10 02:21:31 +01:00
.string "I shall record your results.\n"
.string "Please wait…$"
2019-12-09 08:10:42 +01:00
@ Unused
BattleFrontier_BattlePikeLobby_Text_AwardYouTheseBattlePoints2: @ 825C209
2017-11-10 00:40:08 +01:00
.string "To commemorate your completion of\n"
.string "the Battle Choice challenge, we award\l"
.string "you these Battle Point(s)…$"
2019-12-09 08:10:42 +01:00
@ Unused
BattleFrontier_BattlePikeLobby_Text_ReachedBattlePointLimit: @ 825C26C
2017-11-10 00:40:08 +01:00
.string "You appear to have reached the limit\n"
.string "for Battle Points…\pPlease exchange some Battle Points\n"
.string "for prizes, then return…$"
2017-11-10 02:21:31 +01:00
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_FailedToSaveBeforeQuitting: @ 825C2E0
2017-11-10 02:21:31 +01:00
.string "I beg your pardon, but…\p"
.string "You failed to save before you quit\n"
.string "your challenge the last time.\p"
.string "Because of that, your challenge so far\n"
.string "has been disqualified. I am sorry…$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_SnatchedVictoryFromQueen: @ 825C383
2017-11-10 02:21:31 +01:00
.string "Congratulations…\p"
.string "You have snatched victory from the\n"
.string "PIKE QUEEN and cleared the event…$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_AwardYouTheseBattlePoints: @ 825C3D9
2017-11-10 02:21:31 +01:00
.string "In recognition of your amazing luck,\n"
.string "we award you these Battle Point(s)…$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_OneRoomAwayFromGoal: @ 825C422
2017-11-10 02:21:31 +01:00
.string "Arrgh! I blew my chance!\n"
.string "I was one room away from the goal!\p"
2018-12-07 16:41:08 +01:00
.string "In this place, you'd better watch out\n"
2017-11-10 02:21:31 +01:00
.string "for poison, freezing, and so on.$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_NeverHadToBattleTrainer: @ 825C4A5
2018-12-07 16:41:08 +01:00
.string "I've completed the challenge 10 times\n"
.string "now, but I've never had to battle\l"
2017-11-10 02:21:31 +01:00
.string "a TRAINER once.$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_ThinkAbilitiesUsefulHere: @ 825C4FD
2017-11-10 02:21:31 +01:00
.string "Listen! Listen!\p"
2018-12-07 16:41:08 +01:00
.string "Don't you think that the special\n"
2017-11-10 02:21:31 +01:00
.string "abilities of POKéMON will be useful\l"
.string "here?$"
2019-12-09 08:10:42 +01:00
@ Unused
BattleFrontier_BattlePikeLobby_Text_TrainersWhicheverPathIChoose: @ 825C558
2017-11-10 00:40:08 +01:00
.string "What is this weird place?\n"
2018-12-07 16:41:08 +01:00
.string "I can't figure it out at all!\p"
.string "I've taken the challenge a bunch\n"
2017-11-10 00:40:08 +01:00
.string "of times, but all I ever do is run into\l"
.string "TRAINERS whichever path I choose.$"
2017-11-10 02:21:31 +01:00
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_RulesAreListed: @ 825C5FB
2018-12-07 16:41:08 +01:00
.string "The Battle Choice's rules are listed.$"
2017-11-10 02:21:31 +01:00
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_ReadWhichHeading: @ 825C621
2017-11-10 02:21:31 +01:00
.string "Which heading do you want to read?$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_ExplainPokenavBagRules: @ 825C644
2017-11-10 02:21:31 +01:00
.string "The BAG and POKéNAV may not be used\n"
.string "during a Battle Choice challenge.$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_ExplainHeldItemRules: @ 825C68A
2017-11-10 02:21:31 +01:00
.string "During a Battle Choice challenge,\n"
.string "any BERRY or HERB held by POKéMON\l"
.string "will be effective only once.$"
2019-12-09 08:10:42 +01:00
BattleFrontier_BattlePikeLobby_Text_ExplainMonOrderRules: @ 825C6EB
2017-11-10 02:21:31 +01:00
.string "During a Battle Choice challenge,\n"
.string "the sequence of POKéMON cannot be\l"
.string "changed.\p"
.string "The sequence must be set before\n"
.string "starting your challenge.$"