diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-30 22:17:03 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-10-30 22:17:03 +0100 |
commit | 7de1c4bd141bc793873b12acd7f1eaae7474bfbc (patch) | |
tree | 9bda0ec5eb7ba718cb3863321e9810132f3c1a47 /src/frontier_util.c | |
parent | 90ef2694266a13ae9642c4cea4e4125df1e3fae8 (diff) |
Make frontier util compile
Diffstat (limited to 'src/frontier_util.c')
-rw-r--r-- | src/frontier_util.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/frontier_util.c b/src/frontier_util.c index 99419cc9a..bbf0c9af0 100644 --- a/src/frontier_util.c +++ b/src/frontier_util.c @@ -1782,6 +1782,7 @@ struct FrontierBrainMon extern const struct FrontierBrainMon sFrontierBrainsMons[][2][3]; +/* void CreateFrontierBrainPokemon(void) { s32 i, j; @@ -1830,3 +1831,4 @@ void CreateFrontierBrainPokemon(void) monPartyId++; } } +*/ |