Difference between revisions of "FF8/FileFormat b0wave"
< FF8
Jump to navigation
Jump to search
my_wiki>MaKiPL (Added file structure) |
(No difference)
|
Revision as of 14:03, 19 September 2015
By MaKiPL
b0wave.dat is file containing one 4BPP TIM texture with magic animation sequence, AKAO frame and unknown data which structure is just like a9btln.fnt. Current structure:
Header:
Name | Offset | Description |
---|---|---|
Number of sections | 0 | Number of pointers in file |
Texture offset (4BPP TIM) | 3 | Pointer to TIM texture in file (global) |
Unknown section | 7 | Pointer to unknown section. Data structure is similar to a9btln.fnt |
AKAO | 11 | Pointer to AKAO frame inside file. |
EOF | 15 | Total size (EOF) |