Decompile mpObjIsSafe

This commit is contained in:
Ryan Dwyer
2020-01-12 09:44:22 +10:00
parent ce33ede75d
commit 912fa4f554
3 changed files with 34 additions and 58 deletions
+1 -1
View File
@@ -128,7 +128,7 @@ u32 func0f190708(void);
u32 func0f190774(void);
u32 func0f190784(void);
u32 func0f190be4(void);
u32 func0f191194(void);
s32 mpObjIsSafe(struct defaultobj *obj);
u32 func0f19124c(void);
u32 func0f1913f8(void);
u32 func0f191448(void);
+3 -1
View File
@@ -645,7 +645,9 @@ struct weaponobj { // objtype 0x08
/*0x5a*/ u8 numtiles;
/*0x5b*/ u8 unk5b;
/*0x5c*/ u8 weapon_id;
/*0x5e*/ s16 unk5e;
/*0x5d*/ s8 unk5d;
/*0x5e*/ s8 unk5e;
/*0x5f*/ u8 dragonthrown;
/*0x60*/ s16 unk60;
/*0x62*/ s16 team;
};