summaryrefslogtreecommitdiff
path: root/src/main_menu.c
diff options
context:
space:
mode:
authorDizzyEggg <jajkodizzy@wp.pl>2018-08-16 22:53:01 +0200
committerDizzyEggg <jajkodizzy@wp.pl>2018-08-16 22:53:01 +0200
commit0bfe894566fe3c19c0f12342a273a40c5d6e12da (patch)
tree37ef4a4f7be61b3bd70c2118dff9421140c67abe /src/main_menu.c
parentba225f8eaab5e46f7fc825adc6df833f3996b38d (diff)
parent2b81db7acecd8baa3e343de66fd229040ec81381 (diff)
Merge with master
Diffstat (limited to 'src/main_menu.c')
-rw-r--r--src/main_menu.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main_menu.c b/src/main_menu.c
index 3afe1abe5..052035e34 100644
--- a/src/main_menu.c
+++ b/src/main_menu.c
@@ -1362,7 +1362,7 @@ void task_new_game_prof_birch_speech_part2_3(u8 taskId)
void task_new_game_prof_birch_speech_part2_4(u8 taskId)
{
- switch (ProcessMenuInputNoWrap_())
+ switch (Menu_ProcessInputNoWrap_())
{
case 0:
PlaySE(SE_SELECT);
@@ -1802,7 +1802,7 @@ void sub_8031D74(void)
s8 sub_8031DB4(void)
{
- return ProcessMenuInputNoWrapAround();
+ return Menu_ProcessInputNoWrapAround();
}
void set_default_player_name(u8 nameId)