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 actions table: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
Line 37: Line 37:


==Info chunk==
==Info chunk==
A group of bytes that's the same for [[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]].<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>
Let's just call it [[MOTHER_3:Battle_tables_info_chunk|Battle Info chunk]].
It is called [[MOTHER_3:Battle_tables_info_chunk|Battle Info chunk]].<br><br>


[[Category:MOTHER 3|Battle actions table]]
[[Category:MOTHER 3|Battle actions table]]

Revision as of 15:47, 17 October 2016

This is a sub-page of MOTHER 3.

Battle actions table
Game MOTHER 3
Start Address 0xD9D28
End Address 0xE1707
# of Entries 650 (0x28A)
Entry Length 48 bytes (0x30)
Total Length 31200 bytes (0x79E0)
Back to the ROM map

Overview

The battle actions table serves as a lookup table for an enemy's action values; it also contains indices into the battle text table.

Format

There are 650 entries; each entry contains 48 bytes.

Field listing

Table view

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

Sprite colour

The first byte is either 0x46 or 0x48. If 0x46, the sprite gets white before printing the text (Damaging actions). If 0x48, the sprite gets black before printing the text (Not damaging actions).

Plays sound

If these bytes values are 0xFFFF, attack sounds get played, if 0x0000, they do not.

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.