• 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!

Dol offset style code help for stage imports

vathekid

Smash Apprentice
Joined
Jul 27, 2012
Messages
81
Location
Weslaco, TX
I've tried looking around in the area's and unless its Gecko which doesn't apply to Melee code manager; I've needed to ask how would one load a Target Test onto another stage in order to load stage imports?
Any help would be greatly appreciated
 

TDRR

Smash Journeyman
Joined
Sep 18, 2017
Messages
286
Location
Venezuela
Here's the codes i use for Melee XT, which also have the advantage of being toggleable:

(Note: these codes were made by _glook, not me)
Injection point: 0x256FA4

3DE08046 61EFB108
3A000000 3A200000
7E4F802E 7E319378
3A10000C 2C100025
4081FFF0 3E00803F
6210A3D0 81F00000
2C0F0000 4082001C
562F0295 41820038
39E00001 91F00000
38600008 48000018
562F0253 41820020
39E00000 91F00000
38600009 3DE08002
61EF4030 7DE903A6
4E800421 FC010040
60000000 00000000

Injection point: 0x256FA0

3E00803F 6210A3D0
82100000 2C100000
4082000C 3E0000FF
4800000C 3E000033
62100066 3E20804D
623176DB 8A310000
1E310003 3A400000
5613063F 7E738A14
2C1300FF 40810008
3A6000FF 5610002F
7E109B78 5610C03F
3A520001 2C120003
41A0FFD8 3E2080CA
62313570 92110000
92110004 C001001C
60000000 00000000

Injection point: 0x258720

8804000B 3D80803F
618CA3D0 818C0000
2C0C0000 41820050
2C000016 4082000C
38000032 48000040
2C000019 4082000C
3800002A 48000030
2C00001B 4082000C
3800002B 48000020
2C00000B 4082000C
38000030 48000010
2C000017 40820008
38000029 00000000

To use these, you just have to use MCM to put them into your ISO, then to switch to the Target Test stages you just need to press R at the Stage Select Screen, you will hear a sound and the cursor selection border color will change to purple, press L to switch back to normal.

Now, here's what each stage is:
-Venom = Pikachu's target test
-Flat Zone = Link's target test
-Icicle Mountain = Bowser's target test
-Poke Floats = Kirby's target test
-Rainbow Cruise = Peach's target test

If you want to change the stages that will load, you just need to look for that stage ID on the third code and replace it with whichever you want to load.
 
Last edited:

vathekid

Smash Apprentice
Joined
Jul 27, 2012
Messages
81
Location
Weslaco, TX
thanks for the info, but with my confusion up and running, may I ask how I would inject these codes into MCM in the correct format?
 

TDRR

Smash Journeyman
Joined
Sep 18, 2017
Messages
286
Location
Venezuela
Open up MCM and go to the Mod Construction tab, click on Add New mod to Library and in the "title" field type "Omega stage Toggle", in the "author" field type "_glook, TDRR" in the "description" field type "To switch to the Target Test stages, press R at the Stage Select Screen, you will hear a sound and the cursor selection border color will change to purple, press L to switch back to normal.
-Venom = Pikachu's target test
-Flat Zone = Link's target test
-Icicle Mountain = Bowser's target test
-Poke Floats = Kirby's target test
-Rainbow Cruise = Peach's target test"

Then click on the plus sign beside "Injection mod" and on the "offset" field type "0x256FA4" then select the thing that says: "Type: Injection (0 bytes)" and on the text field on the right paste the code in the above post named "Toggle between alpha and omega at SSS" then you need to press the plus sign beside "Injection mod" again to add another one, this time you need to type "0x256FA0" and select the new box that says "Type: Injection (0 bytes)" and paste the code in the above post named "Display Unique icon borders at SSS" on the big text field
NOTE: Don't put quotes and don't copy the part that says "Injection point: blablabla" because that's an instruction for you, not MCM.

And finally click the Injection Mod plus sign again and on offset type "0x258720" select the box that says "Type: Injection (0 bytes)" and paste the code named "Omega toggles for some stages (MELEE XT)" press save and save it in any TXT file shown to you, i recommend Stage Select Screen as it's the most obvious place, but put it wherever you want.

Click the button on the high part of the window that says "Open" you will then be prompted to select your .iso file, browse for it and then open it.

Now just go to the library again and choose the tab corresponding to the folder you chose, you then have to select the code you inserted into the library, which is at the bottom of that tab, click on it and it should become green, just click save, wait for the process to finish and you are finally done!

If the game crashes, please tell me so i can help you fix the issue.
 

vathekid

Smash Apprentice
Joined
Jul 27, 2012
Messages
81
Location
Weslaco, TX
implemented and working flawlessly! If I may ask, how would I go to add other stages to the list as well?
 

TDRR

Smash Journeyman
Joined
Sep 18, 2017
Messages
286
Location
Venezuela
To tell you the truth, i don't know :p

I'm going to investigate today and see what i can do.
 
Top Bottom