mirror of
https://gitlab.com/ryandwyer/perfect-dark
synced 2026-08-04 00:49:17 -04:00
Decompile ai00df
This commit is contained in:
@@ -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
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user