summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-09-08 23:38:30 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-09-08 23:38:30 +0200
commit2f59df03ab8dbd5d9edb28b5680cc668aafc6684 (patch)
tree6fc3f236ec9aa4ccb577d368b704f293984c80d3 /src/egg_hatch.c
parent1616c254d21b216ecf652461a0cb0b7772450651 (diff)
Standartize AddTextPrinterParametrized functions,
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r--src/egg_hatch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c
index 1c626cc86..f72ca04a3 100644
--- a/src/egg_hatch.c
+++ b/src/egg_hatch.c
@@ -856,7 +856,7 @@ static void EggHatchPrintMessage(u8 windowId, u8* string, u8 x, u8 y, u8 speed)
sEggHatchData->textColor[0] = 0;
sEggHatchData->textColor[1] = 5;
sEggHatchData->textColor[2] = 6;
- AddTextPrinterParameterized2(windowId, 1, x, y, 0, 0, sEggHatchData->textColor, speed, string);
+ AddTextPrinterParameterized4(windowId, 1, x, y, 0, 0, sEggHatchData->textColor, speed, string);
}
u8 GetEggStepsToSubtract(void)