2021-06-20 02:27:15 +00:00
|
|
|
# Pokémon Red and Blue [![Build Status][ci-badge]][ci]
|
2013-12-08 21:02:25 +00:00
|
|
|
|
2014-02-13 08:04:35 +00:00
|
|
|
This is a disassembly of Pokémon Red and Blue.
|
2013-12-08 21:02:25 +00:00
|
|
|
|
2020-07-05 23:06:56 +00:00
|
|
|
It builds the following ROMs:
|
2013-12-08 21:02:25 +00:00
|
|
|
|
2020-07-05 23:06:56 +00:00
|
|
|
- Pokemon Red (UE) [S][!].gb `sha1: ea9bcae617fdf159b045185467ae58b2e4a48b9a`
|
|
|
|
- Pokemon Blue (UE) [S][!].gb `sha1: d7037c83e1ae5b39bde3c30787637ba1d4c48ce2`
|
2020-07-15 17:35:39 +00:00
|
|
|
- BLUEMONS.GB (debug build) `sha1: 5b1456177671b79b263c614ea0e7cc9ac542e9c4`
|
2022-03-26 20:59:36 +00:00
|
|
|
- dmgapae0.e69.patch `sha1: 0fb5f743696adfe1dbb2e062111f08f9bc5a293a`
|
|
|
|
- dmgapee0.e68.patch `sha1: ed4be94dc29c64271942c87f2157bca9ca1019c7`
|
2013-12-08 21:02:25 +00:00
|
|
|
|
2013-12-08 21:15:14 +00:00
|
|
|
To set up the repository, see [**INSTALL.md**](INSTALL.md).
|
2013-12-08 21:02:25 +00:00
|
|
|
|
|
|
|
|
|
|
|
## See also
|
|
|
|
|
2022-09-10 17:52:11 +00:00
|
|
|
- [**Wiki**][wiki] (includes [tutorials][tutorials])
|
|
|
|
- [**Symbols**][symbols]
|
2024-10-07 20:48:18 +00:00
|
|
|
- [**Tools**][tools]
|
2023-11-18 02:32:47 +00:00
|
|
|
|
|
|
|
You can find us on [Discord (pret, #pokered)](https://discord.gg/d5dubZ3).
|
|
|
|
|
|
|
|
For other pret projects, see [pret.github.io](https://pret.github.io/).
|
|
|
|
|
2022-09-10 17:52:11 +00:00
|
|
|
[wiki]: https://github.com/pret/pokered/wiki
|
|
|
|
[tutorials]: https://github.com/pret/pokered/wiki/Tutorials
|
|
|
|
[symbols]: https://github.com/pret/pokered/tree/symbols
|
2024-10-09 13:19:27 +00:00
|
|
|
[tools]: https://github.com/pret/gb-asm-tools
|
2021-06-20 02:27:15 +00:00
|
|
|
[ci]: https://github.com/pret/pokered/actions
|
|
|
|
[ci-badge]: https://github.com/pret/pokered/actions/workflows/main.yml/badge.svg
|