diff options
Diffstat (limited to 'src/overlays/actors/ovl_En_Eiyer/z_en_eiyer.c')
| -rw-r--r-- | src/overlays/actors/ovl_En_Eiyer/z_en_eiyer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_En_Eiyer/z_en_eiyer.c b/src/overlays/actors/ovl_En_Eiyer/z_en_eiyer.c index 91d9941db..b1a7d1f87 100644 --- a/src/overlays/actors/ovl_En_Eiyer/z_en_eiyer.c +++ b/src/overlays/actors/ovl_En_Eiyer/z_en_eiyer.c @@ -588,7 +588,8 @@ void EnEiyer_Dead(EnEiyer* this, PlayState* play) { this->actor.world.pos.y -= 2.0f; if (this->actor.shape.shadowAlpha == 0) { - Item_DropCollectibleRandom(play, &this->actor, &this->actor.world.pos, 80); + Item_DropCollectibleRandom(play, &this->actor, &this->actor.world.pos, + COLLECTIBLE_DROP_RANDOM_PARAMS(COLLECTIBLE_DROP_TABLE_5, false)); Actor_Kill(&this->actor); } } |
