diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-25 20:14:10 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-08-25 20:14:10 +0200 |
commit | 0d8c5b613eda48e48d25615e710c34388072858c (patch) | |
tree | 3dfe567d2d78c7f6d41d50f9868faace0df470f4 /src/match_call.c | |
parent | 447e65860ce1235272004fe4714bd4fb1b4ca676 (diff) |
make battle dome compile
Diffstat (limited to 'src/match_call.c')
-rw-r--r-- | src/match_call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/match_call.c b/src/match_call.c index 99eb6d65a..2879881bf 100644 --- a/src/match_call.c +++ b/src/match_call.c @@ -5,9 +5,9 @@ #include "event_data.h" #include "string_util.h" #include "battle.h" -#include "battle_frontier_1.h" #include "gym_leader_rematch.h" +extern void sub_8197080(u8 *dest); extern const u8 gTrainerClassNames[][13]; // Static type declarations |