mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-06 17:42:34 -04:00
Decompile roomGetBrightness
This commit is contained in:
@@ -8,7 +8,7 @@ u32 func0f00097c(void);
|
||||
u32 func0f0009c0(void);
|
||||
u32 func0f000a10(void);
|
||||
u32 func0f000b24(void);
|
||||
s32 roomGetBrightness(s16 room);
|
||||
u8 roomGetBrightness(s32 room);
|
||||
u32 func0f000c54(void);
|
||||
u32 func0f000cc4(void);
|
||||
u32 func0f000dbc(void);
|
||||
|
||||
+1
-1
@@ -3377,7 +3377,7 @@ struct room {
|
||||
/*0x4c*/ u8 unk4c;
|
||||
/*0x4d*/ u8 unk4d;
|
||||
/*0x4e*/ struct roombitfield bitfield;
|
||||
/*0x50*/ u32 unk50;
|
||||
/*0x50*/ s16 brightness;
|
||||
/*0x54*/ u32 unk54;
|
||||
/*0x58*/ u32 unk58;
|
||||
/*0x5c*/ u32 unk5c;
|
||||
|
||||
Reference in New Issue
Block a user