Mirror of the github repository
Find a file
Bryan Bishop d561e9a354 remove 6726 bytes from the end of bank $16
hg-commit-id: 11625c6614b7
2012-01-28 15:17:30 -06:00
extras move learnsets into the asm 2012-01-27 22:58:20 -06:00
gfx extract .tilecoll files 2012-01-19 05:12:44 -06:00
maps Fix typo: Lavendar → Lavender. 2012-01-10 12:10:15 -07:00
music Updated program to support the -fo option - forces continuation of parsing past mus_end 2012-01-28 08:16:42 -06:00
pic
text
.hgignore
constants.asm
main.asm remove 6726 bytes from the end of bank $16 2012-01-28 15:17:30 -06:00
Makefile
music.asm added a single space in msuic.asm 2012-01-28 08:31:50 -06:00
pokeblue.asm
pokered.asm
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".