Decompile aiSetLights

This commit is contained in:
Ryan Dwyer
2019-11-29 23:49:05 +10:00
parent 50942f2ea3
commit 121b82e0ac
5 changed files with 30 additions and 58 deletions
+2 -2
View File
@@ -1062,13 +1062,13 @@
value, \
label,
#define set_lights_state(room, u1, u2, u3, u4) \
#define set_lights_state(room, operation, u1, u2, u3) \
mkshort(0x0102), \
mkshort(room), \
operation, \
u1, \
u2, \
u3, \
u4, \
0x00, \
0x00, \
0x00,
+1 -1
View File
@@ -258,7 +258,7 @@
/*0x00ff*/ bool ai00ff(void);
/*0x0100*/ bool ai0100(void);
/*0x0101*/ bool ai0101(void);
/*0x0102*/ bool ai0102(void);
/*0x0102*/ bool aiSetLights(void);
/*0x0103*/ bool ai0103(void);
/*0x0104*/ bool ai0104(void);
/*0x0105*/ bool ai0105(void);
+2 -2
View File
@@ -31,8 +31,8 @@ u32 func0f0023b8(void);
u32 func0f00259c(void);
u32 func0f002844(void);
u32 func0f002a98(void);
u32 func0f002b58(void);
u32 func0f002c28(void);
void func0f002b58(s32 roomthing, bool enable);
void func0f002c28(s32 roomthing, s32 operation, s32 arg2, s32 arg3, s32 arg4);
u32 func0f002ef8(void);
u32 func0f0033b0(void);
u32 func0f003444(void);