News:

11 March 2016 - Forum Rules

Main Menu

Dr.Mario NES Disassembly

Started by Nostaljipi, November 22, 2021, 11:44:57 AM

Previous topic - Next topic

Nostaljipi

A little project I did to teach myself rom disassembly/reverse engineering, and also understand the inner workings of a game I really enjoy:
https://github.com/Nostaljipi/dr-mario-disassembly

It is fully commented, and includes build options to bypass checksum (anti-piracy protection), free up space by removing unused content/optimizing code and some minor bugfix. I might eventually add options to build other versions of the rom (different version number, other regions).

Hoping this helps anyone wishing to make a Dr.Mario romhack!

Cyneprepou4uk

This will come in handy for my own disassembly, good job  :)

Nostaljipi