diff options
author | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-13 14:08:07 -0400 |
---|---|---|
committer | U-Fish-PC\Daniel <corrnondacqb@yahoo.com> | 2014-04-13 14:11:21 -0400 |
commit | 3e8066e07d9778234216666fabfd7c8d9e236fc8 (patch) | |
tree | 3b0fa9afa14931d99f2ceb14eab41576952f8ab6 | |
parent | 051cd3cd72d3623cbeec78df6650f4bff4817860 (diff) |
fix md5 checksum
-rwxr-xr-x | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -4,10 +4,10 @@ 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` +* Pokemon Trading Card Game (U) [C][!].gbc `md5: 219b2cc64e5a052003015d4bd4c622cd` To assemble, first install RGBDS and put it in your path. -Then copy the above ROM to this directory as "baserom.gbc" +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 +This will output a file named "tcg.gbc".
\ No newline at end of file |