mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-09-09 03:30:17 -04:00
Decompile chopperIncrementMovement
This commit is contained in:
+189
-1583
File diff suppressed because it is too large
Load Diff
@@ -185,8 +185,8 @@ f32 chopperGetTimer(struct chopperobj *heli);
|
||||
void chopperSetMaxDamage(struct chopperobj *obj, u16 health);
|
||||
f32 func0f07b164(struct coord *pos1, struct coord *pos2, struct coord *pos3, struct coord *pos4);
|
||||
void chopperFireRocket(struct chopperobj *chopper, bool side);
|
||||
u32 func0f07b3f0(void);
|
||||
void func0f07ba38(struct prop *prop, f32 roty, f32 rotx, struct coord *vector, u32 arg4);
|
||||
void func0f07b3f0(struct prop *prop, bool firing);
|
||||
void chopperIncrementMovement(struct prop *prop, f32 goalroty, f32 goalrotx, struct coord *dir, bool firing);
|
||||
void chopperTickFall(struct prop *chopper);
|
||||
void chopperTickIdle(struct prop *chopper);
|
||||
void chopperTickPatrol(struct prop *chopper);
|
||||
|
||||
@@ -12,7 +12,7 @@ bool func0f092610(struct prop *prop, s32 arg1);
|
||||
void func0f0926bc(struct prop *prop, s32 arg1, u16 arg2);
|
||||
s32 func0f0927d4(f32 arg0, f32 arg1, f32 arg2, f32 arg3, s32 arg4);
|
||||
s32 channelGetUnk06(s32 channelnum);
|
||||
u32 func0f09294c(void);
|
||||
void func0f09294c(struct prop *prop, s16 soundnum, s32 arg2);
|
||||
void func0f092a98(s32 channelnum);
|
||||
void propsndPrintChannel(struct audiochannel *channel);
|
||||
s32 propsndGetSubtitleOpacity(s32 channelnum);
|
||||
|
||||
+2
-2
@@ -2027,8 +2027,8 @@ struct chopperobj { // objtype 0x39
|
||||
};
|
||||
struct coord fall;
|
||||
};
|
||||
/*0x70*/ u32 turnyspeed60;
|
||||
/*0x74*/ u32 turnxspeed60;
|
||||
/*0x70*/ f32 turnyspeed60;
|
||||
/*0x74*/ f32 turnxspeed60;
|
||||
/*0x78*/ f32 turnrot60;
|
||||
/*0x7c*/ f32 roty;
|
||||
/*0x80*/ f32 rotx;
|
||||
|
||||
Reference in New Issue
Block a user