pokeemerald/data/maps/BattleFrontier_BattlePyramidFloor/scripts.inc

741 lines
25 KiB
PHP
Raw Normal View History

2019-12-11 09:28:55 +01:00
BattleFrontier_BattlePyramidFloor_MapScripts:: @ 8252A33
map_script MAP_SCRIPT_ON_RESUME, BattleFrontier_BattlePyramidFloor_OnResume
map_script MAP_SCRIPT_ON_FRAME_TABLE, BattleFrontier_BattlePyramidFloor_OnFrame
map_script MAP_SCRIPT_ON_TRANSITION, BattleFrontier_BattlePyramidFloor_OnTransition
2017-11-10 02:21:31 +01:00
.byte 0
2019-12-11 09:28:55 +01:00
BattleFrontier_BattlePyramidFloor_OnFrame: @ 8252A43
map_script_2 VAR_TEMP_D, 1, BattleFrontier_BattlePyramidFloor_EventScript_UpdateLight
map_script_2 VAR_TEMP_E, 0, BattleFrontier_BattlePyramidFloor_EventScript_PlayPyramidMusic
map_script_2 VAR_TEMP_F, 1, BattleFrontier_BattlePyramidFloor_EventScript_ShowMapName
2017-11-10 02:21:31 +01:00
.2byte 0
2019-12-11 09:28:55 +01:00
BattleFrontier_BattlePyramidFloor_EventScript_UpdateLight:: @ 8252A5D
2017-11-10 02:21:31 +01:00
lockall
2019-12-11 09:28:55 +01:00
@ pyramid_updatelight, cant use macro because it straddles the loop
2019-10-07 02:04:30 +02:00
setvar VAR_0x8004, BATTLE_PYRAMID_FUNC_UPDATE_LIGHT
2017-11-10 02:21:31 +01:00
setvar VAR_0x8005, 4
2019-12-02 15:52:16 +01:00
setvar VAR_0x8006, PYRAMID_LIGHT_INCR_RADIUS
setvar VAR_0x8007, SE_SAVE
2017-11-10 02:21:31 +01:00
setvar VAR_RESULT, 0
2019-12-11 09:28:55 +01:00
BattleFrontier_BattlePyramidFloor_EventScript_UpdateLightLoop:: @ 8252A77
2018-11-18 17:52:22 +01:00
special CallBattlePyramidFunction
2017-11-10 02:21:31 +01:00
delay 2
compare VAR_RESULT, 2
2019-12-11 09:28:55 +01:00
goto_if_ne BattleFrontier_BattlePyramidFloor_EventScript_UpdateLightLoop
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_D, 0
2017-11-10 02:21:31 +01:00
releaseall
end
2019-12-11 09:28:55 +01:00
BattleFrontier_BattlePyramidFloor_EventScript_ShowMapName:: @ 8252A8F
2018-02-12 18:26:26 +01:00
special ShowMapNamePopup
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_F, 0
2017-11-10 02:21:31 +01:00
end
2019-12-11 09:28:55 +01:00
BattleFrontier_BattlePyramidFloor_EventScript_PlayPyramidMusic:: @ 8252A98
2017-12-22 08:46:19 +01:00
playbgm MUS_PYRAMID, 0
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_E, 1
2017-11-10 02:21:31 +01:00
end
2019-12-11 09:28:55 +01:00
BattleFrontier_BattlePyramidFloor_OnResume: @ 8252AA2
2019-12-02 15:52:16 +01:00
pyramid_setfloorpal
2019-11-24 22:58:40 +01:00
frontier_getstatus
2018-05-19 18:02:43 +02:00
switch VAR_TEMP_0
2019-12-11 09:28:55 +01:00
case 0, BattleFrontier_BattlePyramidFloor_EventScript_ReadyChallenge
case CHALLENGE_STATUS_SAVING, BattleFrontier_BattlePyramid_EventScript_WarpToLobby
case CHALLENGE_STATUS_PAUSED, BattleFrontier_BattlePyramidFloor_EventScript_ReadyChallenge
2019-11-24 22:58:40 +01:00
frontier_get FRONTIER_DATA_BATTLE_OUTCOME
compare VAR_RESULT, B_OUTCOME_RAN
2019-12-11 09:28:55 +01:00
goto_if_eq BattleFrontier_BattlePyramidFloor_EventScript_ResetParty
compare VAR_RESULT, B_OUTCOME_PLAYER_TELEPORTED
2019-12-11 09:28:55 +01:00
goto_if_eq BattleFrontier_BattlePyramidFloor_EventScript_ResetParty
compare VAR_RESULT, 0
2019-12-11 09:28:55 +01:00
goto_if_eq BattleFrontier_BattlePyramidFloor_EventScript_ResetParty
compare VAR_RESULT, B_OUTCOME_LOST
2019-12-11 09:28:55 +01:00
goto_if_eq BattleFrontier_BattlePyramid_EventScript_WarpToLobbyLost
compare VAR_RESULT, B_OUTCOME_DREW
2019-12-11 09:28:55 +01:00
goto_if_eq BattleFrontier_BattlePyramid_EventScript_WarpToLobbyLost
compare VAR_RESULT, B_OUTCOME_FORFEITED
2019-12-11 09:28:55 +01:00
goto_if_eq BattleFrontier_BattlePyramid_EventScript_WarpToLobbyLost
2019-11-24 22:58:40 +01:00
frontier_isbattletype BATTLE_TYPE_TRAINER @ VAR_RESULT seems to be ignored here
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_D, 1
2019-12-11 09:28:55 +01:00
BattleFrontier_BattlePyramidFloor_EventScript_ResetParty:: @ 8252B39
pyramid_resetparty
2017-11-10 02:21:31 +01:00
end
2019-12-11 09:28:55 +01:00
BattleFrontier_BattlePyramid_EventScript_WarpToLobbyLost:: @ 8252B42
2019-11-24 22:58:40 +01:00
frontier_set FRONTIER_DATA_CHALLENGE_STATUS, CHALLENGE_STATUS_LOST
2019-12-02 15:52:16 +01:00
pyramid_set PYRAMID_DATA_TRAINER_FLAGS, 255
2019-12-11 09:28:55 +01:00
BattleFrontier_BattlePyramid_EventScript_WarpToLobby:: @ 8252B66
2019-12-02 15:52:16 +01:00
pyramid_updatelight 0, PYRAMID_LIGHT_SET_RADIUS
pyramid_clearhelditems
2017-12-16 00:08:23 +01:00
special HealPlayerParty
warpsilent MAP_BATTLE_FRONTIER_BATTLE_PYRAMID_LOBBY, 255, 7, 13
2017-11-10 02:21:31 +01:00
waitstate
end
2019-12-11 09:28:55 +01:00
BattleFrontier_BattlePyramidFloor_EventScript_ReadyChallenge:: @ 8252B8D
2019-12-02 15:52:16 +01:00
pyramid_save CHALLENGE_STATUS_SAVING
2018-04-29 14:21:59 +02:00
special SavePlayerParty
2019-11-24 22:58:40 +01:00
frontier_set FRONTIER_DATA_CHALLENGE_STATUS, 0
2019-12-11 09:28:55 +01:00
pyramid_settrainers
2019-11-24 22:58:40 +01:00
frontier_setpartyorder FRONTIER_PARTY_SIZE
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_F, 1
2017-11-10 02:21:31 +01:00
end
2019-12-11 09:28:55 +01:00
BattleFrontier_BattlePyramidFloor_OnTransition: @ 8252BCA
call BattleFrontier_BattlePyramidFloor_EventScript_SetLightRadius
2018-05-19 18:02:43 +02:00
setvar VAR_TEMP_F, 1
2017-11-10 02:21:31 +01:00
end
2019-12-11 09:28:55 +01:00
BattleFrontier_BattlePyramidFloor_EventScript_SetLightRadius:: @ 8252BD5
2019-12-02 15:52:16 +01:00
pyramid_updatelight 32, PYRAMID_LIGHT_SET_RADIUS
2017-11-10 02:21:31 +01:00
return
2019-12-11 09:28:55 +01:00
BattlePyramid_WarpToNextFloor:: @ 8252BE8
2019-11-24 22:58:40 +01:00
call BattleFrontier_EventScript_IncrementWinStreak
frontier_get FRONTIER_DATA_BATTLE_NUM @ Floor number
2017-11-10 09:24:21 +01:00
addvar VAR_RESULT, 1
2019-11-24 22:58:40 +01:00
frontier_set FRONTIER_DATA_BATTLE_NUM, VAR_RESULT
compare VAR_RESULT, 7
2019-12-11 09:28:55 +01:00
goto_if_eq BattlePyramid_WarpToTop
2019-12-02 15:52:16 +01:00
pyramid_seedfloor
2019-11-24 22:58:40 +01:00
frontier_set FRONTIER_DATA_CHALLENGE_STATUS, 0
2017-11-10 09:24:21 +01:00
setvar VAR_RESULT, 0
2019-12-11 09:28:55 +01:00
warp MAP_BATTLE_FRONTIER_BATTLE_PYRAMID_FLOOR, 255, 1, 1
2017-11-10 09:24:21 +01:00
waitstate
end
2019-12-11 09:28:55 +01:00
BattlePyramid_WarpToTop:: @ 8252C45
warp MAP_BATTLE_FRONTIER_BATTLE_PYRAMID_TOP, 255, 17, 17
2017-11-10 09:24:21 +01:00
waitstate
end
2019-11-13 22:10:05 +01:00
@ TRAINER_PHILLIP is used as a placeholder
2019-02-07 18:37:28 +01:00
BattlePyramid_TrainerBattle:: @ 8252C4F
trainerbattle TRAINER_BATTLE_PYRAMID, TRAINER_PHILLIP, 0, BattleFacility_TrainerBattle_PlaceholderText, BattleFacility_TrainerBattle_PlaceholderText
2019-12-02 15:52:16 +01:00
pyramid_showhint
waitmessage
waitbuttonpress
closemessage
releaseall
end
2019-02-07 18:37:28 +01:00
BattlePyramid_FindItemBall:: @ 8252C6A
2019-12-02 15:52:16 +01:00
pyramid_setitem
callstd STD_FIND_ITEM
compare VAR_0x8007, 0
2019-12-11 09:28:55 +01:00
goto_if_eq BattlePyramid_FindItemBallEnd
2019-12-02 15:52:16 +01:00
pyramid_hideitem
2019-12-11 09:28:55 +01:00
BattlePyramid_FindItemBallEnd:: @ 8252C87
end
2019-12-11 09:28:55 +01:00
BattlePyramid_Retire:: @ 8252C88
goto BattleFrontier_BattlePyramid_EventScript_WarpToLobbyLost
2019-12-11 09:28:55 +01:00
@ Also used by Trainer Hill
2019-02-07 18:37:28 +01:00
BattleFacility_TrainerBattle_PlaceholderText: @ 8252C8D
.string "This is a sample message.$"
2018-03-28 15:45:35 +02:00
gText_BattlePyramidConfirmRest:: @ 8252CA7
2017-11-10 09:24:21 +01:00
.string "Your BATTLE PYRAMID quest will be\n"
.string "saved so that you may quit for now.\l"
.string "Is that okay?$"
2018-03-28 15:45:35 +02:00
gText_BattlePyramidConfirmRetire:: @ 8252CFB
2017-11-10 18:40:46 +01:00
.string "Are you sure you want to quit your\n"
.string "PYRAMID quest?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintUp1:: @ 8252D2D
2018-12-07 16:41:08 +01:00
.string "This floor's exit is in\n"
2017-11-10 18:40:46 +01:00
.string "that direction: {UP_ARROW}$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintLeft1:: @ 8252D57
2018-12-07 16:41:08 +01:00
.string "This floor's exit is in\n"
2017-11-10 18:40:46 +01:00
.string "that direction: {LEFT_ARROW}$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintRight1:: @ 8252D81
2018-12-07 16:41:08 +01:00
.string "This floor's exit is in\n"
2017-11-10 18:40:46 +01:00
.string "that direction: {RIGHT_ARROW}$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintDown1:: @ 8252DAB
2018-12-07 16:41:08 +01:00
.string "This floor's exit is in\n"
2017-11-10 18:40:46 +01:00
.string "that direction: {DOWN_ARROW}$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintUp2:: @ 8252DD5
2017-11-10 18:40:46 +01:00
.string "The exit on this floor is in\n"
.string "the {UP_ARROW} direction.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintLeft2:: @ 8252E03
2017-11-10 18:40:46 +01:00
.string "The exit on this floor is in\n"
.string "the {LEFT_ARROW} direction.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintRight2:: @ 8252E31
2017-11-10 18:40:46 +01:00
.string "The exit on this floor is in\n"
.string "the {RIGHT_ARROW} direction.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintDown2:: @ 8252E5F
2017-11-10 18:40:46 +01:00
.string "The exit on this floor is in\n"
.string "the {DOWN_ARROW} direction.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintUp3:: @ 8252E8D
2017-11-10 18:40:46 +01:00
.string "The exit is over\n"
.string "that {UP_ARROW} way.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintLeft3:: @ 8252EAA
2017-11-10 18:40:46 +01:00
.string "The exit is over\n"
.string "that {LEFT_ARROW} way.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintRight3:: @ 8252EC7
2017-11-10 18:40:46 +01:00
.string "The exit is over\n"
.string "that {RIGHT_ARROW} way.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintDown3:: @ 8252EE4
2017-11-10 18:40:46 +01:00
.string "The exit is over\n"
.string "that {DOWN_ARROW} way.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintUp4:: @ 8252F01
2017-11-10 18:40:46 +01:00
.string "On this floor, the exit is somewhere\n"
.string "in the {UP_ARROW} direction.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintLeft4:: @ 8252F3A
2017-11-10 18:40:46 +01:00
.string "On this floor, the exit is somewhere\n"
.string "in the {LEFT_ARROW} direction.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintRight4:: @ 8252F73
2017-11-10 18:40:46 +01:00
.string "On this floor, the exit is somewhere\n"
.string "in the {RIGHT_ARROW} direction.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintDown4:: @ 8252FAC
2017-11-10 18:40:46 +01:00
.string "On this floor, the exit is somewhere\n"
.string "in the {DOWN_ARROW} direction.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintUp5:: @ 8252FE5
2017-11-10 18:40:46 +01:00
.string "The exit?\n"
2018-12-07 16:41:08 +01:00
.string "It's that {UP_ARROW} way.$"
2017-11-10 18:40:46 +01:00
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintLeft5:: @ 8253000
2017-11-10 18:40:46 +01:00
.string "The exit?\n"
2018-12-07 16:41:08 +01:00
.string "It's that {LEFT_ARROW} way.$"
2017-11-10 18:40:46 +01:00
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintRight5:: @ 825301B
2017-11-10 18:40:46 +01:00
.string "The exit?\n"
2018-12-07 16:41:08 +01:00
.string "It's that {RIGHT_ARROW} way.$"
2017-11-10 18:40:46 +01:00
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintDown5:: @ 8253036
2017-11-10 18:40:46 +01:00
.string "The exit?\n"
2018-12-07 16:41:08 +01:00
.string "It's that {DOWN_ARROW} way.$"
2017-11-10 18:40:46 +01:00
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintUp6:: @ 8253051
2017-11-10 18:40:46 +01:00
.string "The exit happens to be in\n"
.string "the {UP_ARROW} direction.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintLeft6:: @ 825307C
2017-11-10 18:40:46 +01:00
.string "The exit happens to be in\n"
.string "the {LEFT_ARROW} direction.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintRight6:: @ 82530A7
2017-11-10 18:40:46 +01:00
.string "The exit happens to be in\n"
.string "the {RIGHT_ARROW} direction.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ExitHintDown6:: @ 82530D2
2017-11-10 18:40:46 +01:00
.string "The exit happens to be in\n"
.string "the {DOWN_ARROW} direction.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_EightItemsRemaining1:: @ 82530FD
2017-11-10 18:40:46 +01:00
.string "Are you looking for items?\p"
.string "There are eight items left to\n"
.string "be found.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SevenItemsRemaining1:: @ 8253140
2017-11-10 18:40:46 +01:00
.string "Are you looking for items?\p"
.string "There are seven items left to\n"
.string "be found.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SixItemsRemaining1:: @ 8253183
2017-11-10 18:40:46 +01:00
.string "Are you looking for items?\p"
.string "There are six items left to\n"
.string "be found.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FiveItemsRemaining1:: @ 82531C4
2017-11-10 18:40:46 +01:00
.string "Are you looking for items?\p"
.string "There are five items left to\n"
.string "be found.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FourItemsRemaining1:: @ 8253206
2017-11-10 18:40:46 +01:00
.string "Are you looking for items?\p"
.string "There are four items left to\n"
.string "be found.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ThreeItemsRemaining1:: @ 8253248
2017-11-10 18:40:46 +01:00
.string "Are you looking for items?\p"
.string "There are three items left to\n"
.string "be found.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_TwoItemsRemaining1:: @ 825328B
2017-11-10 18:40:46 +01:00
.string "Are you looking for items?\p"
.string "There are two items left to\n"
.string "be found.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_OneItemRemaining1:: @ 82532CC
2017-11-10 18:40:46 +01:00
.string "Are you looking for items?\p"
.string "There is one item left to\n"
.string "be found.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ZeroItemsRemaining1:: @ 825330B
2017-11-10 18:40:46 +01:00
.string "Are you looking for items?\p"
2018-12-07 16:41:08 +01:00
.string "There isn't anything left to\n"
2017-11-10 18:40:46 +01:00
.string "be found!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_EightItemsRemaining2:: @ 825334D
2018-12-07 16:41:08 +01:00
.string "Because you won, I'll tell you\n"
2017-11-10 18:40:46 +01:00
.string "a little secret!\p"
.string "There are eight items\n"
.string "lying around here.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SevenItemsRemaining2:: @ 82533A6
2018-12-07 16:41:08 +01:00
.string "Because you won, I'll tell you\n"
2017-11-10 18:40:46 +01:00
.string "a little secret!\p"
.string "There are seven items left\n"
.string "lying around here.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SixItemsRemaining2:: @ 8253404
2018-12-07 16:41:08 +01:00
.string "Because you won, I'll tell you\n"
2017-11-10 18:40:46 +01:00
.string "a little secret!\p"
.string "There are six items left\n"
.string "lying around here.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FiveItemsRemaining2:: @ 8253460
2018-12-07 16:41:08 +01:00
.string "Because you won, I'll tell you\n"
2017-11-10 18:40:46 +01:00
.string "a little secret!\p"
.string "There are five items left\n"
.string "lying around here.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FourItemsRemaining2:: @ 82534BD
2018-12-07 16:41:08 +01:00
.string "Because you won, I'll tell you\n"
2017-11-10 18:40:46 +01:00
.string "a little secret!\p"
.string "There are four items left\n"
.string "lying around here.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ThreeItemsRemaining2:: @ 825351A
2018-12-07 16:41:08 +01:00
.string "Because you won, I'll tell you\n"
2017-11-10 18:40:46 +01:00
.string "a little secret!\p"
.string "There are three items left\n"
.string "lying around here.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_TwoItemsRemaining2:: @ 8253578
2018-12-07 16:41:08 +01:00
.string "Because you won, I'll tell you\n"
2017-11-10 18:40:46 +01:00
.string "a little secret!\p"
.string "There are two items left\n"
.string "lying around here.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_OneItemRemaining2:: @ 82535D4
2018-12-07 16:41:08 +01:00
.string "Because you won, I'll tell you\n"
2017-11-10 18:40:46 +01:00
.string "a little secret!\p"
.string "There is just one item\n"
.string "lying around here.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ZeroItemsRemaining2:: @ 825362E
2018-12-07 16:41:08 +01:00
.string "Because you won, I'll tell you\n"
2017-11-10 18:40:46 +01:00
.string "a little secret!\p"
2018-12-07 16:41:08 +01:00
.string "There isn't anything left\n"
2017-11-10 18:40:46 +01:00
.string "lying around here.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_EightItemsRemaining3:: @ 825368B
2018-12-07 16:41:08 +01:00
.string "How's your stock of items holding up?\p"
2017-11-10 18:40:46 +01:00
.string "I reckon there are eight items left\n"
.string "waiting to be found on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SevenItemsRemaining3:: @ 82536F8
2018-12-07 16:41:08 +01:00
.string "How's your stock of items holding up?\p"
2017-11-10 18:40:46 +01:00
.string "I reckon there are seven items left\n"
.string "waiting to be found on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SixItemsRemaining3:: @ 8253765
2018-12-07 16:41:08 +01:00
.string "How's your stock of items holding up?\p"
2017-11-10 18:40:46 +01:00
.string "I reckon there are six items left\n"
.string "waiting to be found on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FiveItemsRemaining3:: @ 82537D0
2018-12-07 16:41:08 +01:00
.string "How's your stock of items holding up?\p"
2017-11-10 18:40:46 +01:00
.string "I reckon there are five items left\n"
.string "waiting to be found on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FourItemsRemaining3:: @ 825383C
2018-12-07 16:41:08 +01:00
.string "How's your stock of items holding up?\p"
2017-11-10 18:40:46 +01:00
.string "I reckon there are four items left\n"
.string "waiting to be found on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ThreeItemsRemaining3:: @ 82538A8
2018-12-07 16:41:08 +01:00
.string "How's your stock of items holding up?\p"
2017-11-10 18:40:46 +01:00
.string "I reckon there are three items left\n"
.string "waiting to be found on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_TwoItemsRemaining3:: @ 8253915
2018-12-07 16:41:08 +01:00
.string "How's your stock of items holding up?\p"
2017-11-10 18:40:46 +01:00
.string "I reckon there are two items left\n"
.string "waiting to be found on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_OneItemRemaining3:: @ 8253980
2018-12-07 16:41:08 +01:00
.string "How's your stock of items holding up?\p"
.string "I reckon there's but one item left\n"
2017-11-10 18:40:46 +01:00
.string "waiting to be found on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ZeroItemsRemaining3:: @ 82539EC
2018-12-07 16:41:08 +01:00
.string "How's your stock of items holding up?\p"
2017-11-10 18:40:46 +01:00
.string "I reckon there are no more items\n"
.string "waiting to be found on this floor.\l"
.string "You take care now!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_EightItemsRemaining4:: @ 8253A69
2018-12-07 16:41:08 +01:00
.string "You're strong, so you've earned\n"
2017-11-10 18:40:46 +01:00
.string "a hint!\p"
.string "There appear to be eight more\n"
.string "items on the ground.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SevenItemsRemaining4:: @ 8253AC4
2018-12-07 16:41:08 +01:00
.string "You're strong, so you've earned\n"
2017-11-10 18:40:46 +01:00
.string "a hint!\p"
.string "There appear to be seven more\n"
.string "items on the ground.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SixItemsRemaining4:: @ 8253B1F
2018-12-07 16:41:08 +01:00
.string "You're strong, so you've earned\n"
2017-11-10 18:40:46 +01:00
.string "a hint!\p"
.string "There appear to be six more\n"
.string "items on the ground.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FiveItemsRemaining4:: @ 8253B78
2018-12-07 16:41:08 +01:00
.string "You're strong, so you've earned\n"
2017-11-10 18:40:46 +01:00
.string "a hint!\p"
.string "There appear to be five more\n"
.string "items on the ground.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FourItemsRemaining4:: @ 8253BD2
2018-12-07 16:41:08 +01:00
.string "You're strong, so you've earned\n"
2017-11-10 18:40:46 +01:00
.string "a hint!\p"
.string "There appear to be four more\n"
.string "items on the ground.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ThreeItemsRemaining4:: @ 8253C2C
2018-12-07 16:41:08 +01:00
.string "You're strong, so you've earned\n"
2017-11-10 18:40:46 +01:00
.string "a hint!\p"
.string "There appear to be three more\n"
.string "items on the ground.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_TwoItemsRemaining4:: @ 8253C87
2018-12-07 16:41:08 +01:00
.string "You're strong, so you've earned\n"
2017-11-10 18:40:46 +01:00
.string "a hint!\p"
.string "There appear to be two more\n"
.string "items on the ground.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_OneItemRemaining4:: @ 8253CE0
2018-12-07 16:41:08 +01:00
.string "You're strong, so you've earned\n"
2017-11-10 18:40:46 +01:00
.string "a hint!\p"
.string "There appears to be only one more\n"
.string "item on the ground.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ZeroItemsRemaining4:: @ 8253D3E
2018-12-07 16:41:08 +01:00
.string "You're strong, so you've earned\n"
2017-11-10 18:40:46 +01:00
.string "a hint!\p"
.string "There appear to be no more\n"
.string "items on the ground.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_EightItemsRemaining5:: @ 8253D96
2017-11-10 18:40:46 +01:00
.string "On this floor of the PYRAMID,\n"
.string "I hear there are eight items…$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SevenItemsRemaining5:: @ 8253DD2
2017-11-10 18:40:46 +01:00
.string "On this floor of the PYRAMID,\n"
.string "I hear there are seven items…$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SixItemsRemaining5:: @ 8253E0E
2017-11-10 18:40:46 +01:00
.string "On this floor of the PYRAMID,\n"
.string "I hear there are six items…$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FiveItemsRemaining5:: @ 8253E48
2017-11-10 18:40:46 +01:00
.string "On this floor of the PYRAMID,\n"
.string "I hear there are five items…$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FourItemsRemaining5:: @ 8253E83
2017-11-10 18:40:46 +01:00
.string "On this floor of the PYRAMID,\n"
.string "I hear there are four items…$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ThreeItemsRemaining5:: @ 8253EBE
2017-11-10 18:40:46 +01:00
.string "On this floor of the PYRAMID,\n"
.string "I hear there are three items…$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_TwoItemsRemaining5:: @ 8253EFA
2017-11-10 18:40:46 +01:00
.string "On this floor of the PYRAMID,\n"
.string "I hear there are two items…$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_OneItemRemaining5:: @ 8253F34
2017-11-10 18:40:46 +01:00
.string "On this floor of the PYRAMID,\n"
.string "I hear there is one item…$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ZeroItemsRemaining5:: @ 8253F6C
2017-11-10 18:40:46 +01:00
.string "On this floor of the PYRAMID,\n"
.string "I hear there are no items…$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_EightItemsRemaining6:: @ 8253FA5
2017-11-10 18:40:46 +01:00
.string "Have you collected any items?\p"
.string "I believe there are eight more\n"
.string "items on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SevenItemsRemaining6:: @ 8253FF7
2017-11-10 18:40:46 +01:00
.string "Have you collected any items?\p"
.string "I believe there are seven more\n"
.string "items on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SixItemsRemaining6:: @ 8254049
2017-11-10 18:40:46 +01:00
.string "Have you collected any items?\p"
.string "I believe there are six more\n"
.string "items on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FiveItemsRemaining6:: @ 8254099
2017-11-10 18:40:46 +01:00
.string "Have you collected any items?\p"
.string "I believe there are five more\n"
.string "items on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FourItemsRemaining6:: @ 82540EA
2017-11-10 18:40:46 +01:00
.string "Have you collected any items?\p"
.string "I believe there are four more\n"
.string "items on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ThreeItemsRemaining6:: @ 825413B
2017-11-10 18:40:46 +01:00
.string "Have you collected any items?\p"
.string "I believe there are three more\n"
.string "items on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_TwoItemsRemaining6:: @ 825418D
2017-11-10 18:40:46 +01:00
.string "Have you collected any items?\p"
.string "I believe there are two more\n"
.string "items on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_OneItemRemaining6:: @ 82541DD
2017-11-10 18:40:46 +01:00
.string "Have you collected any items?\p"
.string "I believe there is one more\n"
.string "item on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ZeroItemsRemaining6:: @ 825422B
2017-11-10 18:40:46 +01:00
.string "Have you collected any items?\p"
.string "I believe there are no more\n"
.string "items on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SevenTrainersRemaining1:: @ 825427A
2017-11-10 18:40:46 +01:00
.string "You were really awesome!\p"
.string "But there are still seven tough\n"
.string "TRAINERS other than me!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SixTrainersRemaining1:: @ 82542CB
2017-11-10 18:40:46 +01:00
.string "You were really awesome!\p"
.string "But there are still six tough\n"
.string "TRAINERS other than me!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FiveTrainersRemaining1:: @ 825431A
2017-11-10 18:40:46 +01:00
.string "You were really awesome!\p"
.string "But there are still five tough\n"
.string "TRAINERS other than me!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FourTrainersRemaining1:: @ 825436A
2017-11-10 18:40:46 +01:00
.string "You were really awesome!\p"
.string "But there are still four tough\n"
.string "TRAINERS other than me!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ThreeTrainersRemaining1:: @ 82543BA
2017-11-10 18:40:46 +01:00
.string "You were really awesome!\p"
.string "But there are still three tough\n"
.string "TRAINERS other than me!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_TwoTrainersRemaining1:: @ 825440B
2017-11-10 18:40:46 +01:00
.string "You were really awesome!\p"
.string "But there are still two tough\n"
.string "TRAINERS other than me!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_OneTrainersRemaining1:: @ 825445A
2017-11-10 18:40:46 +01:00
.string "You were really awesome!\p"
2018-12-07 16:41:08 +01:00
.string "But there's still one tough\n"
2017-11-10 18:40:46 +01:00
.string "TRAINER other than me!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ZeroTrainersRemaining1:: @ 82544A6
2017-11-10 18:40:46 +01:00
.string "You were really awesome!\p"
2018-12-07 16:41:08 +01:00
.string "There's no one left that\n"
2017-11-10 18:40:46 +01:00
.string "can beat you!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SevenTrainersRemaining2:: @ 82544E6
2017-11-10 18:40:46 +01:00
.string "This is so upsetting!\p"
.string "But there are seven TRAINERS left!\n"
.string "Someone will humble you!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SixTrainersRemaining2:: @ 8254538
2017-11-10 18:40:46 +01:00
.string "This is so upsetting!\p"
.string "But there are six TRAINERS left!\n"
.string "Someone will humble you!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FiveTrainersRemaining2:: @ 8254588
2017-11-10 18:40:46 +01:00
.string "This is so upsetting!\p"
.string "But there are five TRAINERS left!\n"
.string "Someone will humble you!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FourTrainersRemaining2:: @ 82545D9
2017-11-10 18:40:46 +01:00
.string "This is so upsetting!\p"
.string "But there are four TRAINERS left!\n"
.string "Someone will humble you!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ThreeTrainersRemaining2:: @ 825462A
2017-11-10 18:40:46 +01:00
.string "This is so upsetting!\p"
.string "But there are three TRAINERS left!\n"
.string "Someone will humble you!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_TwoTrainersRemaining2:: @ 825467C
2017-11-10 18:40:46 +01:00
.string "This is so upsetting!\p"
.string "But there are two TRAINERS left!\n"
.string "Someone will humble you!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_OneTrainersRemaining2:: @ 82546CC
2017-11-10 18:40:46 +01:00
.string "This is so upsetting!\p"
2018-12-07 16:41:08 +01:00
.string "But there's one TRAINER left!\n"
.string "I'm sure you will be humbled!$"
2017-11-10 18:40:46 +01:00
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ZeroTrainersRemaining2:: @ 825471E
2017-11-10 18:40:46 +01:00
.string "This is so upsetting!\p"
.string "But there are no more TRAINERS\n"
.string "who can engage you!$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SevenTrainersRemaining3:: @ 8254767
2018-12-07 16:41:08 +01:00
.string "That's pretty impressive!\p"
2017-11-10 18:40:46 +01:00
.string "But there are seven more TRAINERS\n"
.string "on this floor. Can you beat them all?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SixTrainersRemaining3:: @ 82547C9
2018-12-07 16:41:08 +01:00
.string "That's pretty impressive!\p"
2017-11-10 18:40:46 +01:00
.string "But there are six more TRAINERS\n"
.string "on this floor. Can you beat them all?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FiveTrainersRemaining3:: @ 8254829
2018-12-07 16:41:08 +01:00
.string "That's pretty impressive!\p"
2017-11-10 18:40:46 +01:00
.string "But there are five more TRAINERS\n"
.string "on this floor. Can you beat them all?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FourTrainersRemaining3:: @ 825488A
2018-12-07 16:41:08 +01:00
.string "That's pretty impressive!\p"
2017-11-10 18:40:46 +01:00
.string "But there are four more TRAINERS\n"
.string "on this floor. Can you beat them all?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ThreeTrainersRemaining3:: @ 82548EB
2018-12-07 16:41:08 +01:00
.string "That's pretty impressive!\p"
2017-11-10 18:40:46 +01:00
.string "But there are three more TRAINERS\n"
.string "on this floor. Can you beat them all?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_TwoTrainersRemaining3:: @ 825494D
2018-12-07 16:41:08 +01:00
.string "That's pretty impressive!\p"
2017-11-10 18:40:46 +01:00
.string "But there are two more TRAINERS\n"
.string "on this floor. Can you beat them both?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_OneTrainersRemaining3:: @ 82549AE
2018-12-07 16:41:08 +01:00
.string "That's pretty impressive!\p"
.string "But there's still one more TRAINER\n"
2017-11-10 18:40:46 +01:00
.string "on this floor. Can you prevail?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ZeroTrainersRemaining3:: @ 8254A0B
2018-12-07 16:41:08 +01:00
.string "That's pretty impressive!\p"
.string "You've gone through all the TRAINERS\n"
2017-11-10 18:40:46 +01:00
.string "on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SevenTrainersRemaining4:: @ 8254A59
2017-11-10 18:40:46 +01:00
.string "Maybe you could sweep through\n"
.string "the seven TRAINERS left on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SixTrainersRemaining4:: @ 8254A9E
2017-11-10 18:40:46 +01:00
.string "Maybe you could sweep through\n"
.string "the six TRAINERS left on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FiveTrainersRemaining4:: @ 8254AE1
2017-11-10 18:40:46 +01:00
.string "Maybe you could sweep through\n"
.string "the five TRAINERS left on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FourTrainersRemaining4:: @ 8254B25
2017-11-10 18:40:46 +01:00
.string "Maybe you could sweep through\n"
.string "the four TRAINERS left on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ThreeTrainersRemaining4:: @ 8254B69
2017-11-10 18:40:46 +01:00
.string "Maybe you could sweep through\n"
.string "the three TRAINERS left on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_TwoTrainersRemaining4:: @ 8254BAE
2017-11-10 18:40:46 +01:00
.string "Maybe you could sweep through\n"
.string "the two TRAINERS left on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_OneTrainersRemaining4:: @ 8254BF1
2017-11-10 18:40:46 +01:00
.string "Maybe you could complete your sweep\n"
.string "with the one TRAINER left on this floor.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ZeroTrainersRemaining4:: @ 8254C3E
2018-12-07 16:41:08 +01:00
.string "There isn't a single person left who\n"
2017-11-10 18:40:46 +01:00
.string "can defeat you now…$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SevenTrainersRemaining5:: @ 8254C77
2017-11-10 18:40:46 +01:00
.string "You may have what it takes to beat\n"
.string "the seven expert TRAINERS who remain.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SixTrainersRemaining5:: @ 8254CC0
2017-11-10 18:40:46 +01:00
.string "You may have what it takes to beat\n"
.string "the six expert TRAINERS who remain.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FiveTrainersRemaining5:: @ 8254D07
2017-11-10 18:40:46 +01:00
.string "You may have what it takes to beat\n"
.string "the five expert TRAINERS who remain.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FourTrainersRemaining5:: @ 8254D4F
2017-11-10 18:40:46 +01:00
.string "You may have what it takes to beat\n"
.string "the four expert TRAINERS who remain.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ThreeTrainersRemaining5:: @ 8254D97
2017-11-10 18:40:46 +01:00
.string "You may have what it takes to beat\n"
.string "the three expert TRAINERS who remain.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_TwoTrainersRemaining5:: @ 8254DE0
2017-11-10 18:40:46 +01:00
.string "You may have what it takes to beat\n"
.string "the two expert TRAINERS who remain.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_OneTrainersRemaining5:: @ 8254E27
2017-11-10 18:40:46 +01:00
.string "You may have what it takes to beat\n"
.string "the one expert TRAINER who remains.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ZeroTrainersRemaining5:: @ 8254E6E
2017-11-10 18:40:46 +01:00
.string "Your skills are beyond reproach.\p"
.string "There are no more TRAINERS here\n"
.string "who have any chance of beating you.$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SevenTrainersRemaining6:: @ 8254ED3
2017-11-10 18:40:46 +01:00
.string "Can you keep winning against\n"
.string "the seven remaining TRAINERS?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_SixTrainersRemaining6:: @ 8254F0E
2017-11-10 18:40:46 +01:00
.string "Can you keep winning against\n"
.string "the six remaining TRAINERS?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FiveTrainersRemaining6:: @ 8254F47
2017-11-10 18:40:46 +01:00
.string "Can you keep winning against\n"
.string "the five remaining TRAINERS?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_FourTrainersRemaining6:: @ 8254F81
2017-11-10 18:40:46 +01:00
.string "Can you keep winning against\n"
.string "the four remaining TRAINERS?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ThreeTrainersRemaining6:: @ 8254FBB
2017-11-10 18:40:46 +01:00
.string "Can you keep winning against\n"
.string "the three remaining TRAINERS?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_TwoTrainersRemaining6:: @ 8254FF6
2017-11-10 18:40:46 +01:00
.string "Can you keep winning against\n"
.string "the two remaining TRAINERS?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_OneTrainersRemaining6:: @ 825502F
2017-11-10 18:40:46 +01:00
.string "Can you keep winning against\n"
.string "the last remaining TRAINER?$"
2019-12-11 09:28:55 +01:00
BattlePyramid_Text_ZeroTrainersRemaining6:: @ 8255068
2018-12-07 16:41:08 +01:00
.string "There aren't any TRAINERS left that\n"
2017-11-10 18:40:46 +01:00
.string "can take you on now…$"