The current URL is datacrystal.tcrf.net.
EarthBound/PSI Names List
This is a sub-page of EarthBound.
PSI Names List | |
Game | EarthBound |
Start Address | 0x158F7A |
End Address | 0x159122 |
# of Entries | 17 (0x11) |
Entry Length | 25 bytes (0x19) |
Total Length | 425 bytes (0x1a9) |
Back to the ROM map |
The PSI Names List holds the names for the PSI in EarthBound. Other data about the PSI is stored in various other tables.
Format
Name
- Length: 25 bytes (0x19)
- Offset within entry: 0 (0x00)
- Range of values: Null-terminated EarthBound plain text
The name of the PSI, usually followed by a space and then padded with null bytes to fill the space. Power level symbols (the Greek characters α (alpha), β (beta), γ (gamma), Σ (sigma), and Ω (omega)) are added later according to the PSI Abilities Table.
Regarding the Special PSI
The string table hard-coded in EarthBound shows the first entry as "PSI ????". However, an ASM routine at 0x01C60F acts as a functional override, which uses the "PSI Favorite thing" string stored in the game's save memory. The value at this location can be changed to override any of the entries in this list. Changing the value to 00 will effectively disable the override.
See Also
- PSI List has the default values for this table.
- The PSI Abilities Table is the main table for PSI information.