mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-20 05:30:26 +00:00
Convert Blure to use array colours (#1347)
This commit is contained in:
parent
5fc85d0eab
commit
dda78f9e2c
2 changed files with 40 additions and 52 deletions
|
@ -97,10 +97,10 @@ typedef struct {
|
|||
/* 0x188 */ u16 flags;
|
||||
/* 0x18A */ s16 addAngleChange;
|
||||
/* 0x18C */ s16 addAngle;
|
||||
/* 0x18E */ Color_RGBA8 p1StartColor;
|
||||
/* 0x192 */ Color_RGBA8 p2StartColor;
|
||||
/* 0x196 */ Color_RGBA8 p1EndColor;
|
||||
/* 0x19A */ Color_RGBA8 p2EndColor;
|
||||
/* 0x18E */ u8 p1StartColor[4];
|
||||
/* 0x192 */ u8 p2StartColor[4];
|
||||
/* 0x196 */ u8 p1EndColor[4];
|
||||
/* 0x19A */ u8 p2EndColor[4];
|
||||
/* 0x19E */ u8 numElements; // "now_edge_num"
|
||||
/* 0x19F */ u8 elemDuration;
|
||||
/* 0x1A0 */ u8 unkFlag;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue