Source position: gba_sound.inc line 46
type WaveData = record
typ: u16;
stat: u16;
freq: u32;
loop: u32;
size: u32;
data: array [0..0] of s8;
end;