diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-27 16:48:11 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-27 16:48:11 -0600 |
commit | 0cdd1cc1daf51cb5f128ff0bf2cd208937419cc7 (patch) | |
tree | 2d338c140b5ea38dcebee8a226e8080e0abb1e4b /include/frontier_util.h | |
parent | 2e2cd59160d8254fbdf7cff25140c43e41aa892a (diff) | |
parent | 7cfe0342f0d56022e882324a06aaf129d621647c (diff) |
Merge pull request #405 from DizzyEggg/frontier_data
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 |