mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-18 05:44:53 +00:00
Add point lighting gbi features (#1962)
* Add point lighting gbi features * Maybe fix bss ordering
This commit is contained in:
parent
0ddd64fd6c
commit
38921684a5
5 changed files with 277 additions and 255 deletions
|
@ -115,6 +115,8 @@ void* sUnusedEntranceCsList[] = {
|
|||
gDekuTreeIntroCs, gJabuJabuIntroCs, gDcOpeningCs, gMinuetCs, gIceCavernSerenadeCs, gTowerBarrierCs,
|
||||
};
|
||||
|
||||
#pragma increment_block_number 254
|
||||
|
||||
// Stores the frame the relevant cam data was last applied on
|
||||
u16 gCamAtSplinePointsAppliedFrame;
|
||||
u16 gCamEyePointAppliedFrame;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue