i'll also drop this in here for anyone that wants custom starters but doesn't want to go through the hassle every time:
1. navigate to to scenes > scripts
2. click on the drop down next to the common folder and double click on unionall.
3. utilizing ctrl+f paste in this: "coro EVENT_M00A_01", which will bring you to line 2294.
4. copy this whole string:
coro EVENT_M00A_01 {
bgm_Stop();
message_Monologue('Do you want to enable the default quiz?');
switch ( message_SwitchMenu(0, 0) ) {
case menu('Yes.'):
supervision_ExecuteActingSub(LEVEL_S02P01A, 'm00a01a', 0);
@label_432;
$SCENARIO_MAIN = scn[2, 0];
JumpCommon(CORO_EVENT_DIVIDE);
case menu('No.'):
supervision_ExecuteActingSub(LEVEL_S02P01A, 'newtest1', 0);
supervision_ExecuteActingSub(LEVEL_S02P01A, 'newtest', 0);
supervision_ExecuteActingSub(LEVEL_S02P01A, 'newtest3', 0);
supervision_ExecuteActingSub(LEVEL_S02P01A, 'newtest4', 0);
jump @label_432;
default:
return;
}
}
5. highlight lines 2294-2312 and paste and then save. use the emulator to check if you get the dialog box during the beginning of the personality quiz and if you did, good job ^w^
6. goto starters and replace the dittos with whoever you so please.
7. congrats!! you can now use list > starters rather than going through newquiz3 / newquiz4 whenever you want to add different starters!! yaya ^^