From 328aecc96e690c437e52663a1445417e8aa78df6 Mon Sep 17 00:00:00 2001 From: hondew Date: Tue, 4 Aug 2020 22:37:52 -0400 Subject: Document throwing pokeball continue Document more Doc more funcs Remove workspace Document shiny stars Document PokeBlock Clean up Clean more --- src/battle_script_commands.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/battle_script_commands.c') 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; } } -- cgit v1.2.3