diff options
author | hondew <pokehondew@gmail.com> | 2020-08-04 22:37:52 -0400 |
---|---|---|
committer | hondew <pokehondew@gmail.com> | 2020-08-30 14:08:06 -0400 |
commit | 328aecc96e690c437e52663a1445417e8aa78df6 (patch) | |
tree | 3f2f92c81c2c2a5a1396411d9079bb00b10254ab /src/battle_script_commands.c | |
parent | 2e077f09e43e502a9ffaa93a916babe99b0d6e08 (diff) |
Document throwing pokeball
continue
Document more
Doc more funcs
Remove workspace
Document shiny stars
Document PokeBlock
Clean up
Clean more
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r-- | src/battle_script_commands.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index 4e0e087b6..a70288015 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -10191,6 +10191,7 @@ static void Cmd_handleballthrow(void) else // not caught { gBattleCommunication[MULTISTRING_CHOOSER] = shakes; + // Maybe inject SpriteCB_TestBallThrow here gBattlescriptCurrInstr = BattleScript_ShakeBallThrow; } } |