summaryrefslogtreecommitdiff
path: root/README.md
blob: f191cd917f8ec761c254419bbcfcbf8642325111 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Pokémon Crystal

This is a hand-crafted disassembly of Pokémon Crystal.

The source code in this project successfully converts back into a ROM image. All source code is meticulously commented.


## Base ROM

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)**!


## 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](http://bitbucket.org/iimarckus/pokered)**.