mirror of
https://github.com/zeldaret/oot.git
synced 2025-10-18 12:40:05 +00:00
Fix prototype for Audio_PlaySoundGeneral and fix related types in structs (#481)
This commit is contained in:
parent
3d21a38f08
commit
93389da2dc
3 changed files with 8 additions and 8 deletions
|
@ -747,9 +747,9 @@ typedef struct {
|
|||
/* 0x04 */ f32* posY;
|
||||
/* 0x08 */ f32* posZ;
|
||||
/* 0x0C */ u8 unk_C;
|
||||
/* 0x10 */ u32* unk_10;
|
||||
/* 0x14 */ u32* unk_14;
|
||||
/* 0x18 */ u32* unk_18;
|
||||
/* 0x10 */ f32* unk_10;
|
||||
/* 0x14 */ f32* unk_14;
|
||||
/* 0x18 */ f32* unk_18;
|
||||
/* 0x1C */ f32 unk_1C;
|
||||
/* 0x20 */ u32 unk_20;
|
||||
/* 0x24 */ u8 unk_24;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue