diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-11-06 20:24:04 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-06 20:24:04 -0600 |
commit | 1507a290d51760c9b36b4b8bc828cfe5b973c7d7 (patch) | |
tree | 5f48809915af5d02c2f75efc790bd598ed9f3975 /src/mauville_old_man.c | |
parent | 93ff71fcfdf8b71a7b4899f271a5214503bcd510 (diff) | |
parent | 18839a4872057fde33be45c5d2c4ecf4274bcc8d (diff) |
Merge pull request #378 from Diegoisawesome/script_menu
[WIP] Decompile/port script_menu
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 cc4228949..110ec068e 100644 --- a/src/mauville_old_man.c +++ b/src/mauville_old_man.c @@ -1179,7 +1179,7 @@ static void Task_StoryListMenu(u8 taskId) // Task_StoryListMenu task->data[0]++; break; case 1: - selection = ProcessMenuInput(); + selection = Menu_ProcessInput(); if (selection == -2) break; if (selection == -1 || selection == GetFreeStorySlot()) |