diff --git a/src/world/partners.c b/src/world/partners.c index 41b34ab939..456316acfa 100644 --- a/src/world/partners.c +++ b/src/world/partners.c @@ -63,7 +63,7 @@ WorldPartner gWorldPartners[] = { .update = 0x802BEB64, .useAbility = 0x802BEB80, .putAway = 0x802BEB9C, - .idle = NPC_ANIM(world_kooper, Palette_00, Anim_3), + .idle = NPC_ANIM(world_kooper, normal, idle), .testFirstStrike = 0x802BE818, .canUseAbility = world_partner_can_use_ability_default, .canPlayerPause = world_partner_can_use_ability_default, @@ -81,7 +81,7 @@ WorldPartner gWorldPartners[] = { .update = 0x802BE8A0, .useAbility = 0x802BE8BC, .putAway = 0x802BE8D8, - .idle = NPC_ANIM(world_bombette, Palette_00, Anim_3), + .idle = NPC_ANIM(world_bombette, normal, idle), .testFirstStrike = 0x802BE520, .canUseAbility = 0x802BD720, .canPlayerPause = 0x802BD748, diff --git a/tools/splat.yaml b/tools/splat.yaml index a217594ca8..dfc81f0ef5 100644 --- a/tools/splat.yaml +++ b/tools/splat.yaml @@ -8982,7 +8982,7 @@ segments: - shell1 - shell2 - shell3 - - shlell4 + - shell4 - shell5 - shell6 - shell7 @@ -8991,6 +8991,7 @@ segments: - pain2 - shell_start1 - shell_start2 + - shell_start3 - talk - talk_wave1 - talk_wave2