Disassembly of Pokemon Yellow
Go to file
2016-05-26 07:35:25 -04:00
audio Some work on disassembling npc movement scripts (aka informed copy/paste from red) 2016-05-21 22:45:53 -04:00
constants Replace pcm arguments with pcm file labels 2016-05-25 19:08:54 -04:00
data Include Celadon's headers 2016-05-26 07:35:25 -04:00
engine All Pikachu emotion gfx have been labeled 2016-05-25 21:34:29 -04:00
extras@1514042dac Convert pikachu cries to .wav files, and process .wav files into .pcm files at compile-time. 2015-10-24 19:43:39 -07:00
gfx More code and gfx pointers 2016-05-25 09:45:59 -04:00
home Audio bank 4 constants; space after commas in home/audio.asm 2016-05-21 12:11:54 -04:00
maps Swap trade center and battle center 2015-07-16 23:21:57 -05:00
pic Move data, mon header data, cry data. 2015-11-08 16:20:14 -05:00
scripts Actually include the Beach House scripts and headers 2016-05-24 21:46:08 -04:00
text Merge branch 'master' of github.com:pret/pokeyellow 2016-05-22 21:05:51 -04:00
yellow Move yellow/main.asm code to main.asm 2016-04-14 16:47:43 -04: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
.gitmodules Ignore 'dirty' changes to extras 2015-10-25 12:57:02 -04:00
audio.asm Rearrange files and labels to reflect duplicated sfx in bank AUDIO_4 2016-05-21 14:54:55 -04:00
charmap.asm Cleanup with yellow-exclusive banks 2015-12-31 15:24:54 -05:00
compare.sh Fix typos up to end of home/audio.asm 2015-08-09 16:42:07 -04:00
constants.asm We don't need this file anymore 2016-05-24 20:43:52 -04:00
gfx.py engine/menu/status_screen.asm 2015-11-14 16:34:47 -05:00
home.asm More code and what looks like scripts in F 2016-05-25 08:22:34 -04:00
hram.asm More code and what looks like scripts in F 2016-05-25 08:22:34 -04:00
INSTALL.md Update INSTALL.md 2015-09-06 22:12:06 -04:00
macros.asm All Pikachu emotion gfx have been labeled 2016-05-25 21:34:29 -04:00
main.asm Include Celadon's headers 2016-05-26 07:35:25 -04:00
Makefile engine/text_boxes.asm 2015-11-13 13:11:05 -05:00
README.md Formatting errors. 2015-08-28 17:21:32 -04:00
replace.sh Bank11 and 14 misc functions. 2016-05-22 21:02:18 -04:00
roms.md5 Build only Yellow 2015-08-01 17:32:39 -04:00
sram.asm Replace hardcoded name lengths with NAME_LENGTH 2015-08-10 23:51:20 -05:00
text.asm Bank7 misc functions 2016-05-23 15:52:20 -04:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm I'm pretty sure these are graphics pointers 2016-05-25 17:44:47 -04: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