Disassembly of Pokemon Yellow
Go to file
TiKevin83 6e94bc3d76
Some checks failed
CI / build (push) Has been cancelled
Fix comments around battle evolution code (#120)
the bug that allows item evolutions to happen after battles is patched here in Yellow where it isn't in Red/Blue. Updated a comment to reflect this.
2024-11-17 22:03:46 -06:00
.github Remove the Discord webhook and tools/unnamed.py 2024-09-18 21:49:35 -04:00
audio Fix the .wave5 comment for yellow sfx data 2024-10-09 22:22:44 -05:00
constants Identify more bit flags (#119) 2024-09-29 10:24:35 -05:00
data Merge branch 'master' of https://github.com/pret/pokered 2024-09-25 00:45:00 -05:00
docs Start reorganizing pokeyellow 2020-11-04 19:44:31 -05:00
engine Fix comments around battle evolution code (#120) 2024-11-17 22:03:46 -06:00
garbage Organize home and macro code 2020-11-05 10:51:02 -05:00
gfx Merge branch 'master' of https://github.com/pret/pokered 2023-11-20 20:23:27 -06:00
home Merge branch 'master' of https://github.com/pret/pokered 2024-10-09 21:56:57 -05:00
macros Merge branch 'master' of https://github.com/pret/pokered 2024-05-05 11:06:40 -05:00
maps Merge branch 'master' of https://github.com/pret/pokered 2020-11-14 21:54:23 -06:00
ram Merge branch 'master' of https://github.com/pret/pokered 2024-10-09 21:56:57 -05:00
scripts Merge branch 'master' of https://github.com/pret/pokered 2024-10-09 21:56:57 -05:00
text Merge branch 'master' of https://github.com/pret/pokered 2024-09-25 00:45:00 -05:00
tools Merge branch 'master' of https://github.com/pret/pokered 2024-10-09 21:56:57 -05:00
vc Merge branch 'master' of https://github.com/pret/pokered 2024-09-25 00:45:00 -05:00
.gitattributes Build the Virtual Console patch with make yellow_vc (#80) 2022-03-26 22:05:06 -04:00
.gitignore Build the Virtual Console patch with make yellow_vc (#80) 2022-03-26 22:05:06 -04:00
audio.asm Merge remote-tracking branch 'remotes/pokered/master' 2022-10-02 22:42:26 -04:00
home.asm Merge remote-tracking branch 'remotes/pokered/master' 2022-10-02 22:42:26 -04:00
includes.asm Merge branch 'master' of https://github.com/pret/pokered 2024-09-25 00:45:00 -05:00
INSTALL.md Merge branch 'master' of https://github.com/pret/pokered 2024-05-05 11:06:40 -05:00
layout.link Use rgblink -w to have one $2000-byte WRAM0 region 2021-05-31 19:21:57 -04:00
main.asm Merge remote-tracking branch 'remotes/pokered/master' 2022-10-02 22:42:26 -04:00
Makefile Use long option flags for rgbgfx, same as tools/gfx 2024-08-28 12:28:55 -04:00
maps.asm Merge branch 'master' of https://github.com/pret/pokered 2023-11-20 20:23:27 -06:00
ram.asm Require rgbds 0.6.0 2022-10-02 21:14:23 -04:00
README.md Merge branch 'master' of https://github.com/pret/pokered 2024-10-09 21:56:57 -05:00
rgbdscheck.asm Merge branch 'master' of https://github.com/pret/pokered 2024-05-05 11:06:40 -05:00
roms.sha1 Build the Virtual Console patch with make yellow_vc (#80) 2022-03-26 22:05:06 -04:00
text.asm Merge remote-tracking branch 'remotes/pokered/master' 2022-10-02 22:42:26 -04:00

Pokémon Yellow Build Status

This is a disassembly of Pokémon Yellow.

It builds the following ROMs:

  • Pokemon Yellow (UE) [C][!].gbc sha1: cc7d03262ebfaf2f06772c1a480c7d9d5f4a38e1
  • YELLMONS.GB (debug build) sha1: d44e96eddfbdad633cbe4e6e64915e9e198974b0
  • Dmgapse0.h08.patch sha1: f3346a5559d52c296b8feab0cdbbfb0e250ac161

To set up the repository, see INSTALL.md.

See also

You can find us on Discord (pret, #pokered).

For other pret projects, see pret.github.io.