Disassembly of Pokemon Yellow
Go to file
2016-06-06 01:22:22 -05:00
audio Clean up white space 2016-06-06 01:22:22 -05:00
constants Clean up white space 2016-06-06 01:22:22 -05:00
data Clean up white space 2016-06-06 01:22:22 -05:00
engine Clean up white space 2016-06-06 01:22:22 -05:00
extras@0e1798937a Bump extras 2016-05-30 20:28:35 -04:00
gfx Resolve WRAM addresses and bank 3e unknowns 2016-06-05 12:25:11 -04:00
home Clean up white space 2016-06-06 01:22:22 -05:00
maps Remaining maps in Bank 11 2016-06-03 21:16:31 -04:00
pic Move data, mon header data, cry data. 2015-11-08 16:20:14 -05:00
scripts Clean up white space 2016-06-06 01:22:22 -05:00
text Pikachu pics; town map entries 2016-06-04 09:03:51 -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 Clean up white space 2016-06-06 01:22:22 -05:00
charmap.asm Text macros; Prize Room 2016-06-01 09:44:32 -04:00
constants.asm Text macros; Prize Room 2016-06-01 09:44:32 -04:00
gfx.py engine/menu/status_screen.asm 2015-11-14 16:34:47 -05:00
home.asm Text macros; Prize Room 2016-06-01 09:44:32 -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 Clean up white space 2016-06-06 01:22:22 -05:00
main.asm Identify the previously-unknown GFX in bank 1A 2016-06-04 16:31:45 -04:00
Makefile Clean up Makefile 2016-06-06 00:58:04 -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 Clean up white space 2016-06-06 01:22:22 -05:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Clean up white space 2016-06-06 01:22:22 -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