Disassembly of Pokémon Gold/Silver
Go to file
2019-12-12 20:43:24 +00:00
audio Clarify naming of SFX_GET_EGG_* pointers 2019-09-23 10:14:38 -07:00
constants Updated macros/scripts/text.asm and cleaned up macros.asm 2019-12-11 01:38:36 +00:00
crowdmap@16eb22c54e Import stuff from pokecrystal; diff gold and silver 2016-01-29 18:36:31 -05:00
data Update predef_pointers and wram, and correct typo's caused by search + replace 2019-12-12 20:43:24 +00:00
engine Update predef_pointers and wram, and correct typo's caused by search + replace 2019-12-12 20:43:24 +00:00
extras@0e1798937a Start from scratch; add silver 2016-06-16 11:13:09 -04:00
gfx Disassemble Game Freak logo intro 2019-10-11 19:26:52 -07:00
home Update predef_pointers and wram, and correct typo's caused by search + replace 2019-12-12 20:43:24 +00:00
items Update predef_pointers and wram, and correct typo's caused by search + replace 2019-12-12 20:43:24 +00:00
macros Update predef_pointers and wram, and correct typo's caused by search + replace 2019-12-12 20:43:24 +00:00
maps Updated macros/scripts/text.asm and cleaned up macros.asm 2019-12-11 01:38:36 +00:00
predef Update predef_pointers and wram, and correct typo's caused by search + replace 2019-12-12 20:43:24 +00: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
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 Updated macros/scripts/text.asm and cleaned up macros.asm 2019-12-11 01:38:36 +00:00
contents.asm Shuffle files around to closer match pokecrystal. 2018-08-17 10:32:38 -06: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 Update predef_pointers and wram, and correct typo's caused by search + replace 2019-12-12 20:43:24 +00:00
hram.asm Map Objects home 2016-06-16 23:48:50 -04:00
INSTALL.md clearer wording about baseroms (you need both) 2018-01-23 00:27:45 -05:00
macros.asm Updated macros/scripts/text.asm and cleaned up macros.asm 2019-12-11 01:38:36 +00:00
main.asm Update predef_pointers and wram, and correct typo's caused by search + replace 2019-12-12 20:43:24 +00:00
Makefile Build a separate audio object. 2019-08-16 01:24:26 -06:00
pokegold.link Sync home/audio.asm with pokecrystal. 2019-08-16 01:41:17 -06:00
pokesilver.link Sync home/audio.asm with pokecrystal. 2019-08-16 01:41:17 -06:00
README.md Update Discord link. 2018-10-22 22:19:43 -04: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 Update predef_pointers and wram, and correct typo's caused by search + replace 2019-12-12 20:43:24 +00: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