Disassembly of Pokemon Yellow
Go to file
Celeste Brault 013ae78d74 Update tools
2019-06-10 19:07:44 -06:00
audio Clean up pre-linkerscript remnants. 2018-11-18 19:42:46 -05:00
constants Format sgb packets 2016-08-09 23:35:04 -05:00
data Update tools 2019-06-10 19:07:44 -06:00
engine Update tools 2019-06-10 19:07:44 -06:00
gfx Update tools 2019-06-10 19:07:44 -06:00
home Rename spritestatedata structs. 2018-11-18 19:24:53 -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 Rename spritestatedata structs. 2018-11-18 19:24:53 -05:00
text Merge branch 'master' of https://github.com/pret/pokeyellow 2016-07-16 11:11:50 -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
.gitmodules Ignore 'dirty' changes to extras 2015-10-25 12:57:02 -04:00
audio.asm Update tools 2019-06-10 19:07:44 -06:00
charmap.asm Text macros; Prize Room 2016-06-01 09:44:32 -04:00
constants.asm sync text 2016-06-12 10:11:43 -07:00
home.asm Clean up pre-linkerscript remnants. 2018-11-18 19:42:46 -05:00
hram.asm Printer-related labels 2016-06-06 08:23:52 -04:00
INSTALL.md Merge pull request #36 from ISSOtm/patch-1 2018-04-22 14:30:05 -05:00
macros.asm Prefix AnimatedObject labels with w. 2018-11-18 19:49:50 -05:00
main.asm Update tools 2019-06-10 19:07:44 -06:00
Makefile Update tools 2019-06-10 19:07:44 -06:00
pokeyellow.link Clean up pre-linkerscript remnants. 2018-11-18 19:42:46 -05:00
README.md Update Discord link. 2018-10-22 22:17:59 -04: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 2016-06-11 15:45:24 -05:00
text.asm Clean up pre-linkerscript remnants. 2018-11-18 19:42:46 -05:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Prefix AnimatedObject labels with w. 2018-11-18 19:49:50 -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