Disassembly of Pokémon Red/Blue
Go to file
2026-04-09 21:22:49 +02:00
.github Fix CI for Linux and add CI for macOS (#567) 2026-01-17 16:27:41 -05:00
audio
constants Use map names with ToggleData* symbols (#563) 2026-01-17 16:42:34 -05:00
data Don't pass redundant label names to nybble_array and bit_array 2026-03-30 17:42:50 -04:00
engine Make DebugSetPokedexEntries automatically adapt to NUM_POKEMON changes (#576) 2026-04-06 14:55:39 -04:00
gfx
home Use macros to enforce "hidden object" constraints, and rename them to "hidden events" (#559) 2026-01-07 22:05:37 -05:00
macros Don't pass redundant label names to nybble_array and bit_array 2026-03-30 17:42:50 -04:00
maps
ram Use macros to enforce "hidden object" constraints, and rename them to "hidden events" (#559) 2026-01-07 22:05:37 -05:00
scripts Update SilphCo8F.asm 2026-04-09 21:22:49 +02:00
text Update SilphCo8F.asm 2026-04-09 21:21:47 +02:00
tools Do not compile tools with LTO 2026-01-07 22:09:42 -05:00
vc
.gitattributes
.gitignore
.rgbds-version Update RGBDS to 1.0.1 (although 1.0.0 still works) 2026-01-01 01:35:57 -05:00
audio.asm
home.asm Use macros to enforce "hidden object" constraints, and rename them to "hidden events" (#559) 2026-01-07 22:05:37 -05:00
includes.asm Use macros to enforce "missable/hide/show object" constraints, and rename them to "toggleable objects" (#557) 2026-01-07 22:05:20 -05:00
INSTALL.md Update RGBDS to 1.0.1 (although 1.0.0 still works) 2026-01-01 01:35:57 -05:00
layout.link Use macros to enforce "hidden object" constraints, and rename them to "hidden events" (#559) 2026-01-07 22:05:37 -05:00
main.asm Use macros to enforce "hidden object" constraints, and rename them to "hidden events" (#559) 2026-01-07 22:05:37 -05:00
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.