mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
some modified codelists
This commit is contained in:
parent
b3109376b4
commit
3de2cfe575
4 changed files with 350 additions and 84 deletions
|
@ -36,6 +36,7 @@ $QOL - Disable Advance on Results [gamemasterplc]
|
|||
20446468 4182FF60
|
||||
04446468 4BFFFF60
|
||||
E2000001 80008000
|
||||
*Disables proceading on the final results incase you have the habit of skipping it.
|
||||
|
||||
$QOL - Disable ALL Taunts [WolfGC64]
|
||||
04139874 0000FFFF
|
||||
|
@ -109,6 +110,10 @@ C02281F0 38600138
|
|||
60000000 00000000
|
||||
*Check which player is pausing during the game.
|
||||
|
||||
$QOL - Skip Genie Cutscene [WolfGC64]
|
||||
C20967E4 00000001
|
||||
60000000 00000000
|
||||
|
||||
$QOL - Unlock Everything [gamemasterplc]
|
||||
040310BC 3880FFFF
|
||||
20446064 4082002C
|
||||
|
@ -139,13 +144,15 @@ E2000001 80008000
|
|||
*Permanent once saved!
|
||||
|
||||
$Board: Boo's Haunted Bash - Red Boo Always On [gamemasterplc]
|
||||
0018fd08 00000000
|
||||
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]
|
||||
2043801c 4182004c
|
||||
04438294 38000002
|
||||
e2000001 80008000
|
||||
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]
|
||||
|
@ -161,13 +168,12 @@ $Board: Koopa's Seaside Soiree - Banana Peel is a Normal Junction [gamemasterplc
|
|||
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]
|
||||
$Board: Toad's Midway Madness - Teacups are Normal Junctions [gamemasterplc, Nayla]
|
||||
20435308 80010008
|
||||
044352f4 4e800020
|
||||
0419dd14 00520077
|
||||
E2000001 80008000
|
||||
*Replaces the teacup junctions with normal junctions in Toad's Midway Madness.
|
||||
*Top left junction only goes to the right.
|
||||
|
||||
$Extra - 30Hz Gameplay [gamemasterplc]
|
||||
041D3B00 40000000
|
||||
|
@ -197,8 +203,9 @@ $Extra - Disable Music
|
|||
$Extra - Press Z On Pause Menu to End Game [Ralf]
|
||||
040B11C4 40820014
|
||||
|
||||
$Mechanics - Battle Games Always Worth 20 Coins [Nayla]
|
||||
001D5DE0 00040014
|
||||
$Mechanics - Battle Games Are Always 50 Coins [Nayla]
|
||||
041D5DE0 32323232
|
||||
041D5DE4 32000000
|
||||
|
||||
$Mechanics - Bonus Ztars [Nayla]
|
||||
281D3CE2 0000004E
|
||||
|
@ -568,10 +575,6 @@ A01F0028 28000007
|
|||
4082000C 38000004
|
||||
B01F0028 00000000
|
||||
|
||||
$Mechanics - Skip Genie Cutscene [WolfGC64]
|
||||
C20967E4 00000001
|
||||
60000000 00000000
|
||||
|
||||
$Mechanics - Super Mini Mushroom has 3 Dice [WolfGC64]
|
||||
00085D3F 00000003
|
||||
|
||||
|
@ -592,6 +595,31 @@ $Mechanics - Stars Cost 40 Coins [WolfGC64]
|
|||
$Mechanics - Stars Steals Cost 40 Coins [WolfGC64]
|
||||
040A5F30 2C1E0028
|
||||
|
||||
$Mechanics - Start with a Mini and Mega Mushroom [WolfGC64]
|
||||
C2063AE0 00000013
|
||||
7C83032E 2C040007
|
||||
40820080 3DC08018
|
||||
61CEFCFC 89CE0000
|
||||
2C0E0001 4082006C
|
||||
3DC08018 61CEFC3D
|
||||
39E00001 99EE0000
|
||||
39E00000 99EE0001
|
||||
39E000FF 99EE0002
|
||||
39E00001 99EE0030
|
||||
39E00000 99EE0031
|
||||
39E000FF 99EE0032
|
||||
39E00001 99EE0060
|
||||
39E00000 99EE0061
|
||||
39E000FF 99EE0062
|
||||
39E00001 99EE0090
|
||||
39E00000 99EE0091
|
||||
39E000FF 99EE0092
|
||||
39C00000 39E00000
|
||||
60000000 00000000
|
||||
|
||||
$Mechanics - Start with 20 Coins
|
||||
020A8F0E 00000014
|
||||
|
||||
$Mechanics - Use Another Item After an Item Bag [WolfGC64]
|
||||
201D3F44 0D000001
|
||||
001D3F44 000000FF
|
||||
|
|
|
@ -13,6 +13,7 @@ $QOL - Disable Advance on Results [gamemasterplc, Nayla]
|
|||
20478F28 4182F754
|
||||
04478F1C FFFFFFFF
|
||||
E2000001 80008000
|
||||
*Disables proceading on the final results incase you have the habit of skipping it.
|
||||
|
||||
$QOL - Faster Boot Time [gamemasterplc]
|
||||
F6000001 80008180
|
||||
|
@ -205,12 +206,71 @@ $Mechanics - Battle Minigames Don't Affect Mini-Game Star [gamemasterplc]
|
|||
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]
|
||||
C208C894 00000026
|
||||
9421FFE0 93410008
|
||||
9361000C 93810010
|
||||
93A10014 93C10018
|
||||
93E1001C 48000021
|
||||
01020001 02030405
|
||||
0A0B0C0D 0E0F1011
|
||||
14151617 18191E1F
|
||||
20232225 7FE802A6
|
||||
3F608022 637BA4CA
|
||||
3F808024 639CD5F8
|
||||
ABAD8BA8 3FC08000
|
||||
63DE5AC0 2C1D0000
|
||||
408100AC A87C002C
|
||||
38BF0000 38C00002
|
||||
2C060000 40810088
|
||||
88850000 7C032000
|
||||
41820010 38A50001
|
||||
38C6FFFF 4BFFFFE4
|
||||
7C7A1B78 7FC803A6
|
||||
4E800021 3880001A
|
||||
7C8323D6 1C84001A
|
||||
7C641850 38BF0002
|
||||
7C6328AE B07B0000
|
||||
B07C002E 3880FFFF
|
||||
2C030022 40A20010
|
||||
38600003 B07C002C
|
||||
B09C002E 2C030025
|
||||
40A20024 2C1A0002
|
||||
40A20010 3860000B
|
||||
B07C002E 48000010
|
||||
38600008 B07C002C
|
||||
B09C002E 3B7B0002
|
||||
3B9C0070 3BBDFFFF
|
||||
4BFFFF54 3C600001
|
||||
83410008 8361000C
|
||||
83810010 83A10014
|
||||
83C10018 83E1001C
|
||||
38210010 00000000
|
||||
C204BF38 00000008
|
||||
3FA08024 63BDD5F8
|
||||
3C600001 60630025
|
||||
A8AD8BA8 2C050000
|
||||
40810028 809D002C
|
||||
7C032000 40A20010
|
||||
3C800008 6084FFFF
|
||||
909D002C 38A5FFFF
|
||||
3BBD0070 4BFFFFD8
|
||||
60000000 00000000
|
||||
*Events on every space at the start of the game.
|
||||
|
||||
$Mechanics - Capsules Can Be Thrown Everywhere [gamemasterplc]
|
||||
040C56C0 38A0007F
|
||||
|
||||
|
@ -503,6 +563,12 @@ E0000000 80008000
|
|||
*Disables all usage of Capsules.
|
||||
*Capsules already on spaces will continue to exist.
|
||||
|
||||
$Mechanics - Disable the 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
|
||||
|
@ -541,6 +607,7 @@ $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
|
||||
|
@ -644,13 +711,6 @@ f6000001 80008180
|
|||
e0000000 80008000
|
||||
*Stars cost nothing instead of the usual 20 coins.
|
||||
|
||||
$Mechanics - Stars Cost 40 Coins [WolfGC64]
|
||||
C20AFDB0 00000001
|
||||
2C030028 00000000
|
||||
C20AFF9C 00000001
|
||||
3880FFD8 00000000
|
||||
*Stars cost 40 instead of the usual 20 coins.
|
||||
|
||||
$Mechanics - Stars Cost 40 Coins from Wiggler [WolfGC64]
|
||||
C20DB528 00000001
|
||||
2C030028 00000000
|
||||
|
@ -664,6 +724,10 @@ C20F5F34 00000001
|
|||
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
|
||||
|
@ -721,62 +785,38 @@ $Minigame: Pop Star Piranhas - Halved Time to Pick [Airsola]
|
|||
e2000002 80008000
|
||||
*Shortens the timer in the minigame Pop Star Piranhas.
|
||||
|
||||
$Minigame Replacement - Big Top Drop ➜ Squared Away [gamemasterplc]
|
||||
2822A4C4 00000018
|
||||
0222A4C4 00000011
|
||||
E2000001 80008000
|
||||
$Minigame Deletion - Big Top Drop [Rain]
|
||||
001C034E 000000FF
|
||||
|
||||
$Minigame Replacement - Curvy Curbs ➜ Tube It or Lose It [gamemasterplc]
|
||||
2822A4C4 0000004C
|
||||
0222A4C4 00000043
|
||||
E2000001 80008000
|
||||
$Minigame Deletion - Curvy Curbs [Rain]
|
||||
001C138E 000000FF
|
||||
|
||||
$Minigame Replacement - Get a Rope ➜ Piece Out [gamemasterplc]
|
||||
2822A4C4 0000002D
|
||||
0222A4C4 00000033
|
||||
E2000001 80008000
|
||||
$Minigame Deletion - Get a Rope [Rain]
|
||||
001C09DE 000000FF
|
||||
|
||||
$Minigame Replacement - Lucky Lineup ➜ Astro-Logical [gamemasterplc]
|
||||
2822A4C4 00000026
|
||||
0222A4C4 00000022
|
||||
E2000001 80008000
|
||||
$Minigame Deletion - Lucky Lineup [Rain]
|
||||
001C07AE 000000FF
|
||||
|
||||
$Minigame Replacement - Mathletes ➜ Flatiator [gamemasterplc]
|
||||
2822a4c4 00000044
|
||||
0222a4c4 00000010
|
||||
e2000001 80008000
|
||||
$Minigame Deletion - Mathletes [Rain]
|
||||
001C110E 000000FF
|
||||
|
||||
$Minigame Replacement - Pound Peril ➜ Sky Survivor [gamemasterplc]
|
||||
2822a4c4 00000032
|
||||
0222a4c4 00000036
|
||||
e2000001 80008000
|
||||
$Minigame Deletion - Pound Peril [Rain]
|
||||
001C0B6E 000000FF
|
||||
|
||||
$Minigame Replacement - Random Ride ➜ Twist 'n' Out [gamemasterplc]
|
||||
2822a4c4 00000027
|
||||
0222a4c4 00000025
|
||||
e2000001 80008000
|
||||
$Minigame Deletion - Random Ride [Rain]
|
||||
001C07FE 000000FF
|
||||
|
||||
$Minigame Replacement - Rumble Fumble ➜ Fish Upon a Star [gamemasterplc]
|
||||
2822a4c4 00000041
|
||||
0222a4c4 00000040
|
||||
e2000001 80008000
|
||||
$Minigame Deletion - Rumble Fumble [Rain]
|
||||
001C101E 000000FF
|
||||
|
||||
$Minigame Replacement - Scaldin' Cauldron ➜ Rain of Fire [gamemasterplc]
|
||||
2822A4C4 0000003C
|
||||
0222A4C4 0000003A
|
||||
E2000001 80008000
|
||||
$Minigame Deletion - Scaldin' Cauldron [Rain]
|
||||
001C0E8E 000000FF
|
||||
|
||||
$Minigame Replacement - Submarathon ➜ Defuse or Lose
|
||||
2822a4c4 0000002F
|
||||
0222a4c4 00000028
|
||||
e2000001 80008000
|
||||
$Minigame Deletion - Submarathon [Rain]
|
||||
001C05CE 000000FF
|
||||
|
||||
$Minigame Replacement - Vicious Vending ➜ Coin Cache [gamemasterplc]
|
||||
2822a4c4 00000017
|
||||
0222a4c4 0000000f
|
||||
e2000001 80008000
|
||||
$Minigame Deletion - Vicious Vending [Rain]
|
||||
001C02FE 000000FF
|
||||
|
||||
$Minigame Replacement - Whomp Maze ➜ Shock Absorbers [gamemasterplc]
|
||||
2822a4c4 0000002a
|
||||
0222a4c4 00000028
|
||||
e2000001 80008000
|
||||
$Minigame Deletion - Whomp Maze [Rain]
|
||||
001C08EE 000000FF
|
||||
|
|
|
@ -455,6 +455,7 @@ $QOL - Disable Advance on Results [gamemasterplc]
|
|||
20503FB0 41820054
|
||||
04503FB0 48000054
|
||||
E2000001 80008000
|
||||
*Disables proceading on the final results incase you have the habit of skipping it.
|
||||
|
||||
$QOL - Disable ALL Taunts [WolfGC64]
|
||||
C20D7A8C 0000000C
|
||||
|
@ -579,6 +580,13 @@ $Board - Faire Square: Happening Space is Always Coins [WolfGC64]
|
|||
044d3c70 60000000
|
||||
E2000001 80008000
|
||||
|
||||
$Board - Faire Square: Happening Space is Always Stars [WolfGC64]
|
||||
282C0256 0000007D
|
||||
044d3c68 38E00001
|
||||
044d4e34 38000001
|
||||
044d3c68 38E00001
|
||||
E2000001 80008000
|
||||
|
||||
$Board - Faire Square: Stars are always 20 [Rain]
|
||||
04248064 00000014
|
||||
04248068 00000014
|
||||
|
@ -751,6 +759,13 @@ $Mechanics - Battle Minigames Don't Affect Mini-Game Star [Celerizer]
|
|||
e2000001 80008000
|
||||
*Battle Minigames do not count towards the Mini-Game Star.
|
||||
|
||||
$Mechanics - Battle Minigames Are Always 50 Coins [Nayla]
|
||||
0424BAB0 00000032
|
||||
0424BAB4 00000032
|
||||
0424BAB8 00000032
|
||||
0424BABC 00000032
|
||||
0424BAC0 00000032
|
||||
|
||||
$Mechanics - Bonus Ztars [Nayla]
|
||||
282C0256 0000005C
|
||||
044FE404 3884FFFF
|
||||
|
@ -940,6 +955,12 @@ C21A4BC8 00000001
|
|||
C21A4BD4 00000001
|
||||
7C7B1B78 00000000
|
||||
|
||||
$Mechanics - Shops Give Clearance Sales Regardless of Day / Night Cycle [WolfGC64]
|
||||
C21C9478 00000002
|
||||
38000001 28000000
|
||||
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.
|
||||
|
||||
$Mechanics - Same Space Duels Always Happen [Ralf]
|
||||
04154348 60000000
|
||||
*Duels always happen if you are on the same space.
|
||||
|
@ -981,6 +1002,22 @@ C2183590 00000002
|
|||
*Stars cost 40 coins instead of the usual 20 coins.
|
||||
*Works on all boards but Faire Square and Snowflake Lake
|
||||
|
||||
$Mechanics - Start with a Mushroom Capsule [Nayla]
|
||||
06003620 00000028
|
||||
3D808000 618C363C
|
||||
1C1F0003 7C00E214
|
||||
7CAC00AE 98A30005
|
||||
48150114 00FFFF00
|
||||
FFFF00FF FF00FFFF
|
||||
04153748 4BEAFED8
|
||||
|
||||
$Mechanics - Start with 20 Coins [Nayla]
|
||||
0214B3AE 00000014
|
||||
*Does not visually update until after the star is placed.
|
||||
|
||||
$Mechanics - Zap Orb Takes 3 Coins Per Space [Nayla]
|
||||
041AE1B8 3B600003
|
||||
|
||||
$Mechanics - Star Steals Cost 50 Coins
|
||||
C21B1FB4 00000001
|
||||
2C040032 00000000
|
||||
|
@ -1077,7 +1114,7 @@ $Minigame: Sink or Swim - Half Air Tank & Less Air Recovery [Airsola]
|
|||
e2000002 80008000
|
||||
*The 3 players have 5 seconds of air instead of 10. They also recover 3 units of air instead of 5 while above water.
|
||||
|
||||
$Minigame: Snow Whirled - Always Push A [gamemasterplc]
|
||||
$Minigame: Snow Whirled - Just Mash A [gamemasterplc]
|
||||
204CB568 38650001
|
||||
044CB568 38650004
|
||||
E2000001 80008000
|
||||
|
|
|
@ -700,6 +700,7 @@ $QOL - Disable Advance on Results [gamemasterplc]
|
|||
204DF310 41820050
|
||||
044DF310 48000050
|
||||
E2000001 80008000
|
||||
*Disables proceading on the final results incase you have the habit of skipping it.
|
||||
|
||||
$QOL - Disable ALL Taunts [WolfGC64]
|
||||
C20DD980 0000000E
|
||||
|
@ -840,7 +841,7 @@ c24ec414 00000004
|
|||
41a2000c 38800000
|
||||
48000008 3880000a
|
||||
60000000 00000000
|
||||
e2000001 8000800
|
||||
e2000001 80008000
|
||||
*The shooting board event now awards 10 coins, but only if the player hits all the targets.
|
||||
|
||||
$Board - Neon Heights: Bombs Now Give 20 Coins [Airsola]
|
||||
|
@ -874,7 +875,7 @@ E2000001 80008000
|
|||
$Board - Neon Heights: Rocket Minigame is Possible with 1 Player [Airsola]
|
||||
202f2f3c 0000007d
|
||||
28527bfa 00000256
|
||||
04527c78 4039999
|
||||
04527c78 4039999A
|
||||
e2000002 80008000
|
||||
202f2f3c 0000007d
|
||||
c24ec2b0 00000003
|
||||
|
@ -947,14 +948,11 @@ c24e0f2c 00000032
|
|||
e2000001 80008000
|
||||
*Chain Chomps sell stars instead of stealing stars in the board Pyramid Park.
|
||||
|
||||
$Board - Pyramid Park: Free Chomp Rides [gamemasterplc]
|
||||
204e10b4 7c03d000
|
||||
044e10b0 386003e7
|
||||
044e1114 386003e7
|
||||
044e14ec 386003e7
|
||||
044e17a4 38a00000
|
||||
e2000001 80008000
|
||||
*Chain Chomps are free in the board Pyramid Park.
|
||||
$Board - Pyramid Park: Red Chomp Costs 30 Coins for 3 Dice [Nayla]
|
||||
282F2F3E 0000007C
|
||||
28511726 0000000A
|
||||
02511726 0000001E
|
||||
E2000002 80008000
|
||||
|
||||
$Board - Pyramid Park: Start with 3 Stars [Airsola]
|
||||
204ddf18 7fc4f378
|
||||
|
@ -962,6 +960,79 @@ $Board - Pyramid Park: Start with 3 Stars [Airsola]
|
|||
e2000001 80008000
|
||||
*Start with 3 stars instead of 5 in the board Pyramid Park.
|
||||
|
||||
$Board - Pyramid Park: Spinx Event is Blue to Red Spaces [Nayla]
|
||||
282F2F3E 0000007C
|
||||
28290CA8 0000004D
|
||||
28291522 00000023
|
||||
0052449F 00000000
|
||||
E2000002 80008000
|
||||
28290DB8 0000004D
|
||||
28291522 00000123
|
||||
0052449F 00000000
|
||||
E2000002 80008000
|
||||
28290EC8 0000004D
|
||||
28291522 00000223
|
||||
0052449F 00000000
|
||||
E2000002 80008000
|
||||
28290FD8 0000004D
|
||||
28291522 00000323
|
||||
0052449F 00000000
|
||||
E2000003 80008000
|
||||
$Board - Pyramid Park: Spinx Event is Coin Equaltiy [Nayla]
|
||||
282F2F3E 0000007C
|
||||
28290CA8 0000004D
|
||||
28291522 00000023
|
||||
0052449F 00000002
|
||||
E2000002 80008000
|
||||
28290DB8 0000004D
|
||||
28291522 00000123
|
||||
0052449F 00000002
|
||||
E2000002 80008000
|
||||
28290EC8 0000004D
|
||||
28291522 00000223
|
||||
0052449F 00000002
|
||||
E2000002 80008000
|
||||
28290FD8 0000004D
|
||||
28291522 00000323
|
||||
0052449F 00000002
|
||||
E2000003 80008000
|
||||
$Board - Pyramid Park: Spinx Event is Disabled [Nayla]
|
||||
282F2F3E 0000007C
|
||||
28290CA8 0000004D
|
||||
28291522 00000023
|
||||
0052449F 00000003
|
||||
E2000002 80008000
|
||||
28290DB8 0000004D
|
||||
28291522 00000123
|
||||
0052449F 00000003
|
||||
E2000002 80008000
|
||||
28290EC8 0000004D
|
||||
28291522 00000223
|
||||
0052449F 00000003
|
||||
E2000002 80008000
|
||||
28290FD8 0000004D
|
||||
28291522 00000323
|
||||
0052449F 00000003
|
||||
E2000003 80008000
|
||||
$Board - Pyramid Park: Spinx Event is Half Chomp Prices [Nayla]
|
||||
282F2F3E 0000007C
|
||||
28290CA8 0000004D
|
||||
28291522 00000023
|
||||
0052449F 00000001
|
||||
E2000002 80008000
|
||||
28290DB8 0000004D
|
||||
28291522 00000123
|
||||
0052449F 00000001
|
||||
E2000002 80008000
|
||||
28290EC8 0000004D
|
||||
28291522 00000223
|
||||
0052449F 00000001
|
||||
E2000002 80008000
|
||||
28290FD8 0000004D
|
||||
28291522 00000323
|
||||
0052449F 00000001
|
||||
E2000003 80008000
|
||||
|
||||
$Board - Windmillville: Free Flower Glider [gamemasterplc]
|
||||
204e1f00 7c600734
|
||||
044e1efc 386003e7
|
||||
|
@ -973,6 +1044,72 @@ $Board - Windmillville: Bandit Orb is a TRAP Type [WolfGC64]
|
|||
0027471F 00000002
|
||||
00274725 00000002
|
||||
|
||||
$Board - Windmillvlle: Flower Glider Always Goes To 1 Star Windmill [Nayla]
|
||||
282F2F3E 0000007E
|
||||
28290CA8 00000031
|
||||
28291522 0000001A
|
||||
026370B2 00000002
|
||||
E2000002 80008000
|
||||
28290DB8 00000031
|
||||
28291522 0000011A
|
||||
026370B2 00000002
|
||||
E2000002 80008000
|
||||
28290EC8 00000031
|
||||
28291522 0000021A
|
||||
026370B2 00000002
|
||||
E2000002 80008000
|
||||
28290FD8 00000031
|
||||
28291522 0000031A
|
||||
026370B2 00000002
|
||||
E2000003 80008000
|
||||
|
||||
$Board - Windmillvlle: Flower Glider Always Goes To 2 Star Windmill [Nayla]
|
||||
282F2F3E 0000007E
|
||||
28290CA8 00000031
|
||||
28291522 0000001A
|
||||
026370B2 00000000
|
||||
E2000002 80008000
|
||||
28290DB8 00000031
|
||||
28291522 0000011A
|
||||
026370B2 00000009
|
||||
E2000002 80008000
|
||||
28290EC8 00000031
|
||||
28291522 0000021A
|
||||
026370B2 00000009
|
||||
E2000002 80008000
|
||||
28290FD8 00000031
|
||||
28291522 0000031A
|
||||
026370B2 00000009
|
||||
E2000003 80008000
|
||||
|
||||
$Board - Windmillvlle: Flower Glider Always Goes To 3 Star Windmill [Nayla]
|
||||
282F2F3E 0000007E
|
||||
28290CA8 00000031
|
||||
28291522 0000001A
|
||||
026370B2 00000001
|
||||
E2000002 80008000
|
||||
28290DB8 00000031
|
||||
28291522 0000011A
|
||||
026370B2 00000001
|
||||
E2000002 80008000
|
||||
28290EC8 00000031
|
||||
28291522 0000021A
|
||||
026370B2 00000001
|
||||
E2000002 80008000
|
||||
28290FD8 00000031
|
||||
28291522 0000031A
|
||||
026370B2 00000001
|
||||
E2000003 80008000
|
||||
|
||||
$Board - Windmillvlle: Flower Glider Costs 35 Coins [Nayla, gamemasterplc]
|
||||
282F2F3E 0000007E
|
||||
284E73AE 0000000A
|
||||
024E73AE 00000023
|
||||
E2000001 80008000
|
||||
284E7D12 0000FFF6
|
||||
024E7D12 0000FFDD
|
||||
E2000002 80008000
|
||||
|
||||
$Board - Windmillville: Invest up to 255 Coins [WolfGC64]
|
||||
204E4C7C 2C040064
|
||||
044E4C7C 2C0400FF
|
||||
|
@ -1076,6 +1213,15 @@ c24e6288 00000006
|
|||
e2000001 80008000
|
||||
*Battle Minigames do not count towards the Mini-Game Star.
|
||||
|
||||
$Mechanics - Battle Minigames Are Always 50 Coins [Nayla]
|
||||
04276F34 00000032
|
||||
04276F38 00000032
|
||||
04276F3C 00000032
|
||||
04276F40 00000032
|
||||
04276F44 00000032
|
||||
04276F48 00000032
|
||||
042215E0 60000000
|
||||
|
||||
$Mechanics - Bob-omb is a SPACE Orb [WolfGC64]
|
||||
00274887 00000001
|
||||
002748DD 00000001
|
||||
|
@ -1152,10 +1298,6 @@ $Mechanics - Force Mini-Game/Orb/Happening Bonus Stars [gamemasterplc]
|
|||
e2000001 80008000
|
||||
*Bonus Stars are always the same.
|
||||
|
||||
$Mechanics - Flower Orb Gives 1 Coin Per Space [Ralf, Airsola]
|
||||
041C4F30 38A00001
|
||||
*The Flower Orb gives 1 coin per space instead of 3.
|
||||
|
||||
$Mechanics - Flower Orb Gives 5 Coins Per Space [Ralf, Airsola]
|
||||
041C4F30 38A00005
|
||||
*The Flower Orb gives 5 coins per space instead of 3.
|
||||
|
@ -1454,12 +1596,26 @@ $Mechanics - Slow Shroom Orb Rolls 1-5 [gamemasterplc]
|
|||
0418d1ac 40820020
|
||||
*Orb is more balanced.
|
||||
|
||||
$Mechanics - Start with a Mushroom Capsule [Nayla]
|
||||
06003620 00000030
|
||||
3D808000 618C363C
|
||||
1C060005 7C005A14
|
||||
7C8C00AE 98830006
|
||||
48164338 00FFFFFF
|
||||
FF00FFFF FFFF00FF
|
||||
FFFFFF00 FFFFFFFF
|
||||
0416796C 4BE9BCB4
|
||||
|
||||
$Mehcanics - Start with 20 Coins [Nayla]
|
||||
02196D12 00000014
|
||||
02151DEA 00000014
|
||||
|
||||
$Mechanics - Use Multiple Orbs in the Same Turn [Ralf]
|
||||
041E3764 3860FFFF
|
||||
*Does not work with CPUs
|
||||
|
||||
$Mechanics - Vaccum Orb Always Steals 5 Coins [Airsola]
|
||||
041c8a34 38600005
|
||||
$Mechanics - Vaccum Orb Always Steals 10 Coins [Airsola]
|
||||
041c8a34 3860000A
|
||||
|
||||
$Mechanics - X to 1/2 in Duels [Airsola]
|
||||
C21D8ED0 00000003
|
||||
|
@ -1508,6 +1664,11 @@ e2000002 80008000
|
|||
e2000002 80008000
|
||||
*Does not work with CPUs
|
||||
|
||||
$Minigame: Kart Wheeled - 3 Laps [gamemasterplc]
|
||||
204DE978 28050005
|
||||
044DE978 28050003
|
||||
E2000001 80008000
|
||||
|
||||
$Minigame: La Bomba - Always 4 Bombs [Airsola, Rain]
|
||||
202f2f3c 0000001a
|
||||
044e8cec 00000004
|
||||
|
@ -1534,9 +1695,9 @@ $Minigame: Spray Anything - Faster Bubbles/Less Cooldown [Airsola, gamemasterplc
|
|||
0450bc48 3fa00000
|
||||
e2000001 80008000
|
||||
|
||||
$Minigame: Target Tag - All Targets Worth 50 Points [gamemasterplc]
|
||||
$Minigame: Target Tag - All Targets Worth 1 Points [gamemasterplc]
|
||||
204EAC28 80840000
|
||||
044EAC28 38800032
|
||||
044EAC28 38800001
|
||||
E2000001 80008000
|
||||
|
||||
$Minigame: Vine Country - DK is Faster [gamemasterplc]
|
||||
|
|
Loading…
Add table
Reference in a new issue