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.

EarthBound/Battle Actions Table: Difference between revisions

From Data Crystal
Jump to navigation Jump to search
(Created page.)
 
m (Infobox table change.)
Line 1: Line 1:
{{Infobox table|name=Battle Actions Table
{{Infobox table|name=Battle Actions Table
|game=[[EarthBound]]
|game=EarthBound
|loc=ROM
|start=0x157D68  
|start=0x157D68  
|end=0x158C4F  
|end=0x158C4F  

Revision as of 12:00, 3 January 2006

Battle Actions Table
Game EarthBound
Start Address 0x157D68
End Address 0x158C4F
# of Entries 318 (?)
Entry Length 12 bytes (0x0C)
Total Length 3816 bytes (0xee8)
Back to the ROM map

The Battle Actions Table stores information about how to execute enemy and item actions.

Format

Direction

Direction of the attack.

Value Direction
0 party
1 enemy

Target

Target of the attack.

Value Target
0 none
1 one
2 random one
3 row
4 all

Unknown

Unknown. Miss rate?

PP cost

_P_hysic _P_oints cost to use this action.

Text address

SNES address of the text displayed when this action is executed or 0x00000000 for no text displayed. Note that this text may include control codes which execute the action.

ASM address

SNES address of the machine code called to execute this action or 0x00000000 for no code called.

See Also

External Links