1
0
Fork 0
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:
Random 2020-05-15 11:14:07 +02:00 committed by GitHub
parent d556999b2b
commit 1a51ad5944
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 109 additions and 523 deletions

View file

@ -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 {