Skip to content

Romhack that adds multiplayer modes, 12 total selectable characters, bug fixes, and QOL improvements.

Notifications You must be signed in to change notification settings

Producks/Super_Mario_Bros_-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Super Mario Bros. -2

To learn what this project is about click here for the website

How to Compile

Compiling is the same as the smb2 disassembly
Run build.sh if you are on Linux or build.bat if you are on Windows.The compiled rom will be in the bin folder

Code

Some of the new code has comments and explanations about how it works, but a lot of code remains without explanations or comments. A lot of the code has been rewritten multiple times due to a change of ideas or console limitations and isn't "clean". But anyone familiar with assembly should be able to follow along the terrible decisions that I've made. I might do a cleanup in the future to make it "clean" and add comments so it's easier to follow.

Here are some location of where some of the code are located:
Title screen
Option select
Character select
Gameplay mode (A func pointer is set in RAM when picking a mode; this should always be called during gameplay.)

A lot of the other code is sprinkled around everywhere in other files. If you can't find what you are looking for, you can always contact me directly.

About

Romhack that adds multiplayer modes, 12 total selectable characters, bug fixes, and QOL improvements.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages