diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/battle_tower.h | 4 | 
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; | 
