mirror of
https://github.com/zeldaret/oot.git
synced 2024-11-11 03:39:59 +00:00
tiny change
This commit is contained in:
parent
a4be535164
commit
b646d535f3
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
typedef struct {
|
typedef struct {
|
||||||
/* 0x0000 */ Actor actor;
|
/* 0x0000 */ Actor actor;
|
||||||
/* 0x014C */ SkelAnime skelAnime;
|
/* 0x014C */ SkelAnime skelAnime;
|
||||||
/* 0x0190 */ s8 unk_190; // likely a struct of length 0x8A
|
/* 0x0190 */ s8 unk_190; // likely a struct
|
||||||
/* 0x0191 */ char unk_191[0x89];
|
/* 0x0191 */ char unk_191[0x89];
|
||||||
/* 0x021A */ s8 unk_21A; // another of the same struct
|
/* 0x021A */ s8 unk_21A; // another of the same struct
|
||||||
/* 0x021B */ char unk_21B[0x89];
|
/* 0x021B */ char unk_21B[0x89];
|
||||||
|
|
Loading…
Reference in a new issue