mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-14 20:30:01 -04:00
Decompile roomHighlight
This commit is contained in:
@@ -43,7 +43,7 @@ void func0f0037ac(void);
|
||||
void lightsTick(void);
|
||||
void roomAdjustLighting(s32 roomnum, s32 start, s32 limit);
|
||||
void func0f004558(s32 roomnum, s32 increment, s32 limit);
|
||||
void func0f004604(s32 roomnum);
|
||||
void roomHighlight(s32 roomnum);
|
||||
void func0f004c6c(void);
|
||||
void func0f00505c(void);
|
||||
f32 func0f0053d0(s32 room1, struct coord *arg1, s32 portal1, s32 room2, struct coord *arg4, s32 portal2, f32 *arg6);
|
||||
|
||||
+2
-1
@@ -3603,7 +3603,8 @@ struct room {
|
||||
/*0x50*/ s16 brightness;
|
||||
/*0x52*/ s16 unk52;
|
||||
/*0x54*/ u16 unk54;
|
||||
/*0x58*/ u32 unk58;
|
||||
/*0x56*/ u16 unk56;
|
||||
/*0x58*/ struct colour *colours;
|
||||
/*0x5c*/ f32 unk5c;
|
||||
/*0x60*/ f32 unk60;
|
||||
/*0x64*/ f32 unk64;
|
||||
|
||||
Reference in New Issue
Block a user