d_wpot_water OK

This commit is contained in:
LagoLunatic
2024-07-02 11:04:30 -04:00
parent b85c72d3f5
commit 31997de799
3 changed files with 50 additions and 38 deletions
+9 -9
View File
@@ -4,15 +4,15 @@
#include "dolphin/types.h"
struct SoundInfo {
/* 0x00 */ u32 mFlag;
/* 0x04 */ u8 mPriority;
/* 0x05 */ u8 _05;
/* 0x06 */ u16 mOffsetNo;
/* 0x08 */ u32 mPitch;
/* 0x0C */ union Volume {
u32 typeView;
u8 byteView[4];
} mVolume;
/* 0x00 */ u32 mFlag;
/* 0x04 */ u8 mPriority;
/* 0x05 */ u8 _05;
/* 0x06 */ u16 mOffsetNo;
/* 0x08 */ u32 mPitch;
/* 0x0C */ union Volume {
u32 typeView;
u8 byteView[4];
} mVolume;
};
namespace JAInter {