Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 620
» Latest member: Aucratic
» Forum threads: 1,771
» Forum posts: 13,465

Full Statistics

Online Users
There are currently 70 online users.
» 0 Member(s) | 67 Guest(s)
Applebot, Bing, Google

Latest Threads
Make it to 10,000
Forum: General Discussion
Last Post: Fifty
40 minutes ago
» Replies: 6,945
» Views: 5,166,950
"Double Dash!!" Speedomet...
Forum: Visual & Sound Effects
Last Post: Sponge
1 hour ago
» Replies: 8
» Views: 2,146
Don't Hide Character When...
Forum: Visual & Sound Effects
Last Post: Vega
5 hours ago
» Replies: 0
» Views: 18
[Request] Visually hide V...
Forum: Code Support / Help / Requests
Last Post: Vega
5 hours ago
» Replies: 7
» Views: 9,580
Hide VR / BR Text [B_squo...
Forum: Visual & Sound Effects
Last Post: Vega
5 hours ago
» Replies: 0
» Views: 16
Print BMG IDs [_tZ]
Forum: Visual & Sound Effects
Last Post: Vega
5 hours ago
» Replies: 2
» Views: 1,042
Statues/Posters/Signs Are...
Forum: Visual & Sound Effects
Last Post: _Ro
Today, 12:53 AM
» Replies: 0
» Views: 35
Minimap Character Icons R...
Forum: Visual & Sound Effects
Last Post: _Ro
Yesterday, 06:13 AM
» Replies: 0
» Views: 73
Show Kart Statuses on Min...
Forum: Visual & Sound Effects
Last Post: _Ro
Yesterday, 03:46 AM
» Replies: 2
» Views: 115
Grow Loop [Ro, JoshuaMK]
Forum: Offline Non-Item
Last Post: _Ro
Yesterday, 02:28 AM
» Replies: 2
» Views: 175

 
  No Drafting [Melg]
Posted by: Vega - 10-04-2024, 05:13 PM - Forum: Offline Non-Item - Replies (2)

No Drafting [Melg]

Alternate Code Names:

  • No Slip Stream
  • Disable Drafting
  • Disable Slip Stream

Two configs to the code. 1st config effects all slots. 2nd config effects chosen slot only.

NTSC-U
045807dc 2C030001

PAL
04587000 2C030001

NTSC-J
04586980 2C030001

NTSC-K
04575058 2C030001

Source:
cmpwi r3, 0 changed to cmpwi r3, 1

---

X = Slot

NTSC
C25807dc 00000003
2C1C000X 40A2000C
2C030001 48000008
2C030000 00000000

PAL
C2587000 00000003
2C1C000X 40A2000C
2C030001 48000008
2C030000 00000000

NTSC-J
C2586980 00000003
2C1C000X 40A2000C
2C030001 48000008
2C030000 00000000

NTSC-K
C2575058 00000003
2C1C000X 40A2000C
2C030001 48000008
2C030000 00000000


/*Addresses
NTSC-U 805807dc
PAL 80587000
NTSC-J 80586980
NTSC-K 80575058
*/
cmpwi r28, 0 #Slot 0 used for assembling, change this to what you want
bne+ og_instruction
cmpwi r3, 1
b end
og_instruction:
cmpwi r3, 0
end:

---

Code creator: Melg
Code credits: Vega (slot changeability code)

Print this item

  Show default pictures for layouts. [B_squo]
Posted by: Vega - 10-01-2024, 08:34 PM - Forum: Visual & Sound Effects - No Replies

Show default pictures for layouts. [B_squo]

# Makes layouts with differing icons show their default icons set in the layout. For example, the national flags in the rankings Top 10 will only show the unused USA flag, the Matsuoka Mii icon will display instead of the 3D Mii head, etc

(PAL)
0463e0f0 4e800020
0463e3dc 4e800020

(USA)
0460ccd0 4e800020
0460cfbc 4e800020

(JPN)
0463d75c 4e800020
0463da48 4e800020

(KOR)
0462c408 4e800020
0462c6f4 4e800020

Code creator: B_squo

Print this item

  No Blurred Screen When in Home Menu During Races [B_squo]
Posted by: Vega - 10-01-2024, 08:29 PM - Forum: Visual & Sound Effects - No Replies

No Blurred Screen When in Home Menu During Races [B_squo]

(PAL)
0455493C 60000000

(USA)
0454e91c 60000000

(JPN)
045542bc 60000000

(KOR)
04542994 60000000

Code creator: B_squo

Print this item

  Online Miis look at the camera when finishing in Live View [B_squo]
Posted by: Vega - 10-01-2024, 08:28 PM - Forum: Online Non-Item - No Replies

Online Miis look at the camera when finishing in Live View [B_squo]

(PAL)
04596770 60000000

(USA)
0458ff4c 60000000

(JPN)
045960f0 60000000

(KOR)
045847c8 60000000

Code creator: B_squo

Print this item

  Online Miis have facial expressions [B_squo]
Posted by: Vega - 10-01-2024, 08:26 PM - Forum: Online Non-Item - No Replies

Online Miis have facial expressions [B_squo]

# The Miis from online rivals face will change depending on the situation rather than just staying with the default face the whole time.

(PAL)
047C7944 38800000

(USA)
047b8ee4 38800000

(JPN)
047c6fb0 38800000

(KOR)
047b5d04 38800000

Code creator: B_squo

Print this item

  Classic Dragster Tire connection displays online [B_squo]
Posted by: Vega - 10-01-2024, 08:24 PM - Forum: Online Non-Item - No Replies

Classic Dragster Tire connection displays online [B_squo]

# Vehicles such as the Classic Dragster or the Offroader are missing the pieces that connect the tires with the body of the kart during online play for rival players only. This code makes them appear again.

(PAL)
04577724 48000024

(USA)
04570ec0 48000024

(JPN)
045770a4 48000024

(KOR)
0456577c 48000024

Code creator: B_squo

Print this item

  Unlock Rosalina with specific game [B_squo]
Posted by: Vega - 10-01-2024, 08:22 PM - Forum: Misc/Other - No Replies

Unlock Rosalina with specific game [B_squo]

(PAL)
0488FE8C XXXXXXXX
0488FE90 YYYYYYYY

(USA)
0488ba2c XXXXXXXX
0488ba30 YYYYYYYY

(JPN)
0488f4dc XXXXXXXX
0488f4e0 YYYYYYYY

(KOR)
0487e28c XXXXXXXX
0487e290 YYYYYYYY

Where XXXXXXXXYYYYYYYY = Title ID of game (from ASCII to hex back to ASCII)

Example: Wii Sports PAL
Game ID is RSPP01
Remove the last two digits. You have RSPP
Convert RSPP from ASCII to Hex
52535050
Now convert that back to ASCII
3532353335303530 is the XXXXXXXXYYYYYYYY value to be used

Code creator: B_squo

Print this item

  Force a specific title screen [B_squo]
Posted by: Vega - 10-01-2024, 08:15 PM - Forum: Visual & Sound Effects - No Replies

Force a specific title screen [B_squo]

(PAL)
0463ADC4 38A0000X

(USA)
04609a24 38A0000X

(JPN)
0463a4b0 38A0000X

(KOR)
0462915c 38A0000X

X Values:
0: Mario with his arms crossed in front of his kart
1: Mario driving his kart
2: Peach
3: Luigi
4: Bowser

Code creator: B_squo

Print this item

  Force Mario & Luigi Title Screen image, even when everything is unlocked [B_squo]
Posted by: Vega - 10-01-2024, 08:13 PM - Forum: Visual & Sound Effects - No Replies

Force Mario & Luigi Title Screen image, even when everything is unlocked [B_squo]

(PAL)
0463AC94 48000038

(USA)
046098f4 48000038

(JPN)
0463a380 48000038

(KOR)
0462902c 48000038

Code creator: B_squo

Print this item

  All Characters in Title Screen without having unlocked anything [B_squo]
Posted by: Vega - 10-01-2024, 08:12 PM - Forum: Visual & Sound Effects - No Replies

All Characters in Title Screen without having unlocked anything [B_squo]

(PAL)
0463AC94 60000000

(USA)
046098f4 60000000

(JPN)
0463a380 60000000

(KOR)
0462902c 60000000

Code creator: B_squo

Print this item