Disassembly of the Pokémon Gold and Silver 1997 Space World demo
Go to file
Rangi 7663557441
Some checks failed
CI / build (push) Has been cancelled
CI / build-macos (push) Has been cancelled
Use sin instead of hard-coded numbers
2026-08-05 14:39:15 -04:00
.github Remove webhook now that 100% of symbols are named 2026-08-02 13:10:51 -04:00
audio Use meaningful audio register names 2026-08-05 12:45:28 -04:00
constants Take care of some TODOs 2026-08-05 13:38:56 -04:00
data Take care of some TODOs 2026-08-05 13:38:56 -04:00
engine Take care of some TODOs 2026-08-05 13:38:56 -04:00
garbage Replace hardware_constants.asm with hardware.inc (#189) 2026-08-05 11:57:44 -04:00
gfx Convert some PNG graphics to 2-bit grayscale, remove extra metadata (#176) 2026-07-06 16:52:23 -04:00
home Use sin instead of hard-coded numbers 2026-08-05 14:39:15 -04:00
macros Replace hardware_constants.asm with hardware.inc (#189) 2026-08-05 11:57:44 -04:00
maps Add unreferenced comments to labels and correct Mail offsets (#188) 2026-08-04 21:31:07 -04:00
ram Take care of some TODOs 2026-08-05 13:38:56 -04:00
tools Remove webhook now that 100% of symbols are named 2026-08-02 13:10:51 -04:00
.gitattributes Use the same Makefile build system as Gen 1+2 repos (#163) 2026-07-05 15:36:09 -04:00
.gitignore Use the same Makefile build system as Gen 1+2 repos (#163) 2026-07-05 15:36:09 -04:00
.rgbds-version Update RGBDS to 1.0.3 (although 1.0.0 still works) 2026-08-01 13:44:28 -04:00
audio.asm Use the same Makefile build system as Gen 1+2 repos (#163) 2026-07-05 15:36:09 -04:00
home.asm Use the same Makefile build system as Gen 1+2 repos (#163) 2026-07-05 15:36:09 -04:00
includes.asm Replace hardware_constants.asm with hardware.inc (#189) 2026-08-05 11:57:44 -04:00
layout.link Add unreferenced comments to labels and correct Mail offsets (#188) 2026-08-04 21:31:07 -04:00
main.asm Merge map headers and scripts (#183) 2026-08-03 15:18:45 -04:00
Makefile Arrange macro files more like pokecrystal 2026-08-03 16:35:30 -04:00
maps.asm Merge map headers and scripts (#183) 2026-08-03 15:18:45 -04:00
ram.asm Arrange macro files more like pokecrystal 2026-08-03 16:35:30 -04:00
README.md Automatically update symbols branch in CI (#171) 2026-07-05 22:55:21 -04:00
rgbdscheck.asm Use features of RGBDS 1.0.0 (#123) 2025-11-13 15:28:12 -05:00
roms.sha1 Build matching non-debug ROMs (#155) 2026-06-24 15:12:13 -04:00

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

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

It builds the following ROMs:

  • Gold_nondebug.sgb (aka MONS2KN.COM) sha1: 6a5df1b84698168b44ca53b0df15128e4bfaad6a
  • Gold_nondebug.sgb, with correct header sha1: 5a0cb44a053c00e7c37f6aa0d0bd8da4e3a3a185
  • Silver_nondebug.sgb (aka MONS2SN.COM) sha1: f338dafd76619be268b4987bd2c94adb15aa9386
  • Silver_nondebug.sgb, with correct header sha1: 1ea711762d7fad318599904758dabba3d9390c41
  • 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

See also

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

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