Mirror of the github repository
Find a file
Rangi 3e554e1d52
Merge pull request #281 from Rangi42/master
Add comments associating constants with data, and identify some more data
2020-07-20 13:22:32 -04:00
.travis
audio
constants
data Add comments associating constants with data, and identify some more data 2020-07-20 12:31:35 -04:00
engine
gfx
home Add comments associating constants with data, and identify some more data 2020-07-20 12:31:35 -04:00
macros Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal 2020-07-17 15:58:06 -04:00
maps
scripts
text Revise some map scripts, mostly for getting items 2020-07-16 11:19:05 -04:00
tools Get all unnamed symbols with make DEBUG=1 2020-07-07 21:10:13 -04:00
.gitattributes
.gitignore
.gitmodules
.travis.yml
audio.asm
charmap.asm
constants.asm
home.asm
hram.asm
INSTALL.md
layout.link Names for more SECTIONs 2020-07-07 14:45:24 -04:00
macros.asm Eliminate enum: use const instead, with case-by-case parallel const implementations 2020-07-09 12:43:26 -04:00
main.asm
Makefile
maps.asm
README.md
rgbdscheck.asm Capitalize rgbds control structures (EQU/EQUS, IF/ELIF/ELSE/ENDC, REPT/ENDR, MACRO/ENDM, etc) 2020-07-06 12:28:31 -04:00
roms.sha1
sram.asm
text.asm
vram.asm Use labels for HRAM and VRAM 2020-07-06 21:13:17 -04:00
wram.asm SONY -> RIVAL 2020-07-17 13:27:27 -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

To set up the repository, see INSTALL.md.

See also

Other disassembly projects: