Skip to content

Medarot 3 GBC disassembly/translation

Notifications You must be signed in to change notification settings

Blaziken257/medarot3

 
 

Repository files navigation

Build All

Building

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

  • 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.2 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

About

Medarot 3 GBC disassembly/translation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Assembly 88.6%
  • Python 10.6%
  • Makefile 0.8%