summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorGriffinR <griffin.g.richards@gmail.com>2020-08-30 14:47:30 -0400
committerGitHub <noreply@github.com>2020-08-30 14:47:30 -0400
commit38298c3f1b96932acdad206d70f75ae24194e687 (patch)
treedf2ea5b00cccecb83716090676416308d40a21de /src/battle_script_commands.c
parenta9719c92bfa4c6b6dcf57e9516f184721152ad80 (diff)
parent5c7fa1139024460bb067494c90cadaac35289da5 (diff)
Merge pull request #1162 from hondew/pokeball-doc
Document battle throwing anims
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r--src/battle_script_commands.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index a41d52845..8f7013e45 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -9893,6 +9893,7 @@ static void Cmd_handleballthrow(void)
else // not caught
{
gBattleCommunication[MULTISTRING_CHOOSER] = shakes;
+ // Maybe inject SpriteCB_TestBallThrow here
gBattlescriptCurrInstr = BattleScript_ShakeBallThrow;
}
}