mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
31c3c94d64
Fixes #813
51 lines
1.9 KiB
Markdown
51 lines
1.9 KiB
Markdown
# Pokémon Crystal [![Build Status][ci-badge]][ci]
|
|
|
|
This is a disassembly of Pokémon Crystal.
|
|
|
|
It builds the following ROMs:
|
|
|
|
- Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc `sha1: f4cd194bdee0d04ca4eac29e09b8e4e9d818c133`
|
|
- Pokemon - Crystal Version (UE) (V1.1) [C][!].gbc `sha1: f2f52230b536214ef7c9924f483392993e226cfb`
|
|
- Pokemon - Crystal Version (A) [C][!].gbc `sha1: a0fc810f1d4e124434f7be2c989ab5b5892ddf36`
|
|
- CRYSTAL_ps3_010328d.bin `sha1: c60d57a24bbe8ecf7cba54ab3f90669f97bd330d`
|
|
- CRYSTAL_ps3_us_revise_010710d.bin `sha1: 391ae86b1d5a26db712ffe6c28bbf2a1f804c3c4`
|
|
- CGBBYTE1.784.patch `sha1: a25517f60ca0e887d39ec698aa56a0040532a4b3`
|
|
|
|
To set up the repository, see [INSTALL.md](INSTALL.md).
|
|
|
|
|
|
## See also
|
|
|
|
- [**FAQ**](FAQ.md)
|
|
- [**Documentation**][docs]
|
|
- [**Wiki**][wiki] (includes [tutorials][tutorials])
|
|
- **Discord:** [pret][discord]
|
|
- **IRC:** [libera#pret][irc]
|
|
|
|
Other disassembly projects:
|
|
|
|
- [**Pokémon Red/Blue**][pokered]
|
|
- [**Pokémon Yellow**][pokeyellow]
|
|
- [**Pokémon Gold/Silver**][pokegold]
|
|
- [**Pokémon Pinball**][pokepinball]
|
|
- [**Pokémon TCG**][poketcg]
|
|
- [**Pokémon Ruby**][pokeruby]
|
|
- [**Pokémon FireRed**][pokefirered]
|
|
- [**Pokémon Emerald**][pokeemerald]
|
|
|
|
[pokered]: https://github.com/pret/pokered
|
|
[pokeyellow]: https://github.com/pret/pokeyellow
|
|
[pokegold]: https://github.com/pret/pokegold
|
|
[pokepinball]: https://github.com/pret/pokepinball
|
|
[poketcg]: https://github.com/pret/poketcg
|
|
[pokeruby]: https://github.com/pret/pokeruby
|
|
[pokefirered]: https://github.com/pret/pokefirered
|
|
[pokeemerald]: https://github.com/pret/pokeemerald
|
|
[docs]: https://pret.github.io/pokecrystal/
|
|
[wiki]: https://github.com/pret/pokecrystal/wiki
|
|
[tutorials]: https://github.com/pret/pokecrystal/wiki/Tutorials
|
|
[discord]: https://discord.gg/d5dubZ3
|
|
[irc]: https://web.libera.chat/?#pret
|
|
[ci]: https://github.com/pret/pokecrystal/actions
|
|
[ci-badge]: https://github.com/pret/pokecrystal/actions/workflows/main.yml/badge.svg
|