Disassembly of Pokémon Gold/Silver
Go to file
2018-10-03 01:20:23 -06:00
audio
constants Add map objects from bank 60. 2018-10-03 01:20:23 -06:00
crowdmap@16eb22c54e
data Add battle text. 2018-09-24 03:17:29 -06:00
engine Add map objects from bank 60. 2018-10-03 01:20:23 -06:00
extras@0e1798937a
gfx Shuffle files around to closer match pokecrystal. 2018-08-17 10:32:38 -06:00
home Add map objects from bank 46. 2018-09-20 22:44:07 -06:00
items Add battle text. 2018-09-24 03:17:29 -06:00
macros Add map objects from bank 60. 2018-10-03 01:20:23 -06:00
maps Add map objects from bank 60. 2018-10-03 01:20:23 -06:00
predef Label some known WRAM labels from pokecrystal. 2018-08-21 16:27:04 -04:00
.gitattributes Make pokegold build and add .gitattributes 2018-08-21 14:30:20 -04:00
.gitignore Label some known WRAM labels from pokecrystal. 2018-08-21 16:27:04 -04:00
.gitmodules Fix path for extras 2016-06-25 17:57:16 -04:00
compare-gold.sh
compare-silver.sh
constants.asm Add trainer data. 2018-09-24 01:06:14 -06:00
contents.asm Shuffle files around to closer match pokecrystal. 2018-08-17 10:32:38 -06:00
gbhw.asm
gfx.py Shuffle files around to closer match pokecrystal. 2018-08-17 10:32:38 -06:00
home.asm Label some known WRAM labels from pokecrystal. 2018-08-21 16:27:04 -04:00
hram.asm Map Objects home 2016-06-16 23:48:50 -04:00
includes.asm home/movement.asm 2016-06-17 08:41:55 -04:00
INSTALL.md clearer wording about baseroms (you need both) 2018-01-23 00:27:45 -05:00
macros.asm Sync many constant/macro files with pokecrystal. 2018-08-16 07:51:39 -06:00
main.asm Add map objects from bank 60. 2018-10-03 01:20:23 -06:00
Makefile Include Pokédex entries in the build. 2018-09-21 14:19:37 -06:00
pokegold.link Remove an empty bank. 2018-09-21 14:27:47 -06:00
pokesilver.link Remove an empty bank. 2018-09-21 14:27:47 -06:00
README.md Update README.md links and add pokefirered. 2017-12-31 13:37:10 -05:00
roms.md5
scan_includes.py Upgrade makefile syntax to match pokecrystal 2016-06-16 11:29:38 -04:00
sram.asm Create linkerscript 2017-08-25 08:24:37 -04:00
wram.asm Add map objects from bank 5D. 2018-09-24 10:59:33 -06:00

Pokémon Gold and Silver

This is a disassembly of Pokémon Gold and Pokémon Silver.

It builds the following roms:

  • Pokemon - Gold Version (USA, Europe).gbc md5:a6924ce1f9ad2228e1c6580779b23878
  • Pokemon - Silver Version (USA, Europe).gbc md5:2ac166169354e84d0e2d7cf4cb40b312

To set up the repository, see INSTALL.md.

See also