mirror of
https://github.com/pret/pokeemerald.git
synced 2026-05-23 22:38:58 -05:00
UBFIX for if_status_not_in_party
This commit is contained in:
parent
81d95b9325
commit
b1197ac2da
|
|
@ -1614,7 +1614,7 @@ static void Cmd_if_status_not_in_party(void)
|
|||
if (species != SPECIES_NONE && species != SPECIES_EGG && hp != 0 && status == statusToCompareTo)
|
||||
{
|
||||
gAIScriptPtr += 10;
|
||||
#ifdef BUGFIX
|
||||
#ifdef UBFIX
|
||||
return;
|
||||
#endif
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user