diff options
author | GriffinR <griffin.g.richards@gmail.com> | 2021-11-03 18:29:18 -0400 |
---|---|---|
committer | GriffinR <griffin.g.richards@gmail.com> | 2021-11-03 19:54:20 -0400 |
commit | 50d3003a0d66b30fa1bf50b33e1a7de6263dca5d (patch) | |
tree | 977ab84e4c13e1e6bc21c8031737995e1e673348 /src/mystery_gift_menu.c | |
parent | 085f8adec62be6a1ecf7b4389148867408b30bed (diff) |
Text clean-up, TEXT_SPEED_FF to TEXT_SKIP_DRAW
Diffstat (limited to 'src/mystery_gift_menu.c')
-rw-r--r-- | src/mystery_gift_menu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mystery_gift_menu.c b/src/mystery_gift_menu.c index a6d5953f9..4a314b076 100644 --- a/src/mystery_gift_menu.c +++ b/src/mystery_gift_menu.c @@ -490,8 +490,8 @@ void PrintMysteryGiftOrEReaderTopMenu(bool8 isEReader, bool32 useCancel) options = gJPText_DecideStop; } - AddTextPrinterParameterized4(0, FONT_NORMAL, 4, 1, 0, 0, sTextColors_TopMenu, TEXT_SPEED_FF, header); - AddTextPrinterParameterized4(0, FONT_SMALL, GetStringRightAlignXOffset(FONT_SMALL, options, 0xDE), 1, 0, 0, sTextColors_TopMenu, TEXT_SPEED_FF, options); + AddTextPrinterParameterized4(0, FONT_NORMAL, 4, 1, 0, 0, sTextColors_TopMenu, TEXT_SKIP_DRAW, header); + AddTextPrinterParameterized4(0, FONT_SMALL, GetStringRightAlignXOffset(FONT_SMALL, options, 0xDE), 1, 0, 0, sTextColors_TopMenu, TEXT_SKIP_DRAW, options); CopyWindowToVram(0, COPYWIN_GFX); PutWindowTilemap(0); } |