Decompile func0f15eb28

This commit is contained in:
Ryan Dwyer
2020-11-30 01:15:27 +10:00
parent 4447e09fc2
commit fd366661ba
5 changed files with 29 additions and 53 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ bool lightIsVulnerable(s32 roomnum, s32 lightnum);
bool lightIsOn(s32 roomnum, s32 lightnum);
void roomSetUnk52(s32 roomnum, s32 value);
void roomSetDefaults(struct room *room);
u32 func0f001138(void);
Gfx *func0f001138(Gfx *gdl, s16 roomnum);
Gfx *func0f001300(Gfx *gdl);
void roomInitLights(s32 roomnum);
u32 func0f001734(void);
+2 -2
View File
@@ -58,8 +58,8 @@ void func0f15e474(s32 room);
void func0f15e538(void);
void func0f15e5b8(u32 size, u32 arg1);
u32 func0f15e728(void);
u32 func0f15e85c(void);
u32 func0f15eb28(void);
Gfx *func0f15e85c(Gfx *gdl, s32 roomnum, u32 arg2, bool arg3);
Gfx *func0f15eb28(Gfx *gdl, s32 roomnum);
u32 func0f15ebd4(void);
u32 func0f15ecd8(void);
u32 func0f15ef9c(void);
+1 -1
View File
@@ -10,7 +10,7 @@ void func0f16696c(s32 arg0);
u32 func0f1669fc(void);
u32 func0f166a6c(void);
u32 func0f166c20(void);
u32 func0f166d7c(void);
Gfx *func0f166d7c(Gfx *gdl, s32 roomnum);
struct coord *func0f166dd0(s32 room);
void func0f166df0(s32 room, struct coord *globaldrawworldoffset);
+7 -1
View File
@@ -3491,6 +3491,12 @@ struct screenbox {
s16 ymax;
};
struct room14 {
/*0x00*/ u32 unk00;
/*0x04*/ u32 unk04;
/*0x08*/ u32 unk08;
};
struct room {
/*0x00*/ u16 flags;
/*0x02*/ s16 unk02;
@@ -3503,7 +3509,7 @@ struct room {
/*0x0c*/ u16 unk0c;
/*0x0e*/ s16 unk0e;
/*0x10*/ u32 unk10;
/*0x14*/ void *unk14;
/*0x14*/ struct room14 *unk14;
/*0x18*/ struct coord unk18;
/*0x24*/ struct coord unk24;
/*0x30*/ u32 unk30;