diff options
author | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-09 01:38:38 -0500 |
---|---|---|
committer | Phlosioneer <mattmdrr2@gmail.com> | 2019-03-09 01:38:38 -0500 |
commit | 153499ed6f08b6546349ba1ec33ea9e18840f44b (patch) | |
tree | a1614d05752d3469dde7bedb5f0e12f314e81a18 /src | |
parent | 5b4b0a245be14b7485c3e2cc40e40c78eeaa7ce0 (diff) |
Clean up contest_opponents.inc
Diffstat (limited to 'src')
-rw-r--r-- | src/data/contest_opponents.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/data/contest_opponents.h b/src/data/contest_opponents.h index 580d7916e..07d41d824 100644 --- a/src/data/contest_opponents.h +++ b/src/data/contest_opponents.h @@ -77,4 +77,10 @@ const struct ContestWinner gUnknown_08587FA4[] = .trainerName = _("OMAR"), .contestRank = CONTEST_RANK_MASTER } -};
\ No newline at end of file +}; +/* +const struct ContestPokemon gContestOpponents[] = +{ + +};*/ +extern const struct ContestPokemon gContestOpponents[96];
\ No newline at end of file |