summaryrefslogtreecommitdiff
path: root/src/overlays/actors/ovl_En_Dekubaba/z_en_dekubaba.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/overlays/actors/ovl_En_Dekubaba/z_en_dekubaba.c')
-rw-r--r--src/overlays/actors/ovl_En_Dekubaba/z_en_dekubaba.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_En_Dekubaba/z_en_dekubaba.c b/src/overlays/actors/ovl_En_Dekubaba/z_en_dekubaba.c
index a06c6efeb..a133dda66 100644
--- a/src/overlays/actors/ovl_En_Dekubaba/z_en_dekubaba.c
+++ b/src/overlays/actors/ovl_En_Dekubaba/z_en_dekubaba.c
@@ -1013,7 +1013,8 @@ void EnDekubaba_ShrinkDie(EnDekubaba* this, PlayState* play) {
Item_DropCollectible(play, &this->actor.world.pos, ITEM00_NUTS);
}
} else {
- Item_DropCollectibleRandom(play, &this->actor, &this->actor.world.pos, 0x30);
+ Item_DropCollectibleRandom(play, &this->actor, &this->actor.world.pos,
+ COLLECTIBLE_DROP_RANDOM_PARAMS(COLLECTIBLE_DROP_TABLE_3, false));
}
Actor_Kill(&this->actor);
}