diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-09-10 10:20:41 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-10 10:20:41 -0500 |
commit | cb053b3a15cf342ab520d234f6dbae27a6199d45 (patch) | |
tree | cb93014d00fbd49975b1607fe2c5698f61a38fa0 /src/credits.c | |
parent | 37edb063babb4f8d7b81ea95fb5911a0ab0878c7 (diff) | |
parent | 74cc2cf512657f478667f6b57ab595ab546962a1 (diff) |
Merge pull request #312 from DizzyEggg/decompile_frontier_2
Decompile Battle Factory
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) |