Redo z_lights.c for new code base

This commit is contained in:
rozlette
2019-12-20 21:57:05 -06:00
parent 8f66e8c6a9
commit d605458fa5
7 changed files with 475 additions and 11 deletions
+1 -2
View File
@@ -432,8 +432,7 @@ typedef struct {
/* 0x00 */ u8 enablePosLights;
/* 0x01 */ u8 numLights;
/* 0x02 */ UNK_TYPE1 pad2[6];
/* 0x08 */ Ambient ambient;
/* 0x10 */ Light lights[7];
/* 0x08 */ Lights7 lights;
} LightMapper;
typedef struct {