Disassembly of Pokemon Yellow
  • Assembly 98.2%
  • C 1%
  • INI 0.6%
  • Makefile 0.1%
Find a file
2026-07-20 20:47:03 -04:00
.github Update RGBDS to 1.0.2 (although 1.0.0 still works) 2026-07-20 20:47:03 -04:00
audio Identify and refactor Pikachu PCM cry code and data (#162) 2026-07-18 15:54:48 -04:00
constants Identify and refactor Pikachu PCM cry code and data (#162) 2026-07-18 15:54:48 -04:00
data Comment all trade locations (#161) 2026-07-02 10:11:53 -04:00
docs Start reorganizing pokeyellow 2020-11-04 19:44:31 -05:00
engine Labels and constants for Surfing Pikachu minigame (#163) 2026-07-20 15:26:33 -04:00
garbage Store garbage data as visible PNG files, built as 2bpp 2026-06-15 17:47:48 -04:00
gfx Labels and constants for Surfing Pikachu minigame (#163) 2026-07-20 15:26:33 -04:00
home Identify and refactor Pikachu PCM cry code and data (#162) 2026-07-18 15:54:48 -04:00
macros Identify and refactor Pikachu PCM cry code and data (#162) 2026-07-18 15:54:48 -04:00
maps Merge branch 'master' of https://github.com/pret/pokered 2020-11-14 21:54:23 -06:00
ram Labels and constants for Surfing Pikachu minigame (#163) 2026-07-20 15:26:33 -04:00
scripts Identify wPikachuSpawnStateFlags and wPikachuMapScriptFlags bits, and PIKAMOVEMENT_* constants (#158) 2026-06-24 14:43:48 -04:00
text Merge branch 'master' of https://github.com/pret/pokered 2026-04-15 12:05:52 -05:00
tools Merge branch 'master' of https://github.com/pret/pokered 2026-01-17 22:38:33 -06:00
vc Merge branch 'master' of https://github.com/pret/pokered 2025-11-12 17:56:10 -06:00
.gitattributes Minor fix in Makefile, add one PIKACHU_SPRITE_INDEX (#141) 2025-11-22 11:13:55 -06:00
.gitignore Build the Virtual Console patch with make yellow_vc (#80) 2022-03-26 22:05:06 -04:00
.rgbds-version Update RGBDS to 1.0.2 (although 1.0.0 still works) 2026-07-20 20:47:03 -04:00
audio.asm Identify and refactor Pikachu PCM cry code and data (#162) 2026-07-18 15:54:48 -04:00
home.asm Merge branch 'master' of https://github.com/pret/pokered 2026-01-17 22:38:33 -06:00
includes.asm Identify and refactor Pikachu PCM cry code and data (#162) 2026-07-18 15:54:48 -04:00
INSTALL.md Update RGBDS to 1.0.2 (although 1.0.0 still works) 2026-07-20 20:47:03 -04:00
layout.link Identify and refactor Pikachu PCM cry code and data (#162) 2026-07-18 15:54:48 -04:00
main.asm Identify and refactor Pikachu PCM cry code and data (#162) 2026-07-18 15:54:48 -04:00
Makefile Merge branch 'master' of https://github.com/pret/pokered 2026-01-17 22:38:33 -06: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 2025-11-12 17:56:10 -06: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.