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

From Data Crystal
Jump to navigation Jump to search

This is a sub-page of EarthBound.

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

Action type

Type of action.

Value Action type
0 nothing
1 physical (damage halved by defending and shields)
2 physical (damage unaffected by defending and shields)
3 PSI
4 item
5 other

PP cost

Psychic Points 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