Super Smash Bros Brawl [RSBE01]

Started by hetoan2, April 05, 2009, 10:48:41 AM

Previous topic - Next topic

anon17

I've searched around and can't find this, so...

Does a code to force "Special Brawl" modifiers onto regular modes (Such as classic, multi man brawl etc...) exist?

I'd like to play and record a lightning brawl runthrough of the SSE on lightning mode or slow motion mode for example, but I can't find any modifiers that would let me do this.

These existed in Melee and were quite small so I'm sure it's possible, I'd try and make them myself only I can't get my hands on a USBGecko.

wiiztec

Special brawl settings are half byte 0/1 flags at 9017F378 - 9017F37C, not sure if changing these will have an effect on the single player modes though
If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen

anon17

Any idea which is which?

Otherwise guess I'll just look up a tutorial on how to turn that information into a code - Thanks ^^

wiiztec

I think I had it written down somewhere but I lost i, I think it's the same order as on the special brawl selection screen top to bottom
If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen

anon17

Hmm... Any idea why this doesn't set whichever mode 17F37C is to on? I even tried in special brawl (But without changing the options) to test it, as well as regular brawl.

4A000000 80000000
9017F37C 00000001

I did also try:

4A000000 80000000
9017F37C 00010000

But I think the first one should set that mode to on?

wiiztec

What are you doing?

those should be

42000000 90000000
0417F37C 00000001
E0000000 80008000

&

42000000 90000000
0417F37C 00010000
E0000000 80008000
If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen

Deathwolf

or

4A000000 9017F37C
14000000 00000001
E0000000 80008000

&

4A000000 9017F37C
14000000 00010000
E0000000 80008000
lolz

wiiztec


or

4A000000 9017F000
1400037C 00000001
E0000000 80008000

&

4A000000 9017F000
1400037C 00010000
E0000000 80008000

lol we could do this all day
If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen

Deathwolf

#203
sure!^^

or

4A000000 90100000
1407F37C 00000001
E0000000 80008000

&

4A000000 90100000
1407F37C 00010000
E0000000 80008000
lolz

mariomariobrosluigi

what the hell are u guys talking about? what code?

Deathwolf

lolz


Deathwolf

lolz

mariomariobrosluigi

well i'm waiting for he's replay.he can see my comments anyway :)

wiiztec

Read this whole page and you'll know
If there's any code at all that you want to be button activated, or even able to toggle on & off, and I have the game, just PM me and I'll make it happen