summaryrefslogtreecommitdiff
path: root/src/overlays/actors/ovl_En_Dh/z_en_dh.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/overlays/actors/ovl_En_Dh/z_en_dh.c')
-rw-r--r--src/overlays/actors/ovl_En_Dh/z_en_dh.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_En_Dh/z_en_dh.c b/src/overlays/actors/ovl_En_Dh/z_en_dh.c
index dc7007f67..d56663831 100644
--- a/src/overlays/actors/ovl_En_Dh/z_en_dh.c
+++ b/src/overlays/actors/ovl_En_Dh/z_en_dh.c
@@ -520,7 +520,8 @@ void EnDh_CollisionCheck(EnDh* this, PlayState* play) {
lastHealth = this->actor.colChkInfo.health;
if (Actor_ApplyDamage(&this->actor) == 0) {
EnDh_SetupDeath(this);
- Item_DropCollectibleRandom(play, &this->actor, &this->actor.world.pos, 0x90);
+ Item_DropCollectibleRandom(play, &this->actor, &this->actor.world.pos,
+ COLLECTIBLE_DROP_RANDOM_PARAMS(COLLECTIBLE_DROP_TABLE_9, false));
} else {
if (((lastHealth >= 15) && (this->actor.colChkInfo.health < 15)) ||
((lastHealth >= 9) && (this->actor.colChkInfo.health < 9)) ||