Disassembly of the Pokémon Gold and Silver 1997 Space World demo
Go to file
Rangi 9d9859a95c
Some checks are pending
CI / build (push) Waiting to run
Align moves.asm columns
2026-06-21 09:54:03 -04:00
.github Add tools/unnamed.py webhook (#148) 2026-06-15 16:52:16 -04:00
audio Clean up some whitespace 2026-06-21 09:34:04 -04:00
constants Clean up some whitespace 2026-06-21 09:34:04 -04:00
data Align moves.asm columns 2026-06-21 09:54:03 -04:00
engine Clean up some whitespace 2026-06-21 09:34:04 -04:00
garbage Split bank dumps into proper files (#153) 2026-06-21 09:17:56 -04:00
gfx Remove unused slack build rules 2026-06-15 17:56:06 -04:00
home Split bank dumps into proper files (#153) 2026-06-21 09:17:56 -04:00
macros Split bank dumps into proper files (#153) 2026-06-21 09:17:56 -04:00
maps Disassemble TradeAnimation in Bank $0A (#145) 2026-06-13 18:02:34 -04:00
ram Split bank dumps into proper files (#153) 2026-06-21 09:17:56 -04:00
scripts Split bank dumps into proper files (#153) 2026-06-21 09:17:56 -04:00
tools Add tools/unnamed.py webhook (#148) 2026-06-15 16:52:16 -04:00
utils Disassemble bank $0A after Game Boy GFX (#144) 2026-06-12 17:29:45 -04:00
.gitattributes Add .pic as binary. 2018-07-03 13:28:18 -04:00
.gitignore Finish labelling Bank 0D (#113) 2025-02-15 17:48:47 -06:00
.rgbds-version Use features of RGBDS 1.0.0 (#123) 2025-11-13 15:28:12 -05:00
constants.asm Disassemble PokerMinigame (#141) 2026-06-11 19:45:48 -04:00
layout.link Clean up some whitespace 2026-06-21 09:34:04 -04:00
Makefile Move not-yet-organized banks from engine/dumps/ to dumps/ for visibility 2026-06-17 11:17:09 -04:00
README.md Fix typo 2026-06-09 16:03:39 -04:00
rgbdscheck.asm Use features of RGBDS 1.0.0 (#123) 2025-11-13 15:28:12 -05:00
roms.sha1 Build Silver debug ROM (pokesilver-spaceworld.gb, aka Silver_debug.sgb, aka MONS2SD.COM) (#131) 2026-06-08 16:50:54 -04:00

Pokémon Gold and Silver: Space World 1997 Demo Build Status

This is a work-in-progress disassembly of the Pokémon Gold and Pokémon Silver prototypes demoed at Space World 1997.

It builds the following ROMs:

  • Gold_debug.sgb (aka MONS2KD.COM) sha1: b1d7539a87dea81b2cff6146afaad64470d08d84
  • Gold_debug.sgb, with correct header sha1: 87fd8dbe5db39619529abcfc99e74cc5ecb8b94e
  • Silver_debug.sgb (aka MONS2SD.COM) sha1: 4c576dd4671bb1fe36c5e6d76c8909f98d739667
  • Silver_debug.sgb, with correct header sha1: 51b78133bdb7b80e595014941bda5c20dac05967

You will need to provide a copy of Gold_debug.sgb renamed baserom-gold.gb and a copy of Silver_debug.sgb renamed baserom-silver.gb to build the ROMs.

See also

You can find us on Discord (pret, #prototypes-and-leaks).

For other pret projects, see pret.github.io.