mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-07-28 15:17:13 -04:00
Decompile aiShowChr
This commit is contained in:
@@ -276,7 +276,7 @@
|
||||
/*0x0111*/ bool ai0111(void);
|
||||
/*0x0112*/ bool ai0112(void);
|
||||
/*0x0113*/ bool aiIfInCutscene(void);
|
||||
/*0x0114*/ bool ai0114(void);
|
||||
/*0x0114*/ bool aiShowChr(void);
|
||||
/*0x0115*/ bool ai0115(void);
|
||||
/*0x0116*/ bool ai0116(void);
|
||||
/*0x0117*/ bool ai0117(void);
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@ struct chrdata {
|
||||
/*0x014*/ u32 hidden;
|
||||
/*0x018*/ u32 chrflags;
|
||||
/*0x01c*/ struct position *pos;
|
||||
/*0x020*/ u32 unk020;
|
||||
/*0x020*/ void *unk020;
|
||||
/*0x024*/ u32 chrwidth;
|
||||
/*0x028*/ u32 chrheight;
|
||||
/*0x02c*/ u32 unk02c;
|
||||
|
||||
Reference in New Issue
Block a user