ATBL (File Format)

From Retro Modding Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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.


This file format is almost completely documented
Verify that these are actually sound IDs, and figure out why a lot of them are FF'd out.


Format

Offset Size Description
0x0 4 Sound count (SC)
0x4 2 × SC Sound ID array
End of file