Merge branch 'master' into doc-pokemonstorage

This commit is contained in:
GriffinR
2021-04-18 01:49:09 -04:00
committed by GitHub
52 changed files with 300 additions and 297 deletions
+1 -1
View File
@@ -4777,7 +4777,7 @@ static void CreatePartyMonsSprites(bool8 visible)
{
for (i = 0; i < count; i++)
{
sStorage->partySprites[i]->pos1.y -= 160;
sStorage->partySprites[i]->pos1.y -= DISPLAY_HEIGHT;
sStorage->partySprites[i]->invisible = TRUE;
}
}