Mirror of the github repository
Find a file
2018-03-10 18:53:04 -05:00
audio
constants Uppercase battle status constants 2017-12-30 00:59:48 +01:00
data Block IDs use hex; zero connections use dec 2018-01-29 11:46:45 -05:00
engine Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
extras@0e1798937a
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 Use base 10 (note, the previous commit resolves #173) 2018-01-29 11:12:59 -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 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
.gitignore
.gitmodules
.travis.yml Update Travis configuration to use rgbds 0.3.3 2017-09-29 19:23:55 -07: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 install: rgbds 0.3.3 2017-09-30 13:33:44 -04:00
macros.asm
main.asm Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
Makefile Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
pokered.link Rename linkerscript and sort sym file 2017-09-29 19:22:56 -07:00
README.md Add pokegold and pokefirered. 2017-12-31 13:23:25 -05:00
roms.md5 Finish reversion of .gb file extensions 2016-05-13 18:04:35 -04:00
sram.asm Revert "Fix floating sections" 2017-03-21 01:12:49 +00:00
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 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