pmd-red/data/text
Mateusz Naściszewski 5e2842c698
Text data cleanup! (#6)
* Text data cleanup!

Reformatted and fixed up all of data/text/, and extended charmap.txt

The `#P` metacharacter (prompt) acts like a newline, so I reformatted it as such.
All `.string` macros followed by `.byte 0x00` have been replaced with `.asciz` where possible, and `.string "...\0"` elsewhere, note that `.asciz` does not respect the charmap, so characters such as 'é' in 'Pokémon' or the various buttons would be incorrectly encoded.
Also cleaned up occurences of `.byte 0x24`, which should just be a literal '$' inside the string.

* Nuke all instances of `.asciz`

As discussed on Discord, globally replaced all `.asciz` macros with `.string "...\0"`, as `.asciz` did not respect the charmap.

* Minor string consistency fixes
2020-12-12 12:30:04 -06:00
..
chunsoft.inc Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
luminous_cave.inc Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
party_menu.inc Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
save.inc Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
type_names.inc Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
wonder_mail_1.inc Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
wonder_mail_2.inc Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
wonder_mail_3.inc Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
wonder_mail_4.inc Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
wonder_mail_complete.inc Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00