/medarot3

Medarot 3 disassembly/translation

Primary LanguageAssembly

Build All

Building

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

Dependencies

  • Medarot 3 KABUTO ROM (md5: cbc55f3bb98f8c0443917ae477e56e51) and/or Medarot 3 KUWAGATA ROM (md5: dabfbdc9aba5f2edc21f884c52881e0d)
  • Make 4 or greater
  • Python 3.6 or greater, aliased to 'python3'
  • rgbds toolchain v0.5.0 or greater

Make

  1. Name the original ROMs 'baserom_kabuto.gbc' and/or 'baserom_kuwagata.gbc' based on version respectively
  2. Place the renamed ROMs into the root folder of the project
  3. Execute make (optionally pass -j to speed up the build)
  4. medarot3_kabuto.gbc and/or medarot3_kuwagata.gbc will be built in the root folder of the project

Dumping

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