2013-01-11 02:25:59 -06:00
|
|
|
# Pokémon Crystal
|
2012-03-04 21:31:27 -06:00
|
|
|
|
2013-01-11 02:25:59 -06:00
|
|
|
This is a hand-crafted disassembly of Pokémon Crystal.
|
2012-03-04 21:31:27 -06:00
|
|
|
|
2013-01-11 02:25:59 -06:00
|
|
|
The source code in this project successfully converts back into a ROM image. All source code is meticulously commented.
|
2012-03-04 21:31:27 -06:00
|
|
|
|
2013-04-04 16:21:32 -04:00
|
|
|
|
2013-01-11 02:25:59 -06:00
|
|
|
## Base ROM
|
2012-03-04 21:31:27 -06:00
|
|
|
|
2013-06-18 03:56:07 -04:00
|
|
|
The following rom is required for compiling:
|
2012-03-04 21:31:27 -06:00
|
|
|
|
2013-04-04 16:21:32 -04:00
|
|
|
```
|
2013-01-11 02:25:59 -06:00
|
|
|
Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc
|
|
|
|
md5: 9f2922b235a5eeb78d65594e82ef5dde
|
|
|
|
```
|
|
|
|
|
2013-04-04 16:21:32 -04:00
|
|
|
Eventually this will not be necessary.
|
2013-01-11 02:25:59 -06:00
|
|
|
|
|
|
|
|
2013-06-18 03:56:07 -04:00
|
|
|
## What can I do?
|
2013-01-11 02:25:59 -06:00
|
|
|
|
2013-06-18 03:56:07 -04:00
|
|
|
* Are we missing something? Make a pull request! Contributions are welcome.
|
2013-01-11 02:25:59 -06:00
|
|
|
|
2013-06-18 03:56:07 -04:00
|
|
|
* 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.
|
2013-04-04 16:21:32 -04:00
|
|
|
|
2013-06-18 03:56:07 -04:00
|
|
|
* Tackle some **[issues](https://github.com/kanzure/pokecrystal/issues)**!
|
2013-01-11 02:25:59 -06:00
|
|
|
|
2013-04-05 00:25:47 -04:00
|
|
|
|
2013-06-18 03:56:07 -04:00
|
|
|
## See also
|
|
|
|
|
2013-06-25 19:05:43 -04:00
|
|
|
* Hang out with us on irc: **[nucleus.kafuka.org #skeetendo](https://kiwiirc.com/client/irc.nolimitzone.com/?#skeetendo)**
|
2013-06-18 03:56:07 -04:00
|
|
|
|
|
|
|
* Disassembly of **[Pokémon Red](http://bitbucket.org/iimarckus/pokered)**.
|