summaryrefslogtreecommitdiff
path: root/src/overlays/actors/ovl_En_Wf/z_en_wf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/overlays/actors/ovl_En_Wf/z_en_wf.c')
-rw-r--r--src/overlays/actors/ovl_En_Wf/z_en_wf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_En_Wf/z_en_wf.c b/src/overlays/actors/ovl_En_Wf/z_en_wf.c
index aed59d099..fbae4f022 100644
--- a/src/overlays/actors/ovl_En_Wf/z_en_wf.c
+++ b/src/overlays/actors/ovl_En_Wf/z_en_wf.c
@@ -1229,7 +1229,8 @@ void EnWf_Die(EnWf* this, PlayState* play) {
}
if (SkelAnime_Update(&this->skelAnime)) {
- 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));
if (this->switchFlag != 0xFF) {
Flags_SetSwitch(play, this->switchFlag);