Mirror of the github repository
Find a file
2019-04-13 16:30:36 -05:00
audio Insert Crystal audio engine and music 2017-05-07 15:30:08 -05:00
constants Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
crysaudio Insert Crystal audio engine and music 2017-05-07 15:30:08 -05:00
data Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
engine Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
extras@0e1798937a Try again to bump extras 2016-06-09 20:50:31 -04:00
gfx Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
home Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
macros Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
maps Remove the Beach House option. 2016-06-07 23:55:55 -06:00
pic Fix Yellow Electrode front pic 2015-07-27 19:40:06 -05:00
scripts Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
text Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and "<USER>" respectively. 2017-07-30 18:46:53 -03:00
tools Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
.gitattributes crlf to lf 2016-06-11 17:11:05 -07:00
.gitignore Don't ignore .map files 2015-01-24 09:15:09 -05:00
.gitmodules make extras/ a submodule 2013-09-01 02:27:44 -05:00
.travis.yml faster travis 2018-03-10 19:14:47 -05:00
audio.asm Insert Crystal audio engine and music 2017-05-07 15:30:08 -05:00
charmap.asm Merge branch 'master' of https://github.com/pret/pokered 2016-07-18 01:32:24 -05:00
constants.asm Split macros.asm 2016-07-31 13:04:04 -05:00
crysmacros.asm Insert Crystal audio engine and music 2017-05-07 15:30:08 -05:00
home.asm Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
hram.asm Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
INSTALL.md Python is no longer used to build. 2018-03-10 19:04:26 -05:00
macros.asm Split macros.asm 2016-07-31 13:04:04 -05:00
main.asm Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
Makefile forgot to uncomment clean tools 2018-03-10 19:18:35 -05:00
pokered.link Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00
README.md Add pokegold and pokefirered. 2017-12-31 13:23:25 -05:00
roms.md5 Finish reversion of .gb file extensions 2016-05-13 18:04:35 -04:00
sram.asm Revert "Fix floating sections" 2017-03-21 01:12:49 +00:00
text.asm Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and "<USER>" respectively. 2017-07-30 18:46:53 -03:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Merge commit '42cfe3d36192aca4d0c4ca222be0088c03236e0d' 2019-04-13 16:30:36 -05:00

Pokémon Red and Blue

This is a disassembly of Pokémon Red and Blue.

It builds the following roms:

  • Pokemon Red (UE) [S][!].gb md5: 3d45c1ee9abd5738df46d2bdda8b57dc
  • Pokemon Blue (UE) [S][!].gb md5: 50927e843568814f7ed45ec4f944bd8b

To set up the repository, see INSTALL.md.

See also