mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 15:17:13 -04:00
Decompile aiIfInLoadedRoom
This commit is contained in:
@@ -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
@@ -16,9 +16,7 @@ struct position {
|
||||
u8 unk01;
|
||||
u16 room;
|
||||
u32 unk04;
|
||||
float x;
|
||||
float y;
|
||||
float z;
|
||||
struct coord coord;
|
||||
};
|
||||
|
||||
struct chrdata {
|
||||
|
||||
Reference in New Issue
Block a user