Decompile ai00df

This commit is contained in:
Ryan Dwyer
2019-10-19 21:28:29 +10:00
parent 61159f73fa
commit 150a4af842
3 changed files with 22 additions and 48 deletions
+2
View File
@@ -564,4 +564,6 @@ s32 getDifficulty(void);
bool audioPlayFromWorldPosition(u8 channel_id, u16 audio_id, u8 volumemaybe, struct position *pos);
struct tag *tagFindById(s32 tag_id);
#endif
+2 -1
View File
@@ -352,7 +352,8 @@ struct tag {
// These three words are possibly the same values as defined in the setup
// file, but this just a guess.
u32 unk00;
u32 unk04;
u16 unk04;
s16 unk06;
u32 unk08;
struct defaultobj *obj;
};