Disassembly of Pokémon Red/Blue
Find a file
Daniel Harding 606df6a317
Merge pull request #237 from mattbruv/vermilion
Documented Vermilion Gym
2020-05-05 20:46:15 -05:00
audio Rename dnote to drum_note and dspeed to drum_speed 2019-09-03 22:36:02 -05:00
constants Update labels to match new audio macro names 2019-08-17 14:47:16 -05:00
data Replace the few instances of Unknown Dungeon with Cerulean Cave 2019-04-08 18:47:31 +01:00
engine Fix comment from Y pos to X pos 2020-05-01 02:27:49 +09:00
gfx Rename map files, labels, and constants to be consistent and work with Polished Map 2019-01-01 23:33:10 -05:00
home Update audio macro names 2019-07-27 23:21:39 -05:00
macros Rename dnote to drum_note and dspeed to drum_speed 2019-09-03 22:36:02 -05:00
maps Rename map files, labels, and constants to be consistent and work with Polished Map 2019-01-01 23:33:10 -05:00
pic Fix Yellow Electrode front pic 2015-07-27 19:40:06 -05:00
scripts change input hex to constants 2020-05-05 21:42:40 -04:00
text document vermilion gym 2020-05-05 21:28:19 -04:00
tools Make tools/gfx.py executable 2018-12-31 18:56:07 -05:00
.gitattributes crlf to lf 2016-06-11 17:11:05 -07:00
.gitignore Don't ignore .map files 2015-01-24 09:15:09 -05:00
.gitmodules Remove the 'extras' submodule and include a local gfx.py tool instead 2018-12-31 17:37:58 -05:00
.travis.yml faster travis 2018-03-10 19:14:47 -05:00
audio.asm Use generic names for noise instruments 2019-07-28 17:29:35 -05:00
charmap.asm Merge branch 'master' of https://github.com/pret/pokered 2016-07-18 01:32:24 -05:00
constants.asm Split macros.asm 2016-07-31 13:04:04 -05:00
home.asm Update audio macro names 2019-07-27 23:21:39 -05:00
hram.asm Fix typos in comments 2017-06-24 15:01:43 -05:00
INSTALL.md Python is no longer used to build. 2018-03-10 19:04:26 -05:00
macros.asm Split macros.asm 2016-07-31 13:04:04 -05:00
main.asm Rename map files, labels, and constants to be consistent and work with Polished Map 2019-01-01 23:33:10 -05:00
Makefile Reorganize Makefile similarly to pokecrystal 2018-12-31 18:12:25 -05:00
pokered.link Clean up pre-linkerscript remnants. 2018-11-18 18:29:24 -05:00
pokered.sn1 clean up vermilion labels 2020-05-03 14:25:01 -04:00
README.md New Discord invite link 2019-12-11 21:00:38 +01:00
roms.md5 Finish reversion of .gb file extensions 2016-05-13 18:04:35 -04:00
sram.asm Clean up pre-linkerscript remnants. 2018-11-18 18:29:24 -05:00
text.asm Rename map files, labels, and constants to be consistent and work with Polished Map 2019-01-01 23:33:10 -05:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Merge pull request #223 from pret/audio-macros 2020-02-05 17:59:01 -06:00

Pokémon Red and Blue

This is a disassembly of Pokémon Red and Blue.

It builds the following roms:

  • Pokemon Red (UE) [S][!].gb md5: 3d45c1ee9abd5738df46d2bdda8b57dc
  • Pokemon Blue (UE) [S][!].gb md5: 50927e843568814f7ed45ec4f944bd8b

To set up the repository, see INSTALL.md.

See also