diff options
author | huderlem <huderlem@gmail.com> | 2019-03-08 13:28:49 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-08 13:28:49 -0600 |
commit | d637317e324a9055ae42286046dd4b081f39d51a (patch) | |
tree | 99c243e92cae64a2b60b5c4b86e161db9072a7b0 /src/frontier_util.c | |
parent | bd157b301dea3526a4c373737dc8167d9a02b168 (diff) | |
parent | 5886f82ef5593fda68687c2e44b2feef76028ce3 (diff) |
Merge pull request #592 from Phlosioneer/extern-cleanup
Extern cleanup
Diffstat (limited to 'src/frontier_util.c')
-rw-r--r-- | src/frontier_util.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/frontier_util.c b/src/frontier_util.c index 0c68bf119..bce7b926f 100644 --- a/src/frontier_util.c +++ b/src/frontier_util.c @@ -35,8 +35,7 @@ #include "constants/moves.h" #include "constants/items.h" #include "constants/event_objects.h" - -extern u8 gSelectedOrderFromParty[]; +#include "party_menu.h" struct FrontierBrainMon { @@ -48,8 +47,6 @@ struct FrontierBrainMon u16 moves[4]; }; -extern void sub_81B8558(void); - // This file's functions. static void sub_81A17A0(void); static void sub_81A1830(void); |