diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0048a3 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Pokémon Puzzle Challenge + +This is a disassembly of Pokémon Puzzle Challenge. + +It uses the following ROM as a base: + +* Pokemon Puzzle Challenge (U) [C][!].gbc `md5: f9ec4cc3c9df3887dc731ccf53663ffb` + +To assemble, first install RGBDS and put it in your path. +Then copy the above ROM to this directory as "baserom.gbc" +Then run "make" in your shell. + +This will output a file named "pokepuzzle.gbc" |