<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.wexosmk.xyz/index.php?action=history&amp;feed=atom&amp;title=ATB_%28File_Format%29</id>
	<title>ATB (File Format) - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.wexosmk.xyz/index.php?action=history&amp;feed=atom&amp;title=ATB_%28File_Format%29"/>
	<link rel="alternate" type="text/html" href="https://wiki.wexosmk.xyz/index.php?title=ATB_(File_Format)&amp;action=history"/>
	<updated>2026-05-06T14:17:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.41.1</generator>
	<entry>
		<id>https://wiki.wexosmk.xyz/index.php?title=ATB_(File_Format)&amp;diff=39&amp;oldid=prev</id>
		<title>Wexos: Imported from avsys wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.wexosmk.xyz/index.php?title=ATB_(File_Format)&amp;diff=39&amp;oldid=prev"/>
		<updated>2024-05-01T16:53:30Z</updated>

		<summary type="html">&lt;p&gt;Imported from avsys wiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{under-construction}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;ATB&amp;#039;&amp;#039;&amp;#039; (&amp;#039;&amp;#039;&amp;#039;A&amp;#039;&amp;#039;&amp;#039;qualead &amp;#039;&amp;#039;&amp;#039;T&amp;#039;&amp;#039;&amp;#039;a&amp;#039;&amp;#039;&amp;#039;B&amp;#039;&amp;#039;&amp;#039;le) is a table-based file format developed by [[Aqualead]] and found in some [[Wii]] and [[3DS]] games (and suspected to be used in [[GameCube]] titles as well), such as &amp;#039;&amp;#039;[[One Piece: Unlimited Cruise Episode 1 - The Treasure Beneath The Waves]]&amp;#039;&amp;#039;, &amp;#039;&amp;#039;[[One Piece: Unlimited Cruise Episode 2: Awakening of a Hero]]&amp;#039;&amp;#039;, &amp;#039;&amp;#039;[[One Piece: Unlimited Cruise SP]]&amp;#039;&amp;#039; and &amp;#039;&amp;#039;[[One Piece: Unlimited Cruise SP 2]]&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
= File Format =&lt;br /&gt;
The file byte can be either big endian (Wii) or little endian (3DS).&lt;br /&gt;
&lt;br /&gt;
== Header ==&lt;br /&gt;
The file starts with the following header:&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Offset !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0x00 || Char[4] || &amp;#039;&amp;#039;&amp;#039;File magic&amp;#039;&amp;#039;&amp;#039;. Always &amp;#039;&amp;#039;ALTB&amp;#039;&amp;#039; in ASCII.&lt;br /&gt;
|-&lt;br /&gt;
| 0x04 || Byte || &amp;#039;&amp;#039;&amp;#039;[[#Version List|Version number]]&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
| 0x05 || Byte || {{Unknown-left|&amp;#039;&amp;#039;&amp;#039;Unknown&amp;#039;&amp;#039;&amp;#039;. 0x80 on Wii, 0x00 on 3DS.}}&lt;br /&gt;
|-&lt;br /&gt;
| 0x06 || UInt16 || &amp;#039;&amp;#039;&amp;#039;Number of [[#Cell Entry|cell entries]]&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
| 0x08 || UInt16 || &amp;#039;&amp;#039;&amp;#039;[[#ALRD|ALRD]] offset&amp;#039;&amp;#039;&amp;#039;. 0 if not present.&lt;br /&gt;
|-&lt;br /&gt;
| 0x0A || UInt16 || &amp;#039;&amp;#039;&amp;#039;Cell data offset&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
| 0x0C || UInt16 || &amp;#039;&amp;#039;&amp;#039;Cell entry size&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
| 0x0E || UInt16 || &amp;#039;&amp;#039;&amp;#039;Padding&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== ALRD ==&lt;br /&gt;
In some files there is a section after the header that contains records.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Offset !! Type !! Description&lt;br /&gt;
|-&lt;br /&gt;
| 0x00 || Char[4] || &amp;#039;&amp;#039;&amp;#039;Section magic&amp;#039;&amp;#039;&amp;#039;. Always &amp;#039;&amp;#039;ALRD&amp;#039;&amp;#039; in ASCII.&lt;br /&gt;
|-&lt;br /&gt;
| 0x04 || Byte || &amp;#039;&amp;#039;&amp;#039;[[#Version List|Version number]]&amp;#039;&amp;#039;&amp;#039;. Always the same as the file.&lt;br /&gt;
|-&lt;br /&gt;
| 0x05 || Byte || {{Unknown-left|&amp;#039;&amp;#039;&amp;#039;Unknown&amp;#039;&amp;#039;&amp;#039;. 0x80 on Wii, 0x00 on 3DS.}}&lt;br /&gt;
|-&lt;br /&gt;
| 0x06 || UInt16 || &amp;#039;&amp;#039;&amp;#039;Number of [[#Record Entry|record entries]]&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|-&lt;br /&gt;
| 0x08 || UInt16 || &amp;#039;&amp;#039;&amp;#039;Number of [[#Cell Entry|cell entries]]&amp;#039;&amp;#039;&amp;#039;. Always the same value as the file&amp;#039;s header.&lt;br /&gt;
|-&lt;br /&gt;
| 0x0A || UInt16 || &amp;#039;&amp;#039;&amp;#039;Padding&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Record Entry ===&lt;br /&gt;
&amp;#039;&amp;#039;TBD&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
== Cell Entry ==&lt;br /&gt;
When there&amp;#039;s no [[#ALRD|ALRD]] section, the structure of the cell data is not defined in the file itself. It may contain various types of values, including strings and integers.&lt;br /&gt;
&lt;br /&gt;
= Version List =&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Version !! Found in&lt;br /&gt;
|-&lt;br /&gt;
| 1.0&lt;br /&gt;
|&lt;br /&gt;
* [[One Piece: Unlimited Cruise Episode 1 - The Treasure Beneath The Waves]]&lt;br /&gt;
* [[One Piece: Unlimited Cruise Episode 2: Awakening of a Hero]]&lt;br /&gt;
* [[One Piece: Unlimited Cruise SP]]&lt;br /&gt;
* [[One Piece: Unlimited Cruise SP 2]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Tools =&lt;br /&gt;
The following tools can handle ATB files:&lt;br /&gt;
* (none)&lt;br /&gt;
&lt;br /&gt;
[[Category:Aqualead File Formats]]&lt;/div&gt;</summary>
		<author><name>Wexos</name></author>
	</entry>
</feed>