Mirror of the github repository
Find a file
2020-09-22 20:02:05 +01:00
.travis
audio Port dbsprite macro for OAM y,x,tile,attr data from pokecrystal 2020-07-17 15:58:06 -04:00
constants Fix alignment in Pokémon name constants 2020-09-22 20:02:05 +01:00
data Pan Docs: "When sending three or more data sets, data is continued in further packet(s). Unused bytes at the end of the last packet should be set to zero." 2020-09-01 12:19:24 -04:00
engine Replace ghost Marowak's ambiguous constant 2020-09-22 18:38:29 +01:00
gfx Separate splash screen, intro, and credits (like pokegold/pokecrystal) 2020-08-28 09:54:57 -04:00
home fix ExecuteCurMapScriptInTable's comment 2020-09-19 09:08:01 +09:00
macros Comments explain the def_warps_to macros 2020-08-18 10:42:23 -04:00
maps
scripts Use the constant in all relevant situations 2020-09-22 19:15:37 +01:00
text Revise some map scripts, mostly for getting items 2020-07-16 11:19:05 -04:00
tools Add the pic.py (de)compressor from pokemon-reverse-engineering-tools 2020-09-02 12:09:18 -04:00
.gitattributes
.gitignore
.gitmodules
.travis.yml rgbds has moved from rednex to gbdev 2020-09-15 08:36:29 -04:00
audio.asm
charmap.asm
constants.asm Define a constant for the ghost Marowak (hard-coded throughout the engine, like the starters) 2020-08-31 10:58:41 -04:00
home.asm
hram.asm Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1) 2020-07-21 19:46:12 -04:00
INSTALL.md rgbds has moved from rednex to gbdev 2020-09-15 08:36:29 -04:00
layout.link Use LOAD/ENDL for OAM DMA code in HRAM (requires rgbds 0.4.1) 2020-07-21 19:46:12 -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 Separate splash screen, intro, and credits (like pokegold/pokecrystal) 2020-08-28 09:54:57 -04:00
Makefile Separate splash screen, intro, and credits (like pokegold/pokecrystal) 2020-08-28 09:54:57 -04:00
maps.asm
README.md Disassemble the BLUEMONS.GB debug ROM 2020-07-15 13:35:39 -04:00
rgbdscheck.asm rgbdscheck requires 0.4.1 2020-07-27 08:32:37 -04:00
roms.sha1 Disassemble the BLUEMONS.GB debug ROM 2020-07-15 13:35:39 -04:00
sram.asm
text.asm
vram.asm
wram.asm Use constants to delineate map types, and factor out more data 2020-08-31 10:23:19 -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: