Decompile aiShowChr

This commit is contained in:
Ryan Dwyer
2019-10-19 18:45:55 +10:00
parent 5ab9cb7bc0
commit af29fba667
4 changed files with 18 additions and 42 deletions
+1 -1
View File
@@ -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
View File
@@ -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;