Decompile heliSetTarget

This commit is contained in:
Ryan Dwyer
2020-01-14 22:05:45 +10:00
parent 70a3864737
commit 93b4447ded
2 changed files with 13 additions and 32 deletions
+1 -1
View File
@@ -164,7 +164,7 @@ u32 func0f07accc(void);
struct heliobj *heliFromObj(struct defaultobj *obj);
u32 func0f07ae18(struct heliobj *heli, u32 arg1);
u32 func0f07af34(struct heliobj *heli);
void heliSetTarget(struct heliobj *heli, s32 arg1);
void heliSetTarget(struct defaultobj *obj, u32 chrnum);
bool heliAttack(struct defaultobj *obj);
bool heliStop(struct defaultobj *obj);
bool heliSetArmed(struct defaultobj *obj, bool armed);