Ranked Friend Rooms [marito_yo]
#1
Ranked Friend Rooms [marito_yo]


This code should allow you to gain/loose VR/BR while in Friend Rooms
it should also allow for unlimited rounds in Friend Rooms, to stop playing, host has to quit or player can quit after finishing the race by pressing the "Quit Game" button after the race ends

This code does not affect "team VS race"


NTSC-U
C2604BF4 00000006
2C1D0060 41820018
2C1D0062 41820018
2C1D0063 41820010
48000010 3BA00058
48000008 3BA00059
93BC000C 00000000

PAL
C2635A8C 00000006
2C1D0060 41820018
2C1D0062 41820018
2C1D0063 41820010
48000010 3BA00058
48000008 3BA00059
93BC000C 00000000

NTSC-J
C26351D8 00000006
2C1D0060 41820018
2C1D0062 41820018
2C1D0063 41820010
48000010 3BA00058
48000008 3BA00059
93BC000C 00000000

NTSC-K
C2623E84 00000006
2C1D0060 41820018
2C1D0062 41820018
2C1D0063 41820010
48000010 3BA00058
48000008 3BA00059
93BC000C 00000000


Code:
##########Address ports############
#         80604BF4 NTSC-U         #   
#         80635A8C PAL            # 
#         806351D8 NTSC-J         #     
#         80623E84 NTSC-K         # 
###################################


cmpwi r29, 0x60   #froom VS voting
beq- VS           #branch to VS if equal to 60
cmpwi r29, 0x62   #froom Battle voting
beq- BT           #branch to BT if equal to 62
cmpwi r29, 0x63   #froom Coin Battle voting
beq- BT           #branch to BT if equal to 63

b end             #skip if no matches



VS:               #load WW/Regional VS voting menu
li r29, 0x58
b end             #branch to end


BT:               #load WW/Regional BT voting menu
li r29, 0x59

end:
stw r29, 0xC(r28) #Default Instruction


Code creator: marito_yo
Code credits: uncredited [Access Online Mode Without Internet ]
Reply
#2
Nice work.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)