• 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

Mr.Chuy

Chuy
Joined
Dec 29, 2009
Messages
1,817
Location
Somewhere in Texas
Currently I'm playing Brawl-, and I'm attempting to add in the Brawl+ stages and the buffer modifier in to the code set. I've modified the code to allow handicap to be set to on, but when I add in the buffer modifier, nothing happens. I wanted to ask you if you knew if there were other files or codes that worked in conjunction with it I needed to be aware of.

Also, when I added the Brawl+ stages, only some of the stages changed, such as Rumble Falls, while others like Skyworld and WarioWare remained the same as their vBrawl counterparts. The SSS also did not change.

Any help would be appreciated.
1.Not too sure on that one however the buffer should change when you modified to the brawl+ one

2.Try redownloading them if you get the same results post back here

oh, okay can you like post it on here?
Code:
Disable Exiting Result Screen until Replay is Saved [NTSC-USA] Y.S.

C20F4560 00000002
38800001 90820000
60000000 00000000
040EB844 5400A7FE
040EB850 5403A03E
040EB868 5400A7FE
040EB874 5400A7FE
040E8040 4E800020
205A9320 00000001
040EB844 5400E7FE
040EB850 54030422
040EB868 540057FE
040EB874 5400E7FE
040E8040 9421FF60
E0000000 80008000
C20E6AC8 00000002
38000000 90020000
38000001 00000000
 

enxo22

Smash Rookie
Joined
May 23, 2010
Messages
4
Location
Pennsylvania
I must admit I'm rather shocked that I cannot find an "Infinite Ammo for Superscope" code which leads me to believe that it's not possible. Is it? And you can probably assume where I'm getting at...
 

Wiscus

(◕ω◕✿)
Joined
Mar 27, 2009
Messages
4,414
3DS FC
3840-5663-0679
Hello! I have to admit that I am lazy and did not search for long in this thread....I was wondering if there is a way to simply add more music to the wwr. Something that would allow me to have multiple brstms for that one track?

thank you and I apologize if this gets asked a lot.
 

Vladislak

Smash Rookie
Joined
Mar 12, 2010
Messages
9
There's two things I'd like to ask.
First, could someone use the following code to make it so only Togepi, Wobuffet, Bonsly, Weavile, Meowth, Piplup, Staryu, Ho-oh, Snorlax, Bellossom, Torchic, Chikorita, Entai, Moltres, Deoxys, and Groudon appear?

Pokemon Modifier: (Heinermann)
4A000000 90180F08
14000050 XXXXXXXX
E0000000 80008000

XX000000
+01 = Togepi
+02 = Goldeen
+04 = Gardevoir
+08 = Wobuffet
+10 = Suicune
+20 = Bonsly
+40
+80
00XX0000
+01 = Lugia
+02 = Manaphy
+04 = Weavile
+08 = Electrode
+10 = Metagross
+20
+40 = Meowth
+80 = Piplup
0000XX00
+01 = Gulpin
+02 = Staryu
+04 = Ho-oh
+08
+10 = Snorlax
+20 = Bellossom
+40 = Kyogre
+80 = Latias / Latios (Random)
000000XX
+01 = Torchic
+02
+04 = Chikorita
+08 = Entei
+10 = Moltres
+20 = Munchlax
+40 = Deoxys
+80 = Groudon
Secondly, could someone please explain how they did it? xD

See, I was under the impression that if all you wanted was Suicune and togepi, you'd add up their numbers, check their hex equivalents, and then put it in as XX000000 with 0B (11) being the XX.

But then if you try to add up Togepi, Goldeen, and Wobuffet, you also come up with 0B (11). Which one would the game go with? >_<

I've been trying to figure this out for a while now, I think I asked for a similar code in this very thread a while back, but I'm trying to understand it myself. I've been using a computer calculator to convert the numbers to hex.
 

Robjoe

Smash Rookie
Joined
Sep 6, 2007
Messages
21
Alright, I've browsed around this forum some, and I think this problem of mine might belong here. If it doesn't, I apologize.

Anyway, the other night, I was bored and decided to rid the game of some trophies of characters I hate, starting with Jet the Hawk. So I stole the model of an existing trophy, retextured it, wrote up a custom name and description, all that good stuff, and much to my surprise, it all worked. No crashes, nothing. Well, all except for one little detail: The icon on the main trophy menu still shows Jet, despite me having replaced his likeness in both figdisp.pac and figdisp590.brres, both in the directory ..\toy\figdisp. I did some poking around my Brawl ISO rip, and found more trophy icons in ..\item\figure\figdisp, and replaced Jet in FigTex595.pac, but still no luck.

I've checked the obvious stuff. I'm running the latest BrawlBox and File Patch Code, I've double-checked all my file names and made sure they match up with what I see in the actual game data (minus any "_en" suffixes) and am sick of frustrating myself over a small detail. Has anyone managed to edit these icons? Am I supposed to name the files something different, or put them in a different folder (like how mu_menumain.pac actually goes in pfmenu2)? It seems that pf\toy\figdisp on my SD card is being specifically ignored, as I have a variety of textures, songs, and other files that are loading in game with no problems at all.

I know this is probably a trivial thing to ask about, but I'm a perfectionist. The sooner I no longer see Jet taunting me with his smug face, the better. I'd appreciate any help.
 

Fijoe

Smash Journeyman
Joined
Nov 18, 2009
Messages
339
There's two things I'd like to ask.
First, could someone use the following code to make it so only Togepi, Wobuffet, Bonsly, Weavile, Meowth, Piplup, Staryu, Ho-oh, Snorlax, Bellossom, Torchic, Chikorita, Entai, Moltres, Deoxys, and Groudon appear?



Secondly, could someone please explain how they did it? xD

See, I was under the impression that if all you wanted was Suicune and togepi, you'd add up their numbers, check their hex equivalents, and then put it in as XX000000 with 0B (11) being the XX.

But then if you try to add up Togepi, Goldeen, and Wobuffet, you also come up with 0B (11). Which one would the game go with? >_<

I've been trying to figure this out for a while now, I think I asked for a similar code in this very thread a while back, but I'm trying to understand it myself. I've been using a computer calculator to convert the numbers to hex.
Code:
Pokemon Modifier: (Heinermann)
4A000000 90180F08
14000050 29C436D0
E0000000 80008000
Here's how you get it: For the first XX, you wanted Togepi, Wobuffet, and Bonsly. Their values are 01, 08, and 20. All you do is add these up in hex, and you get 29. So replace the XX with 29. Then just do the same thing for each pair of XX.
 

Mr.Chuy

Chuy
Joined
Dec 29, 2009
Messages
1,817
Location
Somewhere in Texas
Alright, I've browsed around this forum some, and I think this problem of mine might belong here. If it doesn't, I apologize.

Anyway, the other night, I was bored and decided to rid the game of some trophies of characters I hate, starting with Jet the Hawk. So I stole the model of an existing trophy, retextured it, wrote up a custom name and description, all that good stuff, and much to my surprise, it all worked. No crashes, nothing. Well, all except for one little detail: The icon on the main trophy menu still shows Jet, despite me having replaced his likeness in both figdisp.pac and figdisp590.brres, both in the directory ..\toy\figdisp. I did some poking around my Brawl ISO rip, and found more trophy icons in ..\item\figure\figdisp, and replaced Jet in FigTex595.pac, but still no luck.

I've checked the obvious stuff. I'm running the latest BrawlBox and File Patch Code, I've double-checked all my file names and made sure they match up with what I see in the actual game data (minus any "_en" suffixes) and am sick of frustrating myself over a small detail. Has anyone managed to edit these icons? Am I supposed to name the files something different, or put them in a different folder (like how mu_menumain.pac actually goes in pfmenu2)? It seems that pf\toy\figdisp on my SD card is being specifically ignored, as I have a variety of textures, songs, and other files that are loading in game with no problems at all.

I know this is probably a trivial thing to ask about, but I'm a perfectionist. The sooner I no longer see Jet taunting me with his smug face, the better. I'd appreciate any help.
for placing files you have to put it in the folder where you originally found it like the folder "toy"
this will make looking through the ISO easier
you can also preview the file in brawlbox to see if it has what you're looking for
I hope this helps
 

Robjoe

Smash Rookie
Joined
Sep 6, 2007
Messages
21
I've made sure that all the folders are placed and named correctly, and that the files do indeed have the content they're supposed to.

The ISO has the files "figdisp.pac" and "figdisp590.brres" in "root\toy\figdisp". My modified files are in "pf\toy\figdisp" with the same names I saw in the ISO.

I really can't fathom what's going wrong here, I have to say. All my other SD card files, including the trophy model and text descriptions found in "pf\toy\fig" all work without a hitch. Files in "pf\toy\figdisp" are the only ones not showing up for me.

Either that, or these icons are stored in yet another location that I've yet to replace. I've seen them in the two files I mentioned above, as well as in "root\item\figure\figdisp". That makes three locations, so I'm pretty sure I've found them all....
 

Robjoe

Smash Rookie
Joined
Sep 6, 2007
Messages
21
Well, still no luck on making my icon display, but by only loading one file at a time, I have managed to learn that the trophy hoard screen (where all your trophies sit together in a huge group) takes it's trophy icons from figdisp.pac, and my changed icon actually appears there., even. This leads me to believe that the menu seen in trophy gallery takes it's icons from the various "figdisp###.brres" files, meaning those are the only things the game isn't reading from my SD card.

I tried replacing the icons found in a couple other "figdisp###.brres" files, and just like Jet, the modifiations aren't showing up in game. Does the File Patch Code handle these files improperly? Is there something special I have to do to get them to load? Or, better yet: Could anyone else try modifying one of these and see if it works? I feel like I'm going insane here. x_x
 

Mr.Chuy

Chuy
Joined
Dec 29, 2009
Messages
1,817
Location
Somewhere in Texas
Well, still no luck on making my icon display, but by only loading one file at a time, I have managed to learn that the trophy hoard screen (where all your trophies sit together in a huge group) takes it's trophy icons from figdisp.pac, and my changed icon actually appears there., even. This leads me to believe that the menu seen in trophy gallery takes it's icons from the various "figdisp###.brres" files, meaning those are the only things the game isn't reading from my SD card.

I tried replacing the icons found in a couple other "figdisp###.brres" files, and just like Jet, the modifiations aren't showing up in game. Does the File Patch Code handle these files improperly? Is there something special I have to do to get them to load? Or, better yet: Could anyone else try modifying one of these and see if it works? I feel like I'm going insane here. x_x
Find the pac that has the SAME stuff as those brres do the developers left alot of unneeded stuff in the iso like the brres those get overridden by a different file
keep trying something tells me you might be close

I'll ask it again. :-)
Nope there's no code for that sorry :(
 

Count Typo

Smash Apprentice
Joined
Mar 24, 2010
Messages
85
Location
STALKER.
Hey guys, I found a code for an item modifier, but it seems kinda incomplete. Peach's Turnips aren't there but I saw/used a code identical to this that modified Peach's turnips. Diddy's peanuts can also be modded, but they aren't there either. Could somebody complete this key?

4A000000 8098D528
D2000000 00000003
2C0600XX 40820008 <---- Item that changes
38C000XX 60000000 <---- Item it changes into
90DD08C0 00000000

item list(swap XX in the code with the number asigned to the item :

00 Assist Trophy
01 Franklin Badge
02 Banana Peel
03 Barrel
04 Beam Sword
05 Dollar Bill (Coin Match)
06 Bob-Omb
07 Crate
08 Bumper
09 Capsule
0A Rolling Crate
0B CD
0C Sticky Bomb
0D Cracker Launcher
0E Cracker Launcher Shot
0F Coin
10 Superspicy Curry
11 Superspice Curry Shot
12 Deku Nut
13 Mr. Saturn
14 Dragoon Parts
15 Dragoon Set
16 Dragoon Sight
17 Trophy
18 Fire Flower
19 Fire Flower Shot
1A Freezie
1B Golden Hammer
1C Green Shell
1D Hammer
1E Hammer Head
1F Fan
20 Heart Container
21 Homerun Bat
22 Party Ball
23 Manaphy Heart
24 Maxim Tomato
25 Poison Mushroom
26 Super Mushroom
27 Metal Box
28 Hot Head
29 Pitfall
2A Pokeball
2B Explosive Box
2C Ray Gun
2D Ray Gun Shot
2E Lipstick
2F Lipstick Flower
30 Lipstick Shot (Dust/Powder)
31 Sandbag
32 Screw Attack
33 Sticker
34 Motion-Sensor Bomb
35 Timer
36 Smart Bomb
37 Smash Ball
38 Smoke Screen
39 Spring
3A Star Rod
3B Star Rod Shot
3C Soccer Ball
3D Superscope
3E Superscope shot
3F Sta
 

KingSlimeKnight

Smash Apprentice
Joined
Nov 9, 2009
Messages
144
Just a stupid noob request...

All that I ask for is the .gct without the FPC for the current BBrawl, Brawl+, and Brawl-...I lack the brainpower to do it myself on GCTEDIT v1.0 or even on Ocarina...:urg: not even after sitting in front of the computer for 5 hours trying to do it myself...major brain fart...:dizzy: kthxbai
 

Mr.Chuy

Chuy
Joined
Dec 29, 2009
Messages
1,817
Location
Somewhere in Texas
Hey guys, I found a code for an item modifier, but it seems kinda incomplete. Peach's Turnips aren't there but I saw/used a code identical to this that modified Peach's turnips. Diddy's peanuts can also be modded, but they aren't there either. Could somebody complete this key?

4A000000 8098D528
D2000000 00000003
2C0600XX 40820008 <---- Item that changes
38C000XX 60000000 <---- Item it changes into
90DD08C0 00000000

item list(swap XX in the code with the number asigned to the item :

00 Assist Trophy
01 Franklin Badge
02 Banana Peel
03 Barrel
04 Beam Sword
05 Dollar Bill (Coin Match)
06 Bob-Omb
07 Crate
08 Bumper
09 Capsule
0A Rolling Crate
0B CD
0C Sticky Bomb
0D Cracker Launcher
0E Cracker Launcher Shot
0F Coin
10 Superspicy Curry
11 Superspice Curry Shot
12 Deku Nut
13 Mr. Saturn
14 Dragoon Parts
15 Dragoon Set
16 Dragoon Sight
17 Trophy
18 Fire Flower
19 Fire Flower Shot
1A Freezie
1B Golden Hammer
1C Green Shell
1D Hammer
1E Hammer Head
1F Fan
20 Heart Container
21 Homerun Bat
22 Party Ball
23 Manaphy Heart
24 Maxim Tomato
25 Poison Mushroom
26 Super Mushroom
27 Metal Box
28 Hot Head
29 Pitfall
2A Pokeball
2B Explosive Box
2C Ray Gun
2D Ray Gun Shot
2E Lipstick
2F Lipstick Flower
30 Lipstick Shot (Dust/Powder)
31 Sandbag
32 Screw Attack
33 Sticker
34 Motion-Sensor Bomb
35 Timer
36 Smart Bomb
37 Smash Ball
38 Smoke Screen
39 Spring
3A Star Rod
3B Star Rod Shot
3C Soccer Ball
3D Superscope
3E Superscope shot
3F Sta
Code:
00 Assist Trophy
01 Franklin Badge
02 Banana Peel
03 Barrel
04 Beam Sword
05 Bill (?) <-- Dollar Bill from Coin Matches
06 Bob-Omb
07 Crate
08 Bumper
09 Capsule
0A Rolling Crate
0B CD
0C Sticky Bomb
0D Cracker Launcher
0E Cracker Launcher Shot
0F Coin
10 Superspicy Curry
11 Superspice Curry Shot
12 Deku Nut
13 Mr. Saturn
14 Dragoon Parts
15 Dragoon Set
16 Dragoon Sight
17 Trophy
18 Fire Flower
19 Fire Flower Shot
1A Freezie
1B Golden Hammer
1C Green Shell
1D Hammer
1E Hammer Head
1F Fan
20 Heart Container
21 Homerun Bat
22 Party Ball
23 Manaphy Heart
24 Maxim Tomato
25 Poison Mushroom
26 Super Mushroom
27 Metal Box
28 Hot Head
29 Pitfall
2A Pokeball
2B Explosive Box
2C Ray Gun
2D Ray Gun Shot
2E Lipstick
2F Lipstick Flower
30 Lipstick Shot (Dust/Powder)
31 Sandbag
32 Screw Attack
33 Sticker
34 Motion-Sensor Bomb
35 Timer
36 Smart Bomb
37 Smash Ball
38 Smoke Screen
39 Spring
3A Star Rod
3B Star Rod Shot
3C Soccer Ball
3D Superscope
3E Superscope shot
3F Star
40 Food
41 Team Healer
42 Lightning
43 Unira
44 Bunny Hood
45 Warpstar
=================================
NON-STANDARD ITEMS (must be loaded by respective character/stage)
46 Adventure Trophy
47 Key
48 Smash Plate
49 Stock Item
4A Apple
4B mbclab - Mario Bros. Sidestepper (crab from Fancom)
4C mbshell - Mario Bros. Shellcreeper (turtle from Fancom)
4D Distant Planet Pellet
4E vegetable - Summit Item
4F Sandbag (HRC)
50 Aroaros
51 Koopa
52 Koopa
53 Snake's Box
54 Diddy's Peanut
55 Link's Bomb
56 Peach's Turnup
57 R.O.B.'s Gyro
58 Seed - Diddy Kong's Nut
59 Snake's Grenade
5A Samus' Armor piece
5B Toon Link's Bomb
5C Wario's Bike
5D Wario's Bike A
5E Wario's Bike B
5F Wario's Bike C
60 Wario's Bike D
61 Wario's Bike E
=================================
POKEMON
62 Torchic
63 Cerebi
64 Chickorita
65 Chickorita's Shot
66 Entei
67 Moltres
68 Munchlax
69 Deoxys
6A Groudon
6B Gulpin
6C Staryu
6D Staryu's Shot
6E Ho-oh
6F Ho-oh's Shot
70 Jirachi
71 Snorlax
72 Bellossom
73 Kyogre
74 Kyogre's Shot
75 Latias/Latios
76 Lugia
77 Lugia's Shot
78 Manaphy
79 Weavile
7A Electrode
7B Metagross
7C Mew
7D Meowth
7E Meowth's Shot
7F Piplup
80 Togepi
81 Goldeen
82 Gardevoir
83 Wobuffet
84 Suicune
85 Bonsly
=================================
ASSIST TROPHIES
86 Andross
87 Andross Shot
88 Barbara
89 Gray Fox
8A Ray MKII (Custom Robo)
8B Ray MKII Bomb
8C Ray MKII Gun Shot
8D Samurai Goroh
8E Devil
8F Excitebike
90 Jeff Andonuts
91 Jeff Pencil Bullet
92 Jeff Pencil Rocket
93 Lakitu
94 Knuckle Joe
95 Knuckle Joe Shot
96 Hammer Bro.
97 Hammer Bro. Hammer
98 Helirin
99 Kat & Ana
9A Ana
9B Jill & Drill Dozer
9C Lyn
9D Little Mac
9E Metroid
9F Nintendog
A0 NintendogFull
A1 Mr. Resetti
A2 Isaac
A3 Isaac Shot
A4 Saki Amamiya
A5 Saki Shot 1
A6 Saki Shot 2
A7 Shadow the Hedgehog
A8 Infantry
A9 Infantry Shot
AA Stafy
AB Tank (+Infantry)
AC Tank Shot
AD Tingle
AE togezo (?) - Spiny
AF Waluigi
B0 Dr. Wright
B1 Wright Buildings
Can anyone give me the link for the THP. guide?
Here you go

All that I ask for is the .gct without the FPC for the current BBrawl, Brawl+, and Brawl-...I lack the brainpower to do it myself on GCTEDIT v1.0 or even on Ocarina...:urg: not even after sitting in front of the computer for 5 hours trying to do it myself...major brain fart...:dizzy: kthxbai
Look at this website they have the text file for the codes each codeset uses next time don't bash your head against something like this
 

KingSlimeKnight

Smash Apprentice
Joined
Nov 9, 2009
Messages
144
Look at this website they have the text file for the codes each codeset uses next time don't bash your head against something like this
:ohwell:Thanks for trying to help me, but that's no help to me at all, but that is my fault for not explaining the situation in detail. I meant that I can't really make it because copy & paste doesn't work on GCTEdit and I don't want to type it all out, and when I use Ocarina instead, it exceeds the limit, BBrawl txt code confuses me at the last part so I'm clueless on that, and I can't find Brawl-'s txt code, but I have checked everywhere I could.
 

Mr.Chuy

Chuy
Joined
Dec 29, 2009
Messages
1,817
Location
Somewhere in Texas
i'm assuming you can't use codemanager to do this?
Here are the codes make a new txt file and save them
Can't find balanced braw for some reason but here's brawl+
Code:
Brawl+

RSBE01
Smash Bros Brawl (US)

Brawl+ Codeset v7.0 Final Beta "Gold"

WiiRD Codes

Default Settings Modifier [9 lines]
* 24494A98 80000000
* 20523300 00000000
* 04523300 DEADBEEF
* 42000000 90000000
* 0417F360 00000104
* 0417F364 04020A00
* 0417F368 08010101
* 0417F36C 01000000
* E0000000 80008000

Stage Modifications:

Disable Custom Stages
* 046B841C 48000040

Level Freezer[Phantom Wings/Almas, 9 Lines]
* 42000000 90000000
* 0416A904 00000000
* 2A180F3A 00000015
* 2A180F3A 00000017
* 0416A904 3F2AAAAB
* 2A180F3A 0000002D
* 0416A904 BF800000
* 2A180F3A 00000014
* 2A180F3A 0000001C
* 2A180F3A 00000020
* 0416A904 3F800000
* E0000000 80008000

Death Boundary Mod V2[spunit262]
* C2931438 0000001D
* 3C004248 90010008
* C0610008 3C004B00
* 60000800 90010008
* C0210008 3C809018
* A0640F3A 88840F3C
* 811D0020 38A2FCD8
* 84C50008 80E50004
* 54C0463E 7C001800
* 40A2009C 54C0673E
* 2C00000F 41A2000C
* 7C002000 40A20088
* 54C0E53F 4182001C
* 68000800 B001000A
* C0010008 FC000828
* FC80182A D0880000
* 54C0452E 50E0463F
* 4182001C 68000800
* B001000A C0410008
* FC420828 FC821828
* D0880004 54E0A53F
* 4182001C 68000800
* B001000A C0C10008
* FCC60828 FC861828
* D0880008 54E0053F
* 4182001C 68000800
* B001000A C0E10008
* FCE70828 FC87182A
* D088000C 7CC03B79
* 4082FF50 00000000

Skyworld Platforms [Dantarion]
* 4A000000 90000000
* 20623090 0000001E
* 48000000 805B8ADC
* 120001F0 00070000
* 12000200 0007FFFF
* 12000210 00010000
* 051514CC 60000000
* E0000000 80008000

ASM Codes

Dash Dancing [Phantom Wings, 5 Lines]
C271F474 00000004
81830058 2C0C000E
4182000C C0230040
48000008 FC20D090
60000000 00000000

Ignore Handicap [Y.S.]
* 04050550 38000000

Buffer scale = Handicap scale [Y.S, Phantom Wings]
* C285B784 00000006
* 807F002C 3C809018
* 806300F4 60840FDC
* 1C63005C 7C83202E
* 3860000A 2C040064
* 40800008 7C641BD6
* 60000000 00000000

Shieldstun [spunit262, 6 Lines]
* C28753FC 00000005
* 83810034 8083013C
* 2C040000 41810014
* 1F9C000F 3B9C0032
* 3880000A 7F9C23D6
* 60000000 00000000

No Autosweetspot Ledges [spunit262, 7 Lines]
* C27812B0 00000006
* 2C04000A 40A20020
* 8181003C 816C0018
* C00B0010 C02B001C
* FC000840 40A10008
* 38000000 5400CFFF
* 60000000 00000000

Launch Power Modifier [Almas, 28 Lines]
* C285765C 0000001B
* 3BE2FF7C 2C002F00
* 4082000C C3E2FFA4
* 480000BC 2C002F20
* 4082000C 38A3C594
* 48000034 2C002F14
* 4082000C 38A3C5A0
* 48000024 2C002F40
* 4082000C 38A3C574
* 48000014 2C002F5C
* 41820008 4E800020
* 38A3C558 80850010
* 2C040017 4082000C
* 38800003 48000008
* 80850000 3BA2FEDC
* 87DD0004 57C5463E
* 7C052000 41820010
* 7C1DF800 4082FFEC
* 4E800020 2C002F20
* 4082000C 57C0673E
* 48000028 2C002F14
* 4082000C 57C0873E
* 48000018 2C002F40
* 4082000C 57C0C73E
* 48000008 57C0A73E
* 1C000004 7FFF0214
* C3FF0000 EC3F0072
* 4E800020 00000000

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

Char ID fix 2.1 [spunit262, The Paprika Killer]
* C28152E4 00000006
* 819E003C 907EFFFC
* 80E30030 2C07000F
* 40A2001C 80FE0008
* 3C008180 7C070000
* 4080000C 39030008
* 9107FFFC 00000000

Animation Engine [spunit262, Phantom Wings, Almas]
* C2766C20 00000017
* 3C008180 807D0008
* 8063FFFC 7C030000
* 4080009C 80630030
* 809D0014 C0240040
* FC40081E 81240058
* 61298000 D8410008
* 8001000C 80BD007C
* 80A50038 1CE30010
* 3CC08058 7CE63378
* 80C60008 2C060000
* 4080004C 38C6FFF8
* 84E60008 2C070000
* 4182003C 7CE8C671
* 41A0000C 7C081800
* 40A20028 54E8863E
* 7C004000 41A0FFDC
* 54E8043E 7C082800
* 4182000C 7C084800
* 4082FFC8 C0060004
* 48000014 2C0300FF
* 4182000C 386000FF
* 4BFFFF94 D01F0010
* 60000000 00000000
* C2766FB8 00000003
* 2C1D0001 4182000C
* C0230010 48000008
* C02283C8 00000000

Animation Engine Initialization [Almas]
* 2057FFF8 00000001
* 2057FFFC 00000001
* C0000000 00000009
* 3D408058 614B1000
* 806B0000 7C65C670
* 1CA50010 7D2A2A14
* 91690008 84AB0008
* 2C050000 40820008
* 4E800020 7CA5C670
* 7C051800 4182FFE8
* 38650000 4BFFFFD4
* 4E800020 00000000
* 0457FFF8 00000002
* E0000000 80008000

Hitbox Property Mod Engine 2.0 [Phantom Wings, spunit262. Paprika Killer]
* C2744A3C 00000019
* 3C008180 80FC0028
* 81070008 8108FFFC
* 7C080000 408000A8
* 81080030 80DE0020
* 5106C00E 801E0000
* 5006821E 801E0018
* 5006442E 80E7007C
* 80E70038 813E0030
* 5127C0CE 801E0014
* 50076226 390204C8
* 85480018 81680004
* 7D405B79 41820060
* 7C0A3000 4082FFEC
* 7C0B3800 4082FFE4
* 88080008 90030004
* 88080009 9003001C
* 8808000A 90030024
* 8808000B 500906FE
* 91230034 A008000C
* 90030018 80080010
* 2C00FFFF 41820008
* 90030038 C0080014
* C03E0010 EC010032
* D0030014 7F83E378
* 60000000 00000000

Hitlag Modifier [Phantom Wings/Almas/spunit262, 10 Lines]
* C2771EAC 00000004
* 2C040004 41800010
* 1C840006 38840000
* 39C0000A 7C8473D6
* 2C040000 00000000
* C2876220 00000004
* 2C040004 41800010
* 1C840006 38840000
* 39C0000A 7C8473D6
* 80660064 00000000

Electric Hitlag Constant:[Phantom Wings]
* 04B87B10 3F800000

Momentum Capture V4.3 [Phantom wings, spunit262]
* C28669D8 00000013
* 3C008180 809D0008
* 8084FFFC 7C040000
* 4080000C 80840030
* 48000008 3880FFFF
* 807D007C A0E30006
* 80630038 2C03000B
* 40A20044 3C004540
* 901B000C C05B000C
* 38A2FE5C 84C50004
* 7CC0C671 4180000C
* 7C002000 4082FFF0
* 54C0027E 6C004540
* 901B000C C01B000C
* FC001028 C03B0008
* FC210032 2C030022
* 41800014 2C04002F
* 40A20010 2C070112
* 41A00008 D03B0008
* 60000000 00000000
* C277F794 00000002
* 801E0034 B01E0006
* 801E0048 00000000

Tech Window v.05  [spunit262]
* C277F190 00000012
* 80810010 2C040046
* 41A00080 2C04004C
* 41A10078 80BF0068
* 88C5008F 2C06000F
* 41A10068 88E5008E
* 7CC63A14 2C060032
* 41800058 2C040049
* 41820050 41A00008
* 3884FFFC 3884FFBA
* 5484083C 38840060
* 2C040062 41810030
* 41820010 80C50038
* 54C66D3E 48000014
* 80E50074 50E4EFFE
* 80C5003C 7CC69E70
* 2C0607E5 41A00008
* 60840001 90810010
* 60000000 00000000
* C2765394 00000005
* 88C30058 2C060032
* 41A10014 7C060214
* 2C0000FF 41800008
* 380000FE 98030058
* 60000000 00000000

Conditional Action Modifier v2.0 [The Paprika Killer, Almas]
* C277F780 0000000F
* 2C030000 41820064
* 3C008180 80BF0008
* 80A5FFFC 7C050000
* 40800050 80A50030
* 80DE0038 3CE08057
* 60E7A000 85070008
* 7D09C671 41820034
* 2C09FFFF 41A2000C
* 7C092800 4082FFE8
* 5509043E 7C093000
* 4082FFDC 81070004
* 5509843E 7C09E000
* 4082FFCC 551C043E
* 60000000 939E0038
* 60000000 00000000

ganon, falcon, toon link, and bowser upB momentum [Phantom Wings, The Paprika Killer]
* 80000000 80623320
* 80000001 00000000
* 60000006 00000000
* 60000003 00000001
* 4A001000 00000000
* 4A101001 00000000
* 30000000 00000009
* 66000001 00000000
* 30000001 0000000B
* 66000001 00000000
* 30000001 00000029
* 66000001 00000000
* 30000001 00000014
* 66000001 00000000
* 30000001 0000000C
* 58010000 00000004
* DE000000 80008180
* 58010000 00000060
* DE000000 80008180
* 90010002 00000000
* 48001002 0000007C
* 30000038 00000114
* 48001002 00000018
* 92210003 00000040
* 48001002 00000088
* 58010000 0000002C
* 94210003 0000004C
* 48001002 0000007C
* 14000004 00000001
* E2000001 00000000
* 80100001 00000008
* 62000000 00000001
* E200000F 00000000
* 80000001 00000000
* 80100000 00000244
* 62000000 00000000
* E0000000 80008000

Ganon & Falcon Down+B Recovery Fix
* 80000000 80623320
* 80000001 00000000
* 60000006 00000000
* 60000003 00000001
* 4A001000 00000000
* 4A101001 00000000
* 30000000 00000009
* 66000001 00000000
* 30000001 00000014
* 58010000 00000004
* DE000000 80008180
* 58010000 00000060
* DE000000 80008180
* 90010002 00000000
* 48001002 0000007C
* 30000038 00000114
* 48001002 00000018
* 92210003 00000040
* 48001002 00000088
* 58010000 0000002C
* 94210003 0000004C
* 48001002 0000007C
* 30000039 00000115
* 48001002 00000070
* 58010000 00000020
* 58010000 0000000C
* 14000004 00000001
* E2000001 00000000
* 80100001 00000008
* 62000000 00000001
* E200000F 00000000
* 80000001 00000000
* 80100000 00000244
* 62000000 00000000
* E0000000 80008000

Constants

Data Index [Plussery]
* 2057FFF8 00000000
* 0657FFF8 00000308
* 00000000 00000000
* 25CB64A0 3F6CCCCC
* 01000000 00000000
* 14F444A0 3F6CCCCC
* 02000000 00000000
* 687584A0 3F6CCCCC
* 03000000 00000000
* 25EB44A0 3F6CCCCC
* 04000000 00000000
* 65CB44A0 3F6CCCCC
* 05000000 00000000
* 448444A0 3F6CCCCC
* 06000000 00000000
* 26AC84A0 3F6CCCCC
* 07000000 00000000
* 44A444A0 3F599999
* 08000000 00000000
* 34C444A0 3F6CCCCC
* 09000000 00000000
* 26AC84A0 3F6CCCCC
* 0A000000 00000000
* 76A7A4A0 3F6CCCCC
* 0B000000 00000000
* 33C534A0 3F6CCCCC
* 0C000000 00000000
* 36CB64A0 3F6CCCCC
* 0D000000 00000000
* 24C444A0 3F6CCCCC
* 0E000000 00000000
* 35CA64A0 3F6CCCCC
* 0F000000 00000000
* 06E844A0 3F6CCCCC
* 11000000 00000000
* CCCCCCCC CCCCCCCC
* CCCCCCCC CCCCCCCC
* A975C4A0 3F6CCCCC
* 12000000 00000000
* 44C444A0 3F6CCCCC
* 13000000 00000000
* 26AC84A0 3F6CCCCC
* 14000000 00000000
* 568444A0 3F6CCCCC
* 15000000 00000000
* 44C444A0 3F6CCCCC
* 16000000 00000000
* 24E834A0 3F400000
* 17000000 00000000
* 45C854A0 3F6CCCCC
* 18000000 00000000
* 24C644A0 3F8CCCCC
* 19000000 00000000
* 35CB64A0 3F6CCCCC
* 1A000000 00000000
* 55E954A0 3F999999
* 1B000000 00000000
* 35CA64A0 3F6CCCCC
* 1D000000 00000000
* CCCCCCCC CCCCCCCC
* CCCCCCCC CCCCCCCC
* 45CA34A0 3F6CCCCC
* 1E000000 00000000
* 26E644A0 3F6CCCCC
* 1F000000 00000000
* 55C644A0 3F6CCCCC
* 20000000 00000000
* 45A344A0 3F333333
* 21000000 00000000
* 6875C4A0 3F400000
* 22000000 00000000
* 468554A0 3F6CCCCC
* 23000000 00000000
* 45CA64A0 3F6CCCCC
* 25000000 00000000
* CCCCCCCC CCCCCCCC
* CCCCCCCC CCCCCCCC
* 34E444A0 3F6CCCCC
* 29000000 00000000
* CCCCCCCC CCCCCCCC
* CCCCCCCC CCCCCCCC
* CCCCCCCC CCCCCCCC
* CCCCCCCC CCCCCCCC
* CCCCCCCC CCCCCCCC
* CCCCCCCC CCCCCCCC
* 44EA44A0 3F6CCCCC
* 2C000000 00000000
* CCCCCCCC CCCCCCCC
* CCCCCCCC CCCCCCCC
* CCCCCCCC CCCCCCCC
* CCCCCCCC CCCCCCCC
* 55C184A0 3F6CCCCC
* 2E000000 00000000
* CCCCCCCC CCCCCCCC
* CCCCCCCC CCCCCCCC
* 36CB64A0 3F6CCCCC
* 2F000000 00000000
* 34ED44A0 3FE00000
* 00000000 00000000
* 0457FFF8 00000001
* E0000000 80008000

Jump/Grav Values [29 Lines]
* 065A9200 000000E0
* 0025CB70 0114F440
* 02687580 0325EB40
* 0465CB40 05448440
* 0626AC80 0744A440
* 0834C440 0926AA70
* 0A47C790 0B16C480
* 0C35CB60 0D24C440
* 0E35CA60 0F06E840
* 119973D0 1244C440
* 133AC4E0 14687560
* 1544C440 1624E830
* 1745C850 1824C640
* 19444440 1A55E950
* 1B35CA60 1D45CA40
* 1E26E640 1F66C880
* 2045A340 216875C0
* 22468550 2345CA70
* 2534F440 2944EA40
* 2C55C480 2E36CB60
* 2F34ED50 3F4CCCCD
* 3F59999A 3F666666
* 3F733333 3F800000
* 3F833333 3F866666
* 3F89999A 3F8CCCCD
* 3F900000 3F933333
* 3F966666 3F99999A
* 3FA00000 3FA66666
* 3FB33333 3ECCCCCC

Animation Modifier Data [430 lines]
* 06581000 00000D60
* 0000000A 3FA66666
* 00000041 3FD56041
* 000C0053 3F4CCCCC
* 000E0054 40A00000
* 00000061 3F924DD2
* 00000064 3FA66666
* 010080BF 3F8A7EF9
* 010080C0 3F8E5604
* 0100000A 3FA66666
* 01000040 3F2AC083
* 01000041 3FD56041
* 010C0053 3F4CCCCC
* 010E0054 40A00000
* 01000064 3FA66666
* 020080BF 3F8353F7
* 020080C0 3F79DB22
* 020081CE 3FAA9FBE
* 0200000A 3FA66666
* 020A0026 3FA00000
* 02110027 3F800000
* 020D0027 3F000000
* 02000027 3FB33333
* 02120034 3FC00000
* 02140036 3FE66666
* 02140038 3FF33333
* 02000041 3FD56041
* 020C0053 3F4CCCCC
* 020E0054 40A00000
* 02000064 3FA66666
* 020A0118 3F800000
* 02000118 3FC00000
* 030B0028 3F800000
* 03000028 3F99999A
* 031D0034 3FCCCCCC
* 031D0036 3FA00000
* 031F0038 3FCCCCCC
* 03000041 3FD56041
* 030C0053 3F4CCCCC
* 030E0054 40A00000
* 03000061 3F8E5604
* 03000064 3FA66666
* 03150122 3F800000
* 030F0122 40400000
* 03140123 40000000
* 03150124 3F800000
* 030F0124 40400000
* 03190125 3f800000
* 03100125 40400000
* 040080BF 3F8E5604
* 040080C0 3F8A7EF9
* 0400000A 3FA66666
* 0400001C 40000000
* 041A0034 3FC00000
* 04150036 3FC00000
* 04140038 3FC00000
* 04000041 3FD56041
* 040C0053 3F4CCCCC
* 040E0054 40A00000
* 04000064 3FA66666
* 0400011A 40000000
* 05000041 3FD56041
* 050C0053 3F4CCCCC
* 050E0054 40A00000
* 05000061 3F96A7EF
* 05000064 3FA66666
* 060080BF 3F924DD2
* 060080C0 3F8E5604
* 06000041 3FD56041
* 060C0053 3F4CCCCC
* 060E0054 40A00000
* 06000064 3FA66666
* 06020115 3F800000
* 06000115 40000000
* 070080BF 3F96A7EF
* 070080C0 3F9B4395
* 07000041 3FD56041
* 070C0053 3F4CCCCC
* 070E0054 40A00000
* 07000064 3FA66666
* 08028062 3F800000
* 08018062 3F000000
* 080080BF 3F924DD2
* 080080C0 3F8E5604
* 0800000A 3FA66666
* 08000041 3FD56041
* 080C0053 3F4CCCCC
* 080E0054 40A00000
* 08000064 3FA66666
* 090081DB 3FC00000
* 090081DE 3FC00000
* 090081DF 3FE66666
* 0900000A 3FA66666
* 0913002F 3FC00000
* 0911002F 3F800000
* 0909002F 3F4CCCCC
* 090F0038 3F800000
* 09000038 3FC00000
* 09000041 3FD56041
* 090C0053 3F4CCCCC
* 090E0054 40A00000
* 09000061 3F96A7EF
* 09000064 3FA66666
* 0A138066 3F800000
* 0A048066 3FA00000
* 0A0080BF 3F924DD2
* 0A0080C0 3F96A7EF
* 0A00000A 3FA66666
* 0A04000C 3F800000
* 0A00000C 40000000
* 0A0B0028 3FA00000
* 0A000040 3FAAC083
* 0A000041 3FD56041
* 0A0C0053 3F4CCCCC
* 0A0E0054 40A00000
* 0A000064 3FA66666
* 0A000115 3FD55555
* 0A00011B 3FC00000
* 0B078062 3F800000
* 0B008062 3FE00000
* 0B0080BF 3F96A7EF
* 0B0080C0 3FA53F7C
* 0B00000A 3FA66666
* 0B000019 3FAAAAAB
* 0B0D0027 3FACCCCC
* 0B090027 3F800000
* 0B030027 3F999999
* 0B0D0028 3FC00000
* 0B150029 40000000
* 0B130029 3F800000
* 0B0B0029 3F1DB22D
* 0B00003B 3F68F5C2
* 0B000041 3FD56041
* 0B0C0053 3F4CCCCC
* 0B0E0054 40A00000
* 0B000064 3FA66666
* 0C00000A 3FA66666
* 0C000041 3FD56041
* 0C0C0053 3F4CCCCC
* 0C0E0054 40A00000
* 0C000061 3F8353F7
* 0C000064 3FA66666
* 0C00011A 3F999999
* 0C00011B 3F999999
* 0C00011C 40000000
* 0D00000A 3FA66666
* 0D000019 3FC00000
* 0D000027 3FA00000
* 0D000041 3FD56041
* 0D0C0053 3F4CCCCC
* 0D0E0054 40A00000
* 0D000061 3F79DB22
* 0D000064 3FA66666
* 0D00011A 3FC00000
* 0E0E8065 3FA00000
* 0E000041 3FD56041
* 0E0C0053 3F4CCCCC
* 0E0E0054 40A00000
* 0E000061 3F8E5604
* 0E000064 3FA66666
* 0F0080BF 3F96A7EF
* 0F0080C0 3F9B4395
* 0F1D0021 3F800000
* 0F030021 3F9EB851
* 0F000041 3FD56041
* 0F0C0053 3F4CCCCC
* 0F0E0054 40A00000
* 0F000064 3FA66666
* 1100000A 3FA66666
* 110C0028 3FB33333
* 11000041 3FD56041
* 110C0053 3F4CCCCC
* 110E0054 40A00000
* 11000061 3F8A7EF9
* 11000064 3FA66666
* 12008075 3FA66666
* 1200000A 3FA66666
* 120F0029 3F4CCCCC
* 12050029 3F800000
* 12010029 3F2AC083
* 120F002F 3F599999
* 12000041 3FD56041
* 120C0053 3F4CCCCC
* 120E0054 40A00000
* 12000061 3FA53F7C
* 12000064 3FA66666
* 121B0112 3FC00000
* 12110112 3F800000
* 12010112 3FAAC083
* 130080BF 3F8A7EF9
* 130080C0 3F8353F7
* 1300000A 3FA66666
* 13000041 3FD56041
* 130C0053 3F4CCCCC
* 130E0054 40A00000
* 13000064 3FA66666
* 131F0115 3F800000
* 13130115 3F400000
* 13030115 3F800000
* 13000115 3F000000
* 140F8063 3F800000
* 140E8063 3E800000
* 140081DF 3FC00000
* 140081E0 3FC00000
* 140081E1 3FC00000
* 1400000A 3FA66666
* 14228048 3EAAAAAB
* 141C8048 3F800000
* 14138048 40000000
* 14098048 41200000
* 14068048 3F800000
* 14008048 40C00000
* 14000041 3FD56041
* 140C0053 3F4CCCCC
* 140E0054 40A00000
* 14000061 3FA00000
* 14000064 3FA66666
* 14160118 40200000
* 1400011B 40000000
* 150080BF 3F9B4395
* 150080C0 3F96A7EF
* 1500000A 3FA66666
* 15000041 3FD56041
* 150C0053 3F4CCCCC
* 150E0054 40A00000
* 15000064 3FA66666
* 15010118 3F199999
* 16058062 3F800000
* 16008062 3F000000
* 160080BF 3F924DD2
* 160080C0 3F8E5604
* 16010029 3F800000
* 16000029 3E800000
* 16000041 3FD56041
* 160C0053 3F4CCCCC
* 160E0054 40A00000
* 16000064 3FA66666
* 16000112 3F400000
* 170080BF 3F924DD2
* 170080C0 3F8E5604
* 1700000A 3FA66666
* 17000041 3FD56041
* 170C0053 3F4CCCCC
* 170E0054 40A00000
* 17000064 3FA66666
* 18318066 3F800000
* 180D8066 40000000
* 180080BF 3F8E5604
* 180080C0 3F924DD2
* 181C0034 3FD99999
* 18220036 3FAAAAAA
* 181C0038 3FA00000
* 180F0038 3F800000
* 18000038 3FC00000
* 18000041 3FD56041
* 180C0053 3F4CCCCC
* 180E0054 40A00000
* 18000064 3FA66666
* 190080BF 3F9B4395
* 190080C0 3F96A7EF
* 1900000A 3FA66666
* 19000041 3FD56041
* 190C0053 3F4CCCCC
* 190E0054 40A00000
* 19000064 3FA66666
* 1A00000A 3FA66666
* 1A02000C 3FA00000
* 1A0C0026 3F800000
* 1A000026 3F999999
* 1A2F0032 3FA00000
* 1A160032 3F800000
* 1A010032 3FB33333
* 1A0D0034 3FC00000
* 1A100036 40066666
* 1A000040 3FAAC083
* 1A000041 3FD56041
* 1A0C0053 3F4CCCCC
* 1A0E0054 40A00000
* 1A000061 3F96A7EF
* 1A000064 3FA66666
* 1A00011B 3FA00000
* 1B000041 3FD56041
* 1B0C0053 3F4CCCCC
* 1B0E0054 40A00000
* 1B000061 3F96A7EF
* 1B000064 3FA66666
* 1B000128 3FC00000
* 1D1B8065 3FE00000
* 1D148066 3FC00000
* 1D118066 3F800000
* 1D028066 3FC00000
* 1D0080BF 3F8E5604
* 1D0080C0 3F96A7EF
* 1D00000A 3FA66666
* 1D1D0021 3F0E5604
* 1D030021 3FB99999
* 1D140027 3FE00000
* 1D1C002F 40000000
* 1D05002F 3F800000
* 1D00002F 40000000
* 1D000041 3FD56041
* 1D0C0053 3F4CCCCC
* 1D0E0054 40A00000
* 1D000064 3FA66666
* 1D000084 40000000
* 1E118063 3F400000
* 1E098065 3F4CCCCC
* 1E0080BF 3F924DD2
* 1E0080C0 3F96A7EF
* 1E1D0021 3F0E5604
* 1E030021 3FB99999
* 1E00003B 3F778D4F
* 1E000041 3FD56041
* 1E0C0053 3F4CCCCC
* 1E0E0054 40A00000
* 1E000064 3FA66666
* 1F0C8066 40000000
* 1F0080BF 3F8E5604
* 1F0080C0 3F924DD2
* 1F1A81D8 40A00000
* 1F00000A 3FA66666
* 1F1D0021 3F0E5604
* 1F030021 3FB99999
* 1F000024 3F999999
* 1F080028 3F800000
* 1F000028 3FCCCCCC
* 1F14002F 3FA00000
* 1F100034 3F999999
* 1F000041 3FD56041
* 1F0C0053 3F4CCCCC
* 1F0E0054 40A00000
* 1F000064 3FA66666
* 1F1D0113 40000000
* 1F000118 3FC00000
* 1F000119 40000000
* 20198064 3F2AAAAB
* 201A8066 40000000
* 2000000A 3FA66666
* 20000019 3FA00000
* 201D0021 3F0E5604
* 20030021 3FB99999
* 20000024 3FA00000
* 20000041 3FD56041
* 200C0053 3F4CCCCC
* 200E0054 40A00000
* 20000061 3F8353F7
* 20000064 3FA66666
* 2000012E 3FC00000
* 210080BF 3FAAC083
* 210080C0 3FA00000
* 2100000A 3FA66666
* 21000041 3FD56041
* 210C0053 3F4CCCCC
* 210E0054 40A00000
* 21000064 3FA66666
* 21000114 3FC00000
* 2100011C 41A00000
* 221F8062 40000000
* 220080C0 3F8E5604
* 2200000A 3FA66666
* 22190027 3F999999
* 22100027 3F800000
* 22010027 3FA00000
* 22120029 3FC00000
* 22000041 3FD56041
* 220C0053 3F4CCCCC
* 220E0054 40A00000
* 22000064 3FA66666
* 220F011C 40000000
* 2300000A 3FA66666
* 23000041 3FD56041
* 230C0053 3F4CCCCC
* 230E0054 40A00000
* 23000061 3F9B4395
* 23000064 3FA66666
* 250C8074 3F555555
* 250080BF 3FA00000
* 250080C0 3F96A7EF
* 2500000A 3FA66666
* 250C0029 3FC00000
* 25000041 3FD126E9
* 250C0053 3F4CCCCC
* 250E0054 40A00000
* 25000064 3FA66666
* 2900000A 3FA66666
* 290C0026 3FC00000
* 29120034 3FC00000
* 29140036 3FE66666
* 29140038 3FF33333
* 29000041 3FD56041
* 290C0053 3F4CCCCC
* 290E0054 40A00000
* 29000061 3F96A7EF
* 29000064 3FA66666
* 2C148066 3FB33333
* 2C0080BF 3F96A7EF
* 2C0080C0 3F924DD2
* 2C00000A 3FA66666
* 2C0A0028 3FA00000
* 2C000041 3FD56041
* 2C0C0053 3F4CCCCC
* 2C0E0054 40A00000
* 2C000064 3FA66666
* 2C140118 42C80000
* 2E0080BF 3F96A7EF
* 2E0080C0 3F924DD2
* 2E00000A 3FA66666
* 2E00002F 3F999999
* 2E000041 3FD56041
* 2E0C0053 3F4CCCCC
* 2E0E0054 40A00000
* 2E000064 3FA66666
* 2E0E0119 3F800000
* 2E000119 40000000
* 2F0C8064 3F800000
* 2F008064 3F999999
* 2F008075 3FA66666
* 2F00000A 3FA66666
* 2F140028 3FE00000
* 2F01002C 3F800000
* 2F00002C 40400000
* 2F00002D 40200000
* 2F200032 40400000
* 2F0D0032 40000000
* 2F000041 3FD56041
* 2F0C0053 3F4CCCCC
* 2F0E0054 40A00000
* 2F000061 3F96A7EF
* 2F000064 3FA66666
* 0457FFFC 00000001

Hitbox Property Mod Data [Phantom Wings, spunit262] 84 lines
* 065A9800 000002B8
* 0A183E32 0016902C
* 183E3200 01690000
* 8BA05276 3F800000
* 0F063C5A 00050026
* 06283C00 00500000
* FFFFFFFF 3F800000
* 0F04285A 00050026
* 04283C00 00500000
* FFFFFFFF 3F800000
* 0F0C691E 0003C02F
* 0C781E00 002D0000
* FFFFFFFF 3F800000
* 0F0A6932 0005302F
* 0A783200 002D0000
* FFFFFFFF 3F800000
* 0F0C661E 0003C02F
* 0C781E00 002D0000
* FFFFFFFF 3F800000
* 0F0A6632 0005302F
* 0A783200 002D0000
* FFFFFFFF 3F800000
* 0F09711E 0003C02F
* 095F1E00 000A0000
* FFFFFFFF 3F800000
* 0F087132 0005302F
* 085F3200 000A0000
* FFFFFFFF 3F800000
* 0F08711E 0003C02F
* 085F1E00 000A0000
* FFFFFFFF 3F800000
* 0F097132 00053032
* 09713200 00610000
* FFFFFFFF 3F800000
* 0F087132 00053032
* 08713200 00610000
* FFFFFFFF 3F800000
* 0F0A7814 00046033
* 0A911400 00460000
* FFFFFFFF 3F800000
* 0F058E14 00046033
* 05321400 00230000
* FFFFFFFF 3F800000
* 0F076428 00028033
* 081E0A00 010E0000
* FFFFFFFF 3F800000
* 0F0C0A14 0010E033
* 081E0A00 010E0000
* FFFFFFFF 3F800000
* 0F085A28 00046033
* 085A3C00 00460000
* FFFFFFFF 3F800000
* 0F058228 00169033
* 053C1E00 00046000
* FFFFFFFF 3F800000
* 0F016400 0005003A
* 01640004 00500000
* FFFFFFFF 3F800000
* 0F058014 00169044
* 05462800 01400000
* FFFFFFFF 3F800000
* 0F025005 0001E113
* 02500500 003C0000
* FFFFFFFF 3F800000
* 0F02820F 0001E113
* 02400500 00900000
* FFFFFFFF 3F800000
* 49053207 02169001
* 053C1902 01690000
* FFFFFFFF 3F800000
* 4902B405 E4046FFF
* 013C0504 013B0000
* FFFFFFFF 3F800000
* 49018205 E4046FFF
* 013C0504 00E10000
* FFFFFFFF 3F800000
* 49011E05 E4169FFF
* 013C0504 013B0000
* FFFFFFFF 3F800000
* 7302503C 03032000
* 02000003 00000000
* FFFFFFFF 3F800000
* 6E006400 12037000
* 00001E12 00280000
* FFFFFFFF 3F800000
* 6E033205 04169001
* 05450504 01690000
* FFFFFFFF 3F800000

Conditional Action Modifier Data [2 lines]
* 0657A008 00000018
* FF00008A 008A008D
* FF000089 008A008D
* FF00006E 008A006E

Momentum Capture Data [6 Lines]
* 065A9180 00000024
* 07000D9A 21000C00
* 1A001333 20000B33
* 16000C00 2F001C00
* 1800119A 0A00119A
* FF000ECC 00000000

Tripping Rate Modifier [KirbyIsCool]
* 0481CB34 C0220020
* 045A9340 00000000

Triple Jump Glitch Fix [Phantom Wings/spunit262]
* 04858DCC 38830003

P.Trainer Infinite Stamina [Phantom Wings/spunit262]
* 04A8BDAC 60000000

Hitstun at .46
* 02B88F48 00030001
* 04B87AA8 3EEB851E

No Stale Moves 1 line (spunit262)
* 02FC0988 00130000

C-Stick Fastfalls Modifier [spunit262/Phantom Wings]
* 0485E27C 40A20008
* 0485E278 2C000001

Powershield window Modifier [spunit262]
* 04B88F20 00000002

Infinite Replays
* 040EB804 60000000

64 frames between walljumps [Dantarion]
* 04b88efc 0000003c

Tags in replays [Y.S]
* 0404B140 38A00000

Online Handicap Disable [spunit262]
* 046F3DA4 60000000

Ledge Invincibility Duration (Y.S.)
* 04B88EB4 0000001C

Grab Jump Return [Phantom wings]
* C29131B0 00000005
* 8095007C 80840038
* 2C04003D 40820014
* 38800001 80B40020
* 80A5000C 90850004
* 809900AC 00000000

Death boundary data
* 065A9000 00000050
* 01F0F2B0 D40A0000
* 02F0F200 DE09D000
* 04F0F1D0 E30AD000
* 0DF0F2F0 CF09A000
* 13F0F200 DE0A0000
* 14F0F2A0 D7097000
* 1CF0F330 CD0A6000
* 1EF0F2A0 D4092000
* 21F0F320 CE09D000
* 24F0F300 D009D000

No Ledgestalling or Water Stalling + Ledgeteching [Shanus, Amazing Ampharos]
* 4A000000 90000000
* 1619A700 000001B8
* 00000000 00000077
* 00000006 00000007
* 00000005 10000018
* 00000000 00000004
* 00000005 1000001A
* 00000000 00000001
* 00000005 10000018
* 00000000 00000005
* 00000005 1000001A
* 00000000 00000000
* 00000005 10000018
* 00000000 00000005
* 00000005 1000001A
* 00000000 000000BC
* 00000006 00000007
* 00000005 10000018
* 00000000 00000004
* 00000005 1000001A
* 00000002 9019A7C8
* 00000002 9019A7F0
* 00000002 9019A810
* 00000002 9019A840
* 00000002 9019A858
* 00000002 9019A888
* 00000002 9019A8A0
* 02010200 80fb6594
* 12010200 9019A728
* 12000200 9019A738
* 02010500 9019A700
* 00080000 00000000
* 12000200 9019A748
* 120B0100 9019A7C0
* 1F090100 80fbf8d4
* 00080000 00000000
* 12010200 9019A728
* 12000200 9019A758
* 120B0100 9019A7C0
* 02010500 9019A768
* 00070100 80fbc0fc
* 00080000 00000000
* 12000200 9019A748
* 0D000200 80fb33c4
* 00080000 00000000
* 12000200 9019A748
* 00070100 80FB3F0C
* 00070100 80FB3F14
* 00070100 80FB3F1C
* 0D000200 80fb362c
* 00080000 00000000
* 12000200 9019A748
* 00070100 80fb3e44
* 00080000 00000000
* 02010200 80faf314
* 12000200 9019A748
* 00080000 00000000
* 06fc2ab8 00000008
* 00070100 9019A790
* 06fbf914 00000008
* 00070100 9019A798
* 06fbc10c 00000008
* 00070100 9019A7A0
* 06fb343c 00000008
* 00070100 9019A7A8
* 06fb368c 00000008
* 00070100 9019A7B0
* 06fb3ebc 00000008
* 00070100 9019A7B8
* 06fc1bc0 00000008
* 00070100 9019A7C0
* 06fc1c08 00000008
* 00070100 9019A7C0
* 06fb6864 00000008
* 00070100 9019A7C0
* 06fb693c 00000008
* 00070100 9019A7C0
* 06fb6a04 00000008
* 00070100 9019A7C0
* 06fc1ca0 00000008
* 00070100 9019A7C0

Ledgecancelling v1.1[Yeroc, Shanus]
* 06586000 00000038
* 00000002 80586010
* 00000000 00000001
* 02010200 80FAF3EC
* 12000200 9019A748
* 08000100 80586008
* 02010200 80FAB64C
* 00080000 00000000
* 06FC1C58 00000008
* 00070100 80586000

No Powershield Buffering [Shanus, Magus]
* 4A000000 90000000
* 1619AA10 00000055
* 00000006 00000030
* 00000000 00000003
* 00000000 00000000
* 00000005 20000001
* 00000002 9019AA38
* 000A0200 9019AA10
* 12000200 80fb0bdc
* 000E0000 00000000
* 12000200 9019AA20
* 000F0000 00000000
* 00080000 00000000
* 06fb0c5c 00000008
* 00070100 9019AA30

Air Dodge from Tumble Fix (Yeroc)
* 06585EF0 00000110
* 00000005 20000064
* 00000002 80585F38
* 00000002 80585F58
* 00000002 80585F70
* 00000002 80585F88
* 00000002 80585FA0
* 00000002 80585FB8
* 00000002 80585FD0
* 00000002 80585FE8
* 120A0100 80585EF0
* 02000300 80FB3EE4
* 02040200 80FB3EFC
* 00080000 00000000
* 120B0100 80585EF0
* 07010000 00000000
* 00080000 00000000
* 120B0100 80585EF0
* 07000000 00000000
* 00080000 00000000
* 120B0100 80585EF0
* 02000401 80FAE534
* 00080000 00000000
* 120B0100 80585EF0
* 00070100 80FB2E74
* 00080000 00000000
* 120B0100 80585EF0
* 00070100 80FB45A4
* 00080000 00000000
* 120B0100 80585EF0
* 0C2B0000 00000000
* 00080000 00000000
* 120B0100 80585F00
* 0C2B0000 00000000
* 00080000 00000000
* 06FB3F3C 00000010
* 00070100 80585FF8
* 00020000 00000000
* 06FC19E8 00000008
* 00070100 80585F00
* 06FAE144 00000008
* 00070100 80585F08
* 06FC1B00 00000008
* 00070100 80585F10
* 06FC2808 00000008
* 00070100 80585F18
* 06FB45C4 00000008
* 00070100 80585F20
* 06FB5594 00000008
* 00070100 80585F28
* 06FB561C 00000008
* 00070100 80585F30

Shield during Dashdance 2.0 [Yeroc]
* 06586080 00000040
* 00000002 80FAC5DC
* 00000002 805860A8
* 00000000 0000001A
* 00000006 00000030
* 00000000 00000003
* 02010300 80586090
* 02000401 80FAC32C
* 00090100 80586080
* 06FAC5D4 00000008
* 00090100 80586088

Dash Cancel v3.0 [Yeroc]
* 06586038 00000048
* 00000002 80586068
* 00000000 00000011
* 00000006 00000007
* 00000005 000003FC
* 00000000 00000004
* 00000005 00000C72
* 02010500 80586040
* 02000401 80FACC84
* 00080000 00000000
* 06FACE8C 00000008
* 00070100 80586038

Ledgehang Duration [Yeroc]
* 06FB656C 00000008
* 00000001 0003A980

Jump Deadframe Fix
* 06FC18F8 00000010
* 00020000 00000000
* 00020000 00000000

Cosmetic Stuff

Unrestricted Control Editing [spunit262]
* 211973CC 7CC6F82E
* 051973CC 38C20060
* 05197468 38620060
* 05197574 38820060
* 05197680 38E20060
* 051976B4 38620060
* 051978CC 38E20060
* 065A9380 0000000A
* 00010203 04050A0B
* 0C0D0000 00000000
* E0000000 80008000

Unrestricted Pause camera
* 040A7D60 4E800020
* 04109D88 38800001

Unrestricted Replay Camera (6 lines)
* 0409E934 60000000
* 0409E93C 60000000
* 0409E9AC FC201890
* 0409E9B8 FC600090
* 0409E9BC FC000890
* 0409E9C8 FC001890

CSS fixes for Samus/ZSS and Zelda/Shiek V2.1 [spunit262] (6 Lines)
* 04693D50 38800004
* 06693D6C 00000008
* 38000000 3880000F
* 046900E8 60000000
* 04697F58 60000000
* 04697EEC 60000000

CSS fixes for Giga and Company V2 [spunit262] (10 Lines)
* C2684940 00000002
* 9BB400B8 57BD06BE
* 2C1D001B 00000000
* 040AF8D4 546025B6
* 040AF964 546025B6
* 040AF830 546025B6
* 040AF528 546025B6
* 040AF810 546025B6
* 040AF880 546025B6
* 040AF848 546025B6

Custom CSS V3 [spunit262] [17 lines]
* 0668310C 00000030
* 387E006C 3B600000
* 3C808068 38840DE0
* 7CBB20AE 7CA50775
* 41800014 94A30004
* 3B7B0001 2C1B0032
* 4180FFE8 48000038
* 04690338 48000068
* 066900d8 00000008
* 2c170028 41820168
* 02680DE0 0022FFFF
* 06680DE0 00000029
* 00090D0C 0515011A
* 0A071325 1002240E
* 0F140616 1F172903
* 040B1908 23201B5D
* 5E5C1121 18221226
* 27000000 00000000

Custom Random V1 [spunit262] (10 Lines)
* 06685824 0000000C
* 3C608068 7C630214
* 88630E80 00000000
* 046857F0 3AE00028
* 06680E80 00000028
* 00090D0C 0515011A
* 0A071325 1002240E
* 0F140616 1F170304
* 0B190823 201B5D5E
* 5C112118 22122627

Independent Pokemon Engine +no wreck My Music V2 [spunit262] (11 lines)
* 06407BD0 0000000E
* 04030F0D 1E1B1F1B
* 201B211B 221B0000
* C2684964 00000007
* 881400B8 2C00003F
* 41A00028 2C03001D
* 40A20008 3860001E
* 2C03001F 40A20008
* 38600020 2C030021
* 40A20008 38600022
* 987400B8 00000000

File Patch Code v3.5.1 (NTSC-U) [Phantom Wings]
E0000000 80008000
225664EC 00000000
0401BFE0 4858BE20
065A7E00 00000070
38A00067 38810020
3CE0805A 60E37C18
4BE52531 38A0007F
3883FFE8 38610020
4BE52521 38A00068
60E47C18 38610020
9421FF80 BC410008
38610088 4BA74DB9
7C7C1B78 2C030000
4082000C 38210080
4800001C B8410008
38210080 4BE524E5
38610008 4BA742E1
7C7C1B78 4BA741E8
040223E0 48585BC0
065A7FA0 00000028
80010044 3C608001
6063581C 7C001800
4082000C 7FDDC850
3BDEFFE0 93DB0008
4BA7A424 00000000
0401CD0C 4858B1F4
065A7F00 00000038
2C030000 4182000C
4BA7DD51 4BA74E04
80780008 2C030000
41820014 8118000C
7C634214 7C7B1850
48000008 8078000C
4BA74DE0 00000000
043EE9D8 48000014
043EEBD4 48000014
043D8B9C 48000018
043E9B4C 38600000
043E9D38 38600000
043D8C80 60000000
80000000 80406920
80000001 805A7C00
8A001001 00000000
045A7C10 2F525342
045A7C14 452F7066
80000001 805A7B00
8A001001 00000000
065A7B10 0000000F
2F525342 452F7066
2F736F75 6E642F00
041C6CE0 483E0D20
065A7A00 00000028
9421FF80 BC410008
3C60805A 60637B1F
4BE52931 B8410008
38210080 4BE52995
4BC1F2C4 00000000
065A7900 00000078
9421FF80 7C0802A6
9001000C BC810010
9421FF00 7C872378
54B2BA7E 7CD33378
38800000 9081000C
90810010 90610014
90810018 3880FFFF
9081001C 38610020
90610008 7CE43B78
38A00080 4BE529F5
38610008 4BA752A1
60000000 80210000
B8810010 8001000C
7C0803A6 80210000
4E800020 00000000
043E399C 481C3F04
065A78A0 00000010
80BC0020 7CA59214
3A400000 4BE3C0F4
043DBAEC 481CBDE4
065A78D0 00000018
800302A4 2C130000
41820008 7E609B78
3A600000 4BE3420C
041CDF7C 483D9884
065A7800 00000098
818C0014 9421FF80
BC410008 3D009034
61089D94 7C034000
4082003C 7C882378
3C60804D 60630000
3C80805A 60847B00
7CC53378 38C04200
80E40080 2C070000
40820014 60000000
480000B9 2C030000
41820010 B8410008
80210000 4BC26724
70A501FF 3868FFFF
3C80804C 6084FFFF
7C842A14 38A04001
38A5FFFF 8C040001
9C030001 2C050000
4082FFF0 B8410008
80210000 4BC2670C
141CCF90 483DA770
065A7700 00000048
9421FF80 BC410008
7FE3FB78 3C80805A
60847B00 38A00000
38C04000 480001E5
90640080 807F0008
907A0014 907A005C
907A0074 B8410008
80210000 807F0000
4BC25854 00000000
E0000000 80008000

Colored shields [Phantom wings] (20 lines)
* 4A000000 80F59A60
* 14000088 FF3AB700
* 14000090 FF000000
* 140000A0 FF000000
* 140000A8 00000000
* 4A000000 80F59ED4
* 14000088 00FFFF00
* 14000090 0000FF00
* 140000A0 0080FF00
* 140000A8 00000000
* 4A000000 80F5A348
* 14000088 FAF9E100
* 14000090 FFFF0000
* 140000A0 FFFF8000
* 140000A8 00000000
* 4A000000 80F5A7BC
* 14000088 88FCAE00
* 14000090 00FF0000
* 140000A0 00C00000
* 140000A8 00000000
 

KingSlimeKnight

Smash Apprentice
Joined
Nov 9, 2009
Messages
144
...My brain works now, I got all the txt code and got rid of the file patch code for all of them so that I can use the CSS on the Riivolution.(I did everything else to get it work.)
 

Robjoe

Smash Rookie
Joined
Sep 6, 2007
Messages
21
Find the pac that has the SAME stuff as those brres do the developers left alot of unneeded stuff in the iso like the brres those get overridden by a different file
keep trying something tells me you might be close
Turns out you were right. The BRRES's that I was looking at seem to go completely unused (unless maybe the Coin Launcher uses sprites for trophies? I can't remember). After digging through every file that looked like it might have what I was after, I finally found a FOURTH set of trophy icons in "(root)\menu\collection\Figure_en.brres". After replacing Jet in there, I finally see the icon for my trophy in game! Now all I need to do is replace Jet's sticker, which should go smoother than this did.

Anyway though, sorry for wasting your time on this. I should have realized those files weren't the ones the menu was accessing, but after finding three sets of icons, I thought for sure those were all that existed. Of course, you never know with Brawl. So many things get repeated in many different files, and it's hard to tell what part of the game uses what. Thanks for your suggestions! They put me on the right track. :)
 

Bruce Leenomorph

Smash Rookie
Joined
Oct 24, 2009
Messages
19
I suppose I'll try a request here. This is based off of my friend and I playing around with both mods all night (we've been using Balanced Brawl for a few weeks, just tried out the latest Brawl+), and really enjoying both.

I love both mods, but I think I like BBrawl more. While I prefer the speed of Brawl+, and overall I like some of the changes, it does not seem as well-balanced to me in terms of the characters. My friend and I fought each other, we fought with the computer, and it just seems that BBrawl seems to put everyone on more of an even playing field, plus we like some of the tweaks the characters received. However, there are some things that Plus does that we'd like to have in BBrawl.

The biggest is momentum capture. I don't know why they took it out of Brawl in the first place, and since I like to play Sonic, Zero Suit Samus and Captain Falcon, among others, it really is a glaring oversight. That alone would make the game much better, but combined with the rest of BBrawl, would be fantastic.

Second is the free-range camera. Gotta love that. Third is the speed increase, which was fun after trying it.

Fourth is just a question. I fought my friend and I fought the computer many times tonight. My best example is King Dedede, fighting him solo as the computer as various characters. He seemed much more difficult on Brawl+ than BBrawl. Does anyone know why this is? It wasn't the increased speed. He could be tough either way, but in Plus, he just dodged and guarded everything and ran away until you were at high damage. He could be quite difficult.

Anyway, so is it possible to get the momentum capture and speed increase (and maybe the free camera) in Balanced Brawl? Can anyone do that for me? I've done some modding before, although it was for AVP2 on the PC and probably not as difficult, and also I can't get the homebrew channel on my Wii (which apparently you need to make your own code sets?).

Many thousands of thanks for any help you can offer in this regard, and if no one can help, I thank you for at least reading this. :)
 

Bruce Leenomorph

Smash Rookie
Joined
Oct 24, 2009
Messages
19
Get code manager and if you have the txt files for both brawl+ and BBrawl open them in that and look for the things you want to add to bb
Hope this helps
It may very well help, and thanks for the quick response!

I'm assuming that I do have both text files, since I have both mods saved on my computer. Does the code manager stuff require you use homebrew to actually make the mod, though? I can alter text codes in theory but I can't use homebrew.

Also, I couldn't get the Brawl+ latest version to work by unpacking the zip file into my SD card. Yet when I use the binary to extract everything to my SD card, it works, so I will probably have to extract the B+ text file from that to look through it.
 

Bruce Leenomorph

Smash Rookie
Joined
Oct 24, 2009
Messages
19
You don't homebrew for alot of things and codemanager is used on the computer so no homebrew required
Sweet! I'll have to try it out. Thanks!

... my request still stands, though, I suppose, if anyone feels up to it. I would be eternally grateful, as I'm sure there are many with far more experience tweaking with the mods for this game.

So, Mr. Chuy, I'll basically be able to take the codes I want from Brawl+ text file and add them to the BBrawl text file, and then the code manager program will let me save that BBrawl text file (presumably having opened it from the folder on my SD card) and the mod will work? Or will I have to turn it into a GCT file or something?

It just sounds too easy to be true, is all. ;)
 

Bruce Leenomorph

Smash Rookie
Joined
Oct 24, 2009
Messages
19
You have to save the changes as a .gct file and put it name it to what your BB .gct file is named
And I can do that with the code manager? I don't need anything else to save it as a .gct file?

Also, which text files am I looking for in B+ and BBrawl, as far as where to get the codes? I'm assuming it's not the gameconfig.txt, because that doesn't list them all.
 

Bruce Leenomorph

Smash Rookie
Joined
Oct 24, 2009
Messages
19
Okay, new program, new questions: where can I find the Brawl+ code lists? I downloaded GCTEdit, and that makes it pretty simple. I have both the Brawl+ and BBrawl GCT files open for editing now, and while it's easy enough to copy codes from Plus to BBrawl and save it and be on my merry way, much of the codes are unlisted.

The codes that I can't find because they're not listed by name:

Momentum capture
Global speed increase

If anyone could give me these codes, I would so very much appreciate it.

I added these codes from Brawl Plus to BBrawl:

Independent Pokemon engine
Lone Zelda Icon
Custom CSS
Unrestricted Pause camera

Are there any foreseeable problems with just copying them straight over to BBrawl from the other GCT file?

Hm, actually, it seems to have frozen on the CSS. There were three extra "Random" icons where the Pokemon should have been. This, I'm assuming, is because I haven't added the stuff from the "fighter" folder for each of the separate characters.
 

Mr.Chuy

Chuy
Joined
Dec 29, 2009
Messages
1,817
Location
Somewhere in Texas
Look a couple of posts above for the brawl+ codes
The codes aren't listed because the program was made a long time ago
No there shouldn't be any problems with it
 

Bruce Leenomorph

Smash Rookie
Joined
Oct 24, 2009
Messages
19
Look a couple of posts above for the brawl+ codes
The codes aren't listed because the program was made a long time ago
No there shouldn't be any problems with it
You've been a great help so far, Mr. Chuy, and I really appreciate it.

The game just froze on the character select screen, though. There were three additional "random" spots where the three Pokemon normally go. There were extra portraits for Zero Suit Samus and Zelda and those seemed to be fine, so something else is needed for the Pokemon. Do you have any idea what it might be?
 

Mr.Chuy

Chuy
Joined
Dec 29, 2009
Messages
1,817
Location
Somewhere in Texas
You've been a great help so far, Mr. Chuy, and I really appreciate it.

The game just froze on the character select screen, though. There were three additional "random" spots where the three Pokemon normally go. There were extra portraits for Zero Suit Samus and Zelda and those seemed to be fine, so something else is needed for the Pokemon. Do you have any idea what it might be?
What cs codes do you have on i'll tell you which to add and you're trying to get independent pokemon and ZSS right?
I'm generally the guy that helps out here and it's not a problem
 

Bruce Leenomorph

Smash Rookie
Joined
Oct 24, 2009
Messages
19
What cs codes do you have on i'll tell you which to add and you're trying to get independent pokemon and ZSS right?
I'm generally the guy that helps out here and it's not a problem
I just started fresh with a new BBrawl GCT, and I added these:

Momentum capture V4.3
Momentum capture data
Pokemon Trainer infinite stamina
No stale moves
Unrestricted pause camera


For this fresh start, I haven't added any CS codes yet. I'm working from your code list a couple pages back and, of course, the BBrawl 2 code list. Yes, I want to get independent Pokemon and ZSS and Zelda, if at all possible. Which ones do I need for that? And do I need anything besides the codes?

Thanks!
 
Top Bottom