summaryrefslogtreecommitdiff
path: root/src/hall_of_fame.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-07 02:00:41 -0400
committerGriffinR <griffin.g.richards@gmail.com>2020-08-07 02:00:41 -0400
commit463d79c7c1b945db53b1d4278e3e05a65bbe1ee1 (patch)
treea4d566c8ab615734992cda34a94422e40e83521e /src/hall_of_fame.c
parent4aed5b078a53291820cca641b2c3a7e41c9f56de (diff)
Start documenting naming screen
Diffstat (limited to 'src/hall_of_fame.c')
-rw-r--r--src/hall_of_fame.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hall_of_fame.c b/src/hall_of_fame.c
index f4c971b0b..19217ae85 100644
--- a/src/hall_of_fame.c
+++ b/src/hall_of_fame.c
@@ -702,7 +702,7 @@ static void Task_Hof_DisplayPlayer(u8 taskId)
gTasks[taskId].tPlayerSpriteID = CreateTrainerPicSprite(PlayerGenderToFrontTrainerPicId_Debug(gSaveBlock2Ptr->playerGender, TRUE), 1, 120, 72, 6, 0xFFFF);
AddWindow(&sHof_WindowTemplate);
LoadWindowGfx(1, gSaveBlock2Ptr->optionsWindowFrameType, 0x21D, 0xD0);
- LoadPalette(stdpal_get(1), 0xE0, 0x20);
+ LoadPalette(GetTextWindowPalette(1), 0xE0, 0x20);
gTasks[taskId].tFrameCount = 120;
gTasks[taskId].func = Task_Hof_WaitAndPrintPlayerInfo;
}