mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-22 06:20:02 -04:00
d_wpot_water OK
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user