diff options
author | huderlem <huderlem@gmail.com> | 2019-03-03 09:28:35 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-03 09:28:35 -0600 |
commit | c9d2fcabefb149f259f97b59e15b4d635c52d2c6 (patch) | |
tree | 3122377a548140355ae1a3350212cc52827bc9ac /src/mauville_old_man.c | |
parent | 043071ae12aa6854119a44304a5facbd58fa3624 (diff) | |
parent | 9372731c3ef1ac5f7ed59a85b071bde7b87d2460 (diff) |
Merge pull request #553 from Phlosioneer/main-menu-state-machine
Document main_menu state machine, name window constants
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 fd8e74c0a..ec5cb238b 100644 --- a/src/mauville_old_man.c +++ b/src/mauville_old_man.c @@ -437,7 +437,7 @@ static void BardSong_TextSubPrinter(struct TextPrinterTemplate * printer, u16 a1 static void sub_8120708(const u8 * src) { - NewMenuHelpers_DrawDialogueFrame(0, 0); + DrawDialogueFrame(0, 0); AddTextPrinterParameterized(0, 1, src, 0, 1, 1, BardSong_TextSubPrinter); gUnknown_03002F84 = TRUE; CopyWindowToVram(0, 3); |