Fixed Pokémon Expansion flag name

This commit is contained in:
Eduardo Quezada D'Ottone 2022-01-16 17:21:05 -03:00
parent 8ce9b2241a
commit ddfc3502f7

View File

@ -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;