mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-15 20:35:13 +00:00
Change PreRenderContext to just be PreRender (#862)
This commit is contained in:
parent
cd9a2ed648
commit
89f684b026
5 changed files with 63 additions and 63 deletions
|
@ -795,7 +795,7 @@ typedef struct {
|
|||
/* 0x40 */ s32 lry;
|
||||
/* 0x44 */ ListAlloc alloc;
|
||||
/* 0x4C */ u32 unk_4C;
|
||||
} PreRenderContext; // size = 0x50
|
||||
} PreRender; // size = 0x50
|
||||
|
||||
typedef struct {
|
||||
union {
|
||||
|
@ -1012,7 +1012,7 @@ typedef struct GlobalContext {
|
|||
/* 0x11E5E */ u8 fadeTransition;
|
||||
/* 0x11E60 */ CollisionCheckContext colChkCtx;
|
||||
/* 0x120FC */ u16 envFlags[20];
|
||||
/* 0x12124 */ PreRenderContext preRenderCtx;
|
||||
/* 0x12124 */ PreRender pauseBgPreRender;
|
||||
/* 0x12174 */ char unk_12174[0x53];
|
||||
/* 0x121C7 */ s8 unk_121C7;
|
||||
/* 0x121C8 */ TransitionContext transitionCtx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue