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
2020-12-11 12:28:28 -06:00
2020-12-12 12:30:04 -06:00
2020-06-02 14:51:57 -04:00
2018-11-16 19:10:13 -05:00
2020-12-12 12:30:04 -06:00
2020-11-21 18:01:50 -06:00
2019-12-19 17:10:07 -05:00
2018-11-18 18:29:52 +08:00
2020-10-16 20:07:03 -05:00
2020-10-10 14:33:06 -05:00
2018-11-18 18:29:52 +08:00

Pokémon Mystery Dungeon: Red Rescue Team

This is a disassembly of Pokémon Mystery Dungeon: Red Rescue Team.

It builds the following rom:

  • pmd_red.gba sha1: 9f4cfc5b5f4859d17169a485462e977c7aac2b89

To set up the repository, see INSTALL.md.

See also

Description
Decompilation of Pokémon Mystery Dungeon: Red Rescue Team
Readme 107 MiB
Languages
C 82.4%
Assembly 16.1%
C++ 1.1%
Boogie 0.4%