summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-10-11 07:17:09 -0400
committerGitHub <noreply@github.com>2020-10-11 07:17:09 -0400
commit4efbdaf70698591f2b63ec7c35de3b8977b087a3 (patch)
tree9e3b104c078f102930b571984a3e1dcd97fd627c /include
parent13f37cf974e8f227db9ee68b2ca7987cf1f509a8 (diff)
parent52ebc4252e0752ab3b918d4637c4c2672f033610 (diff)
Merge pull request #1227 from kageru/pret
Document gUnknown_03006298
Diffstat (limited to 'include')
-rw-r--r--include/battle_tower.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/battle_tower.h b/include/battle_tower.h
index 3bf2f004b..30649719b 100644
--- a/include/battle_tower.h
+++ b/include/battle_tower.h
@@ -43,7 +43,9 @@ extern const struct BattleFrontierTrainer gBattleFrontierTrainers[];
extern const struct FacilityMon gSlateportBattleTentMons[];
extern const struct BattleFrontierTrainer gSlateportBattleTentTrainers[];
-extern u16 gUnknown_03006298[];
+// Temporary storage for monIds of the opponent team
+// during team generation in battle factory and similar facilities.
+extern u16 gFrontierTempParty[];
extern const struct BattleFrontierTrainer *gFacilityTrainers;
extern const struct FacilityMon *gFacilityTrainerMons;