Disassembly of Pokémon Red/Blue
Go to file
2025-06-30 13:45:24 -04:00
.github Use features new to RGBDS 0.9.2 (#506) 2025-05-10 12:47:40 -04:00
audio Replace hardware_constants.asm with hardware.inc (#511) 2025-06-30 12:47:22 -04:00
constants Replace hardware_constants.asm with hardware.inc (#511) 2025-06-30 12:47:22 -04:00
data Replace hardware_constants.asm with hardware.inc (#511) 2025-06-30 12:47:22 -04:00
engine Use combined hardware constants 2025-06-30 13:45:24 -04:00
gfx Distinguish single trainer pics section from Pokemon pics 2025-06-25 23:59:47 -04:00
home Use combined hardware constants 2025-06-30 13:45:24 -04:00
macros Replace hardware_constants.asm with hardware.inc (#511) 2025-06-30 12:47:22 -04:00
maps
ram Use combined hardware constants 2025-06-30 13:45:24 -04:00
scripts Use combined hardware constants 2025-06-30 13:45:24 -04:00
text Fix some label typos, and add some constants instead of raw numbers (#492) 2025-01-30 17:26:55 -05:00
tools Remove GSC-only Stadium data handling from make_patch.c 2025-03-11 11:30:03 -04:00
vc Fix hardcoded address in Blue VC patch 2025-02-04 08:29:14 +01:00
.gitattributes
.gitignore
.rgbds-version Add .rgbds-version file for rgbenv compatibility 2025-06-07 18:15:16 -04:00
audio.asm
home.asm
includes.asm Replace hardware_constants.asm with hardware.inc (#511) 2025-06-30 12:47:22 -04:00
INSTALL.md Use features new to RGBDS 0.9.2 (#506) 2025-05-10 12:47:40 -04:00
layout.link Distinguish single trainer pics section from Pokemon pics 2025-06-25 23:59:47 -04:00
main.asm
Makefile Use "command -v" instead of "which" 2025-03-07 17:25:38 +01:00
maps.asm
ram.asm
README.md Renamed pokemon-asm-tools to gb-asm-tools 2024-10-09 09:19:27 -04:00
rgbdscheck.asm Use features new to RGBDS 0.9.2 (#506) 2025-05-10 12:47:40 -04:00
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.