summaryrefslogtreecommitdiff
path: root/data/maps/BattleFrontier_BattlePyramidLobby
diff options
context:
space:
mode:
authorGriffinR <griffin.richards@comcast.net>2019-11-26 17:20:08 -0500
committerhuderlem <huderlem@gmail.com>2019-11-26 18:47:48 -0600
commit8d870d94c9f45f48419b979f7bf1c43928078eff (patch)
tree30d860c08f3fe4ddac60056d10ad719f1c7f1af2 /data/maps/BattleFrontier_BattlePyramidLobby
parent6efa51f8ad7b62a3a12c81f1d0bf299be31718b0 (diff)
Document Battle Arena scripts
Diffstat (limited to 'data/maps/BattleFrontier_BattlePyramidLobby')
-rw-r--r--data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc b/data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc
index 2794c845c..f5f4b0c29 100644
--- a/data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc
+++ b/data/maps/BattleFrontier_BattlePyramidLobby/scripts.inc
@@ -150,8 +150,8 @@ BattleFrontier_BattlePyramidLobby_EventScript_250904:: @ 8250904
fadescreen 1
call BattleFrontier_EventScript_GetLvlMode
copyvar VAR_0x8004, VAR_RESULT
- setvar VAR_0x8005, 3
- special sub_80F9490
+ setvar VAR_0x8005, FRONTIER_PARTY_SIZE
+ special ChoosePartyForBattleFrontier
waitstate
compare VAR_RESULT, 0
goto_if_eq BattleFrontier_BattlePyramidLobby_EventScript_250AC1