summaryrefslogtreecommitdiff
path: root/src/battle_script_commands.c
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2021-07-01 18:21:09 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2021-07-01 18:21:09 -0400
commit050cce5c3ef7e1979c09579d246bbf339833ae6c (patch)
tree77804f86b8c5b2430df01b3adbb5c036653ce05e /src/battle_script_commands.c
parent4c2dce093c40de73cc9efa6325f9603aebedf2ab (diff)
Document pokemon_item_effect, struct BattleResult
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 f1c1726a1..f6a730fb0 100644
--- a/src/battle_script_commands.c
+++ b/src/battle_script_commands.c
@@ -13428,7 +13428,7 @@ void atkEF_handleballthrow(void)
{
if (gLastUsedItem == ITEM_MASTER_BALL)
{
- gBattleResults.unk5_1 = 1;
+ gBattleResults.usedMasterBall = 1;
}
else
{