Decompile aiIfInLoadedRoom

This commit is contained in:
Ryan Dwyer
2019-10-08 21:57:15 +10:00
parent f991d3bfa5
commit 41b5e6faa0
4 changed files with 14 additions and 36 deletions
+1 -1
View File
@@ -69,7 +69,7 @@
/*0x003f*/ bool aiIfSeesPlayer(void);
/*0x0040*/ bool ai0040(void);
/*0x0041*/ bool ai0041(void);
/*0x0042*/ bool ai0042(void);
/*0x0042*/ bool aiIfInLoadedRoom(void);
/*0x0043*/ bool ai0043(void);
/*0x0044*/ bool ai0044(void);
/*0x0045*/ bool ai0045(void);
+1 -3
View File
@@ -16,9 +16,7 @@ struct position {
u8 unk01;
u16 room;
u32 unk04;
float x;
float y;
float z;
struct coord coord;
};
struct chrdata {