Change Game Port [IPG]
#1
This is a code that changes the port used by the game to connect to other players.

NTSC-U:
C210DFD4 00000002
2C031964 41820008
3860XXXX 00000000

PAL:
C210E074 00000002
2C031964 41820008
3860XXXX 00000000

NTSC-J:
C210DF94 00000002
2C031964 41820008
3860XXXX 00000000

NTSC-K:
C210E0EC 00000002
2C031964 41820008
3860XXXX 00000000

XXXX should be the hex value of a 16-bit integer of the port you want to use. (except 6500)
Setting XXXX to 0000 will give you a random, unused port decided by the operating system.
(Please note that if using Dolphin on *nix based systems, you can not use any ports below 1024)

Source:

Code:
.set DESIRED_PORT, 6969
cmpwi r3, 6500    # This port is not used for gameplay
beq exit
li r3, DESIRED_PORT
exit:
Reply


Messages In This Thread
Change Game Port [IPG] - by InvoxiPlayGames - 08-15-2020, 05:26 PM
RE: Change Game Port [IPG] - by Leseratte10 - 08-26-2020, 11:36 AM
RE: Change Game Port [IPG] - by InvoxiPlayGames - 09-02-2020, 03:34 AM
RE: Change Game Port [IPG] - by Leseratte10 - 09-03-2020, 06:38 PM
RE: Change Game Port [IPG] - by InvoxiPlayGames - 09-06-2020, 12:46 AM
RE: Change Game Port [IPG] - by Leseratte10 - 09-06-2020, 06:16 AM
RE: Change Game Port [IPG] - by Leseratte10 - 11-20-2020, 12:51 PM
RE: Change Game Port [IPG] - by marito_yo - 04-26-2023, 04:02 AM

Forum Jump:


Users browsing this thread: 2 Guest(s)