diff --git a/src/battle_script_commands.c b/src/battle_script_commands.c index aa6c36dc79..3cf660a814 100644 --- a/src/battle_script_commands.c +++ b/src/battle_script_commands.c @@ -13375,7 +13375,7 @@ static void Cmd_handleballthrow(void) catchRate = gBaseStats[gBattleMons[gBattlerTarget].species].catchRate; #ifdef POKEMON_EXPANSION - if (gBaseStats[gBattleMons[gBattlerTarget].species].flags & F_ULTRA_BEAST) + if (gBaseStats[gBattleMons[gBattlerTarget].species].flags & FLAG_ULTRA_BEAST) { if (gLastUsedItem == ITEM_BEAST_BALL) ballMultiplier = 50;