Mirror of the github repository
Find a file
Rangi 64da1f5d6b Move graphics-only object file sources into gfx/
Previously this wasn't working, but now the Makefile uses pokegold's technique for running scan_includes.

It also enables and fixes some rgbds warnings ("Non-local labels without a colon are deprecated").
2020-07-03 17:32:21 -04:00
.travis
audio
constants
data
engine
gfx
home
macros Organize macros/ like pokecrystal 2020-07-03 16:37:47 -04:00
maps Rename map files, labels, and constants to be consistent and work with Polished Map 2019-01-01 23:33:10 -05:00
scripts Move graphics-only object file sources into gfx/ 2020-07-03 17:32:21 -04:00
text
tools
.gitattributes
.gitignore Create .map files, and don't sort .sym files since rgbds 0.4.0 does that 2020-06-27 21:43:32 -04:00
.gitmodules Remove the 'extras' submodule and include a local gfx.py tool instead 2018-12-31 17:37:58 -05:00
.travis.yml Actually run .travis/webhook.sh 2020-06-28 20:26:44 -04:00
audio.asm
charmap.asm Merge branch 'master' of https://github.com/pret/pokered 2016-07-18 01:32:24 -05:00
constants.asm
home.asm
hram.asm Fix typos in comments 2017-06-24 15:01:43 -05:00
INSTALL.md Python is no longer used to build. 2018-03-10 19:04:26 -05:00
layout.link
macros.asm
main.asm Factor out data/sprites/ 2020-07-03 16:58:55 -04:00
Makefile
maps.asm Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) 2020-06-27 15:32:24 -04:00
README.md
roms.md5 Finish reversion of .gb file extensions 2016-05-13 18:04:35 -04:00
sram.asm
text.asm
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm

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