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:
parent
be57b6bf4c
commit
4cb1c3345f
3 changed files with 28 additions and 27 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue