1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-03 14:34:32 +00:00

Small doc for Item00 actor (#1268)

* EnItem00.unk_15A rename to despawnTimer

* func_8001E5C8 rename to EnItem00_BounceAfterCollected

* shorten to Item00_Collected
This commit is contained in:
Kenton M 2022-06-12 16:15:15 -07:00 committed by GitHub
parent be57b6bf4c
commit 4cb1c3345f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 28 additions and 27 deletions

View file

@ -173,7 +173,7 @@ void ShotSun_UpdateHyliaSun(ShotSun* this, PlayState* play) {
collectible = Item_DropCollectible(play, &spawnPos, ITEM00_MAGIC_LARGE);
if (collectible != NULL) {
collectible->unk_15A = 6000;
collectible->despawnTimer = 6000;
collectible->actor.speedXZ = 0.0f;
}
}