Disassembly of Pokémon Gold/Silver
Go to file
2016-06-22 20:22:09 -04:00
audio Import stuff from pokecrystal; diff gold and silver 2016-01-29 18:36:31 -05:00
constants engine/health.asm; overworld move/item fns pt 1 2016-06-21 13:08:20 -04:00
crowdmap@16eb22c54e Import stuff from pokecrystal; diff gold and silver 2016-01-29 18:36:31 -05:00
data Start to disassemble bank 1 2016-06-18 12:52:43 -04:00
engine Ball functions 2016-06-22 20:22:09 -04:00
event engine/move_mon.asm 2016-06-22 14:28:59 -04:00
extras@0e1798937a Start from scratch; add silver 2016-06-16 11:13:09 -04:00
gfx mon and trainer pals 2016-06-20 22:44:33 -04:00
home engine/move_mon.asm 2016-06-22 14:28:59 -04:00
items Ball functions 2016-06-22 20:22:09 -04:00
macros engine/billspctop.asm 2016-06-22 16:16:58 -04:00
predef finish engine/color.asm 2016-06-20 23:04:32 -04:00
tilesets finish engine/color.asm 2016-06-20 23:04:32 -04:00
.gitignore SGB Border 2016-06-20 20:54:29 -04:00
.gitmodules Import stuff from pokecrystal; diff gold and silver 2016-01-29 18:36:31 -05:00
compare-gold.sh Start from scratch; add silver 2016-06-16 11:13:09 -04:00
compare-silver.sh Start from scratch; add silver 2016-06-16 11:13:09 -04:00
constants.asm Resolve predef pointers 2016-06-20 08:32:12 -04:00
contents.asm home/menu.asm; forgot to track some files 2016-06-17 09:49:16 -04:00
gbhw.asm Start from scratch; add silver 2016-06-16 11:13:09 -04:00
gfx.py SGB Border 2016-06-20 20:54:29 -04:00
home.asm More functions in bank 3 2016-06-22 16:51:56 -04:00
hram.asm Map Objects home 2016-06-16 23:48:50 -04:00
includes.asm home/movement.asm 2016-06-17 08:41:55 -04:00
INSTALL.md Update README and INSTALL markdown files 2016-06-17 14:29:26 -04:00
interrupts.asm Upgrade makefile syntax to match pokecrystal 2016-06-16 11:29:38 -04:00
macros.asm Implement macros for engine flags 2016-06-21 09:52:00 -04:00
main.asm Ball functions 2016-06-22 20:22:09 -04:00
Makefile Rebuild HOME 2016-06-16 13:14:57 -04:00
README.md Update README and INSTALL markdown files 2016-06-17 14:29:26 -04:00
roms.md5 Start from scratch; add silver 2016-06-16 11:13:09 -04:00
rst.asm Rebuild HOME 2016-06-16 13:14:57 -04:00
scan_includes.py Upgrade makefile syntax to match pokecrystal 2016-06-16 11:29:38 -04:00
sram.asm engine/billspctop.asm 2016-06-22 16:16:58 -04:00
wram.asm Ball functions 2016-06-22 20:22:09 -04:00

Pokémon Gold and Silver

This is a disassembly of Pokémon Gold and Pokémon Silver.

It builds the following roms:

  • Pokemon - Gold Version (USA, Europe).gbc md5:a6924ce1f9ad2228e1c6580779b23878
  • Pokemon - Silver Version (USA, Europe).gbc md5:2ac166169354e84d0e2d7cf4cb40b312

To set up the repository, see INSTALL.md.

See also