mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-17 12:59:41 -04:00
Decompile heliTryStop
This commit is contained in:
@@ -166,7 +166,7 @@ u32 func0f07ae18(struct heliobj *heli, u32 arg1);
|
||||
u32 func0f07af34(struct heliobj *heli);
|
||||
void heliSetTarget(struct heliobj *heli, s32 arg1);
|
||||
u32 func0f07b038(struct heliobj *heli);
|
||||
void heliTryStop(struct heliobj *heli);
|
||||
bool heliTryStop(struct defaultobj *obj);
|
||||
bool heliSetArmed(struct defaultobj *obj, bool armed);
|
||||
void heliRestartTimer(struct defaultobj *obj);
|
||||
f32 heliGetTimer(struct heliobj *heli);
|
||||
|
||||
+1
-1
@@ -823,7 +823,7 @@ struct heliobj {
|
||||
/*0x98*/ u32 vx;
|
||||
/*0x9c*/ u32 vy;
|
||||
/*0xa0*/ u32 vz;
|
||||
/*0xa4*/ u32 power;
|
||||
/*0xa4*/ f32 power;
|
||||
/*0xa8*/ u32 otx;
|
||||
/*0xac*/ u32 oty;
|
||||
/*0xb0*/ u32 otz;
|
||||
|
||||
Reference in New Issue
Block a user