Sync src/battle_controllers.c
This commit is contained in:
@@ -1449,25 +1449,25 @@ static void LinkOpponentHandleOneReturnValue_Duplicate(void)
|
||||
|
||||
static void LinkOpponentHandleCmd37(void)
|
||||
{
|
||||
gUnknown_2022870.field_0 = 0;
|
||||
gUnusedControllerStruct.field_0 = 0;
|
||||
LinkOpponentBufferExecCompleted();
|
||||
}
|
||||
|
||||
static void LinkOpponentHandleCmd38(void)
|
||||
{
|
||||
gUnknown_2022870.field_0 = gBattleBufferA[gActiveBattler][1];
|
||||
gUnusedControllerStruct.field_0 = gBattleBufferA[gActiveBattler][1];
|
||||
LinkOpponentBufferExecCompleted();
|
||||
}
|
||||
|
||||
static void LinkOpponentHandleCmd39(void)
|
||||
{
|
||||
gUnknown_2022870.flag_x80 = 0;
|
||||
gUnusedControllerStruct.flag_x80 = 0;
|
||||
LinkOpponentBufferExecCompleted();
|
||||
}
|
||||
|
||||
static void LinkOpponentHandleCmd40(void)
|
||||
{
|
||||
gUnknown_2022870.flag_x80 ^= 1;
|
||||
gUnusedControllerStruct.flag_x80 ^= 1;
|
||||
LinkOpponentBufferExecCompleted();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user