diff options
| author | Maide <34639600+Kelebek1@users.noreply.github.com> | 2023-08-19 01:53:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-18 17:53:53 -0700 |
| commit | 7562124372f89c41c6ccfd1e18398c10c8e83814 (patch) | |
| tree | dd8fbe34f5694cec267256d5a1a3951f7d002db3 /lib/ultralib | |
| parent | c863d781327c1d371cb81ad31a4fd06b53e1b953 (diff) | |
m_lights (#54)
* m_lights
* PR
* fix
* PR
* a
* Remove syms
* Rebase and PR
* Remove sym
* Fix syms
---------
Co-authored-by: Maide <you@example.com>
Co-authored-by: emilybrooks <emilybrooksemilybrooks@gmail.com>
Diffstat (limited to 'lib/ultralib')
| -rw-r--r-- | lib/ultralib/include/PR/gbi.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/ultralib/include/PR/gbi.h b/lib/ultralib/include/PR/gbi.h index a4d5a49..659118a 100644 --- a/lib/ultralib/include/PR/gbi.h +++ b/lib/ultralib/include/PR/gbi.h @@ -1353,11 +1353,11 @@ typedef struct { typedef struct { unsigned char col[3]; - unsigned char unk3; + unsigned char kc; unsigned char colc[3]; - unsigned char unk7; + unsigned char kl; short pos[3]; - unsigned char unkE; + unsigned char kq; } PointLight_t; typedef struct { |
