mirror of
https://github.com/pmret/papermario.git
synced 2024-11-08 12:02:30 +01:00
fix build
This commit is contained in:
parent
90d7f0381d
commit
191e027e6a
@ -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,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user