Compare commits
No commits in common. "main" and "flasherror" have entirely different histories.
main
...
flasherror
@ -322,16 +322,6 @@ static void HandleInputChooseAction(void)
|
|||||||
BtlController_EmitTwoReturnValues(BUFFER_B, B_ACTION_CANCEL_PARTNER, 0);
|
BtlController_EmitTwoReturnValues(BUFFER_B, B_ACTION_CANCEL_PARTNER, 0);
|
||||||
PlayerBufferExecCompleted();
|
PlayerBufferExecCompleted();
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
if(!(gBattleTypeFlags & BATTLE_TYPE_TRAINER)) //if wild, pressing B moves cursor to run
|
|
||||||
{
|
|
||||||
PlaySE(SE_SELECT);
|
|
||||||
ActionSelectionDestroyCursorAt(gActionSelectionCursor[gActiveBattler]);
|
|
||||||
gActionSelectionCursor[gActiveBattler] = 3;
|
|
||||||
ActionSelectionCreateCursorAt(gActionSelectionCursor[gActiveBattler], 0);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else if (JOY_NEW(START_BUTTON))
|
else if (JOY_NEW(START_BUTTON))
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user