![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
Classes | |
| struct | BankInfo |
| struct | FileInfo |
| struct | GroupInfo |
| struct | GroupItemInfo |
| struct | Header |
| struct | Info |
| struct | InfoBlock |
| struct | PlayerInfo |
| struct | SeqSoundInfo |
| struct | Sound3DParam |
| struct | SoundArchivePlayerInfo |
| struct | SoundCommonInfo |
| struct | StringBlock |
| struct | StringChunk |
| struct | StringTable |
| struct | StringTree |
| struct | StringTreeNode |
| struct | StrmSoundInfo |
| struct | SymbolBlock |
| struct | WaveSoundInfo |
Typedefs | |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::StringTreeNode | StringTreeNode |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::StringTree | StringTree |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::StringTable | StringTable |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::StringChunk | StringChunk |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::StringBlock | StringBlock |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::SymbolBlock | SymbolBlock |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::SeqSoundInfo | SeqSoundInfo |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::StrmSoundInfo | StrmSoundInfo |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::WaveSoundInfo | WaveSoundInfo |
| typedef Util::DataRef< void, SeqSoundInfo, StrmSoundInfo, WaveSoundInfo > | SoundInfoOffset |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::Sound3DParam | Sound3DParam |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::SoundCommonInfo | SoundCommonInfo |
| typedef Util::DataRef< SoundCommonInfo > | SoundCommonInfoRef |
| typedef Util::Table< SoundCommonInfoRef > | SoundCommonTable |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::BankInfo | BankInfo |
| typedef Util::DataRef< BankInfo > | BankInfoRef |
| typedef Util::Table< BankInfoRef > | BankTable |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::PlayerInfo | PlayerInfo |
| typedef Util::DataRef< PlayerInfo > | PlayerInfoRef |
| typedef Util::Table< PlayerInfoRef > | PlayerTable |
| typedef Util::DataRef< SoundArchive::FilePos > | SoundArchiveRef |
| typedef Util::Table< SoundArchiveRef > | FilePosTable |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::FileInfo | FileInfo |
| typedef Util::DataRef< FileInfo > | FileInfoRef |
| typedef Util::Table< FileInfoRef > | FileTable |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::GroupItemInfo | GroupItemInfo |
| typedef Util::DataRef< GroupItemInfo > | GroupItemInfoRef |
| typedef Util::Table< GroupItemInfoRef > | GroupItemTable |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::GroupInfo | GroupInfo |
| typedef Util::DataRef< GroupInfo > | GroupInfoRef |
| typedef Util::Table< GroupInfoRef > | GroupTable |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::SoundArchivePlayerInfo | SoundArchivePlayerInfo |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::Info | Info |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::InfoBlock | InfoBlock |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::Header | Header |
Variables | |
| static const u32 | SIGNATURE_FILE = 'RSAR' |
| static const u32 | SIGNATURE_INFO_BLOCK = 'INFO' |
| static const u32 | SIGNATURE_SYMB_BLOCK = 'SYMB' |
| static const int | FILE_VERSION = NW4HBM_VERSION(1, 1) |
| static const int | HEADER_AREA_SIZE = OSRoundUp32B(sizeof(Header)) + 40 |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::BankInfo nw4hbm::snd::detail::SoundArchiveFile::BankInfo |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::FileInfo nw4hbm::snd::detail::SoundArchiveFile::FileInfo |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::GroupInfo nw4hbm::snd::detail::SoundArchiveFile::GroupInfo |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::GroupItemInfo nw4hbm::snd::detail::SoundArchiveFile::GroupItemInfo |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::Header nw4hbm::snd::detail::SoundArchiveFile::Header |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::Info nw4hbm::snd::detail::SoundArchiveFile::Info |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::InfoBlock nw4hbm::snd::detail::SoundArchiveFile::InfoBlock |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::PlayerInfo nw4hbm::snd::detail::SoundArchiveFile::PlayerInfo |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::SeqSoundInfo nw4hbm::snd::detail::SoundArchiveFile::SeqSoundInfo |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::Sound3DParam nw4hbm::snd::detail::SoundArchiveFile::Sound3DParam |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::SoundArchivePlayerInfo nw4hbm::snd::detail::SoundArchiveFile::SoundArchivePlayerInfo |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::SoundCommonInfo nw4hbm::snd::detail::SoundArchiveFile::SoundCommonInfo |
| typedef Util::DataRef<void, SeqSoundInfo, StrmSoundInfo, WaveSoundInfo> nw4hbm::snd::detail::SoundArchiveFile::SoundInfoOffset |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::StringBlock nw4hbm::snd::detail::SoundArchiveFile::StringBlock |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::StringChunk nw4hbm::snd::detail::SoundArchiveFile::StringChunk |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::StringTable nw4hbm::snd::detail::SoundArchiveFile::StringTable |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::StringTree nw4hbm::snd::detail::SoundArchiveFile::StringTree |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::StringTreeNode nw4hbm::snd::detail::SoundArchiveFile::StringTreeNode |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::StrmSoundInfo nw4hbm::snd::detail::SoundArchiveFile::StrmSoundInfo |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::SymbolBlock nw4hbm::snd::detail::SoundArchiveFile::SymbolBlock |
| typedef struct nw4hbm::snd::detail::SoundArchiveFile::WaveSoundInfo nw4hbm::snd::detail::SoundArchiveFile::WaveSoundInfo |
|
static |
|
static |
|
static |
|
static |
|
static |