summaryrefslogtreecommitdiff
path: root/src/main_menu.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-06-14 22:01:31 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-06-14 22:01:31 -0400
commit200bdcb5c2c34f18ca8ccb667642080441feb97f (patch)
treeed504cfb57480f0a9c6d8af9aded8e5300f16a3d /src/main_menu.c
parent8219bb53d59c426de31c43ec3a045b61d7108798 (diff)
parent817f20d2275d29a2d1976fa2e1281a15b0c45630 (diff)
Merge branch 'master' of github.com:pret/pokeruby
Diffstat (limited to 'src/main_menu.c')
-rw-r--r--src/main_menu.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/main_menu.c b/src/main_menu.c
index b2d08698b..ac26d604d 100644
--- a/src/main_menu.c
+++ b/src/main_menu.c
@@ -945,14 +945,14 @@ static void Task_NewGameSpeech16(u8 taskId)
switch (GenderMenuProcessInput())
{
case MALE:
- sub_8072DEC();
+ HandleDestroyMenuCursors();
PlaySE(SE_SELECT);
gSaveBlock2.playerGender = MALE;
MenuZeroFillWindowRect(2, 4, 8, 9);
gTasks[taskId].func = Task_NewGameSpeech19;
break;
case FEMALE:
- sub_8072DEC();
+ HandleDestroyMenuCursors();
PlaySE(SE_SELECT);
gSaveBlock2.playerGender = FEMALE;
MenuZeroFillWindowRect(2, 4, 8, 9);
@@ -1048,7 +1048,7 @@ static void Task_NewGameSpeech21(u8 taskId)
case 2:
case 3:
case 4:
- sub_8072DEC();
+ HandleDestroyMenuCursors();
PlaySE(SE_SELECT);
MenuZeroFillWindowRect(2, 1, 22, 12);
SetPresetPlayerName(selection);
@@ -1060,7 +1060,7 @@ static void Task_NewGameSpeech21(u8 taskId)
gTasks[taskId].func = Task_NewGameSpeech22;
break;
case -1: //B button
- sub_8072DEC();
+ HandleDestroyMenuCursors();
PlaySE(SE_SELECT);
MenuZeroFillWindowRect(2, 1, 22, 12);
gTasks[taskId].func = Task_NewGameSpeech14; //Go back to gender menu