Update src/battle_script_commands.c

Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
ghoulslash 2021-10-30 11:53:58 -04:00 committed by GitHub
parent 4b0325dbe4
commit dc9e418155
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5416,7 +5416,7 @@ static void Cmd_sethealblock(void)
static void Cmd_returnatktoball(void)
{
gActiveBattler = gBattlerAttacker;
gActiveBattler = gBattlerAttacker;
if (!(gHitMarker & HITMARKER_FAINTED(gActiveBattler)))
{
BtlController_EmitReturnMonToBall(0, 0);