Disassembly of Pokémon Red/Blue
Find a file
2023-12-06 19:34:37 -06:00
.github List unidentified labels in Discord webhook 2023-11-20 19:25:49 -05:00
audio Use the same music headers as pokecrystal (#382) 2022-08-11 21:23:08 -04:00
constants Get rid of wEvosMoves, MAX_EVOLUTIONS, and EVOLUTION_SIZE 2023-11-21 20:33:03 -05:00
data Fix some map text constants 2023-11-21 20:25:12 -06:00
engine Correct StarterDex function comment (#440) 2023-12-06 19:34:37 -06:00
gfx Thoroughly document debug code (#410) 2023-07-15 18:36:59 -04:00
home Identify wSavedCoordIndex and its other usages 2023-11-20 18:53:23 -05:00
macros Convert a couple ds 2 to dw 2023-11-22 15:12:40 +00:00
maps Fix file modes 2020-11-14 20:52:10 -06:00
ram Convert a couple ds 2 to dw 2023-11-22 15:12:40 +00:00
scripts Fix some map text constants 2023-11-21 20:25:12 -06:00
text Fix Celedon typo 2023-11-19 12:33:30 -06:00
tools Have palfix.py always output grayscale 2023-11-20 19:05:09 -05:00
vc Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00
.gitattributes Build the Virtual Console patches with make red_vc and make blue_vc (#351) 2022-03-26 16:59:36 -04:00
.gitignore Build the Virtual Console patches with make red_vc and make blue_vc (#351) 2022-03-26 16:59:36 -04:00
audio.asm Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00
home.asm Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00
includes.asm Use MEGA_PUNCH constant in explosion animation routine (#434) 2023-11-21 19:52:53 -05:00
INSTALL.md Update install instructions for Arch Linux 2023-11-21 16:52:04 -06:00
layout.link Use more WRAM sections 2021-05-31 17:17:03 -04:00
main.asm Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00
Makefile Fix preinclude dependencies 2022-10-25 18:02:29 +02:00
maps.asm Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00
ram.asm Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00
README.md Replaced decomp list with pret.github.io link 2023-11-17 20:32:47 -06:00
rgbdscheck.asm Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00
roms.sha1 Build the Virtual Console patches with make red_vc and make blue_vc (#351) 2022-03-26 16:59:36 -04:00
text.asm Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00

Pokémon Red and Blue Build Status

This is a disassembly of Pokémon Red and Blue.

It builds the following ROMs:

  • Pokemon Red (UE) [S][!].gb sha1: ea9bcae617fdf159b045185467ae58b2e4a48b9a
  • Pokemon Blue (UE) [S][!].gb sha1: d7037c83e1ae5b39bde3c30787637ba1d4c48ce2
  • BLUEMONS.GB (debug build) sha1: 5b1456177671b79b263c614ea0e7cc9ac542e9c4
  • dmgapae0.e69.patch sha1: 0fb5f743696adfe1dbb2e062111f08f9bc5a293a
  • dmgapee0.e68.patch sha1: ed4be94dc29c64271942c87f2157bca9ca1019c7

To set up the repository, see INSTALL.md.

See also

You can find us on Discord (pret, #pokered).

For other pret projects, see pret.github.io.