Welcome to Data Crystal's new home! Data Crystal is now part of the TCRF family (sort of).
The wiki has recently moved; please report any issues in Discord. Pardon the dust.

MOTHER 3/Battle skills table: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
Line 32: Line 32:
[[MOTHER_3:PSI_data|PSI data]], [[MOTHER_3:Item_data|Item data]], [[MOTHER_3:Battle_skills_table|Battle skills table]] and [[MOTHER_3:Battle_actions_table|Battle actions table]] all share this group of 0x28 (40) bytes.<br><br>
[[MOTHER_3:PSI_data|PSI data]], [[MOTHER_3:Item_data|Item data]], [[MOTHER_3:Battle_skills_table|Battle skills table]] and [[MOTHER_3:Battle_actions_table|Battle actions table]] all share this group of 0x28 (40) bytes.<br><br>
It is called [[MOTHER_3:Battle_tables_info_chunk|Battle Info chunk]].<br><br>
It is called [[MOTHER_3:Battle_tables_info_chunk|Battle Info chunk]].<br><br>
Let's just call it [[MOTHER_3:Battle_tables_info_chunk|Battle Info chunk]].

Revision as of 15:47, 17 October 2016

This is a sub-page of MOTHER 3.

Battle skills table
Game MOTHER 3
Start Address 0xCF728
End Address 0xCFFBF
# of Entries 50 (0x32)
Entry Length 44 bytes (0x2C)
Total Length 2200 bytes (0x898)
Back to the ROM map

Overview

The battle skills table is indexed by the Special text table and contains battle actions for party members and guests.
It's almost totally made by the Info chunk.

Format

There are 50 entries; each entry contains 44 bytes.

Field listing

Table view

       00   01   02   03   04   05   06   07   08   09   0A   0B   0C   0D   0E   0F
    +--------------------------------------------------------------------------------
00  | [        A        ] [                           B                            ->
10  | <-                                     B                                     ->
20  | <-                           B                            ]

Info chunk

PSI data, Item data, Battle skills table and Battle actions table all share this group of 0x28 (40) bytes.

It is called Battle Info chunk.