diff options
Diffstat (limited to 'src/overlays/actors/ovl_En_Goma/z_en_goma.c')
| -rw-r--r-- | src/overlays/actors/ovl_En_Goma/z_en_goma.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/overlays/actors/ovl_En_Goma/z_en_goma.c b/src/overlays/actors/ovl_En_Goma/z_en_goma.c index c29001227..88e2efac0 100644 --- a/src/overlays/actors/ovl_En_Goma/z_en_goma.c +++ b/src/overlays/actors/ovl_En_Goma/z_en_goma.c @@ -443,7 +443,8 @@ void EnGoma_Dead(EnGoma* this, PlayState* play) { } SFX_PLAY_AT_POS(&this->actor.projectedPos, NA_SE_EN_EXTINCT); Actor_Kill(&this->actor); - Item_DropCollectibleRandom(play, NULL, &this->actor.world.pos, 0x30); + Item_DropCollectibleRandom(play, NULL, &this->actor.world.pos, + COLLECTIBLE_DROP_RANDOM_PARAMS(COLLECTIBLE_DROP_TABLE_3, false)); } this->visualState = 2; } |
