Triple Seven
Smash Rookie
- Joined
- Dec 14, 2009
- Messages
- 23
Apologies if this has been asked before, but my searches couldn't turn anything up. Bear in mind I know very little about coding, but I'll try to be as clear as possible. I'm currently running the latest version of Brawl+ (no other modifications to GCT), and would like to turn the Sandbag into a dollar bill. On previous versions, I would simply copy the "Rumble Falls into Wi Fi Waiting Room (No Sandbag)" code into the end of the GCT, and it would work fine. This is no longer the case. As I understand it, the commonly posted code for replacing a level with the Online Training level is C298D528 00000003
2C060031 40820008
38C00005 60000000
90DD08C0 00000000
C26DCEE0 00000003
A37A0022 2C1B00XX
40820008 3B600037
60000000 00000000
With XX being the numbers that determine the level replaced, in the case of Rumble Falls, the number is 08. Now, upon further inspection into the Brawl+ GCT, I found the line of code began with C26DCEE0, and then proceeded identically (with 08 subbed for XX, as it replaces Rumble Falls). I assumed, then, that it was the strings before this (beginning with C298D528) that actually converted sandbag. I pasted them in, so now that section of my GCT reads identically to the coding above...and still Sandbag spawns. I've tried pasting the entire code elsewhere in the GCT, and tried to use New Pork (subbing in 20 in the XX spot instead of 08) instead of Rumble Falls to no avail; the Online Stage continues to be Rumble Falls regardless of my modifications, which suggests there's something else active I don't know about. Any help would be greatly appreciated.