diff options
author | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-09-09 15:51:13 +0100 |
---|---|---|
committer | Slawter666 <38655737+Slawter666@users.noreply.github.com> | 2018-09-09 15:51:13 +0100 |
commit | 1ba17e16668c54d4ebfff91801768267e5ce1d10 (patch) | |
tree | 88669548588ed70fe40dac73e4e204665a675991 /src/credits.c | |
parent | e1834c9d7bc961f872169e056b788fec04f39867 (diff) | |
parent | 6454740587f9a97105c45d54bf4284015a20d6d1 (diff) |
Merge branch 'decompile_frontier_2' of https://github.com/DizzyEggg/pokeemerald into factory-data
Diffstat (limited to 'src/credits.c')
-rw-r--r-- | src/credits.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/credits.c b/src/credits.c index cbf77f1b3..94089a6d1 100644 --- a/src/credits.c +++ b/src/credits.c @@ -1197,7 +1197,7 @@ static void sub_81755BC(const u8 *string, u8 y, u8 a2) } x = GetStringCenterAlignXOffsetWithLetterSpacing(1, string, 0xF0, 1); - AddTextPrinterParameterized2(0, 1, x, y, 1, 0, color, -1, string); + AddTextPrinterParameterized4(0, 1, x, y, 1, 0, color, -1, string); } void sub_8175620(void) |