summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2019-11-06 18:25:36 -0500
committerPikalaxALT <pikalaxalt@gmail.com>2019-11-06 18:25:36 -0500
commitf14f13b31269d4e0a537b20c53c766314bab0f86 (patch)
treead4beac6ebf3f6e2120f8aa8686805feb25ea1c9 /src/battle_script_commands.c
parent60b75e85c91a87e70dda2695bf5c5c66d61a0c17 (diff)
Document battle_scripts_2.s
Diffstat (limited to 'src/battle_script_commands.c')
-rw-r--r--src/battle_script_commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c
index 7be47d762..0eba68f29 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -9441,7 +9441,7 @@ static void atkEF_handleballthrow(void)
{
BtlController_EmitBallThrowAnim(0, BALL_3_SHAKES_SUCCESS);
MarkBattlerForControllerExec(gActiveBattler);
- gBattlescriptCurrInstr = gUnknown_81D9A88;
+ gBattlescriptCurrInstr = BattleScript_OldMan_Pokedude_CaughtMessage;
}
else
{