diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 062f77876..7148ab865 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -6249,7 +6249,7 @@ static void Cmd_endlinkbattle(void) } static void Cmd_returntoball(void) -{ +{ gActiveBattler = GetBattlerForBattleScript(gBattlescriptCurrInstr[1]); BtlController_EmitReturnMonToBall(0, 1); MarkBattlerForControllerExec(gActiveBattler);