diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-02 10:15:07 -0500 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2020-03-02 10:15:07 -0500 |
commit | d758ae0dc2b91f1233872f6950b8f2d121bf961c (patch) | |
tree | c7607e2d703583286c11bfc8936bb473a6fe4883 /include/battle_records.h | |
parent | 2f8ac698c8a03954d3bf0d05a9ef13dd447eaf53 (diff) | |
parent | fc51c579d4a422b168a4efb88b5f15164fbb7db0 (diff) |
Merge branch 'master' of github.com:pret/pokefirered into field_effect
Diffstat (limited to 'include/battle_records.h')
-rw-r--r-- | include/battle_records.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/battle_records.h b/include/battle_records.h index 97f28a3b0..b66fbd686 100644 --- a/include/battle_records.h +++ b/include/battle_records.h @@ -2,5 +2,6 @@ #define GUARD_BATTLE_RECORDS_H void ClearPlayerLinkBattleRecords(void); +void TryRecordLinkBattleOutcome(s32 battlerId); #endif // GUARD_BATTLE_RECORDS_H |