Mario Party 5 (GCN/WIIRD/NTSC-U)

Game Hacks, Trainers, Cheats

Moderator: Ralf@gc-forever

User avatar
kinopiofan69
Posts: 16
Joined: Mon Jan 23, 2023 12:41 am

Re: Mario Party 5 (GCN/WIIRD/NTSC-U)

Post by kinopiofan69 » Sat Feb 04, 2023 5:23 pm

kesterstudios wrote:
Thu Feb 02, 2023 5:53 pm
kinopiofan69 wrote:
Tue Jan 24, 2023 6:27 pm

Code: Select all

Widescreen Code (meant for Swiss/Nintendont)
F6000001 80008180
FFA01090 93E10024
D2000000 00000007
3DC03FAA 61CEAAAB
91C20004 C2220004
81FF000C 3DC03FCC
61CECCCD 7C0E7800
41820008 EC5100B2
FFA01090 39C00000
39E00000 00000000
E0000000 80008000
F6000001 80008180
FF601090 7C7F1B78
D2000000 00000004
3DC03FAA 61CEAAAB
91C20004 C2220004
EF7100B2 39C00000
60000000 00000000
E0000000 80008000
How well did this code work? I haven't got the chance to test it yet. Any bugs, stretching or oddities?
It's the same as the glitchy, one, but removes the HUD by making it stretched. It also removes a line that caused Weird Spaces. Dropping that line makes the spaces correct. Dropping the line on the NON-Working Code, on the other hand, causes this. It's like Ralf's Widescreen Codes for 6 and 7, but unlike those, this one also affects the mini-games. It's also the same as in those Automatic Mario Party videos. Also, I should've called the Gecko Code Title, "16:9 Aspect Ratio (Widescreen)", not "Widescreen Code (meant for Swiss/Nintendont)". I'm pretty sure it will affect the messages like this one when editing the Original Post though.
User avatar
AdolescentSeagull
Posts: 21
Joined: Wed Mar 01, 2023 4:44 pm

Re: Mario Party 5 (GCN/WIIRD/NTSC-U)

Post by AdolescentSeagull » Tue Aug 29, 2023 5:23 pm

I somehow missed this thread when I made a new Mario Party 5 thread, so I'll move my codes here.

All Gecko codes have been converted from and/or based on Ralf's PAL AR work.

Code: Select all

Replace Koopa Kid With Red Koopa Kid 
041ACC18 801AC1E7
041ACC20 801AC1FF
041ACC28 801AC217
041ACC30 801AC22F

Replace Koopa Kid With Green Koopa Kid
041ACC18 801AC173
041ACC20 801AC18B
041ACC28 801AC1A3
041ACC30 801AC1BB

Replace Koopa Kid With Blue Koopa Kid
041ACC18 801AC0FF
041ACC20 801AC117
041ACC28 801AC12F
041ACC30 801AC147

P1: Press Z+R to be on turn 20
282885f8 00002030
0022a494 00000014
E2000001 80008000

P1: Press Z+L to be on turn 1
282885f8 00004050
0022a494 00000001
E2000001 80008000


P1: Press L+Y for infinite moves (Use While Moving)
282885F8 00004840
0022A07A 0000000A
0022A182 0000000A
0022A28A 0000000A
0022A392 0000000A
E2000001 80008000

P1: Press L+X for no more moves (use while moving)
282885F8 00004440
0022A07A 00000001
0022A182 00000001
0022A28A 00000001
0022A392 00000001
E2000001 80008000

P2: Press L+Y for infinite moves (Use While Moving)
282885FA 00004840
0022A07A 0000000A
0022A182 0000000A
0022A28A 0000000A
0022A392 0000000A
E2000001 80008000

P2: Press L+X for no more moves (use while moving)
282885FA 00004440
0022A07A 00000001
0022A182 00000001
0022A28A 00000001
0022A392 00000001
E2000001 80008000

P3: Press L+Y for infinite moves (Use While Moving)
282885FC 00004840
0022A07A 0000000A
0022A182 0000000A
0022A28A 0000000A
0022A392 0000000A
E2000001 80008000

P3: Press L+X for no more moves (use while moving)
282885FC 00004440
0022A07A 00000001
0022A182 00000001
0022A28A 00000001
0022A392 00000001
E2000001 80008000

P4: Press L+Y for infinite moves (Use While Moving)
282885FE 00004840
0022A07A 0000000A
0022A182 0000000A
0022A28A 0000000A
0022A392 0000000A
E2000001 80008000

P4: Press L+X for no more moves (use while moving)
282885FE 00004440
0022A07A 00000001
0022A182 00000001
0022A28A 00000001
0022A392 00000001
E2000001 80008000

Get 3 coins on red spaces
040aa160 38800003

Lose 20 coins on red spaces
040aa160 3880FFEC

Lose no coins on red spaces
040aa160 38800000
Last edited by AdolescentSeagull on Wed Aug 30, 2023 6:03 pm, edited 1 time in total.
User avatar
Andross89
Posts: 325
Joined: Sun May 25, 2014 10:02 pm

Re: Mario Party 5 (GCN/WIIRD/NTSC-U)

Post by Andross89 » Wed Aug 30, 2023 9:30 am

AdolescentSeagull wrote:
Tue Aug 29, 2023 5:23 pm
...All Gecko codes have been converted from and/or based on Ralf's PAL AR work.
Codes that use conditional or pointer need the terminator to work correctly. Example:

P1: Press Z+R to be on turn 20, else press Z+L to be on turn 1
282885f8 00002030
0022a494 00000014
E2000002 80008000
282885f9 00004050
0022a494 00000001
E2000002 80008000
User avatar
AdolescentSeagull
Posts: 21
Joined: Wed Mar 01, 2023 4:44 pm

Re: Mario Party 5 (GCN/WIIRD/NTSC-U)

Post by AdolescentSeagull » Wed Aug 30, 2023 6:05 pm

Andross89 wrote:
Wed Aug 30, 2023 9:30 am
Codes that use conditional or pointer need the terminator to work correctly.
Thank you very much for pointing this out for me! I hadn't used Gecko conditionals before but I understand how to use them now!

I've corrected the codes above to use the endif properly. I also removed the "if...else" codes that I wrote since they were redundant.
User avatar
WolfGC64
Posts: 11
Joined: Sun Jul 23, 2023 10:40 pm

Re: Mario Party 5 (GCN/WIIRD/NTSC-U)

Post by WolfGC64 » Thu Jan 18, 2024 8:16 am

Code: Select all

Star Price Modifier [WolfGC64]
C20AFDB0 00000001
2C03XXXX 00000000
C20AFF9C 00000001
3880YYYY 00000000

XXXX: Amount of coins required to be allowed to buy the Star (Positive Hex Numbers, default: 0014).
YYYY: Amount of coins actually substracted when buying the Star (Negative Hex Numbers, default: FFEC).

Wiggler Star Price Modifier [WolfGC64]
C20DB528 00000001
2C03XXXX 00000000
C20DBB40 00000001
3880YYYY 00000000

XXXX: Amount of coins required to be allowed to have Wiggler take you to the Star (Positive Hex Numbers, default: 0014).
YYYY: Amount of coins actually substracted when paying Wiggler (Negative Hex Numbers, default: FFEC).

Normal Minigame Reward Modifier [WolfGC64]
C2035A90 00000017
3DC08022 61CEA4C5
89EE0000 2C0F000F
41820090 2C0F0017
41820088 2C0F0044
41820080 2C0F004A
41820078 2C0F0022
41820070 2C0F0023
41820068 2C0F0024
41820060 2C0F0025
41820058 2C0F0026
41820050 2C0F0027
41820048 2C0F0046
41820040 2C0F0047
41820038 2C0F0048
41820030 3DC08022
61CEA09C A1EE0000
2C0F0000 4182000C
39E0XXXX B1EE0000
39CE0108 3A100001
2C100003 4081FFE0
3800FFFF 39C00000
39E00000 3A000000
60000000 00000000

XXXX = Number of Coins

Chain Chomp Star Steal Price Modifier [WolfGC64]
C20F5F34 00000001
2C03XXXX 00000000
C20F630C 00000001
3880YYYY 00000000

XXXX: Amount of coins required to be allowed to have Chain Chomp steal a Star (Positive Hex Numbers, default: 001E).
YYYY: Amount of coins actually substracted when paying Chomp (Negative Hex Numbers, default: FFE2).

Does not modify the text.
Post Reply