Decompile heliTryStop

This commit is contained in:
Ryan Dwyer
2020-01-14 21:59:09 +10:00
parent 560548ced5
commit 5e27cf969d
3 changed files with 16 additions and 24 deletions
+1 -1
View File
@@ -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
View File
@@ -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;