Disassembly of Pokémon Gold/Silver
Go to file
2019-12-09 22:20:03 +00:00
audio Clarify naming of SFX_GET_EGG_* pointers 2019-09-23 10:14:38 -07:00
constants Added engine/events stuff and cleaned up contest related code 2019-12-09 22:20:03 +00:00
crowdmap@16eb22c54e
data Added engine/events stuff and cleaned up contest related code 2019-12-09 22:20:03 +00:00
engine Added engine/events stuff and cleaned up contest related code 2019-12-09 22:20:03 +00:00
extras@0e1798937a
gfx Disassemble Game Freak logo intro 2019-10-11 19:26:52 -07:00
home Remove more obvious Crystal files. 2019-10-11 01:18:45 -06:00
items Incorporate the rest of the audio engine. 2019-08-16 01:03:03 -06:00
macros Sync base_stats from pokecrystal and include in the build 2019-10-12 12:10:39 -07:00
maps Use PSYCHIC_M for the Psychic TM. 2019-10-12 12:04:27 -07: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
audio.asm Build a separate audio object. 2019-08-16 01:24:26 -06:00
compare-gold.sh
compare-silver.sh
constants.asm Added engine/events stuff and cleaned up contest related code 2019-12-09 22:20:03 +00: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 Sync home/audio.asm with pokecrystal. 2019-08-16 01:41:17 -06: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 Incorporate the rest of the audio engine. 2019-08-16 01:03:03 -06:00
main.asm Added engine/events stuff and cleaned up contest related code 2019-12-09 22:20:03 +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
scan_includes.py
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 Disassemble Game Freak logo intro 2019-10-11 19:26:52 -07: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