mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 23:14:37 +00:00
Decompiles ovl_En_St (#349)
* decompile and match En_St * document ovl_En_St * Implement OPEN_DISPS, and remove useless comments * styling updates, inline some declarations * PR suggestions as well as changing the BlureInit colors to u8 arrays over RGBA types * remove pointer from EnSt_SetupAction
This commit is contained in:
parent
2fd56429eb
commit
4d9f83da1b
57 changed files with 1084 additions and 2961 deletions
|
@ -65,10 +65,10 @@ typedef struct {
|
|||
|
||||
typedef struct {
|
||||
/* 0x000 */ char unk_00[0x184];
|
||||
/* 0x184 */ Color_RGBA8_n p1StartColor;
|
||||
/* 0x188 */ Color_RGBA8_n p2StartColor;
|
||||
/* 0x18C */ Color_RGBA8_n p1EndColor;
|
||||
/* 0x190 */ Color_RGBA8_n p2EndColor;
|
||||
/* 0x184 */ u8 p1StartColor[4];
|
||||
/* 0x188 */ u8 p2StartColor[4];
|
||||
/* 0x18C */ u8 p1EndColor[4];
|
||||
/* 0x190 */ u8 p2EndColor[4];
|
||||
/* 0x194 */ s32 elemDuration;
|
||||
/* 0x198 */ s32 unkFlag;
|
||||
/* 0x19C */ s32 calcMode;
|
||||
|
@ -78,10 +78,10 @@ typedef struct {
|
|||
/* 0x00 */ s32 calcMode;
|
||||
/* 0x04 */ u16 flags;
|
||||
/* 0x06 */ s16 addAngleChange;
|
||||
/* 0x08 */ Color_RGBA8_n p1StartColor;
|
||||
/* 0x0C */ Color_RGBA8_n p2StartColor;
|
||||
/* 0x10 */ Color_RGBA8_n p1EndColor;
|
||||
/* 0x14 */ Color_RGBA8_n p2EndColor;
|
||||
/* 0x08 */ u8 p1StartColor[4];
|
||||
/* 0x0C */ u8 p2StartColor[4];
|
||||
/* 0x10 */ u8 p1EndColor[4];
|
||||
/* 0x14 */ u8 p2EndColor[4];
|
||||
/* 0x18 */ u8 elemDuration;
|
||||
/* 0x19 */ u8 unkFlag;
|
||||
/* 0x1A */ u8 drawMode; // 0: simple; 1: simple with alt colors; 2+: smooth
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue