Disassembly of the Pokémon Gold and Silver 1997 Space World demo
  • Assembly 98.7%
  • C 0.7%
  • Python 0.4%
  • Makefile 0.2%
Find a file
2026-07-20 21:35:51 -04:00
.github Update RGBDS to 1.0.2 (although 1.0.0 still works) 2026-07-20 20:49:06 -04:00
audio Use the same Makefile build system as Gen 1+2 repos (#163) 2026-07-05 15:36:09 -04:00
constants Finish some TODOs and extract bank 34 garbage map scripts (#177) 2026-07-06 19:51:27 -04:00
data Finish some TODOs and extract bank 34 garbage map scripts (#177) 2026-07-06 19:51:27 -04:00
engine Add _Old WRAM symbols in player_animations_old.asm (#180) 2026-07-08 19:38:14 -04:00
garbage Finish some TODOs and extract bank 34 garbage map scripts (#177) 2026-07-06 19:51:27 -04:00
gfx Convert some PNG graphics to 2-bit grayscale, remove extra metadata (#176) 2026-07-06 16:52:23 -04:00
home Finish some TODOs and extract bank 34 garbage map scripts (#177) 2026-07-06 19:51:27 -04:00
macros Use the same Makefile build system as Gen 1+2 repos (#163) 2026-07-05 15:36:09 -04:00
maps Disassemble TradeAnimation in Bank $0A (#145) 2026-06-13 18:02:34 -04:00
ram Add _Old WRAM symbols in player_animations_old.asm (#180) 2026-07-08 19:38:14 -04:00
scripts Finish some TODOs and extract bank 34 garbage map scripts (#177) 2026-07-06 19:51:27 -04:00
tools Use NULL instead of malloc(0) 2026-07-20 21:35:51 -04:00
utils Get rid of the baserom requirement (#159) 2026-07-01 22:01:49 -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.2 (although 1.0.0 still works) 2026-07-20 20:49:06 -04:00
audio.asm Use the same Makefile build system as Gen 1+2 repos (#163) 2026-07-05 15:36:09 -04:00
constants.asm Name all unnamed RAM symbols (#160) 2026-07-02 12:02:54 -04:00
home.asm Use the same Makefile build system as Gen 1+2 repos (#163) 2026-07-05 15:36:09 -04:00
layout.link Finish some TODOs and extract bank 34 garbage map scripts (#177) 2026-07-06 19:51:27 -04:00
main.asm Finish some TODOs and extract bank 34 garbage map scripts (#177) 2026-07-06 19:51:27 -04:00
Makefile Fix build and add CI for macOS (#170) 2026-07-05 22:29:56 -04:00
maps.asm Finish some TODOs and extract bank 34 garbage map scripts (#177) 2026-07-06 19:51:27 -04:00
ram.asm Use the same Makefile build system as Gen 1+2 repos (#163) 2026-07-05 15:36:09 -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.