Save data structure (Generation I): Difference between revisions

m
→‎Japanese: By deduction, it seems that all those diacritic'd characters are actually control characters. It's got to do with tiles, which I may try to explain adequately at some point
m (→‎Control characters: It's kind of looking like this really is just a terminator, and I interpreted what I saw in a basic examination wrongly. I'll have to look into it more sometime...)
m (→‎Japanese: By deduction, it seems that all those diacritic'd characters are actually control characters. It's got to do with tiles, which I may try to explain adequately at some point)
Line 78: Line 78:


===Japanese===
===Japanese===
Technically all characters under 0x60 are control characters, the majority of which have the behavior of causing a specific character from the main font (0x80-0xFF) to be printed with a diacritic in the space above it. Those characters that have different, more complicated functions are detailed below.
:{| style="text-align: center; border-collapse: collapse" cellpadding="2px" width="375px"
:{| style="text-align: center; border-collapse: collapse" cellpadding="2px" width="375px"
|-
|-
Line 131: Line 133:
|}
|}


0xE4 and 0xE5 cause the following character to be printed with that diacritic.
0xE4 and 0xE5 cause the following character to be printed with that diacritic above it.


===Control characters===
===Control characters===