mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-02-22 20:33:47 +01:00
Ghosts can now escape any wild battle
This commit is contained in:
parent
3b746de1d4
commit
8bdcbb856d
@ -621,6 +621,12 @@ bool8 TryRunFromBattle(u8 battler)
|
|||||||
gProtectStructs[battler].fleeFlag = 1;
|
gProtectStructs[battler].fleeFlag = 1;
|
||||||
effect++;
|
effect++;
|
||||||
}
|
}
|
||||||
|
#if B_GHOSTS_ESCAPE >= GEN_6
|
||||||
|
else if (IS_BATTLER_OF_TYPE(battler, TYPE_GHOST))
|
||||||
|
{
|
||||||
|
effect++;
|
||||||
|
}
|
||||||
|
#endif
|
||||||
else if (gBattleMons[battler].ability == ABILITY_RUN_AWAY)
|
else if (gBattleMons[battler].ability == ABILITY_RUN_AWAY)
|
||||||
{
|
{
|
||||||
if (InBattlePyramid())
|
if (InBattlePyramid())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user