mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-31 16:30:00 +01:00
Merge pull request #1252 from ExpoSeed/IE-ultra-beast
Removed IS_ULTRA_BEAST in favor of mon flag
This commit is contained in:
commit
2a251e7551
@ -9786,7 +9786,7 @@ static void Cmd_handleballthrow(void)
|
|||||||
|
|
||||||
|
|
||||||
#ifdef POKEMON_EXPANSION
|
#ifdef POKEMON_EXPANSION
|
||||||
if (IS_ULTRA_BEAST(gBattleMons[gBattlerTarget].species))
|
if (gBaseStats[gBattleMons[gBattlerTarget].species].flags & F_ULTRA_BEAST)
|
||||||
{
|
{
|
||||||
if (gLastUsedItem == ITEM_BEAST_BALL)
|
if (gLastUsedItem == ITEM_BEAST_BALL)
|
||||||
ballMultiplier = 50;
|
ballMultiplier = 50;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user