mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01: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