summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r--src/egg_hatch.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c
index 5e8a8d16e..8ff9f28a7 100644
--- a/src/egg_hatch.c
+++ b/src/egg_hatch.c
@@ -761,8 +761,7 @@ static void CreateEggShardSprite(u8 x, u8 y, s16 data1, s16 data2, s16 data3, u8
static void EggHatchPrintMessage1(u8* src)
{
- Contest_StartTextPrinter(
- &gEggHatchData->window, src, gEggHatchData->tileDataStartOffset, 3, 15);
+ Contest_StartTextPrinter(&gEggHatchData->window, src, gEggHatchData->tileDataStartOffset, 3, 15);
}
static void EggHatchPrintMessage2(u8* src)