Disassembly of Pokémon Red/Blue
Find a file
2020-06-27 21:43:32 -04:00
audio Rename dnote to drum_note and dspeed to drum_speed 2019-09-03 22:36:02 -05:00
constants Update labels to match new audio macro names 2019-08-17 14:47:16 -05:00
data Merge pic/ into gfx/ 2020-06-27 21:43:32 -04:00
engine Move mon_nest_icon.png to gfx/town_map 2020-06-27 21:43:32 -04:00
gfx Move mon_nest_icon.png to gfx/town_map 2020-06-27 21:43:32 -04:00
home Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) 2020-06-27 15:32:24 -04:00
macros Rename dnote to drum_note and dspeed to drum_speed 2019-09-03 22:36:02 -05: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 Organize gfx/ 2020-06-27 21:43:32 -04:00
text Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) 2020-06-27 15:32:24 -04:00
tools Make tools/gfx.py executable 2018-12-31 18:56:07 -05:00
.gitattributes Replace .tilecoll files with tile ID db data 2020-06-27 21:43:32 -04:00
.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 Travis builds with rgbds 0.4.0 from source 2020-06-27 21:43:32 -04:00
audio.asm Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) 2020-06-27 15:32:24 -04: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
home.asm Replace .tilecoll files with tile ID db data 2020-06-27 21:43:32 -04:00
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 Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) 2020-06-27 15:32:24 -04:00
macros.asm Split macros.asm 2016-07-31 13:04:04 -05:00
main.asm Merge pic/ into gfx/ 2020-06-27 21:43:32 -04:00
Makefile Create .map files, and don't sort .sym files since rgbds 0.4.0 does that 2020-06-27 21:43:32 -04:00
maps.asm Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) 2020-06-27 15:32:24 -04:00
pics.asm Merge pic/ into gfx/ 2020-06-27 21:43:32 -04:00
README.md New Discord invite link 2019-12-11 21:00:38 +01:00
roms.md5 Finish reversion of .gb file extensions 2016-05-13 18:04:35 -04:00
sprites.asm Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) 2020-06-27 15:32:24 -04:00
sram.asm Clean up pre-linkerscript remnants. 2018-11-18 18:29:24 -05:00
text.asm Separate maps.asm, pics.asm, sprites.asm, and tilesets.asm from main.asm (#251) 2020-06-27 15:32:24 -04:00
tilesets.asm Organize gfx/ 2020-06-27 21:43:32 -04:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Name UnusedCD40 2020-05-29 10:07:53 +03: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