Sync src/battle_controllers.c
This commit is contained in:
@@ -1548,25 +1548,25 @@ static void OpponentHandleOneReturnValue_Duplicate(void)
|
||||
|
||||
static void OpponentHandleCmd37(void)
|
||||
{
|
||||
gUnknown_2022870.field_0 = 0;
|
||||
gUnusedControllerStruct.field_0 = 0;
|
||||
OpponentBufferExecCompleted();
|
||||
}
|
||||
|
||||
static void OpponentHandleCmd38(void)
|
||||
{
|
||||
gUnknown_2022870.field_0 = gBattleBufferA[gActiveBattler][1];
|
||||
gUnusedControllerStruct.field_0 = gBattleBufferA[gActiveBattler][1];
|
||||
OpponentBufferExecCompleted();
|
||||
}
|
||||
|
||||
static void OpponentHandleCmd39(void)
|
||||
{
|
||||
gUnknown_2022870.flag_x80 = 0;
|
||||
gUnusedControllerStruct.flag_x80 = 0;
|
||||
OpponentBufferExecCompleted();
|
||||
}
|
||||
|
||||
static void OpponentHandleCmd40(void)
|
||||
{
|
||||
gUnknown_2022870.flag_x80 ^= 1;
|
||||
gUnusedControllerStruct.flag_x80 ^= 1;
|
||||
OpponentBufferExecCompleted();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user