Mirror of the github repository
Find a file
Daniel Harding 929c65f805
Merge pull request #188 from snelson3/consistent-map-header-comments
make comments consistent throughout all mapHeader files
2018-07-15 21:44:14 -05:00
audio Break up sfxnote parameters into duty, volume, volume change and pitch 2018-03-16 20:35:40 -05:00
constants Updated the intro 2018-06-22 23:06:05 -04:00
data Merge pull request #188 from snelson3/consistent-map-header-comments 2018-07-15 21:44:14 -05:00
engine Updated constants for intro 2018-06-23 11:37:58 -04:00
extras@be6d6c9ce9 sfxnote parameter 1 is length, not duty 2018-03-19 00:18:50 -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 Updated the intro 2018-06-22 23:06:05 -04:00
maps
pic
scripts 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
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
.gitmodules
.travis.yml faster travis 2018-03-10 19:14:47 -05:00
audio.asm Fix typos in comments 2017-06-24 15:01:43 -05:00
charmap.asm
constants.asm
home.asm 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
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
main.asm Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
Makefile Use rgblink dmg mode 2018-03-24 13:41:54 -05:00
pokered.link Use rgblink dmg mode 2018-03-24 13:41:54 -05:00
README.md Add pokegold and pokefirered. 2017-12-31 13:23:25 -05:00
roms.md5
sram.asm
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
wram.asm Use rgblink dmg mode 2018-03-24 13:41:54 -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