Disassembly of Pokemon Yellow
Go to file
2020-05-20 20:02:53 -05:00
audio Sync with pokered 2020-05-20 20:02:53 -05:00
constants Sync with pokered 2020-05-20 20:02:53 -05:00
data Sync with pokered 2020-05-20 20:02:53 -05:00
docs Update bugs_and_glitches.md 2020-05-18 12:26:11 -04:00
engine Sync with pokered 2020-05-20 20:02:53 -05:00
gfx Sync with pokered 2020-05-20 20:02:53 -05:00
home Sync with pokered 2020-05-20 20:02:53 -05:00
macros Sync with pokered 2020-05-20 20:02:53 -05:00
maps Sync with pokered 2020-05-20 20:02:53 -05:00
pic Move data, mon header data, cry data. 2015-11-08 16:20:14 -05:00
scripts Sync with pokered 2020-05-20 20:02:53 -05:00
text Sync with pokered 2020-05-20 20:02:53 -05:00
tools Update tools 2019-06-10 19:07:44 -06:00
.gitattributes Specify *.wav, *.blk and *.pic as binary 2015-10-25 17:30:37 -04:00
.gitignore Convert pikachu cries to .wav files, and process .wav files into .pcm files at compile-time. 2015-10-24 19:43:39 -07:00
.travis.yml Sync with pokered 2020-05-20 20:02:53 -05:00
audio.asm Sync with pokered 2020-05-20 20:02:53 -05:00
charmap.asm Sync with pokered 2020-05-20 20:02:53 -05:00
constants.asm Sync with pokered 2020-05-20 20:02:53 -05:00
home.asm Sync with pokered 2020-05-20 20:02:53 -05:00
hram.asm Sync with pokered 2020-05-20 20:02:53 -05:00
INSTALL.md Sync with pokered 2020-05-20 20:02:53 -05:00
macros.asm Sync with pokered 2020-05-20 20:02:53 -05:00
main.asm Sync with pokered 2020-05-20 20:02:53 -05:00
Makefile Sync with pokered 2020-05-20 20:02:53 -05:00
pokeyellow.link Sync with pokered 2020-05-20 20:02:53 -05:00
README.md Update Discord link. 2019-12-19 16:54:22 -05:00
replace.sh Rename spritestatedata structs. 2018-11-18 19:24:53 -05:00
roms.md5 Build only Yellow 2015-08-01 17:32:39 -04:00
sram.asm Sync with pokered 2020-05-20 20:02:53 -05:00
text.asm Sync with pokered 2020-05-20 20:02:53 -05:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Sync with pokered 2020-05-20 20:02:53 -05:00

Pokémon Yellow

This is a disassembly of Pokémon Yellow.

It builds the following rom:

  • Pokemon Yellow (UE) [C][!].gbc md5: d9290db87b1f0a23b89f99ee4469e34b

To set up the repository, see INSTALL.md.

See also