summaryrefslogtreecommitdiff
path: root/src/egg_hatch.c
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-06-01 12:21:52 -0400
committerGitHub <noreply@github.com>2019-06-01 12:21:52 -0400
commit405a4352c32b6fc33c0222fc9d526cc2cb8f7252 (patch)
tree420ea16d829bc67399154844501e1208520e7092 /src/egg_hatch.c
parent337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff)
parentb249154009efceb5710848a2567fb821d3e7217a (diff)
Merge pull request #61 from garakmon/parameterized
Parametrized to Parameterized
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 d8e1a4d55..74ec35102 100644
--- a/src/egg_hatch.c
+++ b/src/egg_hatch.c
@@ -874,5 +874,5 @@ static void EggHatchPrintMessage(u8 windowId, u8* string, u8 x, u8 y, u8 speed)
sEggHatchData->textColor.fgColor = 0;
sEggHatchData->textColor.bgColor = 5;
sEggHatchData->textColor.shadowColor = 6;
- AddTextPrinterParametrized2(windowId, 3, x, y, 1, 1, &sEggHatchData->textColor, speed, string);
+ AddTextPrinterParameterized4(windowId, 3, x, y, 1, 1, &sEggHatchData->textColor, speed, string);
}