This commit is contained in:
kittenchilly 2023-08-29 17:12:09 -05:00
parent d540eccbb1
commit 028536e2d3

View File

@ -377,7 +377,6 @@ static void PlayerPartnerHandleChooseMove(u32 battler)
BtlController_EmitTwoReturnValues(BUFFER_B, 10, (chosenMoveId) | (RET_ULTRA_BURST) | (gBattlerTarget << 8));
else
BtlController_EmitTwoReturnValues(BUFFER_B, 10, (chosenMoveId) | (gBattlerTarget << 8));
}
PlayerPartnerBufferExecCompleted(battler);