Skip to content

Medarot 3 disassembly/translation

Notifications You must be signed in to change notification settings

andwhyisit/medarot3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Medarot 3 disassembly/translation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Assembly 89.1%
  • Python 10.2%
  • Makefile 0.7%