WAVESET.WD

From Final Fantasy Hacktics Wiki
Revision as of 07:54, 19 October 2024 by Talcall (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

WAVESET.WD Header

the header information contains quite a bit of meta data related to the sound fonts contained within the file.

0x00: dwdsP (string, file designation)
0x05: 
0x08: size of entire file
0x10: start of wave forms
0x14: size of all wave forms

followed by 2c0 pointers to different waves within the file, from 0x30 to oxb30. curiously, it seems ENV.SED and SYSTEM.SED follow this same header style, based on how they're treated, though I couldn't tell you what they're for.