Bug Fix: Follower NPCs no longer have glitchy bobbing while underwater (#7232)

This commit is contained in:
hedara90 2025-06-30 21:39:51 +02:00 committed by GitHub
commit 46d4b7c8c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1179,10 +1179,6 @@ void FollowerNPC_HandleSprite(void)
else if (gPlayerAvatar.flags & PLAYER_AVATAR_FLAG_ACRO_BIKE)
SetFollowerNPCSprite(FOLLOWER_NPC_SPRITE_INDEX_ACRO_BIKE);
}
else if (gMapHeader.mapType == MAP_TYPE_UNDERWATER)
{
TryUpdateFollowerNPCSpriteUnderwater();
}
else if (gPlayerAvatar.flags & PLAYER_AVATAR_FLAG_ON_FOOT)
{
SetFollowerNPCSprite(FOLLOWER_NPC_SPRITE_INDEX_NORMAL);