mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-03-06 07:27:47 +01:00
Fixed Pokémon Expansion flag name
This commit is contained in:
parent
8ce9b2241a
commit
ddfc3502f7
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user