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

Official Code Q&A + Requests

Eternal Yoshi

I've covered ban wars, you know
Joined
Mar 3, 2007
Messages
5,450
Location
Playing different games
NNID
EternalYoshi
3DS FC
3394-4459-7089
14568440

Is the line I have to edit to change Ganondorfs fall speed, grav etc correct?
Yes.
Going by the jump/grav kupo posted.
I have to edit the number 8 for Ganondorf.
However what does that actually do?
Does it multiply his current fall speed by 8? I don't think so since this is hex...so.
And his if I want to make his grav say 0.6x times less than what the norm is, I would take the second 4 from the right and change it to?

Edit: Is there a way to get a number LOWER than 0.8 or higher than 1.4?
This IS hex.

I forgot to post this code, as it is needed.

Code:
Grav Values Modifier [Almas, 16 Lines]
C281CAD0 00000014
3802FF7C 2C080000
40800090 3982FEDC
8088F5B0 2C040017
4082000C 38800003
48000008 8088F5A0
2C040016 40820024
38627000 38634CB8
2C170117 4182000C
7C171800 4082000C
C2EC00D4 48000048
2C09FFFF 40820014
2C040002 4082000C
C2EC00A8 48000030
84AC0004 54A3463E
7C032000 41820010
7C0C0000 4082FFEC
4E800020 54A5E73E
1CA50004 7D802A14
C2EC0000 EC370072
4E800020 00000000
I deciphered it and I will keep it simple.
Code:
0	1.166	1.2
1	0.85	
2	0.9	
3	0.95	
4	1	
5	1.025	
6	1.05	
7	1.075	
8	1.1	
9	1.125	
A	1.15	
B	1.175	
C	1.2	
D	1.217	1.15
E	1.272	1.1
F	1.4
See it? Now look at it again.
065A9200 000000E0
0025CB60 0114F440
0245CA40 0325EB40
0465CB40 05448440
0626AC80 0744A440
0834C440 0926AC80
0A44C440 0B33C530
0C35CB60 0D24C440
0E35CA60 0F06E840
1145CB60 12448440
1326AC80 14568440
1544C440 1624E830
1745C850 1824C640
1935CB60 1A44C440
1B35CA60 1D45CA30
1E26E640 1F55C640
2045A340 2125CB60
22468550 2345CA60
2534E440 2944EA40
2C55C180 2E36CB60
2F34ED40 3F4CCCCD
3F59999A 3F666666
3F733333 3F800000
3F833333 3F866666
3F89999A 3F8CCCCD
3F900000 3F933333
3F966666 3F99999A
3FA00000 3FA66666
3FB33333 3ECCCCCC

Value of 0
Value of 1
Value of 2
Value of 3
Value of 4
Value of 5
Value of 6
Value of 7
Value of 8
Value of 9
Value of A
Value of B
Value of C
Value of D
Value of E
Value of F
Change the colored numbers to change the value.
Values Entered must be in hex form.

Ganondorf's Values.

Format is like this:
IDSHFDGF

ID=Character ID
S= Short hop
F= Full Jump
F= Fast Fall
D= Down Gravity
G = Gravity
F= Filler (Keep this at zero and leave the value for zero alone).

I strongly recomment NOT changing the 0 value.

I tested myself and working.
 

YUNq PHR3$H

Smash Journeyman
Joined
Dec 29, 2008
Messages
334
Location
Ralph Lauren Store.
I Have A Couple Questions
Can I Change The Music On certain stages with my music from my computer without having a iso copy of brawl. like can i use my original copy i bought. Guide Or Help Pl0x. O yea does the music hacks delete my texture hacks ?

Does the infinite replay code work online cuz wen i used it it didn't work. if it worked for you can you please post the code up.

csp's. Do i need a iso copy of brawl to do it. if not then what do i need. guide or somethign pl0x
 

THK

Smash Journeyman
Joined
Apr 24, 2005
Messages
469
Location
Margate, FL
NNID
TheRedKirby
3DS FC
1005-9416-8042
How do you make your own .pac files if all you have is a pcs?
 

sffadsad

Smash Apprentice
Joined
Nov 6, 2007
Messages
148
At the risk of sounding like a nag, I will ask once more.

Is there a code that allows you to use the taunt buttons to display victory animations instead of taunts?
 

patoons

Smash Journeyman
Joined
Oct 23, 2008
Messages
207
Location
LI, NY
NNID
Patoons
At the risk of sounding like a nag, I will ask once more.

Is there a code that allows you to use the taunt buttons to display victory animations instead of taunts?
don't feel like a nag, there are questions that go unanswered here, at least a no would put closure. anyway, that would be great, since my main has the same taunt 3 times.
 

trojanpooh

Smash Lord
Joined
Oct 23, 2007
Messages
1,183
Can anyone turn this code (no ladders) into a Rumble Falls and 75m exclusive code?

04858E18 38600000
 

codfish92

Smash Ace
Joined
Apr 17, 2009
Messages
954
Location
Denver Colorado: wishing it was never summer.
065A9400 00000018
FF000018 ARIALLAG
FF000074 LEDGELAG
FF00000A JUMPSTAR
FF000075 LEDGEINV
FF000061 UKEMROLL
Format is [spunit262]
XXYYZZZZ LLLLLLLL
XX is charactor id and need the following code to work.
YY is the first frame the speed mod is applyed (experimental)
ZZZZ is the action Id
LLLLLLLL is the multiplier for frame speed.
Notes:
1. The first one on the list that matches is used.
2. It detects the end of the list, by reading 00000000, this means that you can't modify Mario's standing animation starting with the first frame (who care), And you need to make sure that there are zeros after it.
3. FF is use as the Character id for every one.
4. You need to modify the byte count when adding new lines, it's the second part of the first line "Frame Speed Mod Data". The value is 8 per line, I alway count it by count line pair (excluding the first line), multiply that by 0x10 (16 decimal) and add 8 if the number of lines is odd.




does anyone know how to use this code and if they do, please tell me in some way or form. it is a frame speed mod.
 

YUNq PHR3$H

Smash Journeyman
Joined
Dec 29, 2008
Messages
334
Location
Ralph Lauren Store.
I Have A Couple Questions
Can I Change The Music On certain stages with my music from my computer without having a iso copy of brawl. like can i use my original copy i bought. Guide Or Help Pl0x. O yea does the music hacks delete my texture hacks ?

Does the infinite replay code work online cuz wen i used it it didn't work. if it worked for you can you please post the code up.

csp's. Do i need a iso copy of brawl to do it. if not then what do i need. guide or somethign pl0x
Can Someone Answer My Question Pl0x ._.
 

Eternal Yoshi

I've covered ban wars, you know
Joined
Mar 3, 2007
Messages
5,450
Location
Playing different games
NNID
EternalYoshi
3DS FC
3394-4459-7089
Can someone please find the constant for the super armor for Yoshi's second jump? I feel that it was unfairly nerfed(again) and would like for it to be stronger. Snake's fsmash shouldn't be able to knock him out of it at 0%.
 

Epic Kovumon

Smash Journeyman
Joined
Mar 24, 2008
Messages
386
Location
Fort Worth, TX
For noobs like me, can someone make a thread on how to make CSP's? I'm a little on the slow side, and I'm really late learning about these, so....

Sorry. XD

I found a step-by-step tutorial, but forgot where it is now.
 

CheDDar-X

Smash Apprentice
Joined
Mar 15, 2009
Messages
110
Location
NY
I have a code request....

A code that allows you to cancel a roll dodge with a smash attack (c stick and normal) or a sidestep dodge.

It would be similar to the general super code except a very small portion of it...
 

ThatGuyYouMightKnow

Smash Champion
Joined
May 12, 2008
Messages
2,373
Location
Baltimore, MD
I have a code request....

A code that allows you to cancel a roll dodge with a smash attack (c stick and normal) or a sidestep dodge.

It would be similar to the general super code except a very small portion of it...
Don't expect this to get done, since the GSC already does it. Keep trying though.

Request: Black Results Screen = Any Stage
 

Furious_Flip

Smash Rookie
Joined
Apr 22, 2008
Messages
5
Super random request, but I was just wondering is it possible for someone to make Luigi do the "Get Down" dance during the Luigi zone? Like, when he activiates his Final Smash he just starts doin the crazy dance and instead of the Luigi Zone music, the "Get Down" song plays?

For those of you who don't know whut I'm talking about, here are a few links:
http://www.youtube.com/watch?v=h3quTc2-GyM&feature=related
http://www.youtube.com/watch?v=SP5c_MEs9mo&feature=related
http://www.youtube.com/watch?v=EBMD4YiUqQU&feature=related

Much props and respect to the person that can make this happen!
 

RawrZ

Smash Rookie
Joined
Apr 6, 2008
Messages
23
Location
CA
so i'm having some problems with my game freezing.

wii system 3.2u, ntsc, Gecko OS 1.9 (the newest one DL'd from homebrew browser)
code: spunit262's custom CSS code v2 and v3

when i have the custom CSS code on it keeps freezing either after i select brawl, right before it gets to the css, or after i finish a match, right before it gets back to the css. i've tried v2 and v3 of the code, and they both freeze. i'm using a usb loader for the game, but i tried the codes without the loader and it still freezes.

this is the v3 code that i'm using
0668310C 00000030
387E006C 3B600000
3C808068 38840DE0
7CBB20AE 7CA50775
41800014 94A30004
3B7B0001 2C1B0032
4180FFE8 48000038
04690338 48000068
066900d8 00000008
2c170028 41820168
02680DE0 0022FFFF
06680DE0 00000028
00050224 03060708
1126090C 0E0F0416
131B2127 0D151417
101F2520 0B292801
1A22180A 12231928
 

smashbro29

Smash Champion
Joined
Oct 9, 2007
Messages
2,470
Location
Brooklyn,NY,USA
NNID
Smashbro29
3DS FC
2724-0750-5127
I'd like a hack that let's me choose any color anytime.
I want to be yellow mario and yellow ness on "red" team for example.
 

TommyDerMeister

Smash Lord
Joined
Jun 24, 2008
Messages
1,837
Location
AZ
I've been meaning to ask about some codes, I just keep forgetting.

1) Has a way to disable footstool jumps, or a way to map them to another button been found out yet?

2) Is it possible to remove options from the vs. options? for example, if I wanted to remove or disable any ability to access Item Switch, could I do that? There's a reason for me needing this code, don't really want to explain. Let's just say where I work has a bunch of kids that love items.

3)If there were some parts of the hitbox code in the Official or Nightly builds that I wanted (Like the Knee+Rest fixes) how do I just get those codes working? I was gone from the Brawl+ scene for about 3 months, and I'm still not sure what I even need to get the hitbox code working in the first place.

4)Is there a way to make some other non vs. player stages available to play on, like how we have the Online Practice Stage on New Pork City?
 

Yikarur

Smash Master
Joined
May 29, 2007
Messages
4,595
Location
Germany
I need the "Decay in Training Mode" Code for PAL Brawl.

I hope its not that difficult to do .
 

Sph34r

Smash Journeyman
Joined
Feb 15, 2009
Messages
251
Location
palo alto, middlefield road
so i'm having some problems with my game freezing.

wii system 3.2u, ntsc, Gecko OS 1.9 (the newest one DL'd from homebrew browser)
code: spunit262's custom CSS code v2 and v3

when i have the custom CSS code on it keeps freezing either after i select brawl, right before it gets to the css, or after i finish a match, right before it gets back to the css. i've tried v2 and v3 of the code, and they both freeze. i'm using a usb loader for the game, but i tried the codes without the loader and it still freezes.

this is the v3 code that i'm using
0668310C 00000030
387E006C 3B600000
3C808068 38840DE0
7CBB20AE 7CA50775
41800014 94A30004
3B7B0001 2C1B0032
4180FFE8 48000038
04690338 48000068
066900d8 00000008
2c170028 41820168
02680DE0 0022FFFF
06680DE0 00000028
00050224 03060708
1126090C 0E0F0416
131B2127 0D151417
101F2520 0B292801
1A22180A 12231928
Are you using the required fixes? Have a look in the B+ code agenda thread for those, see if it works then.
 

codfish92

Smash Ace
Joined
Apr 17, 2009
Messages
954
Location
Denver Colorado: wishing it was never summer.
Super random request, but I was just wondering is it possible for someone to make Luigi do the "Get Down" dance during the Luigi zone? Like, when he activiates his Final Smash he just starts doin the crazy dance and instead of the Luigi Zone music, the "Get Down" song plays?

For those of you who don't know whut I'm talking about, here are a few links:
http://www.youtube.com/watch?v=h3quTc2-GyM&feature=related
http://www.youtube.com/watch?v=SP5c_MEs9mo&feature=related
http://www.youtube.com/watch?v=EBMD4YiUqQU&feature=related

Much props and respect to the person that can make this happen!
to the best of my knowledge, it can't be done with codes loaded from an SD card. you would have to ISO hack so you would have the sound files and replace the song with "Get down" song
 

codfish92

Smash Ace
Joined
Apr 17, 2009
Messages
954
Location
Denver Colorado: wishing it was never summer.
is there a code that makes you giant?
4A000000 90180F20
140000D8 XXXXXXXX
E0000000 80008000


this code will make player one a different size. Replace the X's with a number in hex.
3F800000 is 1
40000000 is 2
40800000 is 4
3F000000 is .5

if you want other numbers, just google "Floating point to hexadecimal converter" and that will give you a great site for replacing those X's
 

codfish92

Smash Ace
Joined
Apr 17, 2009
Messages
954
Location
Denver Colorado: wishing it was never summer.
does someone can do a new code that allow the player to throw Giga bowser off the stage ?
the answer is no. Brawl has no animations of knock back for Giga bowser. he would just stand in a T stance and be frozen. (if you want to see the T stance without codes, just be giga bowser hang onto a ledge until he lets go. just when your about to hit the ground, tech and he will be in a T stance)
 

Furious_Flip

Smash Rookie
Joined
Apr 22, 2008
Messages
5
to the best of my knowledge, it can't be done with codes loaded from an SD card. you would have to ISO hack so you would have the sound files and replace the song with "Get down" song
yea, i was expecting ISO hacking to replace the Luigi Zone music, but now i want Luigi to just start freaking out and doin the crazy dance, or even something like his UP Taunt speeded up and repeated would be fine.
 
Top Bottom