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/Plain text: Difference between revisions
Jump to navigation
Jump to search
(created page) |
No edit summary |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{subpage}} | |||
In [[EarthBound]], '''plain text''' is mostly [[Wikipedia:ASCII|ASCII]] shifted up 0x30. For example, a space, which is 0x20 in ASCII, is 0x50 in EarthBound's text. A few characters do not exist EarthBound's font and are replaced by characters which are used. For example, < and > are replaced by left and right quotes respectively. | In [[EarthBound]], '''plain text''' is mostly [[Wikipedia:ASCII|ASCII]] shifted up 0x30. For example, a space, which is 0x20 in ASCII, is 0x50 in EarthBound's text. A few characters do not exist EarthBound's font and are replaced by characters which are used. For example, < and > are replaced by left and right quotes respectively. | ||
Line 5: | Line 7: | ||
All other text formats in EarthBound are plain text with added control codes below 0x20. | All other text formats in EarthBound are plain text with added control codes below 0x20. | ||
==See | ==See also== | ||
* [[EarthBound:Text]] | * [[EarthBound:Text]] | ||
* [[EarthBound:Normal text]] | * [[EarthBound:Normal text]] | ||
[[Category:EarthBound:Text]] | [[Category:EarthBound:Text|Plain text]] |
Latest revision as of 14:58, 24 January 2024
This is a sub-page of EarthBound.
In EarthBound, plain text is mostly ASCII shifted up 0x30. For example, a space, which is 0x20 in ASCII, is 0x50 in EarthBound's text. A few characters do not exist EarthBound's font and are replaced by characters which are used. For example, < and > are replaced by left and right quotes respectively.
Also, in enemy names | (a pipe) gets replaced with the first character's name. This may occur in other places as well.
All other text formats in EarthBound are plain text with added control codes below 0x20.