summaryrefslogtreecommitdiff
path: root/include/match_call.h
diff options
context:
space:
mode:
authorDiegoisawesome <diego@domoreaweso.me>2018-08-11 14:51:54 -0700
committerDiegoisawesome <diego@domoreaweso.me>2018-08-11 14:51:54 -0700
commitb54793be91b1937d059751ea928112052a2429e0 (patch)
tree2b94dba781fa2c5fe8ac85bfba0e98f41c9fb998 /include/match_call.h
parent1e0f3ec433875aa38c259b866fca7ea38b39d072 (diff)
Finish decompiling 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