diff options
Diffstat (limited to 'src/overlays/actors/ovl_En_Bb/z_en_bb.c')
| -rw-r--r-- | src/overlays/actors/ovl_En_Bb/z_en_bb.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_En_Bb/z_en_bb.c b/src/overlays/actors/ovl_En_Bb/z_en_bb.c index 88a2de6c8..59a3a06a2 100644 --- a/src/overlays/actors/ovl_En_Bb/z_en_bb.c +++ b/src/overlays/actors/ovl_En_Bb/z_en_bb.c @@ -509,7 +509,8 @@ void EnBb_Death(EnBb* this, PlayState* play) { if (!BodyBreak_SpawnParts(&this->actor, &this->bodyBreak, play, enpartType)) { return; } - Item_DropCollectibleRandom(play, &this->actor, &this->actor.world.pos, 0xD0); + Item_DropCollectibleRandom(play, &this->actor, &this->actor.world.pos, + COLLECTIBLE_DROP_RANDOM_PARAMS(COLLECTIBLE_DROP_TABLE_13, false)); } else { if (this->flamePrimAlpha) { if (this->flamePrimAlpha <= 20) { |
