Disassembly of Pokemon Yellow
Go to file
2018-10-22 22:17:59 -04:00
audio remove BANK[] and bank constants from ROMX sections 2018-04-01 21:07:48 -04:00
constants Format sgb packets 2016-08-09 23:35:04 -05:00
data Fix malformed lists 2018-04-22 14:23:11 -05:00
engine fix some constants 2018-04-01 21:11:43 -04:00
extras@0e1798937a Bump extras 2016-05-30 20:28:35 -04:00
gfx actually fixed e40cc 2016-12-03 14:54:08 -07:00
home fix some constants 2018-04-01 21:11:43 -04: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 fix some constants 2018-04-01 21:11:43 -04:00
text Merge branch 'master' of https://github.com/pret/pokeyellow 2016-07-16 11:11:50 -05: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 fix some constants 2018-04-01 21:11:43 -04: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
gfx.py engine/menu/status_screen.asm 2015-11-14 16:34:47 -05:00
home.asm Fix warnings about deprecated mnemonics on newer builds of rgbds 2017-09-25 19:18:33 -07: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 Character dict; surfing minigame; printer debug 2016-06-11 20:31:09 -04:00
main.asm remove BANK[] and bank constants from ROMX sections 2018-04-01 21:07:48 -04:00
Makefile Rename linkerscript 2017-09-29 13:58:06 -05:00
pokeyellow.link remove BANK[] and bank constants from ROMX sections 2018-04-01 21:07:48 -04:00
README.md Update Discord link. 2018-10-22 22:17:59 -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 Sync with pokered 2016-06-11 15:45:24 -05:00
text.asm remove BANK[] and bank constants from ROMX sections 2018-04-01 21:07:48 -04:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Change stack positioning to not use a negative offset 2017-09-26 13:38:13 -07: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