summaryrefslogtreecommitdiff
path: root/src/starter_choose.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/starter_choose.c')
-rw-r--r--src/starter_choose.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/starter_choose.c b/src/starter_choose.c
index 1f64a5db7..8cf3cfefa 100644
--- a/src/starter_choose.c
+++ b/src/starter_choose.c
@@ -269,7 +269,7 @@ static void Task_StarterChoose5(u8 taskId)
{
case 0: // YES
// Return the starter choice and exit.
- gScriptResult = gTasks[taskId].tStarterSelection;
+ gSpecialVar_Result = gTasks[taskId].tStarterSelection;
dp13_810BB8C();
SetMainCallback2(gMain.savedCallback);
break;