diff options
Diffstat (limited to 'src/mystery_event_menu.c')
-rw-r--r-- | src/mystery_event_menu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mystery_event_menu.c b/src/mystery_event_menu.c index 7f031c704..8dcb960b7 100644 --- a/src/mystery_event_menu.c +++ b/src/mystery_event_menu.c @@ -314,5 +314,5 @@ static void PrintMysteryMenuText(u8 windowId, const u8 *text, u8 x, u8 y, s32 sp textColor[2] = 3; FillWindowPixelBuffer(windowId, (textColor[0]) | (textColor[0] << 4)); - AddTextPrinterParameterized2(windowId, 1, x, y, letterSpacing, lineSpacing, textColor, speed, text); + AddTextPrinterParameterized4(windowId, 1, x, y, letterSpacing, lineSpacing, textColor, speed, text); } |