diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-06 11:44:14 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-06 11:44:14 -0600 |
commit | 93ff71fcfdf8b71a7b4899f271a5214503bcd510 (patch) | |
tree | 490f5c185053db27730eefe1f6764b406d4adfb2 /src/mauville_old_man.c | |
parent | ccc5d27fcb8647225656b06a60a7d79ad0fa299f (diff) | |
parent | 9afe7a896e7bf9257d3c73c8fb592f0b9243d520 (diff) |
Merge pull request #377 from DizzyEggg/render_text
Match Render text and attempt to clean up
Diffstat (limited to 'src/mauville_old_man.c')
-rw-r--r-- | src/mauville_old_man.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mauville_old_man.c b/src/mauville_old_man.c index 3d3408bbb..cc4228949 100644 --- a/src/mauville_old_man.c +++ b/src/mauville_old_man.c @@ -430,7 +430,7 @@ static void sub_81206F0(void) gUnknown_03002F84 = FALSE; } -static void BardSong_TextSubPrinter(struct TextSubPrinter * printer, u16 a1) +static void BardSong_TextSubPrinter(struct TextPrinterTemplate * printer, u16 a1) { gUnknown_03002F84 = TRUE; } |