Disassembly of Pokémon Red/Blue
  • Assembly 97.6%
  • INI 1.1%
  • C 1.1%
  • Makefile 0.2%
Find a file
2026-09-22 14:14:42 -04:00
.github Update RGBDS to 1.0.4 (although 1.0.0 still works) 2026-09-22 14:14:42 -04:00
audio
constants Use constants for wIsInBattle values (#600) 2026-08-27 18:15:47 -04:00
data Comment inaccessible sign text in Fuchsia City (#599) 2026-08-10 13:30:25 -04:00
engine Use constants for wIsInBattle values (#600) 2026-08-27 18:15:47 -04:00
gfx
home Use constants for wIsInBattle values (#600) 2026-08-27 18:15:47 -04:00
macros Make the connection macro more convenient and foolproof (#593) 2026-06-28 18:21:19 -04:00
maps
ram Comment some more union sizes 2026-06-20 06:52:48 -04:00
scripts Use constants for wIsInBattle values (#600) 2026-08-27 18:15:47 -04:00
text Fix some text formatting, constants, unreferenced local labels (#596) 2026-08-06 16:48:33 -04:00
tools Sync the make_patch tool with poketcg 2026-08-13 17:31:28 -04:00
vc
.gitattributes
.gitignore
.rgbds-version Update RGBDS to 1.0.4 (although 1.0.0 still works) 2026-09-22 14:14:42 -04:00
audio.asm
home.asm
includes.asm Add constants for trainer macro struct fields (#598) 2026-08-08 17:12:11 -04:00
INSTALL.md Update RGBDS to 1.0.4 (although 1.0.0 still works) 2026-09-22 14:14:42 -04:00
layout.link
main.asm
Makefile
maps.asm
ram.asm
README.md
rgbdscheck.asm
roms.sha1
text.asm

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.