Disassembly of Pokémon Gold/Silver
Go to file
2021-03-16 18:08:25 -04:00
.travis Remove the Discord webhook since unnamed.py reports 100.00% complete 2020-12-21 09:08:04 -05:00
audio Revise some constant definitions 2021-03-16 18:08:25 -04:00
constants Revise some constant definitions 2021-03-16 18:08:25 -04:00
data Revise some constant definitions 2021-03-16 18:08:25 -04:00
docs Document the "Route 15" text correction 2020-11-11 15:12:14 -05:00
engine Revise some constant definitions 2021-03-16 18:08:25 -04:00
gfx Revise some constant definitions 2021-03-16 18:08:25 -04:00
home Revise some constant definitions 2021-03-16 18:08:25 -04:00
macros Verify script command table sizes 2021-03-11 16:31:40 -05:00
maps Sync some files with pokecrystal 2021-03-11 17:43:16 -05:00
tools palfix.py outputs 2-bit grayscale if possible 2021-03-15 18:21:44 -04:00
.gitattributes Clean up makefile, submodules, root dir; Python 3 compatibility. 2020-03-22 18:37:40 -04:00
.gitignore Sync .gitignore with pokered and pokecrystal 2020-07-05 19:00:43 -04:00
.travis.yml Remove the Discord webhook since unnamed.py reports 100.00% complete 2020-12-21 09:08:04 -05:00
audio.asm Build a separate audio object. 2019-08-16 01:24:26 -06:00
charmap.asm Correct some filename comments 2020-11-17 10:59:56 -05:00
constants.asm add_tm and add_hm define TM##_MOVE and HM##_MOVE constants, to avoid repeating the move names in tmhm_moves.asm 2020-07-06 16:49:46 -04:00
home.asm Sync home/ with pokecrystal 2020-03-16 00:44:13 +00:00
hram.asm Remove "Buffer" suffix from two HRAM labels 2020-12-23 16:54:26 -05:00
INSTALL.md Require rgbds 0.4.2 2020-12-09 12:33:59 -05:00
layout.link Align "Overworld Map" to 8 bits ($xx00) 2021-03-08 09:54:12 -05:00
macros.asm Verify data table sizes with table_width and assert_table_length macros 2021-03-05 16:10:25 -05:00
main.asm Rename "dummy game" to "memory game" 2020-11-08 19:32:52 -05:00
Makefile 'make clean' reuses 'make tidy' commands 2020-08-11 14:14:35 -04:00
README.md Disassemble the final English debug ROMs 2020-07-13 10:59:22 -04:00
rgbdscheck.asm Update rgbdscheck.asm 2020-12-09 15:11:13 -05:00
roms.sha1 Disassemble the final English debug ROMs 2020-07-13 10:59:22 -04:00
sram.asm Verify RAM table lengths 2021-03-09 20:43:32 -05:00
vram.asm Many minor cleanups. 2020-05-13 00:56:53 -04:00
wram.asm Verify RAM table lengths 2021-03-09 20:43:32 -05:00

Pokémon Gold and Silver Build Status

This is a disassembly of Pokémon Gold and Pokémon Silver.

It builds the following ROMs:

  • Pokemon - Gold Version (UE) [C][!].gbc sha1: d8b8a3600a465308c9953dfa04f0081c05bdcb94
  • Pokemon - Silver Version (UE) [C][!].gbc sha1: 49b163f7e57702bc939d642a18f591de55d92dae
  • mons2_gld_ps3_debug.bin sha1: 53783c57378122805c5b4859d19e1a224f02a1ed
  • mons2_slv_ps3_debug.bin sha1: 4c2fafebdbc7551f4cd3f348bdd17e420b93b6e7

To set up the repository, see INSTALL.md.

See also

Other disassembly projects: