summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-04-09 13:26:08 -0400
committerU-Fish-PC\Daniel <corrnondacqb@yahoo.com>2014-04-09 13:26:08 -0400
commit0c48819ec733c30174e9eb57d3f4065eb503d892 (patch)
tree78c20f29f50ab9e1f495083e272b43dc2f5e870a /README.md
Initial commit
Diffstat (limited to 'README.md')
-rwxr-xr-xREADME.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100755
index 0000000..0bb212f
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# Pokémon TCG
+
+This is a disassembly of Pokémon TCG.
+
+It uses the following ROM as a base:
+
+* Pokemon Trading Card Game (U) [C][!].gbc `md5: 229ad3be679e1c31b076692be10f6015`
+
+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 "tcg.gbc" \ No newline at end of file