Mirror of the github repository
Find a file
IIMarckus 2dda443c48 Fix typo: Loreli → Lorelei.
hg-commit-id: d4227f9b97e7
2012-01-13 17:56:52 -07:00
extras Fix typo: Loreli → Lorelei. 2012-01-13 17:56:52 -07:00
gfx
maps
pic
text
.hgignore
constants.asm Merge in sawakita's coincase work. 2012-01-11 11:45:21 -06:00
Makefile
pokered.asm Fix typo: Loreli → Lorelei. 2012-01-13 17:56:52 -07:00
README
textpre.awk

This is a disassembly of Pokémon Red.

It uses the following ROM as a base:
Pokemon Red (UE) [S][!].gb
(MD5: 3d45c1ee9abd5738df46d2bdda8b57dc)

To assemble, first install RGBDS and put it in your path.

The version of RGBDS needed is rgbds-linux:
https://github.com/bentley/rgbds/
git://github.com/bentley/rgbds.git

Then copy the Pokémon ROM to this directory as "baserom.gbc".
Then run "make" in your shell.

This will output a file named "pokered.gbc".