If you are still using the old URL (datacrystal.romhacking.net), please update your bookmarks! The old URL may stop working soon.
The current URL is datacrystal.tcrf.net.
The current URL is datacrystal.tcrf.net.
Mother 3/PSI data: Difference between revisions
< Mother 3
Jump to navigation
Jump to search
Lorenzooone (talk | contribs) |
Lorenzooone (talk | contribs) |
||
Line 19: | Line 19: | ||
===Field listing=== | ===Field listing=== | ||
* <tt>00- | * <tt>00-03 (04)</tt> = <tt>{{color2|#000000|#87CEEB|[ A ]}}</tt> PSI number | ||
* <tt>04-07 (04)</tt> = <tt>{{color2|#000000|#90EE90|[ B ]}}</tt> [[#Type|Type]] | * <tt>04-07 (04)</tt> = <tt>{{color2|#000000|#90EE90|[ B ]}}</tt> [[#Type|Type]] | ||
* <tt>08-0B (04)</tt> = | * <tt>08-0B (04)</tt> = <tt>{{color2|#FFFFFF|#5466BF|[ C ]}}</tt> [[#Unused effect|Unused effect value]] | ||
* <tt>0C- | * <tt>0C-0F (04)</tt> = <tt>{{color2|#000000|#FFB6C1|[ D ]}}</tt> PP cost | ||
* <tt>10-37 (28)</tt> = <tt>{{color2|#FFFFFF|#053656|[ E ]}}</tt> [[#Info chunk|PSI/Item/Actions Info Chunk]] | |||
* <tt>10-37 (28)</tt> = <tt>{{color2|#FFFFFF|#053656|[ | |||
===Table view=== | ===Table view=== |
Revision as of 22:28, 17 October 2016
This is a sub-page of Mother 3.
PSI data table | |
Game | MOTHER 3 |
Start Address | 0xE1908 |
End Address | 0xE5107 |
# of Entries | 256 (0x100), only 100 used |
Entry Length | 56 bytes (0x38) |
Total Length | 36864 bytes (0x3800) |
Back to the ROM map |
Overview
The PSI data table contains parameters for each PSI move in the game. The ordering is consistent with the game's internal PSI names listing.
PSI are programmed not to have smashes.
Format
Each entry in the table uses 56 bytes.
Field listing
- 00-03 (04) = [ A ] PSI number
- 04-07 (04) = [ B ] Type
- 08-0B (04) = [ C ] Unused effect value
- 0C-0F (04) = [ D ] PP cost
- 10-37 (28) = [ E ] 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 ] [ ? ] [ C ] [ ? ] 10 | [ D -> 20 | <- D -> 30 | <- D ]
Type
The type value determines in which category it is placed:
00: Offense |
01: Recover |
02: Assist |
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.