2017-11-10 02:21:31 +01:00
|
|
|
BattleFrontier_OutsideWest_MapScripts:: @ 823D3E1
|
2019-02-22 08:28:32 +01:00
|
|
|
map_script MAP_SCRIPT_ON_TRANSITION, BattleFrontier_OutsideWest_MapScript1_23D3E7
|
2017-11-10 02:21:31 +01:00
|
|
|
.byte 0
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_MapScript1_23D3E7: @ 823D3E7
|
2019-02-22 10:18:43 +01:00
|
|
|
setvar VAR_BRAVO_TRAINER_BATTLE_TOWER_ON, 0
|
2018-10-18 04:07:23 +02:00
|
|
|
setflag FLAG_HIDE_BATTLE_TOWER_REPORTER
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D3F0:: @ 823D3F0
|
|
|
|
lock
|
|
|
|
faceplayer
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23D808, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
checkitem ITEM_SS_TICKET, 1
|
2017-12-21 20:47:52 +01:00
|
|
|
compare VAR_RESULT, 0
|
2018-12-22 02:28:24 +01:00
|
|
|
goto_if_eq BattleFrontier_OutsideWest_EventScript_23D44E
|
2017-11-10 02:21:31 +01:00
|
|
|
message BattleFrontier_OutsideWest_Text_23D89D
|
|
|
|
waitmessage
|
|
|
|
goto BattleFrontier_OutsideWest_EventScript_23D416
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D416:: @ 823D416
|
2019-09-19 06:56:51 +02:00
|
|
|
multichoicedefault 18, 6, MULTI_SSTIDAL_BATTLE_FRONTIER, 2, 0
|
2017-11-10 02:21:31 +01:00
|
|
|
switch VAR_RESULT
|
|
|
|
case 0, BattleFrontier_OutsideWest_EventScript_23D458
|
|
|
|
case 1, BattleFrontier_OutsideWest_EventScript_23D483
|
|
|
|
case 2, BattleFrontier_OutsideWest_EventScript_23D4D8
|
2019-09-19 06:56:51 +02:00
|
|
|
case MULTI_B_PRESSED, BattleFrontier_OutsideWest_EventScript_23D4D8
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D44E:: @ 823D44E
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23D842, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D458:: @ 823D458
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23D8F2, MSGBOX_YESNO
|
2019-11-02 17:34:53 +01:00
|
|
|
compare VAR_RESULT, NO
|
2018-12-22 02:28:24 +01:00
|
|
|
goto_if_eq BattleFrontier_OutsideWest_EventScript_23D4AE
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23D94B, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
call BattleFrontier_OutsideWest_EventScript_23D4BA
|
2018-06-15 05:00:09 +02:00
|
|
|
warp MAP_SLATEPORT_CITY_HARBOR, 255, 8, 11
|
2017-11-10 02:21:31 +01:00
|
|
|
waitstate
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D483:: @ 823D483
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23D90E, MSGBOX_YESNO
|
2019-11-02 17:34:53 +01:00
|
|
|
compare VAR_RESULT, NO
|
2018-12-22 02:28:24 +01:00
|
|
|
goto_if_eq BattleFrontier_OutsideWest_EventScript_23D4AE
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23D94B, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
call BattleFrontier_OutsideWest_EventScript_23D4BA
|
2018-06-15 05:00:09 +02:00
|
|
|
warp MAP_LILYCOVE_CITY_HARBOR, 255, 8, 11
|
2017-11-10 02:21:31 +01:00
|
|
|
waitstate
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D4AE:: @ 823D4AE
|
|
|
|
message BattleFrontier_OutsideWest_Text_23D97A
|
|
|
|
waitmessage
|
|
|
|
goto BattleFrontier_OutsideWest_EventScript_23D416
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D4BA:: @ 823D4BA
|
|
|
|
closemessage
|
2019-10-06 19:55:30 +02:00
|
|
|
applymovement VAR_LAST_TALKED, Common_Movement_WalkInPlaceFastestDown
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
delay 30
|
2018-06-15 05:00:09 +02:00
|
|
|
hideobjectat 3, MAP_BATTLE_FRONTIER_OUTSIDE_WEST
|
2017-11-10 02:21:31 +01:00
|
|
|
setvar VAR_0x8004, 2
|
2019-10-31 22:00:37 +01:00
|
|
|
call Common_EventScript_FerryDepartIsland
|
2017-11-10 02:21:31 +01:00
|
|
|
return
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D4D8:: @ 823D4D8
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23D929, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D4E2:: @ 823D4E2
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23D6F7, MSGBOX_SIGN
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D4EB:: @ 823D4EB
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23D737, MSGBOX_SIGN
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D4F4:: @ 823D4F4
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23D772, MSGBOX_SIGN
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2017-11-10 08:36:41 +01:00
|
|
|
BattleFrontier_OutsideWest_EventScript_23D4FD:: @ 823D4FD
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23D7A6, MSGBOX_NPC
|
2017-11-10 08:36:41 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D506:: @ 823D4FD
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23D9DD, MSGBOX_NPC
|
2017-11-10 08:36:41 +01:00
|
|
|
end
|
2017-11-10 02:21:31 +01:00
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D50F:: @ 823D50F
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23D99C, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D518:: @ 823D518
|
|
|
|
lock
|
|
|
|
faceplayer
|
|
|
|
message BattleFrontier_OutsideWest_Text_23DA60
|
|
|
|
waitmessage
|
2019-02-23 02:09:14 +01:00
|
|
|
applymovement 18, Common_Movement_FaceAwayPlayer
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
waitbuttonpress
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D52D:: @ 823D52D
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23DABF, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D536:: @ 823D536
|
|
|
|
lock
|
|
|
|
goto BattleFrontier_OutsideWest_EventScript_23D544
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D53D:: @ 823D53D
|
|
|
|
lock
|
|
|
|
goto BattleFrontier_OutsideWest_EventScript_23D544
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D544:: @ 823D544
|
2019-10-06 19:55:30 +02:00
|
|
|
applymovement 9, Common_Movement_WalkInPlaceFastestRight
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23DB7D, MSGBOX_DEFAULT
|
2019-10-06 19:55:30 +02:00
|
|
|
applymovement 10, Common_Movement_WalkInPlaceFastestLeft
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23DBCE, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
closemessage
|
|
|
|
delay 25
|
2019-10-06 19:55:30 +02:00
|
|
|
applymovement 9, Common_Movement_WalkInPlaceFastestUp
|
|
|
|
applymovement 10, Common_Movement_WalkInPlaceFastestUp
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D57F:: @ 823D57F
|
|
|
|
lock
|
|
|
|
faceplayer
|
|
|
|
delay 20
|
2019-10-07 06:14:10 +02:00
|
|
|
compare VAR_FACING, DIR_NORTH
|
2018-12-22 03:32:45 +01:00
|
|
|
call_if_eq BattleFrontier_OutsideWest_EventScript_23D5BA
|
2019-10-07 06:14:10 +02:00
|
|
|
compare VAR_FACING, DIR_SOUTH
|
2018-12-22 03:32:45 +01:00
|
|
|
call_if_eq BattleFrontier_OutsideWest_EventScript_23D5C5
|
2019-10-07 06:14:10 +02:00
|
|
|
compare VAR_FACING, DIR_WEST
|
2018-12-22 03:32:45 +01:00
|
|
|
call_if_eq BattleFrontier_OutsideWest_EventScript_23D5BA
|
2019-10-07 06:14:10 +02:00
|
|
|
compare VAR_FACING, DIR_EAST
|
2018-12-22 03:32:45 +01:00
|
|
|
call_if_eq BattleFrontier_OutsideWest_EventScript_23D5BA
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23DC36, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D5BA:: @ 823D5BA
|
2019-10-06 19:55:30 +02:00
|
|
|
applymovement 14, Common_Movement_WalkInPlaceFastestUp
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
return
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D5C5:: @ 823D5C5
|
|
|
|
return
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D5C6:: @ 823D5C6
|
|
|
|
lock
|
|
|
|
faceplayer
|
|
|
|
message BattleFrontier_OutsideWest_Text_23DCB0
|
|
|
|
waitmessage
|
2019-10-07 06:14:10 +02:00
|
|
|
compare VAR_FACING, DIR_NORTH
|
2018-12-22 03:32:45 +01:00
|
|
|
call_if_eq BattleFrontier_OutsideWest_EventScript_23D5FD
|
2019-10-07 06:14:10 +02:00
|
|
|
compare VAR_FACING, DIR_SOUTH
|
2018-12-22 03:32:45 +01:00
|
|
|
call_if_eq BattleFrontier_OutsideWest_EventScript_23D608
|
2019-10-07 06:14:10 +02:00
|
|
|
compare VAR_FACING, DIR_WEST
|
2018-12-22 03:32:45 +01:00
|
|
|
call_if_eq BattleFrontier_OutsideWest_EventScript_23D613
|
2019-10-07 06:14:10 +02:00
|
|
|
compare VAR_FACING, DIR_EAST
|
2018-12-22 03:32:45 +01:00
|
|
|
call_if_eq BattleFrontier_OutsideWest_EventScript_23D61E
|
2017-11-10 02:21:31 +01:00
|
|
|
waitbuttonpress
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D5FD:: @ 823D5FD
|
|
|
|
applymovement 12, BattleFrontier_OutsideWest_Movement_23D629
|
|
|
|
waitmovement 0
|
|
|
|
return
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D608:: @ 823D608
|
|
|
|
applymovement 12, BattleFrontier_OutsideWest_Movement_23D62C
|
|
|
|
waitmovement 0
|
|
|
|
return
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D613:: @ 823D613
|
|
|
|
applymovement 12, BattleFrontier_OutsideWest_Movement_23D62F
|
|
|
|
waitmovement 0
|
|
|
|
return
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D61E:: @ 823D61E
|
|
|
|
applymovement 12, BattleFrontier_OutsideWest_Movement_23D632
|
|
|
|
waitmovement 0
|
|
|
|
return
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Movement_23D629: @ 823D629
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_in_place_fastest_down
|
|
|
|
walk_in_place_fastest_down
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Movement_23D62C: @ 823D62C
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_in_place_fastest_up
|
|
|
|
walk_in_place_fastest_up
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Movement_23D62F: @ 823D62F
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_in_place_fastest_right
|
|
|
|
walk_in_place_fastest_right
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Movement_23D632: @ 823D632
|
2018-06-14 01:19:19 +02:00
|
|
|
walk_in_place_fastest_left
|
|
|
|
walk_in_place_fastest_left
|
2017-11-10 02:21:31 +01:00
|
|
|
step_end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D635:: @ 823D635
|
|
|
|
lock
|
|
|
|
faceplayer
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23DD3B, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
random 2
|
2017-12-21 20:47:52 +01:00
|
|
|
compare VAR_RESULT, 1
|
2018-12-22 02:28:24 +01:00
|
|
|
goto_if_eq BattleFrontier_OutsideWest_EventScript_23D653
|
2017-11-10 02:21:31 +01:00
|
|
|
goto BattleFrontier_OutsideWest_EventScript_23D65D
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D653:: @ 823D653
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23DD7A, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D65D:: @ 823D65D
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23DDAD, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D667:: @ 823D667
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23DE15, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
2017-11-10 08:36:41 +01:00
|
|
|
BattleFrontier_OutsideWest_EventScript_23D670:: @ 823D670
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23DF7D, MSGBOX_NPC
|
2017-11-10 08:36:41 +01:00
|
|
|
end
|
2017-11-10 02:21:31 +01:00
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D679:: @ 823D679
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23DEFD, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D682:: @ 823D682
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23DEB4, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D68B:: @ 823D68B
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23DFBF, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D694:: @ 823D694
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23E01E, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D69D:: @ 823D69D
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23E09F, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D6A6:: @ 823D6A6
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23E102, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D6AF:: @ 823D6AF
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23E154, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D6B8:: @ 823D6B8
|
|
|
|
lock
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23E273, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D6C3:: @ 823D6C3
|
|
|
|
lock
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23E2E9, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D6CE:: @ 823D6CE
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23E37E, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D6D7:: @ 823D6D7
|
|
|
|
lock
|
|
|
|
faceplayer
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23E410, MSGBOX_DEFAULT
|
2017-11-10 02:21:31 +01:00
|
|
|
closemessage
|
2019-02-23 02:09:14 +01:00
|
|
|
applymovement 23, Common_Movement_FaceOriginalDirection
|
2017-11-10 02:21:31 +01:00
|
|
|
waitmovement 0
|
|
|
|
release
|
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_EventScript_23D6EE:: @ 823D6EE
|
2018-12-02 09:37:46 +01:00
|
|
|
msgbox BattleFrontier_OutsideWest_Text_23E5A5, MSGBOX_NPC
|
2017-11-10 02:21:31 +01:00
|
|
|
end
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23D6F7: @ 823D6F7
|
|
|
|
.string "This is the BATTLE DOME!\n"
|
|
|
|
.string "Your path to the invincible superstar!$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23D737: @ 823D737
|
|
|
|
.string "This is the BATTLE FACTORY!\n"
|
|
|
|
.string "Seek out the toughest POKéMON!$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23D772: @ 823D772
|
|
|
|
.string "This is the BATTLE PIKE!\n"
|
|
|
|
.string "Choose one of three paths!$"
|
|
|
|
|
2017-11-10 08:36:41 +01:00
|
|
|
BattleFrontier_OutsideWest_Text_23D7A6: @ 823D7A6
|
|
|
|
.string "This is the BATTLE TOWER.\p"
|
|
|
|
.string "TRAINERS bring their best-raised\n"
|
|
|
|
.string "POKéMON for elimination-style matches.$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23D808: @ 823D808
|
|
|
|
.string "Hello, are you here for the ferry?\n"
|
|
|
|
.string "May I see your TICKET?$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23D842: @ 823D842
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "{PLAYER} doesn't have the TICKET…\p"
|
|
|
|
.string "I'm terribly sorry.\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "You must have a TICKET to board\n"
|
|
|
|
.string "the ferry.$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23D89D: @ 823D89D
|
|
|
|
.string "{PLAYER} flashed the TICKET.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Perfect! That's all you need!\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "And where would you like to go?$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23D8F2: @ 823D8F2
|
|
|
|
.string "SLATEPORT CITY it is, then!$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23D90E: @ 823D90E
|
|
|
|
.string "LILYCOVE CITY it is, then!$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23D929: @ 823D929
|
|
|
|
.string "Please sail with us another time!$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23D94B: @ 823D94B
|
|
|
|
.string "Please board the ferry and wait for\n"
|
|
|
|
.string "departure.$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23D97A: @ 823D97A
|
|
|
|
.string "Then, where would you like to go?$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23D99C: @ 823D99C
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I'm the best out of all my friends.\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "But here…\l"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I've been useless!$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
2017-11-10 08:36:41 +01:00
|
|
|
BattleFrontier_OutsideWest_Text_23D9DD: @ 823D9DD
|
|
|
|
.string "I want to go to the BATTLE TOWER,\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "but I can't find it even though I have\l"
|
2017-11-10 08:36:41 +01:00
|
|
|
.string "a map of the BATTLE FRONTIER.\p"
|
|
|
|
.string "This place is just too big!$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23DA60: @ 823DA60
|
|
|
|
.string "I wanted to take a challenge as soon\n"
|
|
|
|
.string "as I arrived here.\p"
|
|
|
|
.string "But on the way, I got seasick…\n"
|
|
|
|
.string "Urrrrp…$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23DABF: @ 823DABF
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It's not as if just anyone can come\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "here, you know?\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Only those TRAINERS who've been\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "recognized as tough are brought here.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "That's why many TRAINERS don't even\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "know about the BATTLE FRONTIER.$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23DB7D: @ 823DB7D
|
|
|
|
.string "Hey, bro…\p"
|
|
|
|
.string "Are you sure we can make challenges\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "even if we don't have any POKéMON?$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23DBCE: @ 823DBCE
|
|
|
|
.string "Uh…\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I'm sure it'll be okay.\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "I think…\p"
|
|
|
|
.string "But remember that big scary guy?\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "He said, “I'll lend you POKéMON!”$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23DC36: @ 823DC36
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "That's the BATTLE FACTORY.\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "You can rent strong POKéMON there.\p"
|
|
|
|
.string "But it makes me wonder.\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Who's raising those rental POKéMON?$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23DCB0: @ 823DCB0
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I'm scared of going into the BATTLE\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "PIKE because of SEVIPER…\p"
|
|
|
|
.string "B-but I came all the way here, so I will\n"
|
|
|
|
.string "try to conquer everything!\l"
|
|
|
|
.string "…Shudder…$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23DD3B: @ 823DD3B
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Let's play rock, paper, scissors!\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "One, two, three!\p"
|
|
|
|
.string "… … … … … …$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23DD7A: @ 823DD7A
|
|
|
|
.string "Yay! I won!\n"
|
|
|
|
.string "I will take the BATTLE PIKE challenge!$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23DDAD: @ 823DDAD
|
|
|
|
.string "Oh, no…\n"
|
|
|
|
.string "I lost.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I guess I'm not very lucky today.\n"
|
|
|
|
.string "I'll put off my BATTLE PIKE challenge\l"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "until tomorrow.$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23DE15: @ 823DE15
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I believe I'm the only person here who,\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "for some unknown reason, would choose\l"
|
|
|
|
.string "fishing over battling.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Huh? You can't catch anything here?\n"
|
|
|
|
.string "That's disappointing…$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23DEB4: @ 823DEB4
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Today, I'm going to keep battling, no\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "matter what, until I get a Symbol.$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23DEFD: @ 823DEFD
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Oh? You're off to challenge\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "the BATTLE DOME?\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I'll wish you the best of luck.\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Let us both win our way up and meet\l"
|
|
|
|
.string "in challenges.$"
|
|
|
|
|
2017-11-10 08:36:41 +01:00
|
|
|
BattleFrontier_OutsideWest_Text_23DF7D: @ 823DF7D
|
|
|
|
.string "Grandpa, over here!\n"
|
|
|
|
.string "The BATTLE DOME is here!\l"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Go get 'em, Grandpa!$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23DFBF: @ 823DFBF
|
|
|
|
.string "Ah, so this here is the BATTLE DOME?\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I won't let GENTLEMEN beat me!\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "But where is the entrance?$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23E01E: @ 823E01E
|
|
|
|
.string "There used to be nothing here not all\n"
|
|
|
|
.string "that long ago.\p"
|
|
|
|
.string "But, now look at this place! Amazing!\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I'll bring my mother out to see this.$"
|
2017-11-10 02:21:31 +01:00
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23E09F: @ 823E09F
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I've finally arrived at the BATTLE\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "FRONTIER!\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "I'm sure to grab attention with\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "my looks and ability!$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23E102: @ 823E102
|
|
|
|
.string "Munch, munch…\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It looks like this square's filled with\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "tough people.\p"
|
|
|
|
.string "Munch, munch…$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23E154: @ 823E154
|
|
|
|
.string "Crunch, munch…\p"
|
|
|
|
.string "A while back, I met this older girl\n"
|
|
|
|
.string "at the BATTLE PIKE.\p"
|
|
|
|
.string "She had these eyes that were scary\n"
|
|
|
|
.string "in a real ornery way.\p"
|
|
|
|
.string "Crunch, munch…\p"
|
|
|
|
.string "She got all furious: “Will you quit\n"
|
|
|
|
.string "eating!” Then she whaled on me.\p"
|
|
|
|
.string "It was a hair-raising kind of\n"
|
|
|
|
.string "scary experience, sure enough.\p"
|
|
|
|
.string "Crunch, munch…$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23E273: @ 823E273
|
|
|
|
.string "Huh? Will you listen to yourself?\n"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "That's nothing!\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Why, the last time I cheered for him,\n"
|
|
|
|
.string "our eyes met and sparks flew!$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23E2E9: @ 823E2E9
|
|
|
|
.string "Whaaaaaat?!\n"
|
|
|
|
.string "Pfft!\p"
|
|
|
|
.string "That only happened because\n"
|
|
|
|
.string "I happened to be sitting next to you!\p"
|
|
|
|
.string "The DOME ACE only looked our way\n"
|
|
|
|
.string "because my cheering was so loud!$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23E37E: @ 823E37E
|
|
|
|
.string "Oh, shush!\n"
|
|
|
|
.string "Keep that racket down!\p"
|
|
|
|
.string "You fair-weather fans should stick\n"
|
|
|
|
.string "to cheering for some GYM LEADER!\p"
|
|
|
|
.string "The DOME ACE is mine!\n"
|
|
|
|
.string "The only idol for me!$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23E410: @ 823E410
|
|
|
|
.string "Those people squabbling over there…\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It's hard to believe, but they once\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "were TRAINERS, and good ones, too.\p"
|
|
|
|
.string "They used to be incredibly tough,\n"
|
|
|
|
.string "and they were famous, too.\p"
|
|
|
|
.string "But they were obliterated by this\n"
|
|
|
|
.string "certain TRAINER at a tournament.\p"
|
|
|
|
.string "They were so thoroughly whipped,\n"
|
|
|
|
.string "they became smitten by the TRAINER.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "Now they're just fans of the TRAINER.\n"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "They go cheer for their idol at the\l"
|
|
|
|
.string "BATTLE DOME every day now.$"
|
|
|
|
|
|
|
|
BattleFrontier_OutsideWest_Text_23E5A5: @ 823E5A5
|
|
|
|
.string "I heard a rumor that someone saw\n"
|
|
|
|
.string "a POKéMON with an unusually long tail\l"
|
|
|
|
.string "somewhere in the BATTLE FRONTIER.\p"
|
2018-12-07 16:41:08 +01:00
|
|
|
.string "It must be adorable. I'm sure of it…\p"
|
2017-11-10 02:21:31 +01:00
|
|
|
.string "Oh, challenges can wait. I feel driven\n"
|
|
|
|
.string "to find the delightful creature!$"
|
|
|
|
|