diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-27 22:45:50 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-11-27 22:45:50 +0100 |
commit | 7cfe0342f0d56022e882324a06aaf129d621647c (patch) | |
tree | 2d338c140b5ea38dcebee8a226e8080e0abb1e4b /include/frontier_util.h | |
parent | 2e2cd59160d8254fbdf7cff25140c43e41aa892a (diff) |
Finish frontier data
Diffstat (limited to 'include/frontier_util.h')
-rw-r--r-- | include/frontier_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/frontier_util.h b/include/frontier_util.h index 6b6a2ea39..9464ba91c 100644 --- a/include/frontier_util.h +++ b/include/frontier_util.h @@ -29,4 +29,6 @@ u8 GetFrontierBrainMonNature(u8 monId); u8 GetFrontierBrainMonEvs(u8 monId, u8 evStatId); s32 GetFronterBrainSymbol(void); +extern const u16 gFrontierBannedSpecies[]; + #endif // GUARD_FRONTIER_UTIL_H |