mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-15 16:12:12 +01:00
Update src/battle_script_commands.c
Co-authored-by: LOuroboros <lunosouroboros@gmail.com>
This commit is contained in:
parent
4b0325dbe4
commit
dc9e418155
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user