Medabots / medarot4

Medarot 4 GBC disassembly/translation
9 stars 1 forks source link

Build All

Building

The master branch is meant to be a 1:1 disassembly/rebuild of the original ROM for sanity checking. It relies on the Overlay feature of rgbasm to build on top of the original ROM as disassembly progresses.

The tr_LANGCODE branches are focused on modifying extracted components to play the game in other languages (corresponding with the language code in the branch).

The majority of text to be translated is in the text/ directory.

Dependencies

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. medarot4_kabuto.gbc and/or medarot4_kuwagata.gbc will be built in the root folder of the project