NW > Sound > Wave Archive (FWAR)
This file contains a bunch of wave files that can be used by wave sounds and banks.
| Block id | Description |
|---|---|
0x6800 | Info block |
0x6801 | File block |
Info Block
| Offset | Size | Description |
|---|---|---|
| 0x0 | 4 | Identifier ("INFO") |
| 0x4 | 4 | Block size |
| 0x8 | 4 | Number of entries |
| 0xC | File references |
File Reference
| Offset | Size | Description |
|---|---|---|
| 0x0 | 8 | Reference into file block body (0x1F00) |
| 0x8 | 4 | Filesize |
File Block
This block contains the actual subfiles. All files are aligned to 32 bytes.
| Offset | Size | Description |
|---|---|---|
| 0x0 | 4 | Identifier ("FILE") |
| 0x4 | 4 | Block size |
| 0x8 | Files |