diff options
author | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-06 13:06:13 -0700 |
---|---|---|
committer | ultima-soul <akshayjhanji@hotmail.com> | 2019-10-06 13:06:13 -0700 |
commit | 0873084a5d143c4e7eab682f7d27a3255ed281b7 (patch) | |
tree | 97a40e025017f29ed3faf7118e1080c9d9b75b98 /include/battle_records.h | |
parent | d4ba74fb34c78a6f80e5e51ac3ccc295191e7128 (diff) |
Sync some function names with pokeemerald.
Diffstat (limited to 'include/battle_records.h')
-rw-r--r-- | include/battle_records.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/battle_records.h b/include/battle_records.h index 5ddb11472..88ff6adc9 100644 --- a/include/battle_records.h +++ b/include/battle_records.h @@ -4,7 +4,6 @@ extern u8 gRecordsWindowId; void ClearPlayerLinkBattleRecords(void); -void InitLinkBattleRecords(void); void UpdatePlayerLinkBattleRecords(s32 battlerId); void ShowLinkBattleRecords(void); void RemoveRecordsWindow(void); |