Hey, so I got the launcher and it works great!
Thing is, I got Smash 2 to work using the left button on folder 2. But when I try to launch my own Project M build, I tried to push the right button but it takes me to the regular Brawl.
This is my gameconfig.txt:
RSB?Smash2:
codeliststart = 80569000
codelistend = 80580000
hooktype = 7
poke(800042B8, 60000000)
pokeifequal(803E9930, 4BFECA1D, 803E9930, 60000000)
pokeifequal(803E99A8, 4BFECA1D, 803E99A8, 60000000)
pokeifequal(803E9D5C, 4BFECA1D, 803E9D5C, 60000000)
RSB?projectm:
codeliststart = 80568000
codelistend = 80580000
poke(800042B8, 60000000)
pokeifequal(803E9930, 4BFECA1D, 803E9930, 60000000)
pokeifequal(803E99A8, 4BFECA1D, 803E99A8, 60000000)
pokeifequal(803E9D5C, 4BFECA1D, 803E9D5C, 60000000)
Also, I named my codes file in folder 3: ProjectM.gct
Is there a way I can fix this so I can add more mod builds later?