The current URL is datacrystal.tcrf.net.
EarthBound/PSI Abilities Table: Difference between revisions
(The data table which controls various aspects of the PSI spells.) |
(→Format) |
||
(17 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
{{subpage|game=EarthBound:ROM map}} | |||
{{Infobox table|name=PSI Abilities Table | |||
|game=EarthBound | |||
|loc=ROM | |||
|start=0x158C50 | |||
|end=0x158F6A | |||
|numentries=53 | |||
Format | |entrylength=15 | ||
|totallength=795 bytes (0x31B) | |||
}}The PSI Abilities Table stores data for PSI spells, specifically the levels for when they are learned, which Greek letters are used, menu positioning, and so on. | |||
{{clear}} | |||
=Format= | |||
[AA BB CC DD EE EE FF GG HH II JJ KK KK KK KK] | [AA BB CC DD EE EE FF GG HH II JJ KK KK KK KK] | ||
''[AA]'' – PSI name. Uses the [[ | ''[AA]'' – PSI name. Uses the [[EarthBound:PSI List|PK Hack PSI Listing]], without the Greek letter strength designation. | ||
''[BB]'' – The Greek letter used by the PSI spell. | ''[BB]'' – The Greek letter used by the PSI spell. | ||
*01 - | *01 - α (alpha). | ||
*02 - | *02 - β (beta). | ||
*03 - | *03 - γ (gamma). | ||
*04 - | *04 - Σ (sigma). | ||
*05 - | *05 - Ω (omega). | ||
''[CC]'' – Type of PSI spell. | ''[CC]'' – Type of PSI spell. | ||
Line 26: | Line 30: | ||
''[DD]'' – Whom the PSI is targeted at. | ''[DD]'' – Whom the PSI is targeted at. | ||
*01 - No one ([[Teleport]]). | *01 - No one ([[Earthbound:Teleport|Teleport]]). | ||
*02 - Enemies. | *02 - Enemies. | ||
*03 - Allies ([[Lifeup]], [[Healing]]). | *03 - Allies ([[Earthbound:Lifeup|Lifeup]], [[Earthbound:Healing|Healing]]). | ||
''[EE EE]'' – [[ | ''[EE EE]'' – [[Earthbound:Battle Effects|Effect]] that the PSI uses. | ||
''[FF]'' – Level at which Ness learns this PSI spell. | ''[FF]'' – Level at which Ness learns this PSI spell. | ||
Line 39: | Line 43: | ||
''[II]'' – Position to the right of the name where the Greek letter is placed (in the PSI selection menus). | ''[II]'' – Position to the right of the name where the Greek letter is placed (in the PSI selection menus). | ||
*09 - First position (typically | *09 - First position (typically α (alpha)). | ||
*0B - Second position (typically | *0B - Second position (typically β (beta)). | ||
*0D - Third position (typically | *0D - Third position (typically γ (gamma)). | ||
*0F - Fourth position (typically | *0F - Fourth position (typically Ω (omega)). | ||
''[JJ]'' – Lines from the top of the PSI selection box to draw the name from, vertically. | ''[JJ]'' – Lines from the top of the PSI selection box to draw the name from, vertically. | ||
* | *00 - First line. | ||
* | *01 - Second line. | ||
* | *02 - Third line, and so forth. | ||
''[KK KK KK KK]'' – [[Pointer]] to the PSI description text. Uses the standard 4-byte reversed SNES pointer format. | ''[KK KK KK KK]'' – [[Pointer]] to the PSI description text. Uses the standard 4-byte reversed SNES pointer format. | ||
[[Category:EarthBound|PSI Abilities Table]] |
Latest revision as of 08:57, 26 January 2024
This is a sub-page of EarthBound.
PSI Abilities Table | |
Game | EarthBound |
Start Address | 0x158C50 |
End Address | 0x158F6A |
# of Entries | 53 |
Entry Length | 15 |
Total Length | 795 bytes (0x31B) |
Back to the ROM map |
The PSI Abilities Table stores data for PSI spells, specifically the levels for when they are learned, which Greek letters are used, menu positioning, and so on.
Format
[AA BB CC DD EE EE FF GG HH II JJ KK KK KK KK]
[AA] – PSI name. Uses the PK Hack PSI Listing, without the Greek letter strength designation.
[BB] – The Greek letter used by the PSI spell.
- 01 - α (alpha).
- 02 - β (beta).
- 03 - γ (gamma).
- 04 - Σ (sigma).
- 05 - Ω (omega).
[CC] – Type of PSI spell.
- 01 - Offense.
- 02 - Recover.
- 04 - Assist.
- 08 - Other.
[DD] – Whom the PSI is targeted at.
[EE EE] – Effect that the PSI uses.
[FF] – Level at which Ness learns this PSI spell.
[GG] – Level at which Paula learns this PSI spell.
[HH] – Level at which Poo learns this PSI spell.
[II] – Position to the right of the name where the Greek letter is placed (in the PSI selection menus).
- 09 - First position (typically α (alpha)).
- 0B - Second position (typically β (beta)).
- 0D - Third position (typically γ (gamma)).
- 0F - Fourth position (typically Ω (omega)).
[JJ] – Lines from the top of the PSI selection box to draw the name from, vertically.
- 00 - First line.
- 01 - Second line.
- 02 - Third line, and so forth.
[KK KK KK KK] – Pointer to the PSI description text. Uses the standard 4-byte reversed SNES pointer format.