Mirror of the github repository
Find a file
2018-03-20 20:27:28 -05:00
audio Break up sfxnote parameters into duty, volume, volume change and pitch 2018-03-16 20:35:40 -05:00
constants Uppercase battle status constants 2017-12-30 00:59:48 +01:00
data Replaced instances of Mon### with the Pokemon's name 2018-03-20 20:27:28 -05:00
engine Replaced instances of Mon### with the Pokemon's name 2018-03-20 20:27:28 -05: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 sfxnote parameter 1 is length, not duty 2018-03-19 00:18:50 -05: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
tools Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
.gitattributes
.gitignore
.gitmodules
.travis.yml faster travis 2018-03-10 19:14:47 -05:00
audio.asm
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
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 forgot to uncomment clean tools 2018-03-10 19:18:35 -05:00
pokered.link
README.md Add pokegold and pokefirered. 2017-12-31 13:23:25 -05:00
roms.md5
sram.asm
text.asm
vram.asm
wram.asm Merge pull request #167 from Pokechu22/rgbds-0.3.3 2017-09-29 22:41:34 -04: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