pmd-red/data
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
..
dungeon split more main_data off 2020-12-05 14:14:09 -06:00
text Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
data_80B9BB8.s Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
data_80EBA18.s Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
data_80F4278.s Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
data_8270000.s sorting out more data 2020-10-05 23:26:49 -05:00
data.s Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
dungeon_sbin.s split more main_data off 2020-12-05 14:14:09 -06:00
effect_sbin.s split file archives 2017-12-11 02:44:20 -08:00
friend_area.inc Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
ground_sbin.s split file archives 2017-12-11 02:44:20 -08:00
monster_sbin.s split file archives 2017-12-11 02:44:20 -08:00
ornament_sbin.s split file archives 2017-12-11 02:44:20 -08:00
personality_test.s Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
sound_data.s Dump gMPlayTable and gSongTable 2018-11-20 19:50:34 +08:00
system_sbin.s Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
titlemenu_sbin.s split file archives 2017-12-11 02:44:20 -08:00
unk_data.s Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00
unk_dungeon.inc Text data cleanup! (#6) 2020-12-12 12:30:04 -06:00