summaryrefslogtreecommitdiff
path: root/src/overlays/actors/ovl_En_Bw/z_en_bw.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/overlays/actors/ovl_En_Bw/z_en_bw.c')
-rw-r--r--src/overlays/actors/ovl_En_Bw/z_en_bw.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/overlays/actors/ovl_En_Bw/z_en_bw.c b/src/overlays/actors/ovl_En_Bw/z_en_bw.c
index 332a29c93..09ce94aca 100644
--- a/src/overlays/actors/ovl_En_Bw/z_en_bw.c
+++ b/src/overlays/actors/ovl_En_Bw/z_en_bw.c
@@ -691,7 +691,8 @@ void func_809D0424(EnBw* this, PlayState* play) {
} else {
this->unk_230 = 1;
}
- 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));
func_809D00F4(this);
}
}
@@ -734,7 +735,8 @@ void func_809D0584(EnBw* this, PlayState* play) {
} else {
this->unk_230 = 1;
}
- 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));
func_809D00F4(this);
}
} else if ((this->unk_220 != 1) && (this->unk_220 != 6)) {