Decompile liftGoToStop and discover lift_go_to_stop AI command

This commit is contained in:
Ryan Dwyer
2020-02-09 14:36:21 +10:00
parent b76d35c1b3
commit 4c883f8aaa
7 changed files with 67 additions and 189 deletions
+1 -1
View File
@@ -370,7 +370,7 @@
/*0x0186*/ bool aiIfSoundTimer(void);
/*0x0187*/ bool ai0187(void);
/*0x0188*/ bool aiIfLiftStationary(void);
/*0x0189*/ bool ai0189(void);
/*0x0189*/ bool aiLiftGoToStop(void);
/*0x018a*/ bool aiIfLiftAtStop(void);
/*0x018b*/ bool aiConfigureRain(void);
/*0x018c*/ bool aiChrToggleProp(void);
+1 -1
View File
@@ -130,7 +130,7 @@ void liftActivate(struct prop *prop, u8 liftnum);
struct prop *liftFindByPad(s16 padnum);
u32 func0f070eac(void);
u32 func0f070f08(void);
void func0f0710ec(struct defaultobj *obj, u32 arg1);
void liftGoToStop(struct liftobj *lift, s32 stopnum);
u32 func0f071360(void);
u32 func0f0713e4(void);
u32 func0f0714b8(void);