mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-26 22:31:56 -04:00
Decompile chopperTickPatrol
This commit is contained in:
@@ -186,10 +186,10 @@ void chopperSetMaxDamage(struct chopperobj *obj, u16 health);
|
||||
u32 func0f07b164(void);
|
||||
void chopperFireRocket(struct chopperobj *chopper, bool side);
|
||||
u32 func0f07b3f0(void);
|
||||
void func0f07ba38(struct prop *prop, f32 roty, f32 rotx, struct coord *coord, u32 arg4);
|
||||
void func0f07ba38(struct prop *prop, f32 roty, f32 rotx, struct coord *vector, u32 arg4);
|
||||
void chopperTickAttackMode2(struct prop *chopper);
|
||||
void func0f07c7b0(struct prop *chopper);
|
||||
void chopperTickAttackMode0(struct prop *chopper);
|
||||
void chopperTickPatrol(struct prop *chopper);
|
||||
void chopperTickAttackMode1(struct prop *chopper);
|
||||
void hovercarTick(struct prop *hovercar);
|
||||
void hoverpropTick(struct prop *hoverprop, bool arg1);
|
||||
|
||||
+1
-1
@@ -1612,7 +1612,7 @@ struct chopperobj { // objtype 0x39
|
||||
/*0xb8*/ f32 bobstrength;
|
||||
/*0xbc*/ u32 targetvisible;
|
||||
/*0xc0*/ s32 timer60;
|
||||
/*0xc4*/ u32 patroltimer60;
|
||||
/*0xc4*/ s32 patroltimer60;
|
||||
/*0xc8*/ u32 gunturnyspeed60;
|
||||
/*0xcc*/ u32 gunturnxspeed60;
|
||||
/*0xd0*/ f32 gunroty;
|
||||
|
||||
Reference in New Issue
Block a user