Bryan Bishop 0e2ab04353 update automatic main.asm insertion
This updates the automatic parsing of main.asm to catch cases of INCBINs
pulling in files that end in .asm, .lz, .1bpp, and .2bpp. This is
necessary because otherwise the parser tries to figure out the start and
end addresses expressed on the INCBIN line, details not present on these
types of lines in the asm.

Asm and Asm.insert_all are now back in working condition.
2013-02-27 21:38:53 -06:00
2013-02-23 16:57:25 -05:00
2013-02-18 20:14:25 -05:00
2013-02-25 14:16:59 -05:00
2013-02-17 02:19:49 -05:00
2013-02-05 03:56:27 -05:00
2013-02-07 20:11:09 -06:00
2013-02-05 03:56:27 -05:00
2013-02-22 20:02:03 -05:00
2013-02-26 00:51:05 -05:00
2013-02-22 20:02:10 -05:00
2013-02-07 20:39:25 -06:00
2013-02-22 20:02:10 -05:00
2013-02-17 02:56:50 -05:00
2013-02-26 00:51:05 -05:00
2013-02-17 02:19:49 -05:00
2013-02-07 20:39:25 -06:00
2013-02-22 20:02:10 -05:00
2013-02-26 00:47:46 -05:00

Pokémon Crystal

This is a hand-crafted disassembly of Pokémon Crystal.

The source code in this project successfully converts back into a ROM image. All source code is meticulously commented.

Base ROM

The following ROM is required for compiling:

Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc

md5: 9f2922b235a5eeb78d65594e82ef5dde

Eventually this will not be necessary.

Installing

Simple.

sudo apt-get install make gcc bison git python python-setuptools 

# unittest2 is required if using python2.6
sudo easy_install unittest2
sudo easy_install pip

# download rgbds source code
git clone git://github.com/bentley/rgbds.git

# compile rgbds
cd rgbds
make
sudo make install

# check if rgbasm is installed now
which rgbasm

# download pokecrystal
git clone https://github.com/kanzure/pokecrystal.git
cd pokecrystal

pip install -r requirements.txt

make clean && make

Also, there are Windows installation instructions.

Assembling

  • To assemble, first install RGBDS and put it in your path. The version of RGBDS needed is rgbds-linux.

  • Next, copy the Pokémon ROM to this directory as "baserom.gbc".

  • Then run "make" in your shell.

  • This will output a file named "pokecrystal.gbc".

See also

Contributing

Description
No description provided
Readme 52 MiB
Languages
Assembly 89.2%
C 6.3%
Python 2%
C++ 1.6%
INI 0.6%
Other 0.2%