summaryrefslogtreecommitdiff
path: root/src/hall_of_fame.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-01-29 14:40:50 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-01-29 14:40:50 +0100
commit78fc471f320f7088caa0bf0e7fa065ca1d75329e (patch)
tree49b205dc643a99150ae0daa8d4a587a07764c5be /src/hall_of_fame.c
parent78728ae454b6c184b69f4a8c145f32904d406f19 (diff)
parent10037ac0e1c1737dc7cb309257369b17ccd5e028 (diff)
mon anim with master
Diffstat (limited to 'src/hall_of_fame.c')
-rw-r--r--src/hall_of_fame.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/hall_of_fame.c b/src/hall_of_fame.c
index 38183e807..d002f210f 100644
--- a/src/hall_of_fame.c
+++ b/src/hall_of_fame.c
@@ -539,7 +539,7 @@ static void Task_Hof_InitTeamSaveData(u8 taskId)
*lastSavedTeam = *sHofMonPtr;
sub_81973C4(0, 0);
- AddTextPrinterParametrized(0, 1, gText_SavingDontTurnOffPower, 0, NULL, 2, 1, 3);
+ AddTextPrinterParameterized(0, 1, gText_SavingDontTurnOffPower, 0, NULL, 2, 1, 3);
CopyWindowToVram(0, 3);
gTasks[taskId].func = Task_Hof_TrySaveData;
}
@@ -746,7 +746,7 @@ static void Task_Hof_WaitAndPrintPlayerInfo(u8 taskId)
FillBgTilemapBufferRect_Palette0(0, 0, 0, 0, 0x20, 0x20);
HallOfFame_PrintPlayerInfo(1, 2);
sub_81973C4(0, 0);
- AddTextPrinterParametrized(0, 1, gText_LeagueChamp, 0, NULL, 2, 1, 3);
+ AddTextPrinterParameterized(0, 1, gText_LeagueChamp, 0, NULL, 2, 1, 3);
CopyWindowToVram(0, 3);
gTasks[taskId].func = Task_Hof_ExitOnKeyPressed;
}
@@ -1115,7 +1115,7 @@ static void Task_HofPC_PrintDataIsCorrupted(u8 taskId)
{
sub_8198180(gText_UnkCtrlF800Exit, 8, 1);
sub_81973C4(0, 0);
- AddTextPrinterParametrized(0, 1, gText_HOFCorrupted, 0, NULL, 2, 1, 3);
+ AddTextPrinterParameterized(0, 1, gText_HOFCorrupted, 0, NULL, 2, 1, 3);
CopyWindowToVram(0, 3);
gTasks[taskId].func = Task_HofPC_ExitOnButtonPress;
}