diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-01 08:57:03 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2020-04-01 08:57:03 -0400 |
commit | 1d399a41dd6250d5af49449308537488ec1aea85 (patch) | |
tree | 94fd10c7b70f8fe6788bd8ad01151f5f25db571e /src/hall_of_fame.c | |
parent | af3253561005bccb62ef41a08810d4dd1a5b4ded (diff) |
Fix intro gfx and start doccing intro methods
Diffstat (limited to 'src/hall_of_fame.c')
-rw-r--r-- | src/hall_of_fame.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hall_of_fame.c b/src/hall_of_fame.c index fe36faa0a..14f399f24 100644 --- a/src/hall_of_fame.c +++ b/src/hall_of_fame.c @@ -431,7 +431,7 @@ static void Task_Hof_InitTeamSaveData(u8 taskId) u16 i; struct HallofFameTeam* lastSavedTeam = (struct HallofFameTeam *)(gDecompressionBuffer); - sub_8112450(); + SaveQuestLogData(); if (!gHasHallOfFameRecords) { memset(gDecompressionBuffer, 0, 0x2000); |