From 37f4f47aa8e6ee7fad2e27d3775009bafa24177f Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 8 Dec 2013 16:02:25 -0500 Subject: add INSTALL.md and README -> README.md --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 00000000..30c47e33 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# Pokémon Red + +This is a disassembly of Pokémon Red. + +It uses the following ROM as a base: + + Pokemon Red (UE) [S][!].gb + (MD5: 3d45c1ee9abd5738df46d2bdda8b57dc) + +To set up the repository, see [**INSTALL.md**](https://github.com/iimarckus/pokered/blob/master/INSTALL.md). + + +## See also + +* Disassembly of [**Pokémon Crystal**](https://github.com/kanzure/pokecrystal) + +* irc: **nucleus.kafuka.org** [**#skeetendo**](https://kiwiirc.com/client/irc.nolimitzone.com/?#skeetendo) + -- cgit v1.3.1-sl0p From 39a55822ce3fc7e5e73fc8f78973ec50284078dd Mon Sep 17 00:00:00 2001 From: yenatch Date: Sun, 8 Dec 2013 16:15:14 -0500 Subject: relative link to install in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 30c47e33..412b3222 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ It uses the following ROM as a base: Pokemon Red (UE) [S][!].gb (MD5: 3d45c1ee9abd5738df46d2bdda8b57dc) -To set up the repository, see [**INSTALL.md**](https://github.com/iimarckus/pokered/blob/master/INSTALL.md). +To set up the repository, see [**INSTALL.md**](INSTALL.md). ## See also -- cgit v1.3.1-sl0p