Mirror of the github repository
Find a file
sawakita db0c37557d Fix param error in load_asm_if_one_exists_in()
Not sure, but I suppose that using *args makes the passed list an element
of the args list, thus causing iteration on args to yield the passed
list as an element instead of yielding the single elements of the passed
list. Maybe.
2012-10-01 18:54:45 +02:00
extras Fix param error in load_asm_if_one_exists_in() 2012-10-01 18:54:45 +02:00
gfx
maps
music
pic
text
.gitignore .hgignore -> .gitignore 2012-08-26 19:43:35 -05:00
constants.asm Palette $0C is the Town Map palette. 2012-07-03 21:47:04 -06:00
main.asm DisplayDexRating. It sucks that I can't use a label for the dbw macro, as that would make DexRatingsTable look a lot cleaner. 2012-09-20 19:31:10 -04:00
Makefile Extra space in Makefile removed. 2012-03-15 19:26:36 -04:00
music.asm
pokeblue.asm
pokered.asm
README irc:// doesn't actually linkify in any context, so just list server/channel. 2012-03-14 20:41:24 -06:00
textpre.py Add the ▶ symbol to the text preprocessor. 2012-07-07 14:47:58 -06:00

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".

Our IRC channel is located here:
server nucleus.kafuka.org, channel #skeetendo