summaryrefslogtreecommitdiff
path: root/src/pokeblock.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-01-29 14:40:50 +0100
committerDizzyEggg <jajkodizzy@wp.pl>2018-01-29 14:40:50 +0100
commit78fc471f320f7088caa0bf0e7fa065ca1d75329e (patch)
tree49b205dc643a99150ae0daa8d4a587a07764c5be /src/pokeblock.c
parent78728ae454b6c184b69f4a8c145f32904d406f19 (diff)
parent10037ac0e1c1737dc7cb309257369b17ccd5e028 (diff)
mon anim with master
Diffstat (limited to 'src/pokeblock.c')
-rw-r--r--src/pokeblock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pokeblock.c b/src/pokeblock.c
index 573eed52b..1a4ce3155 100644
--- a/src/pokeblock.c
+++ b/src/pokeblock.c
@@ -583,7 +583,7 @@ static void HandleInitWindows(void)
static void PrintOnPokeblockWindow(u8 windowId, const u8 *string, s32 x)
{
- AddTextPrinterParametrized2(windowId, 1, x, 1, 0, 0, &sTextColorInPokeblockMenu, 0, string);
+ AddTextPrinterParameterized2(windowId, 1, x, 1, 0, 0, &sTextColorInPokeblockMenu, 0, string);
}
static void PutPokeblockInfoText(void)