diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2020-12-25 00:19:24 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-25 00:19:24 -0500 |
commit | d74f739e05c4ed9646a9e42b4400243474dd9fa8 (patch) | |
tree | 9cf853edcef2e12e56a73574198b0ce94ada6de3 /src/recorded_battle.c | |
parent | 4ec5c888b486fdce7e9c355148b1af14cacec929 (diff) | |
parent | 769ddf22c266c2bf41d3353c5972bca8fa49c085 (diff) |
Merge pull request #1277 from GriffinRichards/doc-tower
Label remaining subs in battle_tower.c
Diffstat (limited to 'src/recorded_battle.c')
-rw-r--r-- | src/recorded_battle.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/recorded_battle.c b/src/recorded_battle.c index 5a0579f70..881c2d3ec 100644 --- a/src/recorded_battle.c +++ b/src/recorded_battle.c @@ -846,7 +846,7 @@ bool8 sub_8186450(void) return (sUnknown_0203CCD0 == 0); } -void sub_8186468(u8 *dst) +void GetRecordedBattleRecordMixFriendName(u8 *dst) { s32 i; |