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 (Xkeeper moved page EarthBound:Battle Actions Table to EarthBound/Battle Actions Table: normalize subpages and titles)
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{subpage|game=EarthBound:ROM map}}
{{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  
Line 37: Line 40:
|}
|}


==Unknown==
==Action type==
{{table el|len=1 byte|loc=0x02|valrange=0-5 (0x00-0x05)?}}
{{table el|len=1 byte|loc=0x02|valrange=0-5 (0x00-0x05)}}
'''''Unknown'''''. Miss rate?
'''Type''' of action.
 
{| border="1" cellpadding="1"
!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==
==PP cost==
{{table el|len=1 byte|loc=0x03|valrange=0-255 (0x00-0xFF)}}
{{table el|len=1 byte|loc=0x03|valrange=0-255 (0x00-0xFF)}}
'''_P_hysic _P_oints cost''' to use this action.
'''Psychic Points cost''' to use this action.


==Text address==
==Text address==

Latest revision as of 02:41, 24 January 2024

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