diff options
Diffstat (limited to 'src/overlays/actors/ovl_En_Dodongo/z_en_dodongo.c')
| -rw-r--r-- | src/overlays/actors/ovl_En_Dodongo/z_en_dodongo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_En_Dodongo/z_en_dodongo.c b/src/overlays/actors/ovl_En_Dodongo/z_en_dodongo.c index ccbb01753..cd968914d 100644 --- a/src/overlays/actors/ovl_En_Dodongo/z_en_dodongo.c +++ b/src/overlays/actors/ovl_En_Dodongo/z_en_dodongo.c @@ -710,7 +710,8 @@ void EnDodongo_Death(EnDodongo* this, PlayState* play) { if (this->timer != 0) { this->timer--; if (this->timer == 0) { - Item_DropCollectibleRandom(play, &this->actor, &this->actor.world.pos, 0x40); + Item_DropCollectibleRandom(play, &this->actor, &this->actor.world.pos, + COLLECTIBLE_DROP_RANDOM_PARAMS(COLLECTIBLE_DROP_TABLE_4, false)); Actor_Kill(&this->actor); } } |
