diff options
author | Diegoisawesome <diego@domoreaweso.me> | 2018-01-24 01:03:20 -0600 |
---|---|---|
committer | Diegoisawesome <diego@domoreaweso.me> | 2018-01-24 01:03:20 -0600 |
commit | 10037ac0e1c1737dc7cb309257369b17ccd5e028 (patch) | |
tree | c8408ad3f6cfc9e5bc0fdf00841049e1c0e778e0 /src/egg_hatch.c | |
parent | 0c47cd6fc3723bffce2d36c41ab601eab8831626 (diff) |
Fix spelling of 'Parametrized' to 'Parameterized'
Diffstat (limited to 'src/egg_hatch.c')
-rw-r--r-- | src/egg_hatch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egg_hatch.c b/src/egg_hatch.c index 37f2b2e19..435886638 100644 --- a/src/egg_hatch.c +++ b/src/egg_hatch.c @@ -866,7 +866,7 @@ 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, 1, x, y, 0, 0, &sEggHatchData->textColor, speed, string); + AddTextPrinterParameterized2(windowId, 1, x, y, 0, 0, &sEggHatchData->textColor, speed, string); } u8 GetEggStepsToSubtract(void) |