1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-22 23:11:20 +00:00

Misc Cleanup/Docs (#1315)

* Misc Cleanup

* More cleanup
This commit is contained in:
engineer124 2022-07-14 16:26:10 -04:00 committed by GitHub
parent cf52184766
commit 79cb1f8d5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 101 additions and 101 deletions

View file

@ -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);