mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-04 23:14:37 +00:00
Match a few functions (#324)
* match a few functions * run formath.sh * minor fixes
This commit is contained in:
parent
d3b88e1b1c
commit
d8d789d2a5
25 changed files with 145 additions and 1528 deletions
|
@ -982,7 +982,7 @@ void Lights_InitType2PositionalLight(LightInfoPositional* info, s16 posX, s16 po
|
|||
void Lights_SetPositionalLightColorAndRadius(LightInfoPositional* info, u8 red, u8 green, u8 blue, s16 radius);
|
||||
void Lights_InitDirectional(LightInfoDirectional* info, s8 dirX, s8 dirY, s8 dirZ, u8 red, u8 green, u8 blue);
|
||||
void Lights_MapperInit(LightMapper* mapper, u8 red, u8 green, u8 blue);
|
||||
// ? func_8007A084(?);
|
||||
// ? func_8007A0B4(?);
|
||||
// ? func_8007A474(?);
|
||||
z_Light* Lights_FindFreeSlot();
|
||||
void Lights_Free(z_Light* light);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue