mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2025-01-13 15:13:42 +01:00
Use PARTY_SIZE for Pokerus Nurse Conversation
This commit is contained in:
parent
aa9ccbf194
commit
86881b12ef
@ -1412,7 +1412,7 @@ bool8 ScriptCheckFreePokemonStorageSpace(void)
|
||||
|
||||
bool8 IsPokerusInParty(void)
|
||||
{
|
||||
if (!CheckPartyPokerus(gPlayerParty, 0x3f))
|
||||
if (!CheckPartyPokerus(gPlayerParty, (1 << PARTY_SIZE) - 1))
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user