Difference between revisions of "ATBL (File Format)"
From Retro Modding Wiki
(This is an extremely complicated format and must be documented.) |
m ({{research}}) |
||
(4 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
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. | 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. | ||
+ | |||
+ | {{research|1|Verify that these are actually sound IDs, and figure out why a lot of them are FF'd out.}} | ||
__TOC__ | __TOC__ | ||
Line 18: | Line 20: | ||
| '''Sound ID array''' | | '''Sound ID array''' | ||
|- | |- | ||
− | + | | colspan=3 {{unknown|End of file}} | |
− | | colspan= | + | |
|} | |} | ||
+ | |||
+ | [[Category:File Formats]] | ||
+ | [[Category:Metroid Prime]] | ||
+ | [[Category:Metroid Prime 2: Echoes]] |
Latest revision as of 10:03, 14 March 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.
![]() |
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. |
Contents
Format
Offset | Size | Description |
---|---|---|
0x0 | 4 | Sound count (SC) |
0x4 | 2 × SC | Sound ID array |
End of file |