summaryrefslogtreecommitdiff
path: root/src/mauville_old_man.c
diff options
context:
space:
mode:
authorDiegoisawesome <Diegoisawesome@users.noreply.github.com>2018-11-06 20:24:04 -0600
committerGitHub <noreply@github.com>2018-11-06 20:24:04 -0600
commit1507a290d51760c9b36b4b8bc828cfe5b973c7d7 (patch)
tree5f48809915af5d02c2f75efc790bd598ed9f3975 /src/mauville_old_man.c
parent93ff71fcfdf8b71a7b4899f271a5214503bcd510 (diff)
parent18839a4872057fde33be45c5d2c4ecf4274bcc8d (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.c2
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())