Disassembly of Pokémon Gold/Silver
Go to file
2020-03-22 18:37:40 -04:00
audio Cleanup macros before continuing. 2020-03-17 14:36:59 -04:00
constants Clean up makefile, submodules, root dir; Python 3 compatibility. 2020-03-22 18:37:40 -04:00
data Clean up makefile, submodules, root dir; Python 3 compatibility. 2020-03-22 18:37:40 -04:00
engine Clean up makefile, submodules, root dir; Python 3 compatibility. 2020-03-22 18:37:40 -04:00
gfx Cleanup of files for banks $02 and $03 for main.asm. 2020-03-17 16:20:00 -04:00
home Clean up makefile, submodules, root dir; Python 3 compatibility. 2020-03-22 18:37:40 -04:00
macros Cleanup macros before continuing. 2020-03-17 14:36:59 -04:00
maps Cleanup macros before continuing. 2020-03-17 14:36:59 -04:00
predef Fill in a lot of missing bank $04 code. 2020-03-17 11:47:47 -04:00
tools Clean up makefile, submodules, root dir; Python 3 compatibility. 2020-03-22 18:37:40 -04:00
.gitattributes Clean up makefile, submodules, root dir; Python 3 compatibility. 2020-03-22 18:37:40 -04:00
.gitignore Clean up makefile, submodules, root dir; Python 3 compatibility. 2020-03-22 18:37:40 -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
constants.asm Some cleanup before continuing. 2020-03-17 11:55:02 -04: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 Clean up makefile, submodules, root dir; Python 3 compatibility. 2020-03-22 18:37:40 -04:00
main.asm Clean up makefile, submodules, root dir; Python 3 compatibility. 2020-03-22 18:37:40 -04:00
Makefile Clean up makefile, submodules, root dir; Python 3 compatibility. 2020-03-22 18:37:40 -04:00
pokegold.link Cleanup of files for banks $02 and $03 for main.asm. 2020-03-17 16:20:00 -04:00
pokesilver.link Cleanup of files for banks $02 and $03 for main.asm. 2020-03-17 16:20:00 -04:00
README.md Update Discord link. 2019-12-19 16:55:24 -05:00
roms.sha1 Clean up makefile, submodules, root dir; Python 3 compatibility. 2020-03-22 18:37:40 -04:00
sram.asm Cleanup macros before continuing. 2020-03-17 14:36:59 -04:00
vram.asm Copy vram.asm from pokecrystal 2019-10-11 08:30:42 -07:00
wram.asm Clean up wram constants and bad address labels/comments. 2020-03-22 13:13:22 -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