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.
EarthBound/Telephone Contacts Table
Jump to navigation
Jump to search
This is a sub-page of EarthBound.
Telephone Contacts Table | |
Game | EarthBound |
Start Address | 0x157CAE |
End Address | 0x157D67 |
# of Entries | 6 |
Entry Length | 31 bytes (0x1F) |
Total Length | 186 bytes (0xBA) |
Back to the ROM map |
The Telephone Contacts Table controls who appears in the list of people to call when the player uses the talk action on a telephone.
Format
Name
- Length: 25 bytes (0x18)
- Offset within entry: 0x00-0x18
- Range of values: String of plain EarthBound text
Name of the contact in plain EarthBound text as it is displayed in the phone numbers list.
Event flag
- Length: 2 bytes
- Offset within entry: 0x19-0x1A
- Range of values: 0-1023 (0x0000-0x03FF)
Event flag which must be set as true for this contact to appear in the phone numbers list.
Text address
- Length: 4 byte
- Offset within entry: 0x1B-0x1E
- Range of values: 0x00000000-0x00FFFFFF, but must be a valid text address
SNES address of the text displayed when this contact is called.