Disassembly of the Pokémon Gold and Silver 1997 Space World demo
Go to file
2019-03-14 14:17:06 +01:00
audio Introduce linkerscript. 2018-07-03 17:07:05 -04:00
bin Dumped rest of bank, still need to clean up a few hardcoded addresses 2018-08-21 13:13:00 -04:00
constants Merge branch 'master' into master-to-patch 2019-02-26 23:24:57 +10:00
data Merge branch 'master' into master-to-patch-2 2019-03-05 21:23:17 +10:00
engine Migrated some more text to the spreadsheet. 2019-03-14 23:13:52 +10:00
gfx Merge branch 'master' into master-to-patch 2019-02-26 23:24:57 +10:00
hack Migrated some more text to the spreadsheet. 2019-03-14 23:13:52 +10:00
home Some adjustments. 2019-03-03 17:08:35 +10:00
macros Finished dumping bank 1 2018-07-31 21:06:42 -04:00
maps Migrated some more text to the spreadsheet. 2019-03-14 23:13:52 +10:00
tools Migrated some more text to the spreadsheet. 2019-03-14 23:13:52 +10:00
.gitattributes Add .pic as binary. 2018-07-03 13:28:18 -04:00
.gitignore Merge branch 'master' into section-reorg 2018-07-08 21:21:12 -04:00
bin.asm Dumped rest of bank, still need to clean up a few hardcoded addresses 2018-08-21 13:13:00 -04:00
charmap.asm Merge branch 'master' into master-to-patch 2019-02-26 23:24:57 +10:00
compare.sh Build files in maps/ 2018-07-08 17:34:41 -04:00
constants.asm Merge branch 'master' into master-to-patch 2019-02-26 23:24:57 +10:00
gfx.asm Disassembled the rest of the code in bank 4 as far as i can tell. Lines 899, 1538, and 1631 in engine/menu/start_menu.asm have hardcoded jumps that i couldn't figure out how to make work myself. 2018-11-29 01:50:18 -07:00
gfx.py Add gfx.py with necessary poketools subset 2018-05-31 14:00:55 -04:00
hram.asm Finished changing hardcoded addresses to labels 2018-08-21 20:42:49 -04:00
macros.asm Disassembled the rest of the code in bank 4 as far as i can tell. Lines 899, 1538, and 1631 in engine/menu/start_menu.asm have hardcoded jumps that i couldn't figure out how to make work myself. 2018-11-29 01:50:18 -07:00
Makefile Time to fix some build errors. 2019-03-02 17:12:47 +10:00
pokegold-spaceworld.link Merge branch 'master' into master-to-patch-2 2019-03-05 21:23:17 +10:00
README.md Put 2/3 charmap EQUs back in - works in the latest version of RGBDS 2019-02-26 02:42:49 +01:00
roms.md5 Suspend support for Silver and non-debug ROMs 2018-06-03 10:54:49 -04:00
shim.sym Disassemble SetTime. 2019-02-26 15:12:02 -05:00
sram.asm Introduce linkerscript. 2018-07-03 17:07:05 -04:00
vram.asm Introduce linkerscript. 2018-07-03 17:07:05 -04:00
wram.asm Merge branch 'master' into master-to-patch-2 2019-03-05 21:23:17 +10:00

WIP disassembly of the Space World 1997 Gold proto

It attempts to build the following ROMs:

pokegold_spaceworld.gb (MD5: 3c407114de28d17b7113a2c0cee9a37c)
pokegold_debug_spaceworld.gb (MD5: 2eadbed83b775c097ff79e5128d1184f)
pokesilver_spaceworld.gb (MD5: c52a677c35f15320d5b495e14809f00d)
pokesilver_debug_spaceworld.gb (MD5: fa65d3759bb17c489de171a598ba4913)

Requires RGBDS version 0.3.8 or newer to build!

See also