Disassembly of Pokémon Gold/Silver
Go to file
2020-03-17 11:03:16 -04:00
audio Sync home/ with pokecrystal 2020-03-16 00:44:13 +00:00
constants Sync home/ with pokecrystal 2020-03-16 00:44:13 +00:00
crowdmap@16eb22c54e Import stuff from pokecrystal; diff gold and silver 2016-01-29 18:36:31 -05:00
data Itemfinder routines and labels. 2020-03-17 11:03:16 -04:00
engine Itemfinder routines and labels. 2020-03-17 11:03:16 -04:00
extras@0e1798937a Start from scratch; add silver 2016-06-16 11:13:09 -04:00
gfx Add home/mon_stats.asm 2020-02-19 23:30:56 +00:00
home Itemfinder routines and labels. 2020-03-17 11:03:16 -04:00
items Itemfinder routines and labels. 2020-03-17 11:03:16 -04:00
macros Sync home/ with pokecrystal 2020-03-16 00:44:13 +00:00
maps Add home/stone_queue.asm and update script_constants.asm 2020-02-19 19:42:31 +00:00
predef Sync home/ with pokecrystal 2020-03-16 00:44:13 +00:00
.gitattributes Make pokegold build and add .gitattributes 2018-08-21 14:30:20 -04:00
.gitignore Itemfinder routines and labels. 2020-03-17 11:03:16 -04:00
.gitmodules Fix path for extras 2016-06-25 17:57:16 -04:00
audio.asm Build a separate audio object. 2019-08-16 01:24:26 -06:00
charmap.asm Updated macros/scripts/text.asm and cleaned up macros.asm 2019-12-11 01:38:36 +00:00
compare-gold.sh Start from scratch; add silver 2016-06-16 11:13:09 -04:00
compare-silver.sh Start from scratch; add silver 2016-06-16 11:13:09 -04:00
constants.asm Use labels instead of constants for HRAM 2020-02-19 02:42:34 +00:00
gbhw.asm Start from scratch; add silver 2016-06-16 11:13:09 -04:00
gfx.py Shuffle files around to closer match pokecrystal. 2018-08-17 10:32:38 -06:00
home.asm Sync home/ with pokecrystal 2020-03-16 00:44:13 +00:00
hram.asm Use labels instead of constants for HRAM 2020-02-19 02:42:34 +00:00
INSTALL.md clearer wording about baseroms (you need both) 2018-01-23 00:27:45 -05:00
macros.asm Remove Crystal exlusives 2020-02-08 15:31:49 +00:00
main.asm Itemfinder routines and labels. 2020-03-17 11:03:16 -04:00
Makefile Use labels instead of constants for HRAM 2020-02-19 02:42:34 +00:00
pokegold.link Add home/hp_pals.asm and home/names.asm 2020-02-19 18:37:52 +00:00
pokesilver.link Add home/hp_pals.asm and home/names.asm 2020-02-19 18:37:52 +00:00
README.md Update Discord link. 2019-12-19 16:55:24 -05:00
roms.md5 Start from scratch; add silver 2016-06-16 11:13:09 -04:00
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
vram.asm Copy vram.asm from pokecrystal 2019-10-11 08:30:42 -07:00
wram.asm Itemfinder routines and labels. 2020-03-17 11:03:16 -04: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