Fix mew sprite not appearing correctly (#8235)

This commit is contained in:
FosterProgramming 2025-11-13 11:23:48 +01:00 committed by GitHub
parent c8cc45fe62
commit d85f97b3f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -393,6 +393,7 @@ void SetMewAboveGrass(void)
LoadSpritePalette(&gSpritePalette_GeneralFieldEffect1);
UpdateSpritePaletteWithWeather(IndexOfSpritePaletteTag(gSpritePalette_GeneralFieldEffect1.tag), FALSE);
gSprites[mew->spriteId].subspriteTableNum = 1;
x = mew->currentCoords.x;
y = mew->currentCoords.y;