Disassembly of Pokémon Gold/Silver
Go to file
2020-03-15 00:17:02 +00:00
audio Clarify naming of SFX_GET_EGG_* pointers 2019-09-23 10:14:38 -07:00
constants Add home/print_bcd.asm 2020-02-20 01:24:55 +00:00
crowdmap@16eb22c54e Import stuff from pokecrystal; diff gold and silver 2016-01-29 18:36:31 -05:00
data Update some included files at the start of home.asm 2020-02-19 17:26:28 +00:00
engine Add home/trainers.asm 2020-02-19 20:08:53 +00: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 Small home/ reorganization 2020-03-15 00:17:02 +00:00
items Add home/hp_pals.asm 2020-02-19 17:49:15 +00:00
macros Remove Crystal exlusives 2020-02-08 15:31:49 +00:00
maps Add home/stone_queue.asm and update script_constants.asm 2020-02-19 19:42:31 +00:00
predef Use labels instead of constants for HRAM 2020-02-19 02:42:34 +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 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 Small home/ reorganization 2020-03-15 00:17:02 +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 Add home/mon_data.asm 2020-02-20 01:13:04 +00: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 Add home/sprite_anims.asm 2020-02-20 01:42:06 +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