summaryrefslogtreecommitdiff
path: root/src/overlays/actors/ovl_En_Bubble/z_en_bubble.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/overlays/actors/ovl_En_Bubble/z_en_bubble.c')
-rw-r--r--src/overlays/actors/ovl_En_Bubble/z_en_bubble.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_En_Bubble/z_en_bubble.c b/src/overlays/actors/ovl_En_Bubble/z_en_bubble.c
index 0624c84ad..d16e9fee9 100644
--- a/src/overlays/actors/ovl_En_Bubble/z_en_bubble.c
+++ b/src/overlays/actors/ovl_En_Bubble/z_en_bubble.c
@@ -157,7 +157,8 @@ s32 EnBubble_Explosion(EnBubble* this, PlayState* play) {
EffectSsDtBubble_SpawnCustomColor(play, &effectPos, &effectVel, &effectAccel, &sEffectPrimColor,
&sEffectEnvColor, Rand_S16Offset(100, 50), 0x19, 0);
}
- Item_DropCollectibleRandom(play, NULL, &this->actor.world.pos, 0x50);
+ Item_DropCollectibleRandom(play, NULL, &this->actor.world.pos,
+ COLLECTIBLE_DROP_RANDOM_PARAMS(COLLECTIBLE_DROP_TABLE_5, false));
this->actor.flags &= ~ACTOR_FLAG_ATTENTION_ENABLED;
return Rand_S16Offset(90, 60);
}