mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-30 15:53:34 -04:00
Decompile aiSetLights
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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);
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user