ATBL (File Format): Difference between revisions
Jump to navigation
Jump to search
>Aruki No edit summary |
>Aruki No edit summary |
||
Line 18: | Line 18: | ||
| '''Sound ID array''' | | '''Sound ID array''' | ||
|- | |- | ||
| colspan=3 {{unknown|End of file}} | |||
| colspan= | |||
|} | |} | ||
Revision as of 03:34, 26 January 2015
The ATBL format contains a list of every sound effect in the game, corresponding to the sounds from AGSC files. It is by far the most complex and difficult format in the game.
Format
Offset | Size | Description |
---|---|---|
0x0 | 4 | Sound count (SC) |
0x4 | 2 × SC | Sound ID array |
End of file |