mirror of
https://github.com/zeldaret/oot.git
synced 2025-08-22 23:11:20 +00:00
parent
cf52184766
commit
79cb1f8d5c
19 changed files with 101 additions and 101 deletions
|
@ -464,7 +464,7 @@ void EnDns_Burrow(EnDns* this, PlayState* play) {
|
|||
initPos.y = this->yInitPos;
|
||||
initPos.z = this->actor.world.pos.z;
|
||||
for (i = 0; i < 3; i++) {
|
||||
Item_DropCollectible(play, &initPos, ITEM00_HEART);
|
||||
Item_DropCollectible(play, &initPos, ITEM00_RECOVERY_HEART);
|
||||
}
|
||||
}
|
||||
Actor_Kill(&this->actor);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue