diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-09 20:56:36 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-09 20:56:36 -0500 |
commit | a32e8e7405dc66c29ae04bb85bf9b07cd3cb21a9 (patch) | |
tree | c8544f8c0bba15a7aaade2b9eb33c8c1b2e02ee0 /src/contest.c | |
parent | 0e8f94a83e01d224968ab8f54e4d4f35be156ec0 (diff) |
Move gContestOpponents into C
2,400 LOC by hand.
Diffstat (limited to 'src/contest.c')
-rw-r--r-- | src/contest.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/contest.c b/src/contest.c index 09847f6b6..3ef8d4b06 100644 --- a/src/contest.c +++ b/src/contest.c @@ -242,7 +242,6 @@ extern const u8 gText_Contest_Fear[]; extern const u8 gText_BDot[]; extern const u8 gText_CDot[]; extern const u8 *const gUnknown_08587E10[]; -extern const struct ContestPokemon gContestOpponents[96]; extern const u8 gUnknown_085898A4[96]; extern const union AffineAnimCmd *const gUnknown_082FF6C0[]; extern const union AffineAnimCmd *const gUnknown_082FF694[]; |