summaryrefslogtreecommitdiff
path: root/src/berry_powder.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/berry_powder.c')
-rwxr-xr-xsrc/berry_powder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/berry_powder.c b/src/berry_powder.c
index d933dbff1..96f14d6e4 100755
--- a/src/berry_powder.c
+++ b/src/berry_powder.c
@@ -211,7 +211,7 @@ static void PrintBerryPowderAmount(u8 windowId, int amount, u8 x, u8 y, u8 speed
static void DrawPlayerPowderAmount(u8 windowId, u16 baseTileOffset, u8 paletteNum, u32 amount)
{
DrawStdFrameWithCustomTileAndPalette(windowId, FALSE, baseTileOffset, paletteNum);
- AddTextPrinterParameterized(windowId, FONT_NORMAL, gText_Powder, 0, 1, TEXT_SPEED_FF, NULL);
+ AddTextPrinterParameterized(windowId, FONT_NORMAL, gText_Powder, 0, 1, TEXT_SKIP_DRAW, NULL);
PrintBerryPowderAmount(windowId, amount, 26, 17, 0);
}