mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-02 22:14:33 +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
|
@ -282,7 +282,7 @@ typedef struct EnItem00 {
|
|||
/* 0x154 */ s16 unk_154;
|
||||
/* 0x156 */ s16 unk_156;
|
||||
/* 0x158 */ s16 unk_158;
|
||||
/* 0x15A */ s16 unk_15A;
|
||||
/* 0x15A */ s16 despawnTimer;
|
||||
/* 0x15C */ f32 scale;
|
||||
/* 0x160 */ ColliderCylinder collider;
|
||||
} EnItem00; // size = 0x1AC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue