Disassembly of the Pokémon Gold and Silver 1997 Space World demo
  • Assembly 99.1%
  • C 0.7%
  • Makefile 0.2%
Find a file
2026-09-22 14:17:29 -04:00
.github Update RGBDS to 1.0.4 (although 1.0.0 still works) 2026-09-22 14:17:29 -04:00
audio Finish various remaining TODO items (#191) 2026-08-14 01:42:59 -04:00
constants Sync sprite_anims with pokecrystal 2026-09-10 15:23:22 -04:00
data Sync sprite_anims with pokecrystal 2026-09-10 15:23:22 -04:00
engine Sync sprite_anims with pokecrystal 2026-09-10 15:23:22 -04:00
gfx
home Sync sprite_anims with pokecrystal 2026-09-10 15:23:22 -04:00
macros Sync sprite_anims with pokecrystal 2026-09-10 15:23:22 -04:00
maps Miscellaneous script and tileset anim label identifications (#210) 2026-09-01 22:26:17 -04:00
overdump Miscellaneous script and tileset anim label identifications (#210) 2026-09-01 22:26:17 -04:00
ram Sync sprite_anims with pokecrystal 2026-09-10 15:23:22 -04:00
tools
.gitattributes
.gitignore
.rgbds-version Update RGBDS to 1.0.4 (although 1.0.0 still works) 2026-09-22 14:17:29 -04:00
audio.asm
home.asm Rename FindItemInTable to IsInArray (#211) 2026-09-07 16:28:24 -04:00
includes.asm Clean up Spawnpoints and Flypoint constants (#204) 2026-08-27 18:48:49 -04:00
INSTALL.md Update RGBDS to 1.0.4 (although 1.0.0 still works) 2026-09-22 14:17:29 -04:00
layout.link Rename garbage to overdump (#195) 2026-08-14 15:15:32 -04:00
main.asm Separate engine/menu/start_menu.asm, fix missing GetSGBLayout labels, change several menu coords to use SCREEN_WIDTH and SCREEN_HEIGHT (#213) 2026-09-08 18:08:17 -04:00
Makefile Add INSTALL.md (#196) 2026-08-16 11:39:48 -04:00
maps.asm
ram.asm
README.md Add INSTALL.md (#196) 2026-08-16 11:39:48 -04:00
rgbdscheck.asm
roms.sha1

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

To set up the repository, see INSTALL.md.

See also

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

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