Super Smash Bros Brawl [RSBE01]

Started by Warchamp7, August 05, 2008, 10:16:31 PM

Previous topic - Next topic

GaryCXJk

With my extensive knowledge of the EndIf code types *cough*bragging*cough* I can now say that the code is wrong.


- - - - Emerald Characters (P1) [Special Thanks to Full Metal Kirby]
4A000000 90180F20
3A000098 00FF0300
3A000098 00FF0400
3A000098 00FF0D00
3A000098 00FF2700
3A000098 00FF2800
3A000098 00FF2900
3A000098 00FF2B00
3A000098 00FF2C00
3A000098 00FF2D00
3A000098 00FF2E00
3A000098 00FF2F00
3A000098 00FF3000
3A000098 00FF3100
1000009D 0000000C
E0000000 80008000


The 00FF instead of the 0000 before the character definition will automatically ignore the second byte. Right now this code will only work if Player 1 is human controlled. Now it will also work when it's computer controlled.

TNinja

So that's the reason. :\ Got a fix for it then?

Would like it if the same was done to Dark Characters.
The fastest rumour spreading network?
I think it's girls. ^^

NATO: Nils Arne Takes Over

By the way, spell "Yagami" backward.
[SIGPIC][/SIGPIC]

Warchamp7

Quote from: GaryCXJk;6454With my extensive knowledge of the EndIf code types *cough*bragging*cough* I can now say that the code is wrong.


- - - - Emerald Characters (P1) [Special Thanks to Full Metal Kirby]
4A000000 90180F20
3A000098 00FF0300
3A000098 00FF0400
3A000098 00FF0D00
3A000098 00FF2700
3A000098 00FF2800
3A000098 00FF2900
3A000098 00FF2B00
3A000098 00FF2C00
3A000098 00FF2D00
3A000098 00FF2E00
3A000098 00FF2F00
3A000098 00FF3000
3A000098 00FF3100
1000009D 0000000C
E0000000 80008000


The 00FF instead of the 0000 before the character definition will automatically ignore the second byte. Right now this code will only work if Player 1 is human controlled. Now it will also work when it's computer controlled.

Brag all you like, thanks for this fix :)

Hippochinfat

Quote from: alterbob;6415You might've locked your card accidentally. Take it out and check the side of it to see if it has a sliding lock thing.

Yeah, there's a white thing that goes up and down. I moved it but now I have another problem from before. My SD card just isn't going into the reader for some reason. It just won't "click", you know?

TNinja

Well, you're reeader sucks. Either that or you just don't do it properly.


Anyway, still asking for help with Phantom Wings' Music Modifier. I already backed up if something bad's gonna happen.
The fastest rumour spreading network?
I think it's girls. ^^

NATO: Nils Arne Takes Over

By the way, spell "Yagami" backward.
[SIGPIC][/SIGPIC]

smk

The XXXX value is supposed to be what you get when you add the numbers together and have calculated the value in hex. So, take your hexadecimal calculator out and substitute the variables for the numbers and put the calculation in your hexadecimal calculator. Voila! You should now have your value for XXXX. Put that value in and then go get the song value list out. Now that you have the song you want to replace, you have to get the song that replaces it, so just choose the song value of the song you want and put it in YYYY and that's all.

If you must, you can give me what you're trying to do and I can show you how the math works.

Bakkon

Quote from: Phantom Wings;6422P1 Super Mario:
4A000000 90180FB8
38000000 00000000
4A000000 81000000
30262604 00000112
3025E978 40000000
1425E978 41700000
14289CC4 4F000000
E2000002 00000000
30262604 00000113
3025E978 40000000
1425E978 41a00000
14289CC4 41300000
E2000002 00000000
30262604 00000114
3025E978 41300000
1425E978 4f000000
14289CC4 4f000000
E2000002 00000000
30262604 00000115
1425E978 4f000000
E2000001 00000000
30262604 00000118
3025E978 42100000
1425E978 4F000000
14289CC4 4F000000
E2000002 00000000

Does not affect CPUs
Does not affect Replays(without code)

Just messed around with this a bit and it seems there's a limit on Mario's fireballs. Think we could get a code going to make it unlimited? I think that's the way it was in the Melee code.

Warchamp7

Quote from: Bakkon;6496Just messed around with this a bit and it seems there's a limit on Mario's fireballs. Think we could get a code going to make it unlimited? I think that's the way it was in the Melee code.

What do you mean by limit? You mean how they disappear after reaching their maximum range?

TNinja

Quote from: smk;6495The XXXX value is supposed to be what you get when you add the numbers together and have calculated the value in hex. So, take your hexadecimal calculator out and substitute the variables for the numbers and put the calculation in your hexadecimal calculator. Voila! You should now have your value for XXXX. Put that value in and then go get the song value list out. Now that you have the song you want to replace, you have to get the song that replaces it, so just choose the song value of the song you want and put it in YYYY and that's all.

If you must, you can give me what you're trying to do and I can show you how the math works.

What number do I add? 50? A * 8 seems to be 50. But doing B - 1 * 8 makes 3, and B - 1 seems to be A.
Anyways, I just add 50 and the stages value together?

Well, I don't know what the values for what song is what what what.
I don't have the song list.

Trying to use Cruel Brawl song on Battle Field.
The fastest rumour spreading network?
I think it's girls. ^^

NATO: Nils Arne Takes Over

By the way, spell "Yagami" backward.
[SIGPIC][/SIGPIC]

Dark Lugia

I don't think the maximum range for projectile can be modified.

Maybe they CAN be modified, seeing how giant sized Fox's blaster goes further, or Mario's fireball get bigger.

EDIT: I find out his problem now. If you shoot too many fireballs, their range gets shorter, I guess that's what he meant.

hetoan2

i think the range only gets shorter cuz its like a max item sort of thing. and as soon as a new one pops up the old one goes away

Warchamp7

Quote from: hetoan2;6522i think the range only gets shorter cuz its like a max item sort of thing. and as soon as a new one pops up the old one goes away

A good theory, it's possible.

GaryCXJk

Quote from: TNinja;6505What number do I add? 50? A * 8 seems to be 50. But doing B - 1 * 8 makes 3, and B - 1 seems to be A.
Anyways, I just add 50 and the stages value together?

In decimal:

3 - 2 * 5 = 3 - 10 = -7

(3 - 2) * 5 = 1 * 5 = 5

I mean, seriously man, you violated Math's most well known rule.

hetoan2

its true. it works with items like peach's turnips and diddy's peanuts :P

TNinja

Well, sorry for not being here long enough to know his well known rule that I probably should know.

And what does it help telling me those math examples? :\
The fastest rumour spreading network?
I think it's girls. ^^

NATO: Nils Arne Takes Over

By the way, spell "Yagami" backward.
[SIGPIC][/SIGPIC]