UBFIX for if_status_not_in_party
This commit is contained in:
parent
81d95b9325
commit
b1197ac2da
1 changed files with 1 additions and 1 deletions
|
@ -1614,7 +1614,7 @@ static void Cmd_if_status_not_in_party(void)
|
||||||
if (species != SPECIES_NONE && species != SPECIES_EGG && hp != 0 && status == statusToCompareTo)
|
if (species != SPECIES_NONE && species != SPECIES_EGG && hp != 0 && status == statusToCompareTo)
|
||||||
{
|
{
|
||||||
gAIScriptPtr += 10;
|
gAIScriptPtr += 10;
|
||||||
#ifdef BUGFIX
|
#ifdef UBFIX
|
||||||
return;
|
return;
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue