diff options
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 e6f8b72ec..d2c7555e2 100644 --- a/src/hall_of_fame.c +++ b/src/hall_of_fame.c @@ -1198,7 +1198,7 @@ static bool8 DrawHofBackground(void) break; case 3: InitStandardTextBoxWindows(); - ResetBg0(); + InitTextBoxGfxAndPrinters(); break; case 4: SetGpuReg(REG_OFFSET_DISPCNT, DISPCNT_OBJ_1D_MAP | DISPCNT_OBJ_ON); |