VariantXYZ / dragon-warrior-3-gbc

Dragon Warrior 3 GBC disassembly
6 stars 0 forks source link

This is a disassembly project of Dragon Warrior 3 for the Game Boy Color.

Building

The master branch is focused on extracting components of the game and making sure that the rebuilt output is identical to the originals.

Remove or comment out the 'cmp -l' line in the Makefile to do stuff.

Dependencies

Make

  1. Name the original ROM 'baserom_en.gbc'
  2. Place the renamed ROMs into the root folder of the project
  3. Execute make (optionally pass -j to speed up the build)
  4. dq3_en.gbc will be generated in the root folder along with a symbol and map file

Dumping

  1. Execute make dump (optionally with -j)
  2. Ideally, no changed files should appear as they're all checked in