summaryrefslogtreecommitdiff
path: root/src/overlays/actors/ovl_En_Bigokuta/z_en_bigokuta.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/overlays/actors/ovl_En_Bigokuta/z_en_bigokuta.c')
-rw-r--r--src/overlays/actors/ovl_En_Bigokuta/z_en_bigokuta.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_En_Bigokuta/z_en_bigokuta.c b/src/overlays/actors/ovl_En_Bigokuta/z_en_bigokuta.c
index 51cab89db..b67018dae 100644
--- a/src/overlays/actors/ovl_En_Bigokuta/z_en_bigokuta.c
+++ b/src/overlays/actors/ovl_En_Bigokuta/z_en_bigokuta.c
@@ -663,7 +663,8 @@ void func_809BE26C(EnBigokuta* this, PlayState* play) {
Camera_RequestSetting(play->cameraPtrs[CAM_ID_MAIN], CAM_SET_DUNGEON0);
Camera_SetStateFlag(play->cameraPtrs[CAM_ID_MAIN], CAM_STATE_CHECK_BG);
SfxSource_PlaySfxAtFixedWorldPos(play, &this->actor.world.pos, 50, NA_SE_EN_OCTAROCK_BUBLE);
- Item_DropCollectibleRandom(play, &this->actor, &this->actor.world.pos, 0xB0);
+ Item_DropCollectibleRandom(play, &this->actor, &this->actor.world.pos,
+ COLLECTIBLE_DROP_RANDOM_PARAMS(COLLECTIBLE_DROP_TABLE_11, false));
Actor_Kill(&this->actor);
}
}