Disassembly of Pokémon Gold/Silver
Go to file
2021-10-05 21:05:40 -04:00
.github/workflows Switch from Travis CI to GitHub Actions 2021-06-19 22:18:38 -04:00
audio Comment that unused music bytes are left over from more channels 2021-04-12 14:51:06 -04:00
constants MON_PKRUS -> MON_POKERUS 2021-06-07 20:00:24 -04:00
data Move the dbbw, dbww, and dbwww macros to legacy 2021-05-30 15:57:58 -04:00
docs Document the "Route 15" text correction 2020-11-11 15:12:14 -05:00
engine and 50 percent -> and %011111111 2021-09-26 22:13:24 -04:00
gfx Group miscellaneous graphics from main.asm into their own object file 2021-04-13 12:52:07 -04:00
home Require rgbds 0.5.1 2021-05-09 12:47:43 -04:00
macros Rename prioritysjump to sdefer 2021-06-08 20:38:56 -04:00
maps Rename prioritysjump to sdefer 2021-06-08 20:38:56 -04:00
tools Port rewritten tools from pokecrystal 2021-09-26 22:14:37 -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
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.5.1 2021-05-09 12:47:43 -04:00
layout.link Rename two sections that are contiguous in pokegold 2021-10-05 21:05:40 -04: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 two sections that are contiguous in pokegold 2021-10-05 21:05:40 -04:00
Makefile Group miscellaneous graphics from main.asm into their own object file 2021-04-13 12:52:07 -04:00
README.md Switch from Travis CI to GitHub Actions 2021-06-19 22:18:38 -04:00
rgbdscheck.asm Require rgbds 0.5.1 2021-05-09 12:47:43 -04:00
roms.sha1 Disassemble the final English debug ROMs 2020-07-13 10:59:22 -04:00
sram.asm Use {interpolation} to generate sequences of RAM labels 2021-04-27 12:30:04 -04:00
vram.asm Use {interpolation} to generate sequences of RAM labels 2021-04-27 12:30:04 -04:00
wram.asm Rename prioritysjump to sdefer 2021-06-08 20:38:56 -04: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: