diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-14 23:37:44 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-10-14 23:37:44 +0200 |
commit | ebb2999c03e7f9291bf905d644ddc03991e4280e (patch) | |
tree | 0b157efced3af39c9f0d716df11bdb30c791fb1b /include/contest.h | |
parent | 752ce9b90d756e01766c12136169eefe335ac016 (diff) |
more of battle anim done
Diffstat (limited to 'include/contest.h')
-rw-r--r-- | include/contest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/contest.h b/include/contest.h index 7635e7358..7dcde7da2 100644 --- a/include/contest.h +++ b/include/contest.h @@ -36,5 +36,6 @@ struct ContestResources extern struct ContestResources *gContestResources; bool8 IsSpeciesNotUnown(u16 species); +void LoadContestBgAfterMoveAnim(void); #endif //GUARD_CONTEST_H |