diff options
author | yenatch <yenatch@gmail.com> | 2013-12-09 05:26:58 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-12-09 05:48:35 -0500 |
commit | 708df7907f7dd52daea1087e01d5a446293ac7ea (patch) | |
tree | d9e7aa180396b7adf3d9d714878e94df70d1a219 /README.md | |
parent | 94052ab5b94a8817c62f1d3d06da2e1c9d5be658 (diff) |
rewrite readme and install; init.sh for install
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 30 |
1 files changed, 8 insertions, 22 deletions
@@ -1,33 +1,19 @@ # Pokémon Crystal -This is a hand-crafted disassembly of Pokémon Crystal. +This is a disassembly of Pokémon Crystal. -The source code in this project successfully converts back into a ROM image. All source code is meticulously commented. +The source code in this project successfully converts back into a ROM image. +The following rom is used as a base: -## Base ROM + Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc + md5: 9f2922b235a5eeb78d65594e82ef5dde -The following rom is required for compiling: - -``` -Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc -md5: 9f2922b235a5eeb78d65594e82ef5dde -``` - -Eventually this will not be necessary. - - -## What can I do? - -* Are we missing something? Make a pull request! Contributions are welcome. - -* Take a look at some of the disasm tools in **extras/**. Most of the scripts are generalized enough to take apart other Game Boy games. - -* Tackle some **[issues](https://github.com/kanzure/pokecrystal/issues)**! +To set up the repository, see [**INSTALL.md**](INSTALL.md). ## See also -* Hang out with us on irc: **[nucleus.kafuka.org #skeetendo](https://kiwiirc.com/client/irc.nolimitzone.com/?#skeetendo)** +* Disassembly of [**Pokémon Red**](https://github.com/iimarckus/pokered) -* Disassembly of **[Pokémon Red](http://bitbucket.org/iimarckus/pokered)**. +* irc: **nucleus.kafuka.org** [**#skeetendo**](https://kiwiirc.com/client/irc.nolimitzone.com/?#skeetendo) |