diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-08-11 16:37:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-11 16:37:06 -0700 |
commit | 73bdef2f67c2e5f836da8d634f383b807df8b91a (patch) | |
tree | b3cfd813c4b9af125612b9a79f99292cb28d0591 /include/match_call.h | |
parent | 94eef0bfa5b67a3ef3061b151e6ff113b45adc2e (diff) | |
parent | cf9518f2374dae7aa30fe8694e2c01d980efda3f (diff) |
Merge pull request #293 from Diegoisawesome/master
Decompile field_specials
Diffstat (limited to 'include/match_call.h')
-rw-r--r-- | include/match_call.h | 2 |
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 |