mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Add files via upload
This commit is contained in:
parent
93bf17838f
commit
b21a4f9836
5 changed files with 1017 additions and 1136 deletions
|
@ -3,9 +3,6 @@
|
|||
[OnFrame]
|
||||
# Add memory patches to be applied every frame here.
|
||||
[Gecko]
|
||||
$!!! - README
|
||||
*There is a glitch here minigames may randomly award a player 999 coins. It may be linked to code usage. Enable these at your own risk!
|
||||
|
||||
$QOL - Allow Digital Presses for Map Screen [gamemasterplc]
|
||||
c2086774 00000002
|
||||
70000020 2c000020
|
||||
|
@ -15,6 +12,10 @@ c2073c7c 00000002
|
|||
60000000 00000000
|
||||
*Fixes a bug where only analog inputs work while using the triggers.
|
||||
|
||||
$QOL - Automatically Advance Text Boxes [gamemasterplc]
|
||||
04044A90 60000000
|
||||
*Automatically scrolls the text boxes without pushing A
|
||||
|
||||
$QOL - CPUs can use Bowser Suit and Item Bags [WolfGC64]
|
||||
C20719F0 00000004
|
||||
7C000774 2C1F000D
|
||||
|
@ -143,32 +144,32 @@ E2000001 80008000
|
|||
*Unlocks Everything in the game.
|
||||
*Permanent once saved!
|
||||
|
||||
$Board: Boo's Haunted Bash - Red Boo Always On [gamemasterplc]
|
||||
$Board - Boo's Haunted Bash - Red Boo Always On [gamemasterplc]
|
||||
201D3CE0 0000005C
|
||||
0018FD08 00000000
|
||||
E2000001 80008000
|
||||
*Red Boo's bridges are always active in the board Boo's Haunted Bash.
|
||||
|
||||
$Board: Bowser's Gnarly Party - Bridges Fall After One Cross [gamemasterplc]
|
||||
$Board - Bowser's Gnarly Party - Bridges Fall After One Cross [gamemasterplc]
|
||||
2043801c 4182004c
|
||||
04438294 38000002
|
||||
E2000001 80008000
|
||||
*Bridges fall after one crossing instead of three in the board Bowser's Gnarly Party.
|
||||
|
||||
$Board: Goomba's Greedy Gala - Never Go Back To Start [gamemasterplc]
|
||||
$Board - Goomba's Greedy Gala - Never Go Back To Start [gamemasterplc]
|
||||
20432D5C 3860000A
|
||||
04432D60 38600009
|
||||
E2000001 80008000
|
||||
*Goomba always wins in the dice minigame in the board Goomba's Greedy Gala.
|
||||
*This means the only way back to start is in the top right section and requires extensive use of Happening Spaces and Mini Mushroom Pipes.
|
||||
|
||||
$Board: Koopa's Seaside Soiree - Banana Peel is a Normal Junction [gamemasterplc]
|
||||
$Board - Koopa's Seaside Soiree - Banana Peel is a Normal Junction [gamemasterplc]
|
||||
2043030c 48000088
|
||||
044326fc 4e800020
|
||||
e2000001 80008000
|
||||
*Replaces the banana peel junctions with normal junctions in Koopa's Seaside Soiree.
|
||||
|
||||
$Board: Toad's Midway Madness - Teacups are Normal Junctions [gamemasterplc, Nayla]
|
||||
$Board - Toad's Midway Madness - Teacups are Normal Junctions [gamemasterplc, Tabitha]
|
||||
20435308 80010008
|
||||
044352f4 4e800020
|
||||
0419dd14 00520077
|
||||
|
@ -192,45 +193,136 @@ C200592C 00000009
|
|||
*Game runs at 30Hz but still feel like 60FPS. Great for people with bad PCs
|
||||
*Can break certain minigames
|
||||
|
||||
$Extra - Automatically Advance Text Boxes [gamemasterplc]
|
||||
04044A90 60000000
|
||||
*Automatically scrolls the text boxes without pushing A
|
||||
|
||||
$Extra - Disable Music
|
||||
041d3d1c 00000001
|
||||
*Disables all in-game music.
|
||||
|
||||
$Extra - Press Z On Pause Menu to End Game [Ralf]
|
||||
040B11C4 40820014
|
||||
|
||||
$Mechanics - Battle Games Are Always 50 Coins [Nayla]
|
||||
041D5DE0 32323232
|
||||
041D5DE4 32000000
|
||||
|
||||
$Mechanics - Bonus Ztars [Nayla]
|
||||
$Awards Ceremony - Bonus Ztars [Tabitha]
|
||||
281D3CE2 0000004E
|
||||
04441D9C 3885FFFF
|
||||
04441D68 3803FFFF
|
||||
E2000001 80008000
|
||||
*Bonus stars take away a Star rather than awarding one
|
||||
|
||||
$Mechanics - Bowser Always Appears on a Bowser Space [Nayla]
|
||||
$Economy - Boo Coin Steals are Free [Tabitha]
|
||||
040A61DC 2C1E0000
|
||||
040A517C 2C030000
|
||||
*Free stealing at the boo house
|
||||
|
||||
$Economy - Boo Star Steals Cost 40 Coins [WolfGC64]
|
||||
040A5F30 2C1E0028
|
||||
|
||||
$Economy - Boo Steals 15 Coins Minimum [Ralf, Tabitha]
|
||||
C20A19CC 00000003
|
||||
7C1D0000 4181000C
|
||||
7C1D0378 3BBD0001
|
||||
7C00E850 00000000
|
||||
040A19B0 3BA00014
|
||||
|
||||
$Economy - Bowser Always Appears on a Bowser Space [Tabitha]
|
||||
04097784 38600014
|
||||
|
||||
$Mechanics - Bowser Suit from Item Bag [WolfGC64]
|
||||
C208B1EC 00000001
|
||||
2C1E000E 00000000
|
||||
*Allows the Bowser Suit to potentially appear when you buy or use an Item Bag!
|
||||
$Economy - Blue Spaces Give 5 Coins [Rain]
|
||||
C207FBC4 00000001
|
||||
3BC00005 00000000
|
||||
|
||||
$Mechanics - Bowser Suit gives Double Dice [WolfGC64]
|
||||
C2085CEC 00000005
|
||||
3DC0801D 61CE3F44
|
||||
89CE0000 38000001
|
||||
2C0E000A 41820008
|
||||
48000008 38000002
|
||||
39C00000 00000000
|
||||
$Economy - Koopa Kid Always Appears on Bowser Spaces [Tabitha]
|
||||
04097784 38600028
|
||||
|
||||
$Mechanics - CPUs Can Win Scratch Tickets [WolfGC64]
|
||||
$Economy - Minigames Award 20 Coins [Tabitha]
|
||||
2A18FD2C 00000003
|
||||
2A18FD2C 00000007
|
||||
2A18FD2C 00000015
|
||||
2A18FD2C 0000001D
|
||||
2A18FD2C 00000025
|
||||
2A18FD2C 00000026
|
||||
2A18FD2C 00000027
|
||||
2A18FD2C 00000028
|
||||
2A18FD2C 00000036
|
||||
2818FC60 0000000A
|
||||
0218FC60 00000014
|
||||
E0000000 80008000
|
||||
2A18FD2C 00000003
|
||||
2A18FD2C 00000007
|
||||
2A18FD2C 00000015
|
||||
2A18FD2C 0000001D
|
||||
2A18FD2C 00000025
|
||||
2A18FD2C 00000026
|
||||
2A18FD2C 00000027
|
||||
2A18FD2C 00000028
|
||||
2A18FD2C 00000036
|
||||
2818FC90 0000000A
|
||||
0218FC90 00000014
|
||||
E0000000 80008000
|
||||
2A18FD2C 00000003
|
||||
2A18FD2C 00000007
|
||||
2A18FD2C 00000015
|
||||
2A18FD2C 0000001D
|
||||
2A18FD2C 00000025
|
||||
2A18FD2C 00000026
|
||||
2A18FD2C 00000027
|
||||
2A18FD2C 00000028
|
||||
2A18FD2C 00000036
|
||||
2818FCC0 0000000A
|
||||
0218FCC0 00000014
|
||||
E0000000 80008000
|
||||
2A18FD2C 00000003
|
||||
2A18FD2C 00000007
|
||||
2A18FD2C 00000015
|
||||
2A18FD2C 0000001D
|
||||
2A18FD2C 00000025
|
||||
2A18FD2C 00000026
|
||||
2A18FD2C 00000027
|
||||
2A18FD2C 00000028
|
||||
2A18FD2C 00000036
|
||||
2818FCF0 0000000A
|
||||
0218FCF0 00000014
|
||||
E0000000 80008000
|
||||
|
||||
$Economy - Red Spaces Take Away 20 Coins [Rain]
|
||||
C207FD5C 00000001
|
||||
3BC00014 00000000
|
||||
|
||||
$Economy - Stars are Free [gamemasterplc]
|
||||
040843cc 2c030000
|
||||
04084590 2c030000
|
||||
040845cc 2c030000
|
||||
04084720 38800000
|
||||
*Stars cost nothing instead of the usual 20 coins.
|
||||
|
||||
$Economy - Stars Cost 40 Coins [WolfGC64]
|
||||
040843CC 2C030028
|
||||
04084590 2C030028
|
||||
040845CC 2C030028
|
||||
0408473C 2C1C0028
|
||||
*Stars cost 40 coins instead of the usual 20 coins.
|
||||
|
||||
$Economy - Start with 20 Coins
|
||||
020A8F0E 00000014
|
||||
|
||||
$Last 5 Turns - is Double Blue/Red Space Coins [Rain]
|
||||
040AD074 38600000
|
||||
040AD078 987E0001
|
||||
|
||||
$Last 5 Turns - is Red Spaces to Bowser Spaces [Rain]
|
||||
040AD074 38600001
|
||||
040AD078 987E0001
|
||||
|
||||
$Last 5 Turns - is Red Spaces to Fortune Spaces [Rain]
|
||||
040ACDC0 3BA00003
|
||||
040AD074 38600002
|
||||
040AD078 987E0001
|
||||
|
||||
$Last 5 Turns - is Stars are Free [Rain]
|
||||
040AD074 38600003
|
||||
040AD078 987E0001
|
||||
|
||||
$Lottery - 3rd Place Prize is Gaddlight or Warp Pipe [Tabitha]
|
||||
021D5678 00000805
|
||||
|
||||
$Lottery - 3rd Place Prize is Magic Lamp or Boo's Crystal Ball [Tabitha]
|
||||
021D5678 00000BOC
|
||||
|
||||
$Lottery - 3rd Place Prize is an Item Bag [Tabitha]
|
||||
021D5678 00000D0D
|
||||
|
||||
$Lottery - CPUs Can Win Scratch Tickets [WolfGC64]
|
||||
C207D25C 0000000B
|
||||
38600002 3DC08005
|
||||
61CEFB40 7DC903A6
|
||||
|
@ -244,58 +336,33 @@ C207D25C 0000000B
|
|||
61CE401A 980E0000
|
||||
39C00000 00000000
|
||||
|
||||
$Mechanics - Disable Most End of Turn Minigames [WolfGC64]
|
||||
C205C6E4 0000000A
|
||||
3C608018 6063FCFC
|
||||
89C30000 39E30001
|
||||
89EF0000 7DEE7850
|
||||
2C0F0005 41820010
|
||||
2C0F0000 41820008
|
||||
4800000C 38600000
|
||||
48000010 39CE0001
|
||||
99C30000 38600001
|
||||
39C00000 39E00000
|
||||
2C030000 00000000
|
||||
*End-of-turn minigames are needed in MP4 for the Last 5 Turns event to happen and the game to be able to end, so this code makes -most- turns end without a minigame, except the turn before the last 5 turns and the last turn.
|
||||
$Lottery - Double the Price [Tabitha]
|
||||
0407BD20 2C1E000A
|
||||
*Makes the lottery cost nothing instead of the usual 5 coins.
|
||||
|
||||
$Mechanics - Double the Amount of Turns [Airsola]
|
||||
C205BEF8 00000004
|
||||
2C000032 4182000C
|
||||
7C000214 48000008
|
||||
38000063 98030005
|
||||
60000000 00000000
|
||||
*50 turns becomes 99 due to integer cap.
|
||||
$Lottery - Free Entry [Tabitha]
|
||||
0407BD20 2C1E0000
|
||||
*Makes the lottery cost nothing instead of the usual 5 coins.
|
||||
|
||||
$Mechanics - Event Accessibility Doesn't Depend on Mini/Mega Status / Bowser Suit [Celerizer, WolfGC64]
|
||||
04075ff0 38600000
|
||||
040a50a4 38600000
|
||||
04077c50 38600000
|
||||
0407a868 38600000
|
||||
04083fe4 60000000
|
||||
04076148 60000000
|
||||
204302f8 2c030002
|
||||
044302fc 60000000
|
||||
04434aa4 60000000
|
||||
e2000001 80008000
|
||||
204302e0 2c030002
|
||||
044302e4 4800000c
|
||||
e2000001 80008000
|
||||
204303f0 2c030002
|
||||
044303f4 60000000
|
||||
0443049c 60000000
|
||||
e2000001 80008000
|
||||
204302a8 2c030002
|
||||
044302ac 4800000c
|
||||
e2000001 80008000
|
||||
20430338 2c030002
|
||||
0443033c 4800000c
|
||||
e2000001 80008000
|
||||
C2076014 00000002
|
||||
38000000 28000000
|
||||
60000000 00000000
|
||||
*Access all board events regardless of Mega / Mini Mushrooms.
|
||||
$Items - Bowser Suit Can Appear in Item Bags [WolfGC64]
|
||||
C208B1EC 00000001
|
||||
2C1E000E 00000000
|
||||
*Allows the Bowser Suit to potentially appear when you buy or use an Item Bag!
|
||||
|
||||
$Mechanics - Item Deletion [Rain]
|
||||
$Items - Bowser Suit Gives Double Dice [WolfGC64]
|
||||
C2085CEC 00000005
|
||||
3DC0801D 61CE3F44
|
||||
89CE0000 38000001
|
||||
2C0E000A 41820008
|
||||
48000008 38000002
|
||||
39C00000 00000000
|
||||
|
||||
$Items - Bowser Suit Steals 20 Coins [Tabitha]
|
||||
0406C788 2C000014
|
||||
0406C790 38000014
|
||||
*30 is harsh
|
||||
|
||||
$Items - Deletion [Rain]
|
||||
c208d424 00000002
|
||||
987d0001 3c608000
|
||||
93a30010 00000000
|
||||
|
@ -334,57 +401,55 @@ c208a07c 0000001f
|
|||
*Item Deletion is now a thing.
|
||||
*Press B to view your items, then delete the item with R.
|
||||
|
||||
$Mechanics - Koopa Kid Always Appears on Bowser Spaces [Nayla]
|
||||
04097784 38600028
|
||||
$Items - Event Accessibility Doesn't Depend on Mini/Mega Status / Bowser Suit [Celerizer, WolfGC64]
|
||||
04075ff0 38600000
|
||||
040a50a4 38600000
|
||||
04077c50 38600000
|
||||
0407a868 38600000
|
||||
04083fe4 60000000
|
||||
04076148 60000000
|
||||
204302f8 2c030002
|
||||
044302fc 60000000
|
||||
04434aa4 60000000
|
||||
e2000001 80008000
|
||||
204302e0 2c030002
|
||||
044302e4 4800000c
|
||||
e2000001 80008000
|
||||
204303f0 2c030002
|
||||
044303f4 60000000
|
||||
0443049c 60000000
|
||||
e2000001 80008000
|
||||
204302a8 2c030002
|
||||
044302ac 4800000c
|
||||
e2000001 80008000
|
||||
20430338 2c030002
|
||||
0443033c 4800000c
|
||||
e2000001 80008000
|
||||
C2076014 00000002
|
||||
38000000 28000000
|
||||
60000000 00000000
|
||||
*Access all board events regardless of Mega / Mini Mushrooms.
|
||||
|
||||
$Mechanics - "Last 5 Turns" Event - is Double Blue/Red Space Coins [Rain]
|
||||
040AD074 38600000
|
||||
040AD078 987E0001
|
||||
$Items - Mini Mushroom Has 2 Dice [WolfGC64]
|
||||
00085D33 00000002
|
||||
|
||||
$Mechanics - "Last 5 Turns" Event - is Red Spaces to Bowser Spaces [Rain]
|
||||
040AD074 38600001
|
||||
040AD078 987E0001
|
||||
|
||||
$Mechanics - "Last 5 Turns" Event - is Red Spaces to Fortune Spaces [Rain]
|
||||
040ACDC0 3BA00003
|
||||
040AD074 38600002
|
||||
040AD078 987E0001
|
||||
|
||||
$Mechanics - "Last 5 Turns" Event - is Stars are Free [Rain]
|
||||
040AD074 38600003
|
||||
040AD078 987E0001
|
||||
|
||||
$Mechanics - Lottery 3rd Place Prize is Gaddlight or Warp Pipe [Nayla]
|
||||
021D5678 00000805
|
||||
|
||||
$Mechanics - Lottery 3rd Place Prize is Magic Lamp or Boo's Crystal Ball [Nayla]
|
||||
021D5678 00000BOC
|
||||
|
||||
$Mechanics - Lottery Costs 0 Coins [Nayla]
|
||||
0407BD20 2C1E0000
|
||||
*Makes the lottery cost nothing instead of the usual 5 coins.
|
||||
*Use the toolkit if you wish to change this value
|
||||
|
||||
$Mechanics - Mega Status No Longer Steals Coins [gamemasterplc]
|
||||
$Items - Mega Status No Longer Steals Coins [gamemasterplc]
|
||||
0406be70 38600000
|
||||
0406beac 38600000
|
||||
0406be1c 38600000
|
||||
*Mega Mushroom no longer steal coins when you pass players.
|
||||
|
||||
$Mechanics - Mini Mushroom has 2 Dice [WolfGC64]
|
||||
00085D33 00000002
|
||||
$Items - Mini Mushroom Rolls 1-10 [gamemasterplc]
|
||||
04085D74 3800000A
|
||||
*Mini Mushroom rolls a 1-10 dice instead of a 1-5 dice.
|
||||
|
||||
$Mechanics - Mini Pipes Work at Normal Size [gamemasterplc]
|
||||
$Items - Mini Pipes Work at Normal Size [gamemasterplc]
|
||||
04066348 60000000
|
||||
04064ed0 60000000
|
||||
04065114 60000000
|
||||
*Mini Pipes do not require a Mini Mushroom to pass.
|
||||
|
||||
$Mechanics - Mini Status Rolls 1-10 [gamemasterplc]
|
||||
04085D74 3800000A
|
||||
*Mini Mushroom rolls a 1-10 dice instead of a 1-5 dice.
|
||||
|
||||
$Mechanics - Random Items on Mushroom Spaces [Rain]
|
||||
$Items - Random Items on Mushroom Spaces [Rain]
|
||||
C2083878 00000010
|
||||
3C608005 6063FB90
|
||||
7C6903A6 4E800421
|
||||
|
@ -468,7 +533,7 @@ C2083CF0 00000002
|
|||
3C80817F 6084FFF0
|
||||
80840000 00000000
|
||||
|
||||
$Mechanics - Random Items on Mushroom Spaces (Fair-Edition) [Rain, Tumble]
|
||||
$Items - Random Items on Mushroom Spaces (Fair-Edition) [Rain, Tumble]
|
||||
C2083878 0000001B
|
||||
48000039 0000000F
|
||||
0000000F 0000000F
|
||||
|
@ -569,33 +634,7 @@ C2083CF0 00000002
|
|||
*-Warp Pipe and Mini-Mega Hammer have a 10% rate
|
||||
*-Boo Crystal Ball, Gaddlight, Magic Lamp and Bowser Suit have a 5% rate
|
||||
|
||||
$Mechanics - Replace Reversal Of Fortune Spaces with Mushroom Spaces [Nayla, Ralf]
|
||||
C2076A08 00000003
|
||||
A01F0028 28000007
|
||||
4082000C 38000004
|
||||
B01F0028 00000000
|
||||
|
||||
$Mechanics - Super Mini Mushroom has 3 Dice [WolfGC64]
|
||||
00085D3F 00000003
|
||||
|
||||
$Mechanics - Stars are Free [gamemasterplc]
|
||||
040843cc 2c030000
|
||||
04084590 2c030000
|
||||
040845cc 2c030000
|
||||
04084720 38800000
|
||||
*Stars cost nothing instead of the usual 20 coins.
|
||||
|
||||
$Mechanics - Stars Cost 40 Coins [WolfGC64]
|
||||
040843CC 2C030028
|
||||
04084590 2C030028
|
||||
040845CC 2C030028
|
||||
0408473C 2C1C0028
|
||||
*Stars cost 40 coins instead of the usual 20 coins.
|
||||
|
||||
$Mechanics - Stars Steals Cost 40 Coins [WolfGC64]
|
||||
040A5F30 2C1E0028
|
||||
|
||||
$Mechanics - Start with a Mini and Mega Mushroom [WolfGC64]
|
||||
$Items - Start with a Mini and Mega Mushroom [WolfGC64]
|
||||
C2063AE0 00000013
|
||||
7C83032E 2C040007
|
||||
40820080 3DC08018
|
||||
|
@ -617,20 +656,38 @@ C2063AE0 00000013
|
|||
39C00000 39E00000
|
||||
60000000 00000000
|
||||
|
||||
$Mechanics - Start with 20 Coins
|
||||
020A8F0E 00000014
|
||||
$Items - Super Mini Mushroom has 3 Dice [WolfGC64]
|
||||
00085D3F 00000003
|
||||
|
||||
$Mechanics - Use Another Item After an Item Bag [WolfGC64]
|
||||
$Items - Use Another Item After an Item Bag [WolfGC64]
|
||||
201D3F44 0D000001
|
||||
001D3F44 000000FF
|
||||
E2000001 80008000
|
||||
*Allows you to use items after using an Item Bag
|
||||
|
||||
$Mechanics - Use Multiple Items on the Same Turn [WolfGC64]
|
||||
$Items - Use Multiple Items on the Same Turn [WolfGC64]
|
||||
001D3F44 000000FF
|
||||
*Use as many items as you want on a single turn!
|
||||
|
||||
$Minigame: Domination - More Whomps [UnclePunch]
|
||||
$Minigames - Battle Games - Always 50 Coins [Tabitha]
|
||||
041D5DE0 32323232
|
||||
041D5DE4 32000000
|
||||
|
||||
$Minigame - Disable Most End of Turn Minigames [WolfGC64]
|
||||
C205C6E4 0000000A
|
||||
3C608018 6063FCFC
|
||||
89C30000 39E30001
|
||||
89EF0000 7DEE7850
|
||||
2C0F0005 41820010
|
||||
2C0F0000 41820008
|
||||
4800000C 38600000
|
||||
48000010 39CE0001
|
||||
99C30000 38600001
|
||||
39C00000 39E00000
|
||||
2C030000 00000000
|
||||
*End-of-turn minigames are needed in MP4 for the Last 5 Turns event to happen and the game to be able to end, so this code makes -most- turns end without a minigame, except the turn before the last 5 turns and the last turn.
|
||||
|
||||
$Minigame - Domination - More Whomps [UnclePunch]
|
||||
C203220C 0000001F
|
||||
A0610008 2C03000F
|
||||
408200E8 807F0004
|
||||
|
@ -665,14 +722,35 @@ A0A40000 7CA00734
|
|||
38600000 00000000
|
||||
*Increases the limit from 160 to 300 Whomps per player in the minigame Dominiation
|
||||
|
||||
$Minigame: Fish n' Drops - 3 Players have 2 Less Rounds [Nayla]
|
||||
$Minigame - Fish n' Drips - 3 Players have 2 Less Rounds [Tabitha]
|
||||
2819047C 0000003B
|
||||
0442D31C 42820000
|
||||
E2000001 80008000
|
||||
|
||||
$Minigame: Three Throw - All Hoops Empty [gamemasterplc]
|
||||
$Minigame - Three Throw - All Hoops Empty [gamemasterplc]
|
||||
20434274 3800000A
|
||||
04434260 38800000
|
||||
0443427C 38A00000
|
||||
0443425C 60000000
|
||||
E2000001 80008000
|
||||
|
||||
$Music - Disable Music
|
||||
041d3d1c 00000001
|
||||
*Disables all in-game music.
|
||||
|
||||
$Space Replacement - Reversal Of Fortune Spaces ➜ Mushroom Spaces [Tabitha, Ralf]
|
||||
C2076A08 00000003
|
||||
A01F0028 28000007
|
||||
4082000C 38000004
|
||||
B01F0028 00000000
|
||||
|
||||
$Turns - Double the Amount of Turns [Airsola]
|
||||
C205BEF8 00000004
|
||||
2C000032 4182000C
|
||||
7C000214 48000008
|
||||
38000063 98030005
|
||||
60000000 00000000
|
||||
*50 turns becomes 99 due to integer cap.
|
||||
|
||||
$Turns - Press Z On Pause Menu to End Game [Ralf]
|
||||
040B11C4 40820014
|
||||
|
|
|
@ -8,8 +8,14 @@
|
|||
|
||||
[Gecko]
|
||||
# Add gecko cheats here.
|
||||
$QOL - Automatically Advance Text Boxes [gamemasterplc]
|
||||
F6000001 80008180
|
||||
A81F019C 7C001838
|
||||
1400000C 60000000
|
||||
E0000000 80008000
|
||||
*Automatically scrolls the text boxes without pushing A
|
||||
|
||||
$QOL - Disable Advance on Results [gamemasterplc, Nayla]
|
||||
$QOL - Disable Advance on Results [gamemasterplc, Tabitha]
|
||||
20478F28 4182F754
|
||||
04478F1C FFFFFFFF
|
||||
E2000001 80008000
|
||||
|
@ -103,19 +109,25 @@ F6000002 80008180
|
|||
E0000000 80008000
|
||||
*Unlocks Everything in the game.
|
||||
|
||||
$Board: Bowser Nightmare - Bowser does not Steal Coins [gamemasterplc]
|
||||
$Awards Ceremory - Bonus Ztars [Tabitha]
|
||||
28288862 00000069
|
||||
0446DB8C 3883FFFF
|
||||
E2000001 80008000
|
||||
*Bonus stars take away a Star rather than awarding one
|
||||
|
||||
$Board - Bowser Nightmare - Bowser does not Steal Coins [gamemasterplc]
|
||||
20457D58 3880FFF6
|
||||
04457D58 38800000
|
||||
E2000001 80008000
|
||||
*Bowser does not steal coins in the board Bowser Nightmare.
|
||||
|
||||
$Board: Future Dream - 60 Seconds in Rocket Ship Game [gamemasterplc]
|
||||
$Board - Future Dream - 60 Seconds in Rocket Ship Game [gamemasterplc]
|
||||
2046EF60 38800708
|
||||
0446EF60 38800E10
|
||||
E2000001 80008000
|
||||
*Timer is set to 60 seconds during the Rocket Game in the board Future Dream.
|
||||
|
||||
$Board: Future Dream - Free Taxi Ride [gamemasterplc]
|
||||
$Board - Future Dream - Free Taxi Ride [gamemasterplc]
|
||||
2046DA84 386002F6
|
||||
0446DA80 48000038
|
||||
0446E414 2C070000
|
||||
|
@ -124,7 +136,7 @@ $Board: Future Dream - Free Taxi Ride [gamemasterplc]
|
|||
E2000001 80008000
|
||||
*Taxi does not charge you 10 coins in the board Future Dream.
|
||||
|
||||
$Board: Pirate Dream - Free Thwomps & Whomps [gamemasterplc]
|
||||
$Board - Pirate Dream - Free Thwomps & Whomps [gamemasterplc]
|
||||
0412811C 4800002C
|
||||
04128210 38800000
|
||||
F6000001 80008180
|
||||
|
@ -134,7 +146,7 @@ F6000001 80008180
|
|||
E0000000 80008000
|
||||
*Thwomp and Whomp are now free to pass in the board Pirate Dream.
|
||||
|
||||
$Board: Rainbow Dream - Free Bridge Crossings [gamemasterplc]
|
||||
$Board - Rainbow Dream - Free Bridge Crossings [gamemasterplc]
|
||||
2046A0B0 2C030005
|
||||
0446A0B0 2C030000
|
||||
0446A138 2C040000
|
||||
|
@ -143,27 +155,350 @@ $Board: Rainbow Dream - Free Bridge Crossings [gamemasterplc]
|
|||
E2000001 80008000
|
||||
*Rainbow Bridges cost nothing in the board Rainbow Dream.
|
||||
|
||||
$Board: Sweet Dream - Disable Topmost Happening Space [gamemasterplc]
|
||||
$Board - Sweet Dream - Disable Topmost Happening Space [gamemasterplc]
|
||||
2045B2F4 F3E10148
|
||||
0445B2E4 4E800020
|
||||
E2000001 80008000
|
||||
*Disables the topmost Happening Space in the board Sweet Dream.
|
||||
|
||||
$Extra - Automatically Advance Text Boxes [gamemasterplc]
|
||||
F6000001 80008180
|
||||
A81F019C 7C001838
|
||||
1400000C 60000000
|
||||
E0000000 80008000
|
||||
*Automatically scrolls the text boxes without pushing A
|
||||
$Board - Undersea Dream - Seashell Event Always Gives Chain Chomp Capsule [Tabitha]
|
||||
004886EF 00000020
|
||||
|
||||
$Extra - Disable Music [gamemasterplc]
|
||||
$Board - Undersea Dream - Seashell Event Always Gives Wiggler Capsule [Tabitha]
|
||||
004886EF 00000006
|
||||
|
||||
$Capsules - Can Be Thrown Everywhere [gamemasterplc]
|
||||
040C56C0 38A0007F
|
||||
|
||||
$Capsules – Obtain on Final Turn [gamemasterplc]
|
||||
F6000001 80008180
|
||||
7C040040 40820024
|
||||
14000004 48000024
|
||||
E0000000 80008000
|
||||
*Orbs are obtainable on the final turn
|
||||
*Miracles can really happen
|
||||
|
||||
$Capsules - Purely Random Items [Rain]
|
||||
C20C8FA0 00000024
|
||||
9421FFF0 7C0802A6
|
||||
90010014 93E10000
|
||||
48000081 60000000
|
||||
00010000 00010001
|
||||
00010002 00010003
|
||||
00010004 00010005
|
||||
00010006 0001000a
|
||||
0001000b 0001000c
|
||||
0001000d 0001000e
|
||||
0001000f 00010010
|
||||
00010011 00010014
|
||||
00010015 00010016
|
||||
00010017 00010018
|
||||
00010019 0001001e
|
||||
0001001f 00010020
|
||||
00010021 00010022
|
||||
00010023 00010024
|
||||
00000025 00000000
|
||||
7CE802A6 38E70004
|
||||
38600000 38800000
|
||||
2C030074 41820014
|
||||
7CA71A2E 7C842A14
|
||||
38630004 4BFFFFEC
|
||||
3CA08003 60A5B0F4
|
||||
7CA903A6 7C832378
|
||||
4E800421 38800000
|
||||
38A00000 2C050074
|
||||
41820024 7CC72A2E
|
||||
7C661850 2C030000
|
||||
40A00008 48000010
|
||||
38840001 38A50004
|
||||
4BFFFFDC 1C840004
|
||||
38840002 7C67222E
|
||||
83E10000 80010014
|
||||
7C0803A6 38210010
|
||||
4E800020 00000000
|
||||
*Improves the RNG of what items are received.
|
||||
|
||||
$Capsules - Use Capsules on Yourself For Free [Rain]
|
||||
040C2708 38600000
|
||||
040C56E0 3A000000
|
||||
040C5B48 3A000000
|
||||
C204BF38 0000000C
|
||||
5743843E 2C030038
|
||||
40A20054 807F0098
|
||||
88830000 2C040000
|
||||
41820044 2C04001E
|
||||
4182000C 38630001
|
||||
4BFFFFE8 88830001
|
||||
2C040005 41A2000C
|
||||
38630001 4BFFFFD4
|
||||
38800010 88A30000
|
||||
2C05000A 41820010
|
||||
98830000 38630001
|
||||
4BFFFFEC 801F0098
|
||||
60000000 00000000
|
||||
*Capsules can be used on yourself for free.
|
||||
|
||||
$Economy - Blue Spaces Give 5 Coins [Ralf, Tabitha]
|
||||
040A9F5C 38800005
|
||||
|
||||
$Economy - Chain Chomp Coins Steal Costs 15 Coins [WolfGC64]
|
||||
C20F75A8 00000002
|
||||
3B7B000F 7C9B00D0
|
||||
60000000 00000000
|
||||
|
||||
$Economy - Chain Chomp Star Steal Costs 50 Coins [WolfGC64]
|
||||
C20F5F34 00000001
|
||||
2C030032 00000000
|
||||
C20F630C 00000001
|
||||
3880FFCE 00000000
|
||||
|
||||
$Economy - Koopa Bank Deposits are 10 Coins [Tabitha]
|
||||
040E7090 3B20000A
|
||||
|
||||
$Economy - Minigames Award 20 Coins [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
|
||||
39E00014 B1EE0000
|
||||
39CE0108 3A100001
|
||||
2C100003 4081FFE0
|
||||
3800FFFF 39C00000
|
||||
39E00000 3A000000
|
||||
60000000 00000000
|
||||
|
||||
$Economy - Red Spaces Take Away 20 Coins [Ralf, Tabitha]
|
||||
040AA160 3880FFEC
|
||||
|
||||
$Economy - Stars are Free [gamemasterplc]
|
||||
f6000001 80008180
|
||||
4080002c 386002f0
|
||||
14000000 4800002c
|
||||
140000ec 2c030000
|
||||
14000128 2c030000
|
||||
140001e8 38800000
|
||||
e0000000 80008000
|
||||
f6000001 80008180
|
||||
2c030014 40800070
|
||||
14000000 2c030000
|
||||
14000618 38800000
|
||||
e0000000 80008000
|
||||
*Stars cost nothing instead of the usual 20 coins.
|
||||
|
||||
$Economy - Stars Cost 40 Coins from Wiggler [WolfGC64]
|
||||
C20DB528 00000001
|
||||
2C030028 00000000
|
||||
C20DBB40 00000001
|
||||
3880FFD8 00000000
|
||||
*Stars cost 40 instead of the usual 20 coins.
|
||||
|
||||
$Economy - Start with 20 Coins [Tabitha]
|
||||
0208C8E6 00000014
|
||||
*Does not visually update until after the star is placed.
|
||||
|
||||
$Last 5 Turns - Event Happens on the First Turn [Tabitha]
|
||||
2080CB88 3F800000
|
||||
0480CB88 2C040001
|
||||
0408CB8C 41800048
|
||||
E2000001 80008000
|
||||
|
||||
$Last 5 Turns - Event is x3 Coins on Spaces [Tabitha]
|
||||
040FB87C 38A00000
|
||||
040FB8EC 3A600000
|
||||
*Last 5 Turns Event is always x3 Coins on Spaces.
|
||||
|
||||
$Last 5 Turns - Event is 5 Star Spaces [Tabitha]
|
||||
040FB87C 38A00003
|
||||
040FB8EC 3A600003
|
||||
*Last 5 Turns Event is always 5 Star Spaces.
|
||||
|
||||
$Last 5 Turns - Event is Capsule Spaces on Every Space [Tabitha]
|
||||
040FB87C 38A00001
|
||||
040FB8EC 3A600001
|
||||
*Last 5 Turns Event forces all spaces to Have Capsule Events.
|
||||
*Please use the Capsule Chaos code instead of combinding this with First Turn.
|
||||
|
||||
$Last 5 Turns - Event is Disabled [Tabitha]
|
||||
0408D1F4 41800048
|
||||
*Last 5 Turns Event never happens.
|
||||
|
||||
$Last 5 Turns - Event is Red Spaces are Bowser Spaces [Tabitha]
|
||||
040FB87C 38A00002
|
||||
040FB8EC 3A600002
|
||||
*Last 5 Turns Event forces Red Spaces to turn into Bowser Spaces.
|
||||
|
||||
$Minigame - Disable Most End of Turn Minigames [WolfGC64]
|
||||
C208CC38 00000006
|
||||
3DC08022 61CEA494
|
||||
89EE0001 89CE0000
|
||||
7DEE7850 2C0FFFFF
|
||||
40810008 38600001
|
||||
39E00000 39C00000
|
||||
2C030000 00000000
|
||||
*A minigame will appear on the Last Turn, since the game requires it to be able to end.
|
||||
|
||||
$Minigame - Battle Games - Do Not Affect Minigame Star [gamemasterplc]
|
||||
2046d354 b0030022
|
||||
0446d350 60000000
|
||||
e2000001 80008000
|
||||
*Battle Minigames do not count towards the Mini-Game Star.
|
||||
|
||||
$Minigame - Battle Games - Always 50 Coins [Tabitha]
|
||||
041CBFFC 00000032
|
||||
041CC000 00000032
|
||||
041CC004 00000032
|
||||
041C0008 00000032
|
||||
041C000C 00000032
|
||||
|
||||
$Mechanics - Disable Capsules [gamemasterplc]
|
||||
F6000001 80008180
|
||||
3BC50005 887E0000
|
||||
D2000004 00000002
|
||||
386000FF 987E0000
|
||||
60000000 00000000
|
||||
E0000000 80008000
|
||||
*Disables all usage of Capsules.
|
||||
*Capsules already on spaces will continue to exist.
|
||||
|
||||
$Music - Disable Music [gamemasterplc]
|
||||
042888A4 00000001
|
||||
20468E38 80630000
|
||||
04468E3C 38600000
|
||||
E2000001 80008000
|
||||
*Disables all in-game music.
|
||||
|
||||
$Mechanics - All DK Spaces are Active [Rain]
|
||||
$Minigame - Duel - Same Space Duels Always Happen [Tabitha]
|
||||
04094740 60000000
|
||||
*Duels always happen if you are on the same space
|
||||
|
||||
$Minigame - Duels - Same Space Duels Don't Happen [Tabitha]
|
||||
04094740 48000030
|
||||
*Duels never happen if you are on the same space.
|
||||
|
||||
$Minigame - P1 Picks Minigames [gamemasterplc]
|
||||
C211D0E4 0000000F
|
||||
ABED862C 73FA0008
|
||||
2C1A0008 4082001C
|
||||
A86D8CD4 3863FFFF
|
||||
7C03EBD6 7C00E9D6
|
||||
7C001850 B00D8CD4
|
||||
73FA0004 2C1A0004
|
||||
4082001C A86D8CD4
|
||||
38630001 7C03EBD6
|
||||
7C00E9D6 7C001850
|
||||
B00D8CD4 AAAD8CD4
|
||||
73FA0100 2C1A0000
|
||||
40820018 3C608000
|
||||
6063D400 7C6903A6
|
||||
4E800421 4BFFFF94
|
||||
60000000 00000000
|
||||
04005BFC 60000000
|
||||
04005C24 60000000
|
||||
0411D0E8 48000058
|
||||
0411D0E0 60000000
|
||||
*Use D-Pad
|
||||
|
||||
$Minigame - Beam Team - 20 Second Timer [Airsola]
|
||||
20288860 00000025
|
||||
28467572 00000708
|
||||
02467572 000004b0
|
||||
e2000002 80008000
|
||||
*Shortens the Timer in the minigame Beam Team.
|
||||
|
||||
$Minigame - Bound of Music - No Bricks [gamemasterplc]
|
||||
2046e0a8 7c033000
|
||||
0446e0ac 60000000
|
||||
e2000001 80008000
|
||||
*Bricks are removed in the minigame Bound of Music.
|
||||
|
||||
$Minigame - Curvy Curves - 1 Player is Slower [Airsola]
|
||||
20464124 416f5c06
|
||||
04464124 41400000
|
||||
e2000001 00000000
|
||||
*1 Player is slower in Curvy Curves.
|
||||
|
||||
$Minigame - Coney Island - No Slow Down
|
||||
204763E4 3C608048
|
||||
044763E0 38000000
|
||||
0447663C 38000000
|
||||
E2000001 80008000
|
||||
*You do not slow down when gathering ice cream.
|
||||
|
||||
$Minigame - Flower Shower - All Flowers are worth 3 Points [gamemasterplc]
|
||||
20459BEC 801F003C
|
||||
04459BEC 38000003
|
||||
E2000001 80008000
|
||||
*This makes the golden flowers the same value as the normal flowers.
|
||||
|
||||
$Minigame - Ground Pound Down - No Rocks Until End [gamemasterplc]
|
||||
2046FCC4 4180FF6C
|
||||
0446FCC4 60000000
|
||||
E2000001 80008000
|
||||
*Rocks are not present until the end in the minigame Ground Pound Down.
|
||||
|
||||
$Minigame - Leaf Leap - Leaves Display Quicker [gamemasterplc]
|
||||
20474A04 38030001
|
||||
04474A04 3800003C
|
||||
E2000001 80008000
|
||||
|
||||
$Minigame - Pop Star Piranhas - Halved Time to Pick [Airsola]
|
||||
20288860 00000016
|
||||
28541d52 0000012b
|
||||
02541d52 000000b3
|
||||
e2000002 80008000
|
||||
*Shortens the timer in the minigame Pop Star Piranhas.
|
||||
|
||||
$Minigame Deletion - Big Top Drop [Rain]
|
||||
001C034E 000000FF
|
||||
|
||||
$Minigame Deletion - Curvy Curbs [Rain]
|
||||
001C138E 000000FF
|
||||
|
||||
$Minigame Deletion - Get a Rope [Rain]
|
||||
001C09DE 000000FF
|
||||
|
||||
$Minigame Deletion - Lucky Lineup [Rain]
|
||||
001C07AE 000000FF
|
||||
|
||||
$Minigame Deletion - Mathletes [Rain]
|
||||
001C110E 000000FF
|
||||
|
||||
$Minigame Deletion - Pound Peril [Rain]
|
||||
001C0B6E 000000FF
|
||||
|
||||
$Minigame Deletion - Random Ride [Rain]
|
||||
001C07FE 000000FF
|
||||
|
||||
$Minigame Deletion - Rumble Fumble [Rain]
|
||||
001C101E 000000FF
|
||||
|
||||
$Minigame Deletion - Scaldin' Cauldron [Rain]
|
||||
001C0E8E 000000FF
|
||||
|
||||
$Minigame Deletion - Submarathon [Rain]
|
||||
001C05CE 000000FF
|
||||
|
||||
$Minigame Deletion - Vicious Vending [Rain]
|
||||
001C02FE 000000FF
|
||||
|
||||
$Minigame Deletion - Whomp Maze [Rain]
|
||||
001C08EE 000000FF
|
||||
|
||||
$Space Replacement - All DK Spaces are Active [Rain]
|
||||
C2104A74 00000021
|
||||
3821FFD0 93E10018
|
||||
93C1001C 93A10020
|
||||
|
@ -200,26 +535,7 @@ A86D8B9C 3C808003
|
|||
60000000 00000000
|
||||
*All four DK spaces become active instead of the usual one.
|
||||
|
||||
$Mechanics - Battle Minigames Don't Affect Mini-Game Star [gamemasterplc]
|
||||
2046d354 b0030022
|
||||
0446d350 60000000
|
||||
e2000001 80008000
|
||||
*Battle Minigames do not count towards the Mini-Game Star.
|
||||
|
||||
$Mechanics - Battle Minigames Are Always 50 Coins [Nayla]
|
||||
041CBFFC 00000032
|
||||
041CC000 00000032
|
||||
041CC004 00000032
|
||||
041C0008 00000032
|
||||
041C000C 00000032
|
||||
|
||||
$Mechanics - Bonus Ztars [Nayla]
|
||||
28288862 00000069
|
||||
0446DB8C 3883FFFF
|
||||
E2000001 80008000
|
||||
*Bonus stars take away a Star rather than awarding one
|
||||
|
||||
$Mechanics - Capsule Chaos [jdaster, Nayla]
|
||||
$Space Replacement - Chaos Mode [jdaster, Tabitha]
|
||||
C208C894 00000026
|
||||
9421FFE0 93410008
|
||||
9361000C 93810010
|
||||
|
@ -271,552 +587,16 @@ A8AD8BA8 2C050000
|
|||
60000000 00000000
|
||||
*Events on every space at the start of the game.
|
||||
|
||||
$Mechanics - Capsules Can Be Thrown Everywhere [gamemasterplc]
|
||||
040C56C0 38A0007F
|
||||
|
||||
$Mechanics - Capsule Shops [gamemasterplc, Rain]
|
||||
C20C0950 0000010E
|
||||
9421FF98 7C0802A6
|
||||
3CE08023 38E7A490
|
||||
4800005D 0A0A0A0A
|
||||
0A0A0A0A 0A0A0A0A
|
||||
0A0A0A0A 0A0A0A0A
|
||||
0A0A0A0A 0A0A0A0A
|
||||
0A0A0A0A 0A0A0A0A
|
||||
0A0A0A0A 0A0A0A0A
|
||||
0A0A0A0A 0A0A0A0A
|
||||
0A0A0A0A 0A0A0A0A
|
||||
0A0A0A0A 0A0A0A0A
|
||||
0A0A0A0A 0A0A0A0A
|
||||
0A0A0A0A 0A0A0A0A
|
||||
00000000 7D2802A6
|
||||
93010048 93810058
|
||||
93A1005C 93C10060
|
||||
93E10064 9001006C
|
||||
92610034 92810038
|
||||
92A1003C 92C10040
|
||||
92E10044 9321004C
|
||||
93410050 93610054
|
||||
48000039 20202020
|
||||
57686963 68106361
|
||||
7073756C 6510776F
|
||||
756C6410 796F750A
|
||||
20202020 6C696B65
|
||||
10746F10 70757263
|
||||
68617365 00000000
|
||||
7F0802A6 48000011
|
||||
20202020 20200F25
|
||||
73000000 7FE802A6
|
||||
89470004 89070005
|
||||
4800000D 100E133E
|
||||
25640A00 7FC802A6
|
||||
7F8A4000 48000009
|
||||
25730000 7FA802A6
|
||||
48000011 20202020
|
||||
20200F45 78697400
|
||||
7F8802A6 419E063C
|
||||
3900002A 3D40801D
|
||||
7D0903A6 394AA230
|
||||
89090000 394A001C
|
||||
39290002 910AFFE4
|
||||
4200FFF0 8AE7000A
|
||||
7EF70774 7EE3BB78
|
||||
7DA06B78 3DA08004
|
||||
39AD81E0 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
7C751B78 7DA06B78
|
||||
3DA08001 39ADCEB0
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 8123012C
|
||||
80690000 4CC63182
|
||||
7DA06B78 3DA0800A
|
||||
39AD9EEC 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
56EA1838 56E9402E
|
||||
7D2A4A14 3D408023
|
||||
394AA070 7D2A482E
|
||||
752A2000 418200FC
|
||||
7DA06B78 3DA0800D
|
||||
39AD8FA0 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
7C7E1B78 4CC63182
|
||||
7DA06B78 3DA0800D
|
||||
39AD8CE0 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
7F951800 7C7F1B78
|
||||
419CFFC0 2F9E0022
|
||||
419E05DC 2F9E0024
|
||||
419E05B8 7FC4F378
|
||||
7EE3BB78 4CC63182
|
||||
7DA06B78 3DA0800A
|
||||
39ADB014 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
7C9F00D0 7EE3BB78
|
||||
4CC63182 7DA06B78
|
||||
3DA0800B 39AD9D88
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 7DA06B78
|
||||
3DA08001 39ADD280
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 8001006C
|
||||
82610034 7C0803A6
|
||||
82810038 82A1003C
|
||||
82C10040 82E10044
|
||||
83010048 8321004C
|
||||
83410050 83610054
|
||||
83810058 83A1005C
|
||||
83C10060 83E10064
|
||||
38210068 4E800020
|
||||
7DA06B78 3DA0800D
|
||||
39AD8FA0 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
5476063E 5463063E
|
||||
9AC10008 4CC63182
|
||||
7DA06B78 3DA0800D
|
||||
39AD8CE0 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
5469063E 98610009
|
||||
7F954800 419CFFB4
|
||||
3B600002 3B410008
|
||||
3A600000 3E80801D
|
||||
7DA06B78 3DA0800D
|
||||
39AD8FA0 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
7C791B78 4CC63182
|
||||
7DA06B78 3DA0800D
|
||||
39AD8CE0 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
7ECAB378 39200000
|
||||
48000008 7D5A48AE
|
||||
7F8AC800 39290002
|
||||
7F09D840 41BEFFAC
|
||||
409AFFEC 7F951800
|
||||
7F49D378 409C0028
|
||||
7E69D9EE 2F9B0004
|
||||
3954A21C 3B7B0002
|
||||
814A0014 99490001
|
||||
419E0020 8AC10008
|
||||
4BFFFF78 2F9B0004
|
||||
7F29D9EE 3B7B0002
|
||||
98690001 40BEFFE8
|
||||
388000E1 38600001
|
||||
4CC63182 7DA06B78
|
||||
3DA08001 39ADAA04
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 7F05C378
|
||||
7FA4EB78 7C791B78
|
||||
4CC63182 7DA06B78
|
||||
3DA08017 39AD0090
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 3B000000
|
||||
7F23CB78 3A99FFFF
|
||||
7DA06B78 3DA08017
|
||||
39AD249C 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
7F29CB78 3940FFC3
|
||||
7D4919EE 3940000A
|
||||
3B60000C 99490001
|
||||
39400000 99490002
|
||||
7F23CB78 7DA06B78
|
||||
3DA08017 39AD249C
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 7EDAC0AE
|
||||
7E791A14 7C751B78
|
||||
7EC3B378 4CC63182
|
||||
7DA06B78 3DA0800D
|
||||
39AD8C8C 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
4CC63182 7DA06B78
|
||||
3DA08005 39AD8638
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 7FE4FB78
|
||||
7C651B78 7E639B78
|
||||
4CC63182 7DA06B78
|
||||
3DA08017 39AD0090
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 7F23CB78
|
||||
7DA06B78 3DA08017
|
||||
39AD249C 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
2B96000B 39200004
|
||||
419E0034 2B960010
|
||||
419E002C 72C800EF
|
||||
39200006 2F880004
|
||||
419E001C 2B960019
|
||||
419E0014 7EB51850
|
||||
39200001 2F950014
|
||||
409D01F0 7D2903A6
|
||||
7D541A14 9F6A0001
|
||||
4200FFFC 7F23CB78
|
||||
7DA06B78 3DA08017
|
||||
39AD249C 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
7D3AC214 7FC4F378
|
||||
88A90001 7C791A14
|
||||
4CC63182 7DA06B78
|
||||
3DA08017 39AD0090
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 2F980004
|
||||
3B180002 409EFEBC
|
||||
7F23CB78 7DA06B78
|
||||
3DA08017 39AD249C
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 7FA4EB78
|
||||
7F85E378 7C791A14
|
||||
4CC63182 7DA06B78
|
||||
3DA08017 39AD0090
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 7F24CB78
|
||||
38A00014 38C00000
|
||||
38600003 4CC63182
|
||||
7DA06B78 3DA0800A
|
||||
39AD0DB0 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
38600010 4CC63182
|
||||
7DA06B78 3DA0800A
|
||||
39AD1CD8 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
7DA06B78 3DA0800A
|
||||
39AD1AE0 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
7DA06B78 3DA0800A
|
||||
39AD18A8 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
2F83FFFF 419E0070
|
||||
2F830002 419D0068
|
||||
547F083C 7C9AF8AE
|
||||
2B840022 419E0194
|
||||
2B840024 419E01B0
|
||||
7EE3BB78 4CC63182
|
||||
7DA06B78 3DA0800A
|
||||
39ADB014 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
7C7AFA14 88830001
|
||||
7EE3BB78 7C8400D0
|
||||
4CC63182 7DA06B78
|
||||
3DA0800B 39AD9D88
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 7DA06B78
|
||||
3DA0800A 39AD0FBC
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 7F23CB78
|
||||
4CC63182 7DA06B78
|
||||
3DA08001 39ADAB38
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 7DA06B78
|
||||
3DA08001 39ADD280
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 4BFFFB60
|
||||
2F950012 39200002
|
||||
41BDFE0C 2F950010
|
||||
39200003 41BDFE00
|
||||
2F95000E 39200004
|
||||
41BDFDF4 2F95000C
|
||||
7EA00026 56B5F7FE
|
||||
21350006 4BFFFDE0
|
||||
3C800024 38A0FFFF
|
||||
60840001 38600000
|
||||
4CC63182 7DA06B78
|
||||
3DA0800A 39AD0A74
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 7DA06B78
|
||||
3DA0800A 39AD1AE0
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 7DA06B78
|
||||
3DA0800A 39AD0FBC
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 7DA06B78
|
||||
3DA08001 39ADD280
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 4BFFFAB0
|
||||
7DA06B78 3DA0800D
|
||||
39AD2368 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
4BFFFA34 7DA06B78
|
||||
3DA0800D 39AD227C
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 4BFFFA18
|
||||
90810028 7DA06B78
|
||||
3DA0800D 39AD227C
|
||||
7DA903A6 7C0D0378
|
||||
4E800421 80810028
|
||||
4BFFFE58 90810028
|
||||
7DA06B78 3DA0800D
|
||||
39AD2368 7DA903A6
|
||||
7C0D0378 4E800421
|
||||
80810028 4BFFFE34
|
||||
60000000 00000000
|
||||
*Recommended to use with the Super Extended code handler for maximum compatibiity.
|
||||
|
||||
$Mechanics - Chain Chomp Steals 15 Coins Minimum [WolfGC64]
|
||||
C20F75A8 00000002
|
||||
3B7B000F 7C9B00D0
|
||||
60000000 00000000
|
||||
|
||||
$Mechanics - Disable Capsules [gamemasterplc]
|
||||
F6000001 80008180
|
||||
3BC50005 887E0000
|
||||
D2000004 00000002
|
||||
386000FF 987E0000
|
||||
60000000 00000000
|
||||
E0000000 80008000
|
||||
*Disables all usage of Capsules.
|
||||
*Capsules already on spaces will continue to exist.
|
||||
|
||||
$Mechanics - Disable the Starter Capsules
|
||||
$Space Replacement - Disable the 6 Starter Capsules
|
||||
2808C88E 00000006
|
||||
0208C88E 00000000
|
||||
E2000001 80008000
|
||||
*Remove the 6 starter capsules from the board
|
||||
|
||||
$Mechanics - Disable Most End of Turn Minigames [WolfGC64]
|
||||
C208CC38 00000006
|
||||
3DC08022 61CEA494
|
||||
89EE0001 89CE0000
|
||||
7DEE7850 2C0FFFFF
|
||||
40810008 38600001
|
||||
39E00000 39C00000
|
||||
2C030000 00000000
|
||||
*A minigame will appear on the Last Turn, since the game requires it to be able to end.
|
||||
|
||||
$Mechanics - Double the Amount of Turns [Airsola]
|
||||
$Turns - Double the Amount of Turns [Airsola]
|
||||
C208DA0C 00000004
|
||||
2C000032 4182000C
|
||||
7C000214 48000008
|
||||
38000063 98030005
|
||||
60000000 00000000
|
||||
*50 turns becomes 99 due to integer cap.
|
||||
|
||||
$Mechanics: "Last 5 Turns" Event - Happens on the First Turn [Nayla]
|
||||
2080CB88 3F800000
|
||||
0480CB88 2C040001
|
||||
0408CB8C 41800048
|
||||
E2000001 80008000
|
||||
|
||||
$Mechanics: "Last 5 Turns" Event - is x3 Coins on Spaces [Nayla]
|
||||
040FB87C 38A00000
|
||||
040FB8EC 3A600000
|
||||
*Last 5 Turns Event is always x3 Coins on Spaces.
|
||||
|
||||
$Mechanics: "Last 5 Turns" Event - is 5 Star Spaces [Nayla]
|
||||
040FB87C 38A00003
|
||||
040FB8EC 3A600003
|
||||
*Last 5 Turns Event is always 5 Star Spaces.
|
||||
|
||||
$Mechanics: "Last 5 Turns" Event - is Capsule Spaces on Every Space [Nayla]
|
||||
040FB87C 38A00001
|
||||
040FB8EC 3A600001
|
||||
*Last 5 Turns Event forces all spaces to Have Capsule Events.
|
||||
*Please use the Capsule Chaos code instead of combinding this with First Turn.
|
||||
|
||||
$Mechanics: "Last 5 Turns" Event - is Disabled [Nayla]
|
||||
0408D1F4 41800048
|
||||
*Last 5 Turns Event never happens.
|
||||
|
||||
$Mechanics: "Last 5 Turns" Event - is Red Spaces are Bowser Spaces [Nayla]
|
||||
040FB87C 38A00002
|
||||
040FB8EC 3A600002
|
||||
*Last 5 Turns Event forces Red Spaces to turn into Bowser Spaces.
|
||||
|
||||
$Mechanics – Obtain Capsules on Final Turn [gamemasterplc]
|
||||
F6000001 80008180
|
||||
7C040040 40820024
|
||||
14000004 48000024
|
||||
E0000000 80008000
|
||||
*Miracles can really happen
|
||||
|
||||
$Mechanics - P1 Picks Minigames [gamemasterplc]
|
||||
C211D0E4 0000000F
|
||||
ABED862C 73FA0008
|
||||
2C1A0008 4082001C
|
||||
A86D8CD4 3863FFFF
|
||||
7C03EBD6 7C00E9D6
|
||||
7C001850 B00D8CD4
|
||||
73FA0004 2C1A0004
|
||||
4082001C A86D8CD4
|
||||
38630001 7C03EBD6
|
||||
7C00E9D6 7C001850
|
||||
B00D8CD4 AAAD8CD4
|
||||
73FA0100 2C1A0000
|
||||
40820018 3C608000
|
||||
6063D400 7C6903A6
|
||||
4E800421 4BFFFF94
|
||||
60000000 00000000
|
||||
04005BFC 60000000
|
||||
04005C24 60000000
|
||||
0411D0E8 48000058
|
||||
0411D0E0 60000000
|
||||
*Use D-Pad
|
||||
|
||||
$Mechanics - Purely Random Items [Rain]
|
||||
C20C8FA0 00000024
|
||||
9421FFF0 7C0802A6
|
||||
90010014 93E10000
|
||||
48000081 60000000
|
||||
00010000 00010001
|
||||
00010002 00010003
|
||||
00010004 00010005
|
||||
00010006 0001000a
|
||||
0001000b 0001000c
|
||||
0001000d 0001000e
|
||||
0001000f 00010010
|
||||
00010011 00010014
|
||||
00010015 00010016
|
||||
00010017 00010018
|
||||
00010019 0001001e
|
||||
0001001f 00010020
|
||||
00010021 00010022
|
||||
00010023 00010024
|
||||
00000025 00000000
|
||||
7CE802A6 38E70004
|
||||
38600000 38800000
|
||||
2C030074 41820014
|
||||
7CA71A2E 7C842A14
|
||||
38630004 4BFFFFEC
|
||||
3CA08003 60A5B0F4
|
||||
7CA903A6 7C832378
|
||||
4E800421 38800000
|
||||
38A00000 2C050074
|
||||
41820024 7CC72A2E
|
||||
7C661850 2C030000
|
||||
40A00008 48000010
|
||||
38840001 38A50004
|
||||
4BFFFFDC 1C840004
|
||||
38840002 7C67222E
|
||||
83E10000 80010014
|
||||
7C0803A6 38210010
|
||||
4E800020 00000000
|
||||
*Improves the RNG of what items are received.
|
||||
|
||||
$Mechanics - Same Space Duels Always Happen [Nayla]
|
||||
04094740 60000000
|
||||
*Duels always happen if you are on the same space
|
||||
|
||||
$Mechanics - Same Space Duels Don't Happen [Nayla]
|
||||
04094740 48000030
|
||||
*Duels never happen if you are on the same space.
|
||||
|
||||
$Mechanics - Stars are Free [gamemasterplc]
|
||||
f6000001 80008180
|
||||
4080002c 386002f0
|
||||
14000000 4800002c
|
||||
140000ec 2c030000
|
||||
14000128 2c030000
|
||||
140001e8 38800000
|
||||
e0000000 80008000
|
||||
f6000001 80008180
|
||||
2c030014 40800070
|
||||
14000000 2c030000
|
||||
14000618 38800000
|
||||
e0000000 80008000
|
||||
*Stars cost nothing instead of the usual 20 coins.
|
||||
|
||||
$Mechanics - Stars Cost 40 Coins from Wiggler [WolfGC64]
|
||||
C20DB528 00000001
|
||||
2C030028 00000000
|
||||
C20DBB40 00000001
|
||||
3880FFD8 00000000
|
||||
*Stars cost 40 instead of the usual 20 coins.
|
||||
|
||||
$Mechanics - Stars Steals cost 50 Coins [WolfGC64]
|
||||
C20F5F34 00000001
|
||||
2C030032 00000000
|
||||
C20F630C 00000001
|
||||
3880FFCE 00000000
|
||||
|
||||
$Mechanics - Start with 20 Coins [Nayla]
|
||||
0208C8E6 00000014
|
||||
*Does not visually update until after the star is placed.
|
||||
|
||||
$Mechanics - Use Capsules on Yourself For Free [gamemasterplc]
|
||||
F6000001 80008180
|
||||
7C802A14 80640014
|
||||
14000004 38600000
|
||||
E0000000 80008000
|
||||
*Capsules can be used on yourself for free.
|
||||
|
||||
$Minigame: Beam Team - 20 Second Timer [Airsola]
|
||||
20288860 00000025
|
||||
28467572 00000708
|
||||
02467572 000004b0
|
||||
e2000002 80008000
|
||||
*Shortens the Timer in the minigame Beam Team.
|
||||
|
||||
$Minigame: Bound of Music - No Bricks [gamemasterplc]
|
||||
2046e0a8 7c033000
|
||||
0446e0ac 60000000
|
||||
e2000001 80008000
|
||||
*Bricks are removed in the minigame Bound of Music.
|
||||
|
||||
$Minigame: Curvy Curves - 1 Player is Slower [Airsola]
|
||||
20464124 416f5c06
|
||||
04464124 41400000
|
||||
e2000001 00000000
|
||||
*1 Player is slower in Curvy Curves.
|
||||
|
||||
$Minigame: Coney Island - No Slow Down
|
||||
204763E4 3C608048
|
||||
044763E0 38000000
|
||||
0447663C 38000000
|
||||
E2000001 80008000
|
||||
*You do not slow down when gathering ice cream.
|
||||
|
||||
$Minigame: Flower Shower - All Flowers are worth 3 Points [gamemasterplc]
|
||||
20459BEC 801F003C
|
||||
04459BEC 38000003
|
||||
E2000001 80008000
|
||||
*This makes the golden flowers the same value as the normal flowers.
|
||||
|
||||
$Minigame: Ground Pound Down - No Rocks Until End [gamemasterplc]
|
||||
2046FCC4 4180FF6C
|
||||
0446FCC4 60000000
|
||||
E2000001 80008000
|
||||
*Rocks are not present until the end in the minigame Ground Pound Down.
|
||||
|
||||
$Minigame: Leaf Leap - Leaves Display Quicker [gamemasterplc]
|
||||
20474A04 38030001
|
||||
04474A04 3800003C
|
||||
E2000001 80008000
|
||||
|
||||
$Minigame: Pop Star Piranhas - Halved Time to Pick [Airsola]
|
||||
20288860 00000016
|
||||
28541d52 0000012b
|
||||
02541d52 000000b3
|
||||
e2000002 80008000
|
||||
*Shortens the timer in the minigame Pop Star Piranhas.
|
||||
|
||||
$Minigame Deletion - Big Top Drop [Rain]
|
||||
001C034E 000000FF
|
||||
|
||||
$Minigame Deletion - Curvy Curbs [Rain]
|
||||
001C138E 000000FF
|
||||
|
||||
$Minigame Deletion - Get a Rope [Rain]
|
||||
001C09DE 000000FF
|
||||
|
||||
$Minigame Deletion - Lucky Lineup [Rain]
|
||||
001C07AE 000000FF
|
||||
|
||||
$Minigame Deletion - Mathletes [Rain]
|
||||
001C110E 000000FF
|
||||
|
||||
$Minigame Deletion - Pound Peril [Rain]
|
||||
001C0B6E 000000FF
|
||||
|
||||
$Minigame Deletion - Random Ride [Rain]
|
||||
001C07FE 000000FF
|
||||
|
||||
$Minigame Deletion - Rumble Fumble [Rain]
|
||||
001C101E 000000FF
|
||||
|
||||
$Minigame Deletion - Scaldin' Cauldron [Rain]
|
||||
001C0E8E 000000FF
|
||||
|
||||
$Minigame Deletion - Submarathon [Rain]
|
||||
001C05CE 000000FF
|
||||
|
||||
$Minigame Deletion - Vicious Vending [Rain]
|
||||
001C02FE 000000FF
|
||||
|
||||
$Minigame Deletion - Whomp Maze [Rain]
|
||||
001C08EE 000000FF
|
||||
|
|
|
@ -561,7 +561,7 @@ F6000002 80008180
|
|||
E0000000 80008000
|
||||
*Unlocks Everything in the game.
|
||||
|
||||
$Awards Ceremory - Bonus Ztars [Tabitha]
|
||||
$Awards Ceremony - Bonus Ztars [Tabitha]
|
||||
282C0256 0000005C
|
||||
044FE404 3884FFFF
|
||||
280000C2 00007B90
|
||||
|
@ -569,7 +569,7 @@ $Awards Ceremory - Bonus Ztars [Tabitha]
|
|||
E0000000 80008000
|
||||
*Bonus stars take away a Star rather than awarding one
|
||||
|
||||
$Awards Ceremory - Coin Star Replaces Orb Star [Rain]
|
||||
$Awards Ceremony - Coin Star Replaces Orb Star [Rain]
|
||||
204ecf4c a8c70034
|
||||
044ecf4c a8c70022
|
||||
e2000001 00000000
|
||||
|
@ -589,7 +589,55 @@ e2000001 00000000
|
|||
e2000001 00000000
|
||||
*The return of the classic Coin Star.
|
||||
|
||||
$Board Change - Snowflake Lake - Chomps Roll 7 during daytime, and 3 per dice during nighttime [gamemasterplc]
|
||||
$Board - Castaway Bay - Bowser Steals 40 Coins instead of 20 [WolfGC64]
|
||||
C2184538 00000001
|
||||
2C140028 00000000
|
||||
C2184544 00000001
|
||||
3880FFD8 00000000
|
||||
|
||||
$Board - Castaway Bay - Bowser Ztar Always Takes Coins [WolfGC64]
|
||||
C21843D8 00000002
|
||||
38600000 2C030001
|
||||
60000000 00000000
|
||||
*When you reach Bowser on Castaway Bay, he'll never take your Stars away, only Coins, like in Mario's Rainbow Castle.
|
||||
|
||||
$Board - Faire Square - Free Whomps [gamemasterplc]
|
||||
F6000001 80008180
|
||||
4080002C 386003A0
|
||||
14000000 4800002C
|
||||
140000C0 38800000
|
||||
E0000000 80008000
|
||||
*Use Whomp paths without paying 10 coins
|
||||
|
||||
$Board - Faire Square - Stars Always Cost 20 Coins [Rain]
|
||||
04248064 00000014
|
||||
04248068 00000014
|
||||
0424806c 00000014
|
||||
04248070 00000014
|
||||
04248074 00000014
|
||||
204ddf88 01020405
|
||||
044ddf74 00000014
|
||||
044ddf78 00000014
|
||||
044ddf7c 00000014
|
||||
044ddf80 00000014
|
||||
044ddf84 00000014
|
||||
e2000001 80008000
|
||||
|
||||
$Board - Faire Square - Top-most Happening Space is Always Coins [WolfGC64]
|
||||
282C0256 0000007D
|
||||
044d3c70 60000000
|
||||
044d4e3C 60000000
|
||||
044d3c70 60000000
|
||||
E2000001 80008000
|
||||
|
||||
$Board - Faire Square - Top-most Happening Space is Always Stars [WolfGC64]
|
||||
282C0256 0000007D
|
||||
044d3c68 38E00001
|
||||
044d4e34 38000001
|
||||
044d3c68 38E00001
|
||||
E2000001 80008000
|
||||
|
||||
$Board - Snowflake Lake - Chomps Roll 7 during daytime, and 3 per dice during nighttime [gamemasterplc]
|
||||
204cc818 4bcbbacd
|
||||
c24cc810 00000005
|
||||
3b200007 3c608026
|
||||
|
@ -600,7 +648,7 @@ c24cc810 00000005
|
|||
e2000001 80008000
|
||||
*Change dice prices in the board Snowflake Lake.
|
||||
|
||||
$Board Change - Snowflake Lake - Chomps Sell Stars (40 Coins), Players Start with 0 Stars [gamemasterplc]
|
||||
$Board - Snowflake Lake - Chomps Sell Stars (40 Coins), Players Start with 0 Stars [gamemasterplc]
|
||||
0418040c 480000f0
|
||||
204cadfc 48001595
|
||||
48000000 802c0364
|
||||
|
@ -646,21 +694,7 @@ c24cc390 00000021
|
|||
e2000001 80008000
|
||||
*Chain Chomps sell stars instead of stealing stars in the board Snowflake Lake.
|
||||
|
||||
$Board Event - Faire Square - Top-most Happening Space is Always Coins [WolfGC64]
|
||||
282C0256 0000007D
|
||||
044d3c70 60000000
|
||||
044d4e3C 60000000
|
||||
044d3c70 60000000
|
||||
E2000001 80008000
|
||||
|
||||
$Board Event - Faire Square - Top-most Happening Space is Always Stars [WolfGC64]
|
||||
282C0256 0000007D
|
||||
044d3c68 38E00001
|
||||
044d4e34 38000001
|
||||
044d3c68 38E00001
|
||||
E2000001 80008000
|
||||
|
||||
$Board Event - Snowflake Lake - Never Roll Lower Then 5 on a Chomp [gamemasterplc]
|
||||
$Board - Snowflake Lake - Never Roll Lower Then 5 on a Chomp [gamemasterplc]
|
||||
204CC814 7FE3FB78
|
||||
C24CC810 00000003
|
||||
2C030005 40800008
|
||||
|
@ -668,7 +702,13 @@ C24CC810 00000003
|
|||
60000000 00000000
|
||||
E2000001 80008000
|
||||
|
||||
$Board Event - Towering Treetop - Woody Always Sneezes [Airsola]
|
||||
$Board - Snowflake Lake - Start at 3 Stars [Airsola]
|
||||
204cb0dc 389b0005
|
||||
044cb0dc 389b0003
|
||||
e2000001 80008000
|
||||
*Everyone starts with 3 stars instead of 5 in the board Snowflake Lake.
|
||||
|
||||
$Board - Towering Treetop - Woody Always Sneezes [Airsola]
|
||||
202c0254 0000007b
|
||||
044fde9c 60000000
|
||||
044fde84 60000000
|
||||
|
@ -696,48 +736,87 @@ $Day/Night Cycle - Start during the Night [Tabitha]
|
|||
00265B80 00000040
|
||||
E2000002 80008000
|
||||
|
||||
$Economy - Castaway Bay - Bowser Steals 40 Coins instead of 20 [WolfGC64]
|
||||
C2184538 00000001
|
||||
2C140028 00000000
|
||||
C2184544 00000001
|
||||
3880FFD8 00000000
|
||||
|
||||
$Economy - Castaway Bay - Bowser Ztar Always Takes Coins [WolfGC64]
|
||||
C21843D8 00000002
|
||||
38600000 2C030001
|
||||
60000000 00000000
|
||||
*When you reach Bowser on Castaway Bay, he'll never take your Stars away, only Coins, like in Mario's Rainbow Castle.
|
||||
$Economy - Blue Spaces Give 5 Coins [Ralf]
|
||||
0415F1E8 38800005
|
||||
|
||||
$Economy - Character Spaces Give 10 Coins [Ralf]
|
||||
0415F230 3880000A
|
||||
|
||||
$Economy - Faire Square - Free Whomps [gamemasterplc]
|
||||
F6000001 80008180
|
||||
4080002C 386003A0
|
||||
14000000 4800002C
|
||||
140000C0 38800000
|
||||
E0000000 80008000
|
||||
*Use Whomp paths without paying 10 coins
|
||||
$Economy - Minigames Award 20 Coins [Nayla]
|
||||
2A265BA8 00000015
|
||||
2A265BA8 00000016
|
||||
2A265BA8 00000029
|
||||
2A265BA8 0000002D
|
||||
2A265BA8 0000002E
|
||||
2A265BA8 00000030
|
||||
2A265BA8 0000003F
|
||||
2A265BA8 0000004F
|
||||
2A265BA8 00000050
|
||||
28265778 0000000A
|
||||
02265778 00000014
|
||||
E2000001 80008000
|
||||
2A265BA8 00000015
|
||||
2A265BA8 00000016
|
||||
2A265BA8 00000029
|
||||
2A265BA8 0000002D
|
||||
2A265BA8 0000002E
|
||||
2A265BA8 00000030
|
||||
2A265BA8 0000003F
|
||||
2A265BA8 0000004F
|
||||
2A265BA8 00000050
|
||||
28265988 0000000A
|
||||
02265988 00000014
|
||||
E2000001 80008000
|
||||
2A265BA8 00000015
|
||||
2A265BA8 00000016
|
||||
2A265BA8 00000029
|
||||
2A265BA8 0000002D
|
||||
2A265BA8 0000002E
|
||||
2A265BA8 00000030
|
||||
2A265BA8 0000003F
|
||||
2A265BA8 0000004F
|
||||
2A265BA8 00000050
|
||||
28265A90 0000000A
|
||||
02265A90 00000014
|
||||
E2000001 80008000
|
||||
2A265BA8 00000015
|
||||
2A265BA8 00000016
|
||||
2A265BA8 00000029
|
||||
2A265BA8 0000002D
|
||||
2A265BA8 0000002E
|
||||
2A265BA8 00000030
|
||||
2A265BA8 0000003F
|
||||
2A265BA8 0000004F
|
||||
2A265BA8 00000050
|
||||
28265880 0000000A
|
||||
02265880 00000014
|
||||
E2000001 80008000
|
||||
|
||||
$Economy - Faire Square - Stars Always Cost 20 Coins [Rain]
|
||||
04248064 00000014
|
||||
04248068 00000014
|
||||
0424806c 00000014
|
||||
04248070 00000014
|
||||
04248074 00000014
|
||||
204ddf88 01020405
|
||||
044ddf74 00000014
|
||||
044ddf78 00000014
|
||||
044ddf7c 00000014
|
||||
044ddf80 00000014
|
||||
044ddf84 00000014
|
||||
e2000001 80008000
|
||||
$Economy - Pink Boo is Always Enabled [WolfGC64, Tabitha]
|
||||
C21B1BB4 00000003
|
||||
2C1C0000 38600001
|
||||
39C00001 28030000
|
||||
60000000 00000000
|
||||
C21B1EF8 00000003
|
||||
2C0E0001 38000001
|
||||
28000000 39C00000
|
||||
60000000 00000000
|
||||
*Allows Pink Boo to always work regardless of the time.
|
||||
|
||||
$Economy - Snowflake Lake - Start at 3 Stars [Airsola]
|
||||
204cb0dc 389b0005
|
||||
044cb0dc 389b0003
|
||||
e2000001 80008000
|
||||
*Everyone starts with 3 stars instead of 5 in the board Snowflake Lake.
|
||||
$Economy - Pink Boo Star Steal Costs 50 Coins.
|
||||
C21B1FB4 00000001
|
||||
2C040032 00000000
|
||||
C21B2634 00000001
|
||||
3880FFCE 00000000
|
||||
|
||||
$Economy - Pink Boo Steals 15 Coins Minimum [Airsola]
|
||||
c21b3498 00000002
|
||||
3884000d 9081002c
|
||||
60000000 00000000
|
||||
*Pink Boo is worth your time by stealing 15 coins minimum instead of not being capped.
|
||||
|
||||
$Economy - Red Spaces Take Away 20 Coins [Ralf]
|
||||
0415F278 3880FFEC
|
||||
|
||||
$Economy - Stars are Free [gamemasterplc]
|
||||
0418333C 2C030000
|
||||
|
@ -772,15 +851,6 @@ $Economy - Start with 20 Coins [Tabitha]
|
|||
0214B3AE 00000014
|
||||
*Does not visually update until after the star is placed.
|
||||
|
||||
$Economy - Start with a Mushroom Capsule [Tabitha]
|
||||
06003620 00000028
|
||||
3D808000 618C363C
|
||||
1C1F0003 7C00E214
|
||||
7CAC00AE 98A30005
|
||||
48150114 00FFFF00
|
||||
FFFF00FF FF00FFFF
|
||||
04153748 4BEAFED8
|
||||
|
||||
$Music - Disable Music [gamemasterplc]
|
||||
042c02a4 00000001
|
||||
*Disables all in-game music.
|
||||
|
@ -841,7 +911,7 @@ $Minigame - Battle Games - Always 50 Coins [Tabitha]
|
|||
0424BABC 00000032
|
||||
0424BAC0 00000032
|
||||
|
||||
*Minigame - Battle Games - Can Replace 1VS3 or 2VS2 Minigames [Tabitha]
|
||||
$Minigame - Battle Games - Can Replace 1VS3 or 2VS2 Minigames [Tabitha]
|
||||
041F015C 60000000
|
||||
041F0160 60000000
|
||||
|
||||
|
@ -851,7 +921,7 @@ $Minigame - Battle Games - Do Not Affect Minigame Star [Celerizer]
|
|||
e2000001 80008000
|
||||
*Battle Minigames do not count towards the Mini-Game Star.
|
||||
|
||||
*Minigame - Battle Games - Force a Battle right before Last 5 Turns [Tabitha]
|
||||
$Minigame - Battle Games - Force a Battle right before Last 5 Turns [Tabitha]
|
||||
C21F0168 00000013
|
||||
3DC08026 89CE5B74
|
||||
3DE08026 89EF5B75
|
||||
|
@ -873,20 +943,20 @@ C21F0168 00000013
|
|||
39C00000 39E00000
|
||||
3A000000 00000000
|
||||
|
||||
$Minigame Balance - Catch You Letter - Disable Love Letters
|
||||
$Minigame - Catch You Letter - Disable Love Letters
|
||||
204CBD6C 80010028
|
||||
044CBD6C 38000001
|
||||
E2000001 80008000
|
||||
*This nullifies love letters by nerfing them to 1 point.
|
||||
|
||||
$Minigame Balance - Catch You Letter - Love Letters become Bowser Letters
|
||||
$Minigame - Catch You Letter - Love Letters become Bowser Letters
|
||||
204CBD6C 80010028
|
||||
044CBD6C 38000001
|
||||
E2000001 80008000
|
||||
*This turns love letters, into -1 Point letters.
|
||||
*Is it better to turn it in, and try to catch up later or secure your fate.
|
||||
|
||||
$Minigame Balance - Crate & Peril - 3 Players can Jump [Airsola, gamemasterplc]
|
||||
$Minigame - Crate & Peril - 3 Players can Jump [Airsola, gamemasterplc]
|
||||
202c0254 00000025
|
||||
0408074c 60fb0003
|
||||
e2000001 80008000
|
||||
|
@ -1055,7 +1125,7 @@ F6000002 80008180
|
|||
14000244 60000000
|
||||
E0000000 80008000
|
||||
|
||||
$Orbs - Obtain Orbs on Last Turn [gamemasterplc]
|
||||
$Orbs - Obtain on Last Turn [gamemasterplc]
|
||||
F6000001 80008180
|
||||
7C040040 4080041C
|
||||
14000004 60000000
|
||||
|
@ -1074,6 +1144,15 @@ C21C9478 00000002
|
|||
60000000 00000000
|
||||
*In vanilla, the shop price for 3RD and 4TH is only used during nighttime, with the normal price being used for all non-1ST place players during daytime. This code makes the clearance sale price be used regardless of day/night.
|
||||
|
||||
$Orbs - Start with a Mushroom Capsule [Tabitha]
|
||||
06003620 00000028
|
||||
3D808000 618C363C
|
||||
1C1F0003 7C00E214
|
||||
7CAC00AE 98A30005
|
||||
48150114 00FFFF00
|
||||
FFFF00FF FF00FFFF
|
||||
04153748 4BEAFED8
|
||||
|
||||
$Orbs - Sluggish Shroom Rolls 1-5 [Celerizer]
|
||||
04186608 38000005
|
||||
04186b80 4bfffff8
|
||||
|
@ -1083,23 +1162,6 @@ $Orbs - Zap Orb Takes 3 Coins Per Space [Tabitha]
|
|||
041AE1B8 3B600003
|
||||
*Matches Mario Party 7.
|
||||
|
||||
$Pink Boo - Always Enabled [WolfGC64, Tabitha]
|
||||
C21B1BB4 00000003
|
||||
2C1C0000 38600001
|
||||
39C00001 28030000
|
||||
60000000 00000000
|
||||
C21B1EF8 00000003
|
||||
2C0E0001 38000001
|
||||
28000000 39C00000
|
||||
60000000 00000000
|
||||
*Allows Pink Boo to always work regardless of the time.
|
||||
|
||||
$Pink Boo - Steal 15 Coins Minimum [Airsola]
|
||||
c21b3498 00000002
|
||||
3884000d 9081002c
|
||||
60000000 00000000
|
||||
*Pink Boo is worth your time by stealing 15 coins minimum instead of not being capped.
|
||||
|
||||
$Turns - Change Turn Count on the Fly
|
||||
06005100 00000064
|
||||
3C60802C A083FFD0
|
||||
|
@ -1152,4 +1214,4 @@ F6000001 80008180
|
|||
41820118 2C170000
|
||||
14000000 60000000
|
||||
E0000000 80008000
|
||||
*Path Decisions are Automated.
|
||||
*Path Decisions are Automated.
|
|
@ -692,6 +692,10 @@ $Mechanics - Purely Random Orbs [WolfGC64]
|
|||
042EF794 00000000
|
||||
|
||||
[Gecko]
|
||||
$QOL - Auto Advance Text Boxes [gamemasterplc]
|
||||
04050ddc 60000000
|
||||
*Automatically scrolls the text boxes without pushing A
|
||||
|
||||
$QOL - Controller Options Always Accessible [Ralf]
|
||||
0422D890 4800000C
|
||||
*Controller options are always accessible in the pause menu
|
||||
|
@ -842,7 +846,7 @@ $Awards Ceremony - Bonus Ztars [Tabitha]
|
|||
E2000001 80008000
|
||||
*Bonus stars take away a Star rather than awarding one
|
||||
|
||||
$Awards Ceremory - Force Mini-Game/Orb/Happening Bonus Stars [gamemasterplc]
|
||||
$Awards Ceremony - Force Mini-Game/Orb/Happening Bonus Stars [gamemasterplc]
|
||||
204e4ae0 48000210
|
||||
044e4a38 48000014
|
||||
044e4a6c 38000000
|
||||
|
@ -873,7 +877,45 @@ E2000001 80008000
|
|||
E2000001 80008000
|
||||
*The return of the classic Coin Star.
|
||||
|
||||
$Board Event - Neon Heights - Rocket Minigame is Possible with 1 Player [Airsola]
|
||||
$Board - Neon Heights - Acting Minigame Only Awards if All Are Hit
|
||||
202f2f3c 0000007d
|
||||
c24ec414 00000004
|
||||
7c9e82ae 2804000f
|
||||
41a2000c 38800000
|
||||
48000008 3880000a
|
||||
60000000 00000000
|
||||
e2000001 80008000
|
||||
*The shooting Board now awards 10 coins, but only if the player hits all the targets.
|
||||
|
||||
$Board - Neon Heights - Bomb Chests Now Give 20 Coins [Airsola]
|
||||
202f2f3c 0000007d
|
||||
044e0574 38000014
|
||||
044e0bac 38a00014
|
||||
044e08d8 38000014
|
||||
044e06c4 38000014
|
||||
044e1008 48001451
|
||||
044e1020 4bffffd0
|
||||
044e2564 3b200014
|
||||
044e269c 3b000014
|
||||
e2000001 80008000
|
||||
*All chests cost 20 coins, and the non-star chests both contain 20 coins.
|
||||
|
||||
$Board - Neon Heights - Bowser Path for Free [gamemasterplc]
|
||||
204fdef4 2c03000a
|
||||
044fdef4 2c030000
|
||||
044fdf5c 38a00000
|
||||
e2000001 80008000
|
||||
*Use Koopa Kid's path for free instead of paying 10 coins in the board Neon Heights.
|
||||
|
||||
$Board - Neon Heights - QOL Junction Addition
|
||||
205B6EB4 C54B8000
|
||||
005b6e71 00000000
|
||||
045b6ea4 00020039
|
||||
025b6ea8 0000001D
|
||||
E2000001 80008000
|
||||
*Replaces the blue space near the Koopa Kid toll with a junction that allows you to choose between going to the usual direction or going to the item shop's zone.
|
||||
|
||||
$Board - Neon Heights - Rocket Minigame is Possible with 1 Player [Airsola]
|
||||
202f2f3c 0000007d
|
||||
28527bfa 00000256
|
||||
04527c78 4039999A
|
||||
|
@ -886,26 +928,6 @@ a87e02e8 2803000f
|
|||
e2000001 80008000
|
||||
*It is now possible for 1 player to reach the star in the rocket happening event in the board Neon Heights.
|
||||
|
||||
|
||||
|
||||
$Board Event - Neon Heights - Acting Minigame Only Awards if All Are Hit
|
||||
202f2f3c 0000007d
|
||||
c24ec414 00000004
|
||||
7c9e82ae 2804000f
|
||||
41a2000c 38800000
|
||||
48000008 3880000a
|
||||
60000000 00000000
|
||||
e2000001 80008000
|
||||
*The shooting board event now awards 10 coins, but only if the player hits all the targets.
|
||||
|
||||
$Board Event - Neon Heights - QOL Junction Addition
|
||||
205B6EB4 C54B8000
|
||||
005b6e71 00000000
|
||||
045b6ea4 00020039
|
||||
025b6ea8 0000001D
|
||||
E2000001 80008000
|
||||
*Replaces the blue space near the Koopa Kid toll with a junction that allows you to choose between going to the usual direction or going to the item shop's zone.
|
||||
|
||||
$Board - Pagoda Peak - Bottle Rocket Launch Always Succeeds [gamemasterplc]
|
||||
204df8a0 2803004b
|
||||
044df8a4 60000000
|
||||
|
@ -999,6 +1021,7 @@ E2000002 80008000
|
|||
28291522 00000323
|
||||
0052449F 00000000
|
||||
E2000003 80008000
|
||||
|
||||
$Board - Pyramid Park - Spinx Event is Coin Equaltiy [Tabitha]
|
||||
282F2F3E 0000007C
|
||||
28290CA8 0000004D
|
||||
|
@ -1017,6 +1040,7 @@ E2000002 80008000
|
|||
28291522 00000323
|
||||
0052449F 00000002
|
||||
E2000003 80008000
|
||||
|
||||
$Board - Pyramid Park - Spinx Event is Disabled [Tabitha]
|
||||
282F2F3E 0000007C
|
||||
28290CA8 0000004D
|
||||
|
@ -1035,6 +1059,7 @@ E2000002 80008000
|
|||
28291522 00000323
|
||||
0052449F 00000003
|
||||
E2000003 80008000
|
||||
|
||||
$Board - Pyramid Park - Spinx Event is Half Chomp Prices [Tabitha]
|
||||
282F2F3E 0000007C
|
||||
28290CA8 0000004D
|
||||
|
@ -1147,51 +1172,46 @@ $Bowser Time - is Disabled [gamemasterplc]
|
|||
c2152080 00000002
|
||||
38000000 9803000c
|
||||
60000000 00000000
|
||||
*Bowser Time game event does not appear. This can save 5-20 minutes of Board Events on boards such as Grand Canal, but break boards such as Bowser's Enchanted Inferno.
|
||||
*Bowser Time game event does not appear. This can save 5-20 minutes of Boards on boards such as Grand Canal, but break boards such as Bowser's Enchanted Inferno.
|
||||
|
||||
$Extra - Auto Advance Text Boxes [gamemasterplc]
|
||||
04050ddc 60000000
|
||||
*Automatically scrolls the text boxes without pushing A
|
||||
|
||||
$Economy - Start with a Mushroom Capsule [Tabitha]
|
||||
06003620 00000030
|
||||
3D808000 618C363C
|
||||
1C060005 7C005A14
|
||||
7C8C00AE 98830006
|
||||
48164338 00FFFFFF
|
||||
FF00FFFF FFFF00FF
|
||||
FFFFFF00 FFFFFFFF
|
||||
0416796C 4BE9BCB4
|
||||
|
||||
$Economy - Start with 20 Coins [Tabitha]
|
||||
02196D12 00000014
|
||||
02151DEA 00000014
|
||||
$Economy - Blue Spaces Give 5 Coins [Nayla, Ralf]
|
||||
04168578 60000000
|
||||
0416857C 38800005
|
||||
|
||||
$Economy - Character Spaces Give 10 Coins [Ralf]
|
||||
041685BC 60000000
|
||||
041685C0 3880000A
|
||||
|
||||
$Economy - Neon Heights - Bomb Chests Now Give 20 Coins [Airsola]
|
||||
202f2f3c 0000007d
|
||||
044e0574 38000014
|
||||
044e0bac 38a00014
|
||||
044e08d8 38000014
|
||||
044e06c4 38000014
|
||||
044e1008 48001451
|
||||
044e1020 4bffffd0
|
||||
044e2564 3b200014
|
||||
044e269c 3b000014
|
||||
e2000001 80008000
|
||||
*All chests cost 20 coins, and the non-star chests both contain 20 coins.
|
||||
$Economy - Minigames Award 20 Coins [Tabitha]
|
||||
C20098A4 00000012
|
||||
3DC08029 61CE1559
|
||||
89EE0000 2C0F0004
|
||||
41820068 2C0F001A
|
||||
41820060 2C0F002B
|
||||
41820058 2C0F002F
|
||||
41820050 2C0F0030
|
||||
41820048 2C0F0031
|
||||
41820040 2C0F0037
|
||||
41820038 2C0F0038
|
||||
41820030 3DC08029
|
||||
61CE0CCA A1EE0000
|
||||
2C0F0000 4182000C
|
||||
39E00014 B1EE0000
|
||||
39CE0110 3A100001
|
||||
2C100003 4081FFE0
|
||||
3800FFFF 39C00000
|
||||
39E00000 3A000000
|
||||
60000000 00000000
|
||||
|
||||
$Economy - Neon Heights - Bowser Path for Free [gamemasterplc]
|
||||
204fdef4 2c03000a
|
||||
044fdef4 2c030000
|
||||
044fdf5c 38a00000
|
||||
e2000001 80008000
|
||||
*Use Koopa Kid's path for free instead of paying 10 coins in the board Neon Heights.
|
||||
$Economy - Red Spaces Take Away 20 Coins [Nayla, Ralf]
|
||||
04168600 60000000
|
||||
04168604 3880FFEC
|
||||
|
||||
$Koopa Kid" Event - Always Coins Distributed Equally [WolfGC64]
|
||||
$Economy - Start with 20 Coins [Tabitha]
|
||||
02196D12 00000014
|
||||
02151DEA 00000014
|
||||
|
||||
$Koopa Kid Event - Always Coins Distributed Equally [WolfGC64]
|
||||
C21CC224 00000002
|
||||
3AA00005 2C150002
|
||||
60000000 00000000
|
||||
|
@ -1245,93 +1265,13 @@ $Last 4 Turns - Event Happens on the First Turn [Ralf]
|
|||
041521B0 41800044
|
||||
|
||||
$Last 4 Turns - Happens on the Last 5 Turns [Tabitha]
|
||||
2829151C FF00000A
|
||||
041521AC 2C040006
|
||||
041521B0 41800044
|
||||
E2000001 80008000
|
||||
2829151B 00FF0700
|
||||
c2152080 00000002
|
||||
38000000 9803000c
|
||||
60000000 00000000
|
||||
E2000001 80008000
|
||||
2829151C FF00000F
|
||||
041521AC 2C04000B
|
||||
041521B0 41800044
|
||||
E2000001 80008000
|
||||
2829151B 00FF0C00
|
||||
c2152080 00000002
|
||||
38000000 9803000c
|
||||
60000000 00000000
|
||||
E2000001 80008000
|
||||
2829151C FF000014
|
||||
041521AC 2C040010
|
||||
041521B0 41800044
|
||||
E2000001 80008000
|
||||
2829151B 00FF1100
|
||||
c2152080 00000002
|
||||
38000000 9803000c
|
||||
60000000 00000000
|
||||
E2000001 80008000
|
||||
2829151C FF000019
|
||||
041521AC 2C040015
|
||||
041521B0 41800044
|
||||
E2000001 80008000
|
||||
2829151B 00FF1600
|
||||
c2152080 00000002
|
||||
38000000 9803000c
|
||||
60000000 00000000
|
||||
E2000001 80008000
|
||||
2829151C FF00001E
|
||||
041521AC 2C04001A
|
||||
041521B0 41800044
|
||||
E2000001 80008000
|
||||
2829151B 00FF1B00
|
||||
c2152080 00000002
|
||||
38000000 9803000c
|
||||
60000000 00000000
|
||||
E2000001 80008000
|
||||
2829151C FF000023
|
||||
041521AC 2C04001F
|
||||
041521B0 41800044
|
||||
E2000001 80008000
|
||||
2829151B 00FF2000
|
||||
c2152080 00000002
|
||||
38000000 9803000c
|
||||
60000000 00000000
|
||||
E2000001 80008000
|
||||
2829151C FF000028
|
||||
041521AC 2C040024
|
||||
041521B0 41800044
|
||||
E2000001 80008000
|
||||
2829151B 00FF2500
|
||||
c2152080 00000002
|
||||
38000000 9803000c
|
||||
60000000 00000000
|
||||
E2000001 80008000
|
||||
2829151C FF00002D
|
||||
041521AC 2C040029
|
||||
041521B0 41800044
|
||||
E2000001 80008000
|
||||
2829151B 00FF2A00
|
||||
c2152080 00000002
|
||||
38000000 9803000c
|
||||
60000000 00000000
|
||||
E2000001 80008000
|
||||
2829151C FF000032
|
||||
041521AC 2C04002E
|
||||
041521B0 41800044
|
||||
E2000001 80008000
|
||||
2829151B 00FF2F00
|
||||
c2152080 00000002
|
||||
38000000 9803000c
|
||||
60000000 00000000
|
||||
E2000001 80008000
|
||||
|
||||
$Last 4 Turns - is x3 Coins on Spaces [gamemasterplc]
|
||||
042311A8 38000000
|
||||
|
||||
$Last 4 Turns - is Always 10 More Koopa Kid Spaces [gamemasterplc]
|
||||
042311A8 38000001
|
||||
042311A8 38000001
|
||||
|
||||
$Last 4 Turns - is Always 40 Coin Bonus [gamemasterplc]
|
||||
042311A8 38000002
|
||||
|
@ -1361,7 +1301,7 @@ C21523F0 00000002
|
|||
60000000 00000000
|
||||
*Removes all minigames at end of turns.
|
||||
|
||||
$Minigames - Mic Minigames Have A 10% Chance Of Appearing Instead Of 20% [gamemasterplc]
|
||||
$Minigame - Mic Minigames Have A 10% Chance Of Appearing Instead Of 20% [gamemasterplc]
|
||||
042f7a04 41200000
|
||||
*Less Mic Minigames and see more standard minigames.
|
||||
|
||||
|
@ -1643,6 +1583,16 @@ $Orbs - Slow Shroom Orb Rolls 1-5 [gamemasterplc]
|
|||
0418d1ac 40820020
|
||||
*Orb is more balanced.
|
||||
|
||||
$Orbs - Start with a Mushroom Orb [Tabitha]
|
||||
06003620 00000030
|
||||
3D808000 618C363C
|
||||
1C060005 7C005A14
|
||||
7C8C00AE 98830006
|
||||
48164338 00FFFFFF
|
||||
FF00FFFF FFFF00FF
|
||||
FFFFFF00 FFFFFFFF
|
||||
0416796C 4BE9BCB4
|
||||
|
||||
$Orbs - Use Multiple Orbs in the Same Turn [Ralf]
|
||||
041E3764 3860FFFF
|
||||
*Does not work with CPUs
|
||||
|
@ -1742,4 +1692,4 @@ c204a98c 00000002
|
|||
7c9f2378 7ca50e70
|
||||
60000000 00000000
|
||||
*Game runs at 30Hz but still feel like 60FPS. Great for people with bad PCs
|
||||
*Can break certain minigames
|
||||
*Can break certain minigames
|
|
@ -202,7 +202,7 @@ e0000000 80008000
|
|||
*Taunt during your turn.
|
||||
*Also removes the cap on how fast you can taunt.
|
||||
|
||||
$QOL - Increased Text Display [Nayla]
|
||||
$QOL - Increased Text Display [Tabitha]
|
||||
0405DED4 60000000
|
||||
*Text is displayed instantly.
|
||||
|
||||
|
@ -216,7 +216,21 @@ $QOL - Remove Explanations [Rain]
|
|||
84200001 80228760
|
||||
*Remove Minigame Explanations in all minigames.
|
||||
|
||||
$Board: DK's Treetop Temple - Free Cannon [gamemasterplc]
|
||||
$Awards Ceremony - Bonus Ztars [Tabitha]
|
||||
282CD222 00000016
|
||||
043C96A0 3803FFFF
|
||||
E2000001 80008000
|
||||
*Bonus stars take away a Star rather than awarding one.
|
||||
|
||||
$Awards Ceremony - Force Mini-Game/Candy/Happening Bonus Stars [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30006cd4 4800005c
|
||||
14006c94 48000014
|
||||
e0000000 80008000
|
||||
*Bonus Stars are always the same.
|
||||
|
||||
$Board - DK's Treetop Temple - Free Cannon [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3001a2dc 387f00c8
|
||||
|
@ -225,20 +239,20 @@ de000000 80008180
|
|||
e0000000 80008000
|
||||
*Cannon usage is free in the board DK's Treetop Temple
|
||||
|
||||
$Board: DK's Treetop Temple - Piranha Plants Take 20 Coins [gamemasterplc, Nayla]
|
||||
$Board - DK's Treetop Temple - Piranha Plants Take 20 Coins [gamemasterplc, Tabitha]
|
||||
48000000 800030C8
|
||||
DE000000 80008180
|
||||
3001C94C 3BA0000A
|
||||
1401C94C 3BA00014
|
||||
E0000000 80008000
|
||||
|
||||
$Board: Goomba's Booty Boardwalk - Remove Dolphin Shuttles [gamemasterplc]
|
||||
$Board - Goomba's Booty Boardwalk - Remove Dolphin Shuttles [gamemasterplc]
|
||||
2057bc40 437f0000
|
||||
0457bc3c 42700000
|
||||
e2000001 80008000
|
||||
*A long tedious path forms in the board Goomba's Booty Boardwalk.
|
||||
|
||||
$Board: Goomba's Booty Boardwalk - Stars Cost 20 Coins [gamepmasterplc]
|
||||
$Board - Goomba's Booty Boardwalk - Stars Cost 20 Coins [gamemasterplc]
|
||||
48000000 800030C8
|
||||
DE000000 80008180
|
||||
30013078 9421F8B0
|
||||
|
@ -253,8 +267,10 @@ B0A60014 4E800020
|
|||
38E7FFEC B0E60026
|
||||
9421F8B0 00000000
|
||||
E0000000 80008000
|
||||
*ASM Hack. Stars are no longer free.
|
||||
*If you have less then 20 you will teleport to Start w/o losing coins.
|
||||
|
||||
$Board: King Boo's Haunted Hideaway - Make the Whomp Toll Free [gamemasterplc]
|
||||
$Board - King Boo's Haunted Hideaway - Make the Whomp Toll Free [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3003f0e0 387f01c0
|
||||
|
@ -263,11 +279,11 @@ de000000 80008180
|
|||
e0000000 80008000
|
||||
*Whomp toll is free in the board King Boo's Haunted Hideaway
|
||||
|
||||
$Board - King Boo's Haunted Hideaway: Map Always Revealed [gamemasterplc]
|
||||
042287bc ffffffff
|
||||
$Board - King Boo's Haunted Hideaway - Map Always Revealed [gamemasterplc]
|
||||
042287bc FFFFFFFF
|
||||
*King Boo's Haunted Hideaway becomes less secret.
|
||||
|
||||
$Board - Koopa's Tycoon Town: Invest Up To 255 Coins [WolfGC64]
|
||||
$Board - Koopa's Tycoon Town - Invest Up To 255 Coins [WolfGC64]
|
||||
203CB930 2C000064
|
||||
043CB930 2C0000FF
|
||||
043CB950 2C0000FF
|
||||
|
@ -284,18 +300,7 @@ $Board - Koopa's Tycoon Town: Invest Up To 255 Coins [WolfGC64]
|
|||
043D254C 2C1D00FF
|
||||
E2000001 80008000
|
||||
|
||||
$Extra - Disable Music [gamemasterplc]
|
||||
042CE168 00000001
|
||||
0404D9FC 60000000
|
||||
*Disables all in-game music.
|
||||
|
||||
$Mechanics - Bonus Ztars [Nayla]
|
||||
282CD222 00000016
|
||||
043C96A0 3803FFFF
|
||||
E2000001 80008000
|
||||
*Bonus stars take away a Star rather than awarding one.
|
||||
|
||||
$Mechanics - Cashzap Candy Destroys ALL Coins [gamemasterplc]
|
||||
$Candy - Cashzap Destroys ALL Coins [gamemasterplc]
|
||||
48000000 800030C8
|
||||
DE000000 80008180
|
||||
300AD718 4800001C
|
||||
|
@ -327,7 +332,7 @@ DE000000 80008180
|
|||
14093B98 4800605D
|
||||
E0000000 80008000
|
||||
|
||||
$Mechanics - Cashzap Candy Steals Coins [gamemasterplc]
|
||||
$Candy - Cashzap Steals Coins [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
301020d8 80bf01a8
|
||||
|
@ -390,14 +395,14 @@ d210987c 00000005
|
|||
e0000000 80008000
|
||||
*Cashzap Candy steals coins rather then destroying.
|
||||
|
||||
$Mechanics - Disable Candy [gamemasterplc]
|
||||
$Candy - Disable ALL Candy [gamemasterplc]
|
||||
C20457A8 00000003
|
||||
3800FFFF 90040008
|
||||
B0040006 4E800020
|
||||
60000000 00000000
|
||||
*Disables ALL Candy
|
||||
|
||||
$Mechanics - Disable Duelo Candy [Nayla, Rain, jdaster]
|
||||
$Candy - Disable Duelo Candy [Tabitha, Rain, jdaster]
|
||||
c0000000 00000010
|
||||
3821ffdc 90610010
|
||||
90810014 90a10018
|
||||
|
@ -417,61 +422,7 @@ c0000000 00000010
|
|||
4e800020 00000000
|
||||
*Replaces Duelo Candy with Twice Candy
|
||||
|
||||
$Mechanics - Disable Lucky Spaces [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3001baec 4e800020
|
||||
1401baf0 4e800020
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30019f18 4e800020
|
||||
14019f1c 4e800020
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3003c990 4e800020
|
||||
1403c994 4e800020
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
300022e8 4e800020
|
||||
140022ec 4e800020
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30015870 4e800020
|
||||
14015874 4e800020
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30010778 4e800020
|
||||
1401077c 4e800020
|
||||
e0000000 80008000
|
||||
*Disables the overpowered Lucky Spaces.
|
||||
*Disables certain happening spaces due to the level of assembly needed for this patch.
|
||||
|
||||
$Mechanics - Disable End of Turn Minigames [WolfGC64]
|
||||
203FEA7C 2C030000
|
||||
043FEA7C 2C030001
|
||||
e2000001 80008000
|
||||
2040984C 2C030000
|
||||
0440984C 2C030001
|
||||
e2000001 80008000
|
||||
2042704C 2C030000
|
||||
0442704C 2C030001
|
||||
e2000001 80008000
|
||||
20402E40 2C030000
|
||||
04402E40 2C030001
|
||||
e2000001 80008000
|
||||
20400644 2C030000
|
||||
04400644 2C030001
|
||||
e2000001 80008000
|
||||
20406D14 2C030000
|
||||
04406D14 2C030001
|
||||
e2000001 80008000
|
||||
|
||||
$Mechanics - Disable Slogo Candy [Nayla, Rain, jdaster]
|
||||
$Candy - Disable Slogo Candy [Tabitha, Rain, jdaster]
|
||||
c0000000 00000010
|
||||
3821ffdc 90610010
|
||||
90810014 90a10018
|
||||
|
@ -491,95 +442,7 @@ c0000000 00000010
|
|||
4e800020 00000000
|
||||
*Replaces Slogo Candy with Twice Candy
|
||||
|
||||
$Mechanics - Force Mini-Game/Candy/Happening Bonus Stars [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30006cd4 4800005c
|
||||
14006c94 48000014
|
||||
e0000000 80008000
|
||||
*Bonus Stars are always the same.
|
||||
|
||||
$Extra - Free Stars [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30031f80 387f03f8
|
||||
14031e58 2c030000
|
||||
14031f7c 60000000
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30010528 38600070
|
||||
14010524 60000000
|
||||
14010408 2c030000
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3001e728 7c03e800
|
||||
1401e604 38600000
|
||||
e0000000 80008000
|
||||
*Stars cost nothing instead of the usual 20 coins.
|
||||
|
||||
$Mechanics - No 1 or 5 Coin Duel Rewards [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30170058 3800000a
|
||||
14170040 3800000a
|
||||
1417004c 3860000a
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30164efc 3800000a
|
||||
14164ee4 3800000a
|
||||
14164ef0 3860000a
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3018bd00 3800000a
|
||||
1418bce8 3800000a
|
||||
1418bcf4 3860000a
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
301672d8 3800000a
|
||||
141672c0 3800000a
|
||||
141672cc 3860000a
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30169914 3800000a
|
||||
141698fc 3800000a
|
||||
14169908 3860000a
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3016c6d0 3800000a
|
||||
1416c6b8 3800000a
|
||||
1416c6c4 3860000a
|
||||
e0000000 80008000
|
||||
*Duels are now worth it.
|
||||
|
||||
$Mechanics - Stars Cost 40 Coins [WolfGC64]
|
||||
203C5380 38600014
|
||||
043C5380 38600028
|
||||
E0000000 80008000
|
||||
203FFFAC 2C03000A
|
||||
043FFFAC 2C030028
|
||||
E0000000 80008000
|
||||
203F2EC4 38A0FFF6
|
||||
043F2EC4 38A0FFD8
|
||||
E0000000 80008000
|
||||
203D146C 38A0FFEC
|
||||
043D146C 38A0FFD8
|
||||
E0000000 80008000
|
||||
203D1470 38C0FFEC
|
||||
043D1470 38C0FFD8
|
||||
E0000000 80008000
|
||||
203D1368 2C030014
|
||||
043D1368 2C030028
|
||||
E0000000 80008000
|
||||
*Only works on DK, Shy Guy, or King Boo.
|
||||
|
||||
$Mechanics - Thwomp Candy Steals Coins [gamemasterplc]
|
||||
$Candy - Thwomp Candy Steals Coins [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30159750 408202e4
|
||||
|
@ -642,7 +505,116 @@ d216103c 00000005
|
|||
e0000000 80008000
|
||||
*Thwomp Candy steals coins rather than destroying them.
|
||||
|
||||
$Minigame - Attention Grabber: Ship is 5000 Units Away [gamemasterplc]
|
||||
$Economy - Free Stars [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30031f80 387f03f8
|
||||
14031e58 2c030000
|
||||
14031f7c 60000000
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30010528 38600070
|
||||
14010524 60000000
|
||||
14010408 2c030000
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3001e728 7c03e800
|
||||
1401e604 38600000
|
||||
e0000000 80008000
|
||||
*Stars cost nothing instead of the usual 20 coins.
|
||||
|
||||
$Economy - Stars Cost 20 Coins on Haunted Hideaway [WolfGC64]
|
||||
203FFFAC 2C03000A
|
||||
043FFFAC 2C030014
|
||||
E0000000 80008000
|
||||
203F2EC4 38A0FFF6
|
||||
043F2EC4 38A0FFEC
|
||||
E0000000 80008000
|
||||
*Only works on King Boo.
|
||||
|
||||
$Economy - Stars Cost 40 Coins [WolfGC64]
|
||||
203C5380 38600014
|
||||
043C5380 38600028
|
||||
E0000000 80008000
|
||||
203FFFAC 2C03000A
|
||||
043FFFAC 2C030028
|
||||
E0000000 80008000
|
||||
203F2EC4 38A0FFF6
|
||||
043F2EC4 38A0FFD8
|
||||
E0000000 80008000
|
||||
203D146C 38A0FFEC
|
||||
043D146C 38A0FFD8
|
||||
E0000000 80008000
|
||||
203D1470 38C0FFEC
|
||||
043D1470 38C0FFD8
|
||||
E0000000 80008000
|
||||
203D1368 2C030014
|
||||
043D1368 2C030028
|
||||
E0000000 80008000
|
||||
*Only works on DK, Shy Guy, or King Boo.
|
||||
|
||||
$Minigame - Disable End of Turn Minigames [WolfGC64]
|
||||
203FEA7C 2C030000
|
||||
043FEA7C 2C030001
|
||||
e2000001 80008000
|
||||
2040984C 2C030000
|
||||
0440984C 2C030001
|
||||
e2000001 80008000
|
||||
2042704C 2C030000
|
||||
0442704C 2C030001
|
||||
e2000001 80008000
|
||||
20402E40 2C030000
|
||||
04402E40 2C030001
|
||||
e2000001 80008000
|
||||
20400644 2C030000
|
||||
04400644 2C030001
|
||||
e2000001 80008000
|
||||
20406D14 2C030000
|
||||
04406D14 2C030001
|
||||
e2000001 80008000
|
||||
|
||||
$Minigame - Duels - No 1 or 5 Coin Duel Rewards [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30170058 3800000a
|
||||
14170040 3800000a
|
||||
1417004c 3860000a
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30164efc 3800000a
|
||||
14164ee4 3800000a
|
||||
14164ef0 3860000a
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3018bd00 3800000a
|
||||
1418bce8 3800000a
|
||||
1418bcf4 3860000a
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
301672d8 3800000a
|
||||
141672c0 3800000a
|
||||
141672cc 3860000a
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30169914 3800000a
|
||||
141698fc 3800000a
|
||||
14169908 3860000a
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3016c6d0 3800000a
|
||||
1416c6b8 3800000a
|
||||
1416c6c4 3860000a
|
||||
e0000000 80008000
|
||||
*Duels are now worth it.
|
||||
|
||||
$Minigame - Attention Grabber - Ship is 5000 Units Away [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
300091d0 46a02800
|
||||
|
@ -650,7 +622,7 @@ de000000 80008180
|
|||
e0000000 80008000
|
||||
*Ship is closer in the minigame Attention Grabber.
|
||||
|
||||
$Minigame - Cosmic Slalom: Infinite Boosts [gamemasterplc]
|
||||
$Minigame - Cosmic Slalom - Infinite Boosts [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30012d2c 2c000000
|
||||
|
@ -658,7 +630,7 @@ de000000 80008180
|
|||
e0000000 80008000
|
||||
*Carry Infinite Boosts instad of 3 in the minigame Cosmic Slalom
|
||||
|
||||
$Minigame - Lob to Rob: All Targets Worth 30 Points [gamemasterplc]
|
||||
$Minigame - Lob to Rob - All Targets Worth 30 Points [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3000cbd4 80010008
|
||||
|
@ -666,7 +638,7 @@ de000000 80008180
|
|||
e0000000 80008000
|
||||
*Targets are worth 30 points in the minigame Lob to Rob.
|
||||
|
||||
$Minigame - Rudder Madness: Double Rudder Speed [gamemasterplc]
|
||||
$Minigame - Rudder Madness - Double Rudder Speed [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3000abdc 807e005c
|
||||
|
@ -677,7 +649,7 @@ efe1002a 00000000
|
|||
e0000000 80008000
|
||||
*Rudders mode faster in the minigame Rudder Madness.
|
||||
|
||||
$Minigame - Surf's Way Up: All Targets Worth 100 Points [gamemasterplc]
|
||||
$Minigame - Surf's Way Up - All Targets Worth 100 Points [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3000b34c 881e0000
|
||||
|
@ -724,3 +696,42 @@ $Minigame Replacement - You're the Bob-omb ➜ Lava Lobbers [gamemasterplc]
|
|||
282287CC 00000037
|
||||
022287CC 0000002E
|
||||
E2000001 80008000
|
||||
|
||||
$Music - Disable Music [gamemasterplc]
|
||||
042CE168 00000001
|
||||
0404D9FC 60000000
|
||||
*Disables all in-game music.
|
||||
|
||||
$Space Replacement - Disable Lucky Spaces [gamemasterplc]
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3001baec 4e800020
|
||||
1401baf0 4e800020
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30019f18 4e800020
|
||||
14019f1c 4e800020
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
3003c990 4e800020
|
||||
1403c994 4e800020
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
300022e8 4e800020
|
||||
140022ec 4e800020
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30015870 4e800020
|
||||
14015874 4e800020
|
||||
e0000000 80008000
|
||||
48000000 800030c8
|
||||
de000000 80008180
|
||||
30010778 4e800020
|
||||
1401077c 4e800020
|
||||
e0000000 80008000
|
||||
*Disables the overpowered Lucky Spaces.
|
||||
*Disables certain happening spaces due to the level of assembly needed for this patch.
|
||||
|
|
Loading…
Add table
Reference in a new issue