Command line tool to encode, decode and convert mails from Mystery Dungeon games.
Note: Only Red & Blue games are currently supported.
This is a Command Line Interface (CLI) tool. Just open it in the terminal.
Windows users can simply open the executable directly.
- Make tool
- C Compiler
- PókeM, which can be found here and must be (both library and header) in the
lib
directory. For your convenience, a local (maybe not the latest) copy of PokéM can be found insrc/3rdparty
directory, and will be used to build the application.
Go to the root of the project and type in the terminal:
$ make
PokéM CLI can be built with or without color support. Since it uses ASCII escape sequences to represent colors, opening in a terminal without such support will cause a buggy output. Such feature is supported on Windows since Windows 10 RS2, and so, users with an earlier version must use the version without colors. To build PokéM CLI without color support you must type:
$ make all-without-colors
Contact info: thecrowporation@gmail.com