summaryrefslogtreecommitdiff
path: root/include/match_call.h
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-08-11 16:37:06 -0700
committerGitHub <noreply@github.com>2018-08-11 16:37:06 -0700
commit73bdef2f67c2e5f836da8d634f383b807df8b91a (patch)
treeb3cfd813c4b9af125612b9a79f99292cb28d0591 /include/match_call.h
parent94eef0bfa5b67a3ef3061b151e6ff113b45adc2e (diff)
parentcf9518f2374dae7aa30fe8694e2c01d980efda3f (diff)
Merge pull request #293 from Diegoisawesome/master
Decompile field_specials
Diffstat (limited to 'include/match_call.h')
-rw-r--r--include/match_call.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/match_call.h b/include/match_call.h
index 9698e7cd3..1f431bfaf 100644
--- a/include/match_call.h
+++ b/include/match_call.h
@@ -10,4 +10,6 @@ enum {
MATCH_CALL_TYPE_GYMLEADER_ELITEFOUR
};
+s32 GetRematchIdxByTrainerIdx(s32 trainerIdx);
+
#endif //GUARD_MATCH_CALL_H