• Welcome to Smashboards, the world's largest Super Smash Brothers community! Over 250,000 Smash Bros. fans from around the world have come to discuss these great games in over 19 million posts!

    You are currently viewing our boards as a visitor. Click here to sign up right now and start on your path in the Smash community!

Melee Debug Menu for Wiiflow

HoneyB

Smash Rookie
Joined
Nov 3, 2013
Messages
6
Location
Pasadena, Maryland
:happysheep: Okay so I am trying to get the debug menu for my Melee iso that i run on my wii through Wiiflow I've searched around but have found little to no help if anyone could point me in the right direction i'd appreciate it a lot. My Melee version is 1.1
 

TerryJ

Smash Journeyman
Joined
Apr 12, 2010
Messages
488
Location
BEST COAST, WA
NNID
1337-1337-1337
3DS FC
1337-1337-1337
The main thread you're going to want to read is the DOL Mod Topic here in the Melee Workshop. There's a ton of info in the whole thread so I'd suggest you read at least the first few pages.

You have a couple options for how you want the hack to be put in.

The easiest route is to insert an already modified .dol file with the Debug menu hack (and a ton of other hacks) into your ISO along with the Visual Mod using the program GC-Tool. There may be some hacks in the already modified .dol that you don't desire so I'd suggest editing the .dol file yourself for specific hacks you may want.

If you want to do it manually you'll need to open up the .dol file from your Melee ISO (extracted from the ISO using GC-Tool) with any Hex Editor (such as HxD or Hex Workshop), find the address of the mod and change the values to the modded ones. Here's a quote from the DOL Mod Topic about this.
Debug Menu replaces Tournament Mode
-Selecting Tournament Melee in the main menu takes you to the Debug Menu instead
-Selecting Single Button Mode takes you to the Tournament Melee mode instead
[Magus, donny2112, SypherPhoenix] - Concomitant Graphical Mod Here
Version ── DOL Offset ─── Hex to Replace ───── ASM Code
1.00 ─── 0x228F20 ──── 3800001B -> 38000006 ──── (li r0,27 -> li r0,6)
────────── 0x227F2C ──── 3800002C -> 3800001B ──── (li r0,44 -> li r0,27)

1.01 ──── 0x229A90 ──── 3800001B -> 38000006 ──── (li r0,27 -> li r0,6)
──────── 0x228A9C ──── 3800002C -> 3800001B ──── (li r0,44 -> li r0,27)

1.02──── 0x22A218 ──── 3800001B -> 38000006 ──── (li r0,27 -> li r0,6)
──────── 0x229224 ──── 3800002C -> 3800001B ──── (li r0,44 -> li r0,27)

PAL ─── 0x22C084 ──── 3800001E -> 38000006 ──── (li r0,30 -> li r0,6)
──────── 0x22B08C ──── 3800002F -> 3800001E ──── (li r0,74 -> li r0,30)
It may be a little hard to understand at first but all this really says is go to Address 0x229A90 and change it's value from 3800001B to 38000006. Same thing for the Address 0x228A9. The ASM Code isn't important unless you know what you're doing with it.

If this doesn't make a whole lot of sense please read the DOL Mod Topic and you'll gain more understanding about how the whole hacking process works.
 

Hawt Salsa

Smash Apprentice
Joined
Oct 11, 2013
Messages
123
Location
Federal Way, WA
NNID
illuminati
3DS FC
0666-0420-1337
Hey Terry, is there a modified .dol with JUST the Debug hack? I don't really want taunt canceling.

Also, I love you and i feel too lazy to inject the hex.
 

TerryJ

Smash Journeyman
Joined
Apr 12, 2010
Messages
488
Location
BEST COAST, WA
NNID
1337-1337-1337
3DS FC
1337-1337-1337
Hey Terry, is there a modified .dol with JUST the Debug hack? I don't really want taunt canceling.

Also, I love you and i feel too lazy to inject the hex.
https://www.mediafire.com/?zezh92hv2oq77p3

I just whipped these up. I made one for each version with the only mod being the Debug menu. It also comes packaged with the cosmetic change.
 
Top Bottom