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

Breakdown of the Global Netplay AR Code

tatatat0

Smash Journeyman
Joined
Jan 28, 2015
Messages
412
I've searched for quite a while but I can't seem to find the function of every part of the Global Netplay code:
0445BF28 FFFFFFFF
0445BF2C FFFFFFFF
0045C370 000000FF
0045BF12 00000001
0045BF18 00000008
0045BF14 00000004
0045BF18 00000008
041A45A0 3C000202
041A45A4 901E0000
0422D638 38000006
0416B480 60000000
0445C388 470000B0
0445C20C 39400000
0245C390 00030000
0445C0D4 01010100
0045C110 00000001
0445C230 10000000
0045C114 00000027
0445C228 80000000
0045C22C 00001111
The reason I wish to know its function is because some netplay users of my modpack require it to even play and I wish to change the random stage select for it, Hope you moderinos don't insta-ban me!
 
Last edited:

Sham Rock

Smash Apprentice
Joined
Feb 10, 2014
Messages
95
Location
Outside of your grab range
->unlock all chars and stages
0445BF28 FFFFFFFF
0445BF2C FFFFFFFF

->default tournament settings settings
0045C370 000000FF
0045BF12 00000001
0045BF18 00000008
0045BF14 00000004
0045BF18 00000008


->boot to char select
041A45A0 3C000202
041A45A4 901E0000


->debug menu replaces tournament mode
0422D638 38000006



->c stick in single player
0416B480 60000000



->random stage select
0445C388 470000B0


->true special message delete
0445C20C 39400000
0245C390 00030000
0445C0D4 01010100
0045C110 00000001
0445C230 10000000
0045C114 00000027
0445C228 80000000
0045C22C 00001111
 

CeLL

Smash Lord
Joined
Jan 26, 2014
Messages
1,026
Location
Washington
->default tournament settings settings
0045C370 000000FF
0045BF12 00000001
0045BF18 00000008
0045BF14 00000004
0045BF18 00000008
To clarify this doesn't overwrite the default settings like the code you'd find on the gecko codes thread or the dol mod in the dol mod thread, it overwrites the current settings, making it impossible to change them in game, which is annoying.
 

tatatat0

Smash Journeyman
Joined
Jan 28, 2015
Messages
412
To clarify this doesn't overwrite the default settings like the code you'd find on the gecko codes thread or the dol mod in the dol mod thread, it overwrites the current settings, making it impossible to change them in game, which is annoying.
Ik
 
Top Bottom