diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-19 01:03:14 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-19 01:03:14 +0100 |
commit | 95d3c180cc13b228dc10e6503b4a30c60f164f48 (patch) | |
tree | 47c07d0629df8edd2861607d045b2a88db8ee8e8 /src/battle_tent.c | |
parent | 963989d760a09eab46607efe1cbc1029f00e1842 (diff) |
clean up variables in files
Diffstat (limited to 'src/battle_tent.c')
-rw-r--r-- | src/battle_tent.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/battle_tent.c b/src/battle_tent.c index 678222ff5..ebb639600 100644 --- a/src/battle_tent.c +++ b/src/battle_tent.c @@ -17,10 +17,6 @@ extern const struct BattleFrontierTrainer gSlateportBattleTentTrainers[]; extern const struct FacilityMon gSlateportBattleTentMons[]; extern const u16 gBattleFrontierHeldItems[]; -extern u16 gUnknown_03006298[]; - -extern void sub_81A4C30(void); - // This file's functions. static void sub_81B99D4(void); static void sub_81B9A28(void); |