2021-06-19 18:52:15 -07:00
|
|
|
# Pokémon Crystal [![Build Status][ci-badge]][ci]
|
2012-03-04 19:31:27 -08:00
|
|
|
|
2013-12-09 02:26:58 -08:00
|
|
|
This is a disassembly of Pokémon Crystal.
|
2012-03-04 19:31:27 -08:00
|
|
|
|
2018-01-27 21:53:52 -08:00
|
|
|
It builds the following ROMs:
|
2013-04-04 13:21:32 -07:00
|
|
|
|
2018-01-27 21:53:52 -08:00
|
|
|
- Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc `sha1: f4cd194bdee0d04ca4eac29e09b8e4e9d818c133`
|
|
|
|
- Pokemon - Crystal Version (UE) (V1.1) [C][!].gbc `sha1: f2f52230b536214ef7c9924f483392993e226cfb`
|
2019-04-14 16:40:30 -07:00
|
|
|
- Pokemon - Crystal Version (A) [C][!].gbc `sha1: a0fc810f1d4e124434f7be2c989ab5b5892ddf36`
|
2020-07-13 10:05:05 -07:00
|
|
|
- CRYSTAL_ps3_010328d.bin `sha1: c60d57a24bbe8ecf7cba54ab3f90669f97bd330d`
|
|
|
|
- CRYSTAL_ps3_us_revise_010710d.bin `sha1: 391ae86b1d5a26db712ffe6c28bbf2a1f804c3c4`
|
2022-03-12 15:34:04 -08:00
|
|
|
- CGBBYTE1.784.patch `sha1: a25517f60ca0e887d39ec698aa56a0040532a4b3`
|
2012-03-04 19:31:27 -08:00
|
|
|
|
2017-06-24 15:55:55 -07:00
|
|
|
To set up the repository, see [INSTALL.md](INSTALL.md).
|
2013-01-11 00:25:59 -08:00
|
|
|
|
2020-07-05 16:07:27 -07:00
|
|
|
|
2017-09-04 16:25:37 -07:00
|
|
|
## See also
|
2017-12-12 15:50:39 -08:00
|
|
|
|
2018-01-27 21:53:52 -08:00
|
|
|
- [**FAQ**](FAQ.md)
|
2019-03-10 19:47:21 -07:00
|
|
|
- [**Documentation**][docs]
|
2018-01-27 21:56:57 -08:00
|
|
|
- [**Wiki**][wiki] (includes [tutorials][tutorials])
|
|
|
|
- **Discord:** [pret][discord]
|
2021-10-08 03:40:47 -07:00
|
|
|
- **IRC:** [libera#pret][irc]
|
2018-01-27 21:53:52 -08:00
|
|
|
|
|
|
|
Other disassembly projects:
|
|
|
|
|
|
|
|
- [**Pokémon Red/Blue**][pokered]
|
|
|
|
- [**Pokémon Yellow**][pokeyellow]
|
2020-07-05 16:07:27 -07:00
|
|
|
- [**Pokémon Gold/Silver**][pokegold]
|
2018-01-27 21:53:52 -08:00
|
|
|
- [**Pokémon Pinball**][pokepinball]
|
|
|
|
- [**Pokémon TCG**][poketcg]
|
|
|
|
- [**Pokémon Ruby**][pokeruby]
|
2020-07-05 16:07:27 -07:00
|
|
|
- [**Pokémon FireRed**][pokefirered]
|
2018-01-27 21:53:52 -08:00
|
|
|
- [**Pokémon Emerald**][pokeemerald]
|
2013-04-04 21:25:47 -07:00
|
|
|
|
2017-09-04 16:25:37 -07:00
|
|
|
[pokered]: https://github.com/pret/pokered
|
|
|
|
[pokeyellow]: https://github.com/pret/pokeyellow
|
2017-12-31 10:25:53 -08:00
|
|
|
[pokegold]: https://github.com/pret/pokegold
|
2017-09-04 16:25:37 -07:00
|
|
|
[pokepinball]: https://github.com/pret/pokepinball
|
|
|
|
[poketcg]: https://github.com/pret/poketcg
|
2017-09-04 16:41:13 -07:00
|
|
|
[pokeruby]: https://github.com/pret/pokeruby
|
2017-12-31 10:25:53 -08:00
|
|
|
[pokefirered]: https://github.com/pret/pokefirered
|
2017-09-04 16:41:13 -07:00
|
|
|
[pokeemerald]: https://github.com/pret/pokeemerald
|
2019-03-10 19:47:21 -07:00
|
|
|
[docs]: https://pret.github.io/pokecrystal/
|
2018-01-27 21:56:57 -08:00
|
|
|
[wiki]: https://github.com/pret/pokecrystal/wiki
|
|
|
|
[tutorials]: https://github.com/pret/pokecrystal/wiki/Tutorials
|
2019-12-11 11:10:48 -08:00
|
|
|
[discord]: https://discord.gg/d5dubZ3
|
2021-10-08 03:40:47 -07:00
|
|
|
[irc]: https://web.libera.chat/?#pret
|
2021-06-19 18:52:15 -07:00
|
|
|
[ci]: https://github.com/pret/pokecrystal/actions
|
|
|
|
[ci-badge]: https://github.com/pret/pokecrystal/actions/workflows/main.yml/badge.svg
|