| 423 | plan.bypass_menu = true; |
| 424 | plan.bootstrap = GameBootstrap::NEW_GAME; |
| 425 | plan.party = PartyMode::QUICKSTART; |
| 426 | plan.location = StartLocation::MAZE; |
| 427 | |
| 428 | if (go_to) { |
| 429 | plan.go_to = true; |
| 430 | plan.location = StartLocation::MAZE_WITH_GOTO; |
| 431 | } |
| 432 | |
| 433 | } else if (quickstart) { |
| 434 | // Alias: new game + quickstart party |
| 435 | plan.bypass_menu = true; |
| 436 | plan.bootstrap = GameBootstrap::NEW_GAME; |