diff options
author | garak <garakmon@gmail.com> | 2019-05-30 17:05:30 -0400 |
---|---|---|
committer | garak <garakmon@gmail.com> | 2019-05-30 17:05:30 -0400 |
commit | e73ce5317dfc243474faa9187181ed323faf4ed5 (patch) | |
tree | 0cd6bbf911806e3a042a757b36351a6a61370f64 /src/egg_hatch.c | |
parent | 337c8177212e12d4a4ad2eee4324ae3d09a21e99 (diff) |
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 d8e1a4d55..b840daf7b 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); + AddTextPrinterParameterized2(windowId, 3, x, y, 1, 1, &sEggHatchData->textColor, speed, string); } |