mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-15 12:38:56 -04:00
Decompile func0f001c0c
This commit is contained in:
@@ -27,7 +27,7 @@ void roomSetLightsFaulty(s32 roomnum, s32 chance);
|
||||
void roomSetLightBroken(s32 roomnum, s32 lightnum);
|
||||
void lightsReset(void);
|
||||
void func0f001c0c(void);
|
||||
u32 func0f00215c(void);
|
||||
void func0f00215c(void *arg0);
|
||||
u32 func0f0023b8(void);
|
||||
u32 func0f00259c(void);
|
||||
u32 func0f002844(void);
|
||||
|
||||
@@ -16,8 +16,8 @@ f32 coordsGetDistance(struct coord *a, struct coord *b);
|
||||
f32 func0f1776cc(struct coord *a, struct coord *b, struct coord *c);
|
||||
bool func0f17776c(struct coord *a, struct coord *b, f32 mult, struct coord *out);
|
||||
void utilsReset(void);
|
||||
u32 func0f177a54(void);
|
||||
s32 func0f177a54(void *arg0, s32 arg1, void *arg2, s32 arg3);
|
||||
u32 func0f177bb4(void);
|
||||
s32 func0f177c8c(s32 arg0, s32 *arg1, s32 *arg2);
|
||||
s32 func0f177c8c(u8 *arg0, s32 *arg1, s32 *arg2);
|
||||
|
||||
#endif
|
||||
|
||||
+2
-2
@@ -5490,8 +5490,8 @@ struct light {
|
||||
};
|
||||
|
||||
struct var80061420 {
|
||||
s32 unk00;
|
||||
s32 unk04;
|
||||
u8 *unk00;
|
||||
u8 *unk04;
|
||||
};
|
||||
|
||||
struct var800ab5b8 {
|
||||
|
||||
Reference in New Issue
Block a user