If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working at any time.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Mother 3/Battle skills table
< Mother 3(Redirected from MOTHER 3/Battle skills table)
		
		
		
		Jump to navigation
		Jump to search
		This is a sub-page of Mother 3.
| Battle skills table | |
| Game | MOTHER 3 | 
| Start Address | 0xCF728 | 
| End Address | 0xD0D27 | 
| # of Entries | 64 (0x40) | 
| Entry Length | 44 bytes (0x2C) | 
| Total Length | 2816 bytes (0xB00) | 
| 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.
Every entry is almost totally made by the Info chunk.
Format
There are 64 entries; each entry contains 44 bytes.
Field listing
- 00-03 (04) = [ A ] Battle Skill ID
 - 04-2B (28) = [ B ] PSI/Item/Actions Info Chunk
 
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.