convmac.exe
-------------
Converts maps.dat into mac format files. maps.dat must be exactly 19000
bytes long and must be placed in the same directory as convmac.exe.

The mac format files will be called "maps.dat.mac.0" and "maps.dat.mac.1".
The number at the end signifies the order they should be inserted into the
mac executable "Doukutsu", in case you wish to insert the mapdata yourself.
maps.dat.mac.0 starts around $9FD40 and maps.dat.mac.1 starts around $1467A0.

insmac.exe
-------------
Inserts "maps.dat.mac.0" and "maps.dat.mac.1" into "Doukutsu" (executable
file found in Doukutsu.app\Contents\MacOS) providing that all three files are
in the same folder as insmac.exe. Be warned though, this program will not
backup the file "Doukutsu", you need to do that yourself.

convmac.cpp and insmac.cpp
-------------
You may have noticed the obvious lack of mac binaries. That is because I
do not have a mac to test with or use for hacking purposes. You can port this
to mac if you wish, just try not to make fun of my source code. I'm still
learning 'kay.

readme.txt
-------------
Kinda obvious at this point.