pmd-red/data/text/save.inc, branch master Pokémon Mystery Dungeon: Red Rescue Team Swapped out more text macros 2021-12-15T03:54:04+00:00 AnonymousRandomPerson chenghanngan.us@gmail.com 2021-12-15T03:52:59+00:00 b458476078a75905b2cd081455ce18b51d571c79

Dump unidentified tables 2021-12-13T16:44:48+00:00 mid-kid esteve.varela@gmail.com 2021-11-05T14:32:32+00:00 ca10fd795e5dd2333b4c57b611b1212709faa96b

Labeled more symbols (#77) 2021-11-20T16:47:46+00:00 Cheng Hann Gan chenghanngan.us@gmail.com 2021-11-20T16:47:46+00:00 938a88551f6ddefb7f696b738696c8ce2d8e0e36 * Labeled more symbols * Fixed comment typo * Renamed some functions
* Labeled more symbols

* Fixed comment typo

* Renamed some functions
More text cleanup (#62) 2021-10-11T16:04:44+00:00 FieryMewtwo 77066742+FieryMewtwo@users.noreply.github.com 2021-10-11T16:04:44+00:00 18726d97cfe82c38a4809ca1fb4fd4aeda7a7ee1 * Update build.yml temporarily so that I can edit without having to try to figure out why my Git client keeps crashing * Fix references to the old save.inc text labels * Labels welp here we go again * Give Wonder Mail client 'thanks' text more descriptive function label names * Change back the workflow
* Update build.yml

temporarily so that I can edit without having to try to figure out why my Git client keeps crashing

* Fix references to the old save.inc text labels

* Labels 

welp here we go again

* Give Wonder Mail client 'thanks' text more descriptive function label names

* Change back the workflow
Text data cleanup! (#6) 2020-12-12T18:30:04+00:00 Mateusz Naściszewski matin1111@wp.pl 2020-12-12T18:30:04+00:00 5e2842c6989e27f9dcc7b9f9a309c00bb5e58566 * 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
* 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
Fix perms and linebreaks 2019-08-04T09:47:55+00:00 nullableVoidPtr 30564701+nullableVoidPtr@users.noreply.github.com 2019-08-04T09:47:55+00:00 0a3b060d298bfb89e83d21d9b7b9f96a07994f41

Use preprocessor for data asms, clean up sound/ and dump some text 2018-11-22T12:59:37+00:00 nullableVoidPtr 30564701+nullableVoidPtr@users.noreply.github.com 2018-11-22T12:59:37+00:00 81f6704f3cb15c3f59fd3b48ec3622b63bc71297