mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Decompile z_vr_box_draw.c (#138)
* Decompile z_vr_box_draw.c * Rename vrbox to skybox * run format.sh
This commit is contained in:
parent
d556999b2b
commit
1a51ad5944
14 changed files with 109 additions and 523 deletions
|
@ -585,9 +585,13 @@ typedef struct {
|
|||
} SubGlobalContext1F74; // size = 0x4
|
||||
|
||||
typedef struct {
|
||||
/* 0x000 */ char unk_00[0x140];
|
||||
/* 0x000 */ char unk_00[0x128];
|
||||
/* 0x128 */ void* staticSegments[3];
|
||||
/* 0x134 */ Gfx* dpList;
|
||||
/* 0x138 */ Gfx* unk_138;
|
||||
/* 0x13C */ void* roomVtx;
|
||||
/* 0x140 */ s16 unk_140;
|
||||
/* 0x142 */ char unk_142[0x0E];
|
||||
/* 0x144 */ Vec3f rot;
|
||||
} SkyboxContext; // size = 0x150
|
||||
|
||||
typedef struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue