Mirror of the github repository
Find a file
Daniel Harding 108245cb21
Merge pull request #195 from Rangi42/master
Remove 'extras' submodule; and add 'make tidy'
2019-01-13 22:36:13 -06:00
audio Break up sfxnote parameters into duty, volume, volume change and pitch 2018-03-16 20:35:40 -05:00
constants Document the origin of MissingNo's base stats. 2018-07-08 16:25:39 -04:00
data Another map header fix 2018-07-28 15:56:50 -04:00
engine Clean up pre-linkerscript remnants. 2018-11-18 18:29:24 -05:00
gfx Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
home Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x 2017-12-30 01:54:27 +01:00
macros Avoid "Warning: Left shift of negative value" from rgbds 2018-07-08 16:30:25 -04: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 Fix spritestatedata macros to be prefixed with w. 2018-11-18 17:54:46 -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 Make tools/gfx.py executable 2018-12-31 18:56:07 -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 Remove the 'extras' submodule and include a local gfx.py tool instead 2018-12-31 17:37:58 -05:00
.travis.yml faster travis 2018-03-10 19:14:47 -05:00
audio.asm Clean up pre-linkerscript remnants. 2018-11-18 18:29:24 -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
home.asm Clean up pre-linkerscript remnants. 2018-11-18 18:29:24 -05: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
macros.asm Split macros.asm 2016-07-31 13:04:04 -05:00
main.asm Clean up pre-linkerscript remnants. 2018-11-18 18:29:24 -05:00
Makefile Reorganize Makefile similarly to pokecrystal 2018-12-31 18:12:25 -05:00
pokered.link Clean up pre-linkerscript remnants. 2018-11-18 18:29:24 -05:00
README.md Change Discord link. 2018-10-22 22:17:13 -04:00
roms.md5 Finish reversion of .gb file extensions 2016-05-13 18:04:35 -04:00
sram.asm Clean up pre-linkerscript remnants. 2018-11-18 18:29:24 -05:00
text.asm Clean up pre-linkerscript remnants. 2018-11-18 18:29:24 -05:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm SpriteImageBaseOffset -> ImageBaseOffset 2018-11-18 19:23:56 -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