Anonymous

Changes

From Final Fantasy Inside

FF7/Kernel/Kernel.bin

23,059 bytes removed, 05:19, 23 May 2019
m
49 revisions imported
[[Image:Gears_img_5.png]]== Important Files ==
{| style="border: 1px solid black; border-collapse: collapse; background: rgb(0,255,0)" border= The "1" cellspacing="1" cellpadding="3" align="center"! align="center" | PSX Version! align="center" | PC Version|-| /INIT/KERNEL.BIN Archive| /DATA/KERNEL/KERNEL. ==BIN|-|| /DATA/KERNEL/KERNEL2.BIN|}
== The KERNEL.BIN Archive == The file /INIT/KERNEL.BIN archive is in [[FF7/Kernel/Low_level_libraries#BIN-GZIP_Type_Archives|BIN-GZIP format. This format is explained later in this document]]. It consists of 27 gziped sections concatenated together with a 6 byte header for each. This file is the same both on the PC and PSX versions. This holds all the static data and menu text for the game, with a look up table at the beginning of the section. The first 9 sections of data (i.e. The non-text related items) are in typical BIN file archive format. Sections 10-27 are [[FF7/FF_Text|FF Text files]]. The text sections have a header of pointers at the beginning of each section and point to a text block below.
The KERNEL.BIN file consists of the following sections.
<table CELLSPACING{| class="0wikitable" style="margin-bottom: 53px;"><tr><th style="border: 1px solid rgb(0, 0, 0); text-align: center; vertical-align: middle; width: 37px; height: 26px; background-color: rgb(204, 204, 204);">! File</th><th style="border: 1px solid rgb(0, 0, 0); vertical-align: middle; width: 199px; height: 26px; background-color: rgb(204, 204, 204);">! Data</th><th style="border: 1px solid rgb(0, 0, 0); vertical-align: middle; width: 66px; height: 26px; background-color: rgb(204, 204, 204);">! Offset</th></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 1</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">|[[FF7/Command_data|Command data</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">]]| 0x0006</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 2</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">|[[FF7/Attack_data|Attack data</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">]]| 0x0086</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px; background-color: rgb(255, 255, 204);">| 3</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px; background-color: rgb(255, 255, 204);">|Unknown (Savemap?)<[[FF7/td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px; background-color: rgb(255, 255, 204);">Battle_and_growth_data|Battle and growth data]]| 0x063A</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 4</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">|Character starting stats<[[FF7/td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">Character_starting_stats|Initialization data]]| 0x0F7F</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 5</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">|[[FF7/Item_data|Item data</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">]]| 0x111B</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 6</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">|[[FF7/Weapon_data|Weapon data</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">]]| 0x137A</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 7</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">|[[FF7/Armor_data|Armor data</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">]]| 0x1A30</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 8</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">|[[FF7/Accessory_data|Accessory data</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">]]| 0x1B73</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 9</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">|[[FF7/Materia_data|Materia data</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">]]| 0x1C11</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 10</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Command Descriptions</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">descriptions| 0x1F32</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 11</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Magic Descriptions</td>descriptions<td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">| 0x21990x2119</td>|-</tr> <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 12</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Item Descriptions</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">descriptions| 0x28D4</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 13</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Weapon Descriptions</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">descriptions| 0x2EE2</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 14</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Armor Descriptions</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">descriptions| 0x307B</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 15</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Accessory Descriptions</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">descriptions| 0x315F</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 16</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Materia Descriptions</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">descriptions| 0x3384</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 17</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Key Item Description</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">descriptions| 0x3838</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 18</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Command Names</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">| 0x3BE2</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 19</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Magic Names</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">| 0x3CCA</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 20</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Item Names</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">| 0x4293</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 21</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Weapon Names</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">| 0x4651</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 22</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Armor Names</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">| 0x4B02</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 23</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Accessory Names</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">| 0x4C4B</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 24</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Materia Names</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">| 0x4D90</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 25</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Key Item Names</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">| 0x5040</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 26</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Battle and Battle-Screen Text</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">| 0x5217</td></tr>|- <tr><td style| align="border: 1px solid rgb(0, 0, 0); text-align: center; width: 37px; height: 25px;">| 27</td><td style="border: 1px solid rgb(0, 0, 0); width: 199px; height: 25px;">| Summon Attack Names</td><td style="border: 1px solid rgb(0, 0, 0); width: 66px; height: 25px;">| 0x5692</td></tr></table> == KERNEL.BIN Section formats == The first 9 sections of data (i.e. The non-text related items) have a typical BIN file format. The text sections (10-27) do not have the typical 6 byte header. The text sections have a header of pointers to the text block. The text is in FF text format. === Section 1: Command data format === This contains the data for Menu commands. Each recored is 16 bytes long.  <table cellspacing="1" style="margin-bottom: 53px; background: rgb(0, 0, 0);"><tr><th style="text-align: center; vertical-align: middle; width: 50px; height: 26px; background-color: rgb(204, 204, 204);">Offset</th><th style="vertical-align: middle; width: 50px; height: 26px; background-color: rgb(204, 204, 204);">Length</th><th colspan="2" style="vertical-align: middle; width: 250px; height: 26px; background-color: rgb(204, 204, 204);">Description</th></tr> <tr style="background: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">&nbsp;</td><td>&nbsp;</td><td style="width: 125px">&nbsp;</td><td style="width: 125px">&nbsp;</td></tr> <tr style="background: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> <tr style="background: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> <tr style="background: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> <tr style="background: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> <tr style="background: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> <tr style="background: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> <tr style="background: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> <tr style="background: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> <tr style="background: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr> <tr style="background: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></table>=== Section 2: Attack data format === This contains the data for the different attacks. Each record is 28 bytes long.  <table cellpadding="3" cellspacing="1" style="margin-bottom: 53px; background: rgb(0, 0, 0);"><tr><th style="text-align: center; vertical-align: middle; width: 50px; height: 26px; background-color: rgb(204, 204, 204);">Offset</th><th style="vertical-align: middle; width: 50px; height: 26px; background-color: rgb(204, 204, 204);">Length</th><th colspan="2" style="vertical-align: middle; width: 250px; height: 26px; background-color: rgb(204, 204, 204);">Description</th></tr> <tr style="background-color: rgb(255, 255, 204);"><td style="text-align: center" style="margin-bottom: 53px;">0x00</td><td>4 bytes</td><td colspan="2" style="width: 125px">Unknown</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">0x04</td><td>1 bytes</td><td colspan="2" style="width: 125px">Casting cost</td></tr> <tr style="background-color: rgb(255, 255, 204);"><td style="text-align: center" style="margin-bottom: 53px;">0x05</td><td>5 bytes</td><td colspan="2" style="width: 125px">Unknown</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">0x0A</td><td>1 bytes</td><td colspan="2" style="width: 125px">Attack type</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">0x0B</td><td>2 bytes</td><td colspan="2" style="width: 125px">Attack attribute</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td colspan="2" rowspan="16" style="text-align: center" style="background-color: rgb(204, 204, 255); margin-bottom: 53px;" >&nbsp;</td><td style="width: 110px">0x0000</td><td style="width: 140px">Escape/Exit-Type</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0x0001</td><td style="width: 140px">Ribbon-Like</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0x0003</td><td style="width: 140px; background-color: rgb(255, 255, 204);">Enemy Skill (?)</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0x0005</td><td style="width: 140px; background-color: rgb(255, 255, 204);">Enemy Skill (?)</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0x0007</td><td style="width: 140px; background-color: rgb(255, 255, 204);">Enemy Skill (?)</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0x000D</td><td style="width: 140px">Restorative/Protective</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0x000F</td><td style="width: 140px">Status-giving/Elemental</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0x0011</td><td style="width: 140px">Shield</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0x0013</td><td style="width: 140px">Limit Break</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0x0015</td><td style="width: 140px">Cait Sith Limit Break</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0x0017</td><td style="width: 140px">Summon</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0x00C7</td><td style="width: 140px">Roulette</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0x0097</td><td style="width: 140px">Multiple Strike Limit Breaks</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0xFF01</td><td style="width: 140px">Phoenix Down</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0xFF03</td><td style="width: 140px">X-needles attack</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0xFF17</td><td style="width: 140px">Final Limit Break</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">0x0D</td><td>1 byte</td><td colspan="2" style="width: 125px">ID Number</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">0x0E</td><td>1 byte</td><td colspan="2" style="width: 125px">Restore Apply</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">0x0F</td><td>1 byte</td><td colspan="2" style="width: 125px">Strength</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">0x10</td><td>1 byte</td><td colspan="2" style="width: 125px">Restore type</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td colspan="2" rowspan="4" style="text-align: center" style="background-color: rgb(204, 204, 255); margin-bottom: 53px;" >&nbsp;</td><td style="width: 110px">0x00</td><td style="width: 140px">Restore HP</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0x01</td><td style="width: 140px">Restore MP</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0x02</td><td style="width: 140px">Restore Ailment</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width: 110px">0xFF</td><td style="width: 140px">None</td></tr> <tr style="background-color: rgb(255, 255, 204);"><td style="text-align: center" style="margin-bottom: 53px;">0x11</td><td>2 bytes</td><td colspan="2" style="width: 125px">Unknown</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">0x13</td><td>1 byte</td><td colspan="2" style="width: 125px">Times attacking</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">0x14</td><td>4 bytes</td><td colspan="2" style="width: 125px">Status</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">0x18</td><td>2 bytes</td><td colspan="2" style="width: 125px">Element</td></tr> <tr style="background-color: rgb(255, 255, 204);"><td style="text-align: center" style="margin-bottom: 53px;">0x20</td><td>2 bytes</td><td colspan="2" style="width: 125px">Unknown</td></tr> </table>=== Section 3: Savemap === This is all the initial values and structure for most of the Savemap, excluding the header data and the tail of the last bank (0x0054 to 0x0FE7). This is copied into RAM on initialization. This format is explained in the "Menu" Section.  === Section 4: Initialization data === This contains the starting stats for the characters and related game states. On "New Game", this data is copied directly into the save map (from offset 0x0054 to 0x0BAF) which is explained in the "Menu" section. This data has the same format as the data explained in that section. === Section 5: Item data format === This contains the item data. Each item record is 27 bytes long.   <table cellpadding="3" cellspacing="1" style="margin-bottom: 53px; background: rgb(0, 0, 0);"><tr><th style="text-align: center; vertical-align: middle; width: 50px; height: 26px; background-color: rgb(204, 204, 204);">Offset</th><th style="vertical-align: middle; width: 50px; height: 26px; background-color: rgb(204, 204, 204);">Length</th><th colspan="2" style="vertical-align: middle; width: 350px; height: 26px; background-color: rgb(204, 204, 204);">Description</th></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">0x00</td><td>8 bytes</td><td style="width: 100px">Unknown</td><td>Always 0xFFFFFFFF</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">0x08</td><td>2 bytes</td><td colspan="2" style="width: 275px; background-color: rgb(255, 255, 205);">Unknown</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">0x0A</td><td>1 byte</td><td colspan="2">Restriction Mask</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td colspan="2" rowspan="10" style="text-align: center" style="margin-bottom: 53px; background-color: rgb(205, 205, 255);">&nbsp;</td><td style="width:100px;">0xFF</td><td>Appears in Item Menu. Does not appear in<br />Battle Menu (Not usable at all)</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0xFE</td><td>Appears in Battle Menu & Item Menu (Not<br />usable at all)</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0xFD</td><td>Appears in Item Menu. Does not appear in<br />Battle Menu (Usable in Battle Menu) </td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0xFC</td><td>Appears in Battle Menu & Item Menu (Usable<br />in Battle Menu) </td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0xFB</td><td>Appears in Item Menu. Does not appear in<br />Battle Menu (Usable in Item Menu) </td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0xFA</td><td>Appears in Battle Menu & Item Menu (Usable<br />in Item Menu) </td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0xF9</td><td>Appears in Item Menu. Does not appear in <br />Battle Menu (Usable in Item Menu & Battle Menu)</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0xF8</td><td>Appears in Battle Menu & Item Menu (Usable<br />in Item Menu & Battle Menu) </td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0xF7</td><td>Appears in Item Menu. Does not appear in<br />Battle Menu (Usable in Battle Menu) </td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0xF6</td><td>Appears in Battle Menu & Item Menu (Usable<br />in Battle Menu) </td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center" style="margin-bottom: 53px;">0x0B</td><td>2 bytes</td><td colspan="2">Attack Target</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td colspan="2" rowspan="5" style="text-align: center" style="margin-bottom: 53px; background-color: rgb(205, 205, 255);">&nbsp;</td><td style="width:100px;">0x01</td><td>One Target</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0x03</td><td style="background-color: rgb(255, 255, 204);">Unknown</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0x05</td><td>Multiple Targets</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0x07</td><td style="background-color: rgb(255, 255, 204);">Unknown</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0x10</td><td>On Party Only</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center">0x0D</td><td>1 byte</td><td colspan="2">Item ID</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center">0x0E</td><td>1 byte</td><td colspan="2">Restore Apply</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td colspan="2" rowspan="10" style="text-align: center" style="margin-bottom: 53px; background-color: rgb(205, 205, 255);">&nbsp;</td><td style="width:100px;">0x00</td><td style="background-color: rgb(255, 255, 204);">Unknown</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0x08</td><td>Apply also to MP</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0x22</td><td style="background-color: rgb(255, 255, 204);">Unknown</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0x23</td><td style="background-color: rgb(255, 255, 204);">Unknown</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0x24</td><td>Damage / Restore by %</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0x26</td><td>Damage / Restore by 20 X Amount Multiplier </td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0x37</td><td>Causes Damage</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0x47</td><td style="background-color: rgb(255, 255, 204);">Unknown</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0x50</td><td>Affects Stats</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td>0xFF</td><td>None</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center">0x0F</td><td>1 byte</td><td colspan="2">Amount Multiplier</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center">0x10</td><td>1 byte</td><td colspan="2">Restore Type</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td colspan="2" rowspan="4" style="text-align: center" style="margin-bottom: 53px; background-color: rgb(205, 205, 255);">&nbsp;</td><td style="width:100px;">0x00</td><td>Restore HP</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width:100px;">0x01</td><td>Restore MP</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width:100px;">0x02</td><td>Restore Ailment</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="width:100px;">0xFF</td><td>None</td></tr> <tr style="background-color: rgb(255, 255, 204);"><td style="text-align: center">0x11</td><td>3 bytes</td><td colspan="2">Unknown</td></tr> <tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center">0x14</td><td>4 bytes</td><td colspan="2">Status effects</td></tr>|}
<tr style="background-color: rgb(255, 255, 255);"><td style="text-align: center">0x18</td><td>2 bytes</td><td colspan The KERNEL2.BIN Archive =="2">Element</td></tr>
<tr style="backgroundOn the PC version there exists a secondary kernel archive called KERNEL2.BIN. This archive contains only sections 10-color: rgb27 (255Text data) of KERNEL.BIN. The data was ungzipped from the original archive, 255concatenated together, 204);"><td style="text-align: center">0x1A</td><td>2 bytes</td><td colspan="2">Unknown</td></tr>and then LZSed into a single archive with a 4 byte header giving the length of the file.
</table>The maximum allotted storage space on the PC version for all un-LZSed data in the kernel2.bin is 27KB (27648 bytes). This means that the total size of the extracted files (text and pointers) must be less than this.