mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-04 00:26:09 +00:00
overhaul extras, wolf's dx
This commit is contained in:
parent
413dd786ef
commit
b7a15473a0
39 changed files with 1430 additions and 0 deletions
Binary file not shown.
|
@ -0,0 +1,5 @@
|
|||
MP4DX - Disable Hardcoded Items
|
||||
C207980C 00000001
|
||||
7C602214 00000000
|
||||
|
||||
Disable the hardcoded items completely, making all 7 shop items completely random! -Do not use with the Hardcoded items modifier code also enabled.
|
|
@ -0,0 +1,58 @@
|
|||
MP4DX - Hardcoded Items Modifier
|
||||
C207980C 00000008
|
||||
2C1C0000 40820028
|
||||
3FC08007 63DE21AC
|
||||
8BDE0000 2C1E0000
|
||||
4082000C 3BC000XX
|
||||
48000018 3BC000YY
|
||||
48000010 2C1C0001
|
||||
40820008 3BC000ZZ
|
||||
7C602214 00000000
|
||||
|
||||
In the extended MP4DX shops, there's three items with hardcoded odds regardless of what the item odds table is. Normally, this is:
|
||||
-Warranted Skeleton Key.
|
||||
-50% Chance of Mushroom.
|
||||
-50% Chance of Golden Shroom.
|
||||
|
||||
You can change this by editing these values:
|
||||
XX = 50% Chance hardcoded item
|
||||
YY = 50% Chance hardcoded item
|
||||
ZZ = Warranted hardcoded item
|
||||
|
||||
Possible values:
|
||||
00 = Mini Mushroom
|
||||
01 = Mega Mushroom
|
||||
02 = Super Mini Mushroom
|
||||
03 = Super Mega Mushroom
|
||||
04 = MiniMega Hammer
|
||||
05 = Warp Pipe
|
||||
06 = Swap Card
|
||||
07 = Sparky Sticker
|
||||
08 = Gaddlight
|
||||
09 = Chomp Call
|
||||
0A = Bowser Suit
|
||||
0B = Boo Crystal Ball
|
||||
0C = Magic Lamp
|
||||
0D = Item Bag
|
||||
0E = Bowser Phone
|
||||
0F = Mushroom
|
||||
10 = Golden Mushroom
|
||||
11 = Hidden Block Card
|
||||
12 = Cellular Shopper
|
||||
13 = Barter Box
|
||||
14 = Super Warp Pipe
|
||||
15 = Chance Time Charm
|
||||
16 = Wacky Watch
|
||||
17 = Plunder Chest
|
||||
18 = Gaddbrush
|
||||
19 = Skeleton Key
|
||||
1A = Warp Block
|
||||
1B = Fly Guy
|
||||
1C = Plus Block
|
||||
1D = Minus Block
|
||||
1E = Speed Block
|
||||
1F = Slow Block
|
||||
20 = Poison Shroom
|
||||
21 = Triple Poison Shroom
|
||||
22 = Double Dip
|
||||
23 = Reverse Mushroom
|
|
@ -0,0 +1,106 @@
|
|||
MP4DX - Item Bag Pool Modifier
|
||||
|
||||
Customize Item Bag Pools by disabling any items you wish didn't show up at Item Bags. Replace the "XX"s on the code with the ID of the item you want to remove from the Item Bag Pool to make it never appear at item bags! Any XX's you don't use you can replace with FF.
|
||||
|
||||
Using this code overrides the default "doesn't show up at Item Bags" status of Gaddbrush, Wacky Watch, Fly Guy, Double Dip and Poison Shroom Bunch, allowing them to appear on said bags if you don't remove them.
|
||||
|
||||
C208B1EC 00000037
|
||||
2C1E00XX 41820148
|
||||
2C1E00XX 41820140
|
||||
2C1E00XX 41820138
|
||||
2C1E00XX 41820130
|
||||
2C1E00XX 41820128
|
||||
2C1E00XX 41820120
|
||||
2C1E00XX 41820118
|
||||
2C1E00XX 41820110
|
||||
2C1E00XX 41820108
|
||||
2C1E00XX 41820100
|
||||
2C1E00XX 418200F8
|
||||
2C1E00XX 418200F0
|
||||
2C1E00XX 418200E8
|
||||
2C1E00XX 418200E0
|
||||
2C1E00XX 418200D8
|
||||
2C1E00XX 418200D0
|
||||
2C1E00XX 418200C8
|
||||
2C1E00XX 418200C0
|
||||
2C1E00XX 418200B8
|
||||
2C1E00XX 418200B0
|
||||
2C1E00XX 418200A8
|
||||
2C1E00XX 418200A0
|
||||
2C1E00XX 41820098
|
||||
2C1E00XX 41820090
|
||||
2C1E00XX 41820088
|
||||
2C1E00XX 41820080
|
||||
2C1E00XX 41820078
|
||||
2C1E00XX 41820070
|
||||
2C1E00XX 41820068
|
||||
2C1E00XX 41820060
|
||||
2C1E00XX 41820058
|
||||
2C1E00XX 41820050
|
||||
2C1E00XX 41820048
|
||||
2C1E00XX 41820040
|
||||
2C1E00XX 41820038
|
||||
2C1E000D 41820030
|
||||
2C1BFFFF 40820044
|
||||
2C1E0011 41820020
|
||||
2C1E0013 41820018
|
||||
2C1E0014 41820010
|
||||
2C1E0015 41820008
|
||||
48000020 3FC08005
|
||||
63DEFB40 7FC903A6
|
||||
38600024 4E800421
|
||||
7C7E1B78 4BFFFE9C
|
||||
2C1BFFFF 41820040
|
||||
2C1E0007 40820008
|
||||
3BC00011 2C1E0001
|
||||
40820008 3BC00013
|
||||
2C1E001F 40820008
|
||||
3BC00014 2C1E0022
|
||||
40820008 3BC00015
|
||||
2C1E0004 40820008
|
||||
3BC0000C 2C1E00FF
|
||||
60000000 00000000
|
||||
|
||||
|
||||
Possible values for each XX:
|
||||
00 = Mini Mushroom
|
||||
01 = Mega Mushroom
|
||||
02 = Super Mini Mushroom
|
||||
03 = Super Mega Mushroom
|
||||
04 = MiniMega Hammer
|
||||
05 = Warp Pipe
|
||||
06 = Swap Card
|
||||
07 = Sparky Sticker
|
||||
08 = Gaddlight
|
||||
09 = Chomp Call
|
||||
0A = Bowser Suit
|
||||
0B = Boo Crystal Ball
|
||||
0C = Magic Lamp
|
||||
0E = Bowser Phone
|
||||
0F = Mushroom
|
||||
10 = Golden Mushroom
|
||||
11 = Hidden Block Card
|
||||
12 = Cellular Shopper
|
||||
13 = Barter Box
|
||||
14 = Super Warp Pipe
|
||||
15 = Chance Time Charm
|
||||
16 = Wacky Watch
|
||||
17 = Plunder Chest
|
||||
18 = Gaddbrush
|
||||
19 = Skeleton Key
|
||||
1A = Warp Block
|
||||
1B = Fly Guy
|
||||
1C = Plus Block
|
||||
1D = Minus Block
|
||||
1E = Speed Block
|
||||
1F = Slow Block
|
||||
20 = Poison Shroom
|
||||
21 = Triple Poison Shroom
|
||||
22 = Double Dip
|
||||
23 = Reverse Mushroom
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -0,0 +1,48 @@
|
|||
MP4DX - Item Price Modifier: This Gecko Code allows you to change the prices on MP4DX to your liking! It only works on the mod, do not use on the vanilla game. To have the updated price text display in-game, you must hex-edit board_e.dat.
|
||||
04071F08 AwBwCwDw
|
||||
04071F0C EwFwGwHw
|
||||
04071F10 IwJwKwLw
|
||||
04071F14 MwNwOwPw
|
||||
04071F18 QwRwSwTw
|
||||
04071F1C UwVwWwXw
|
||||
04071F20 YwZwAxBx
|
||||
04071F24 CxDxExFx
|
||||
04071F28 GxHxIxJx
|
||||
|
||||
ITEMS:
|
||||
Aw = Mini Mushroom
|
||||
Bw = Mega Mushroom
|
||||
Cw = Super Mini Mushroom
|
||||
Dw = Super Mega Mushroom
|
||||
Ew = MiniMega Hammer
|
||||
Fw = Warp Pipe
|
||||
Gw = Swap Card
|
||||
Hw = Sparky Sticker
|
||||
Iw = Gaddlight
|
||||
Jw = Chomp Call
|
||||
Kw = Bowser Suit
|
||||
Lw = Boo Crystal Ball
|
||||
Mw = Magic Lamp
|
||||
Nw = Item Bag
|
||||
Ow = Bowser Phone
|
||||
Pw = Mushroom
|
||||
Qw = Golden Mushroom
|
||||
Rw = Hidden Block Card
|
||||
Sw = Cellular Shopper
|
||||
Tw = Barter Box
|
||||
Uw = Super Warp Pipe
|
||||
Vw = Chance Time Charm
|
||||
Ww = Wacky Watch
|
||||
Xw = Plunder Chest
|
||||
Yw = Gaddbrush
|
||||
Zw = Skeleton Key
|
||||
Ax = Warp Block
|
||||
Bx = Fly Guy
|
||||
Cx = Plus Block
|
||||
Dx = Minus Block
|
||||
Ex = Speed Block
|
||||
Fx = Slow Block
|
||||
Gx = Poison Shroom
|
||||
Hx = Triple Poison Shroom
|
||||
Ix = Double Dip
|
||||
Jx = Reverse Mushroom
|
|
@ -0,0 +1,493 @@
|
|||
MP4 - Item Shop Odds Modifier:
|
||||
This Gecko Code allows you to change the odds of items appearing on the MP4DX shops to your liking! It only works on the mod, do not use on the vanilla game. The total sum of item odds in one shop type must not exceed 0x64 (100).
|
||||
There must be at least 5 items with non-zero odds. Skeleton Key is hardcoded to always appear, and Mushroom and Poison Mushroom are hardcoded to have a 50% chance of appearing. Unless you're using the code to disable the hardcoding, it is recommended to make Skeleton Key's, Mushroom's and Poison Mushroom's odds zero.
|
||||
|
||||
NTSC:
|
||||
04071f30 QaQbQcQd
|
||||
04071f34 QeQfQgQh
|
||||
04071f38 QiQjQkQl
|
||||
04071f3C QmQnQoQp
|
||||
04071f40 QqQrQsQt
|
||||
04071f44 QuQvQwQx
|
||||
04071f48 QyQzQ0Q1
|
||||
04071f4C Q2Q3Q4Q5
|
||||
04071f50 Q6Q7Q8Q9
|
||||
|
||||
02071f62 0000RaRb
|
||||
04071f64 RcRdReRf
|
||||
04071f68 RgRhRiRj
|
||||
04071f6C RkRlRmRn
|
||||
04071f70 RoRpRqRr
|
||||
04071f74 RsRtRuRv
|
||||
04071f78 RwRxRyRz
|
||||
04071f7C R0R1R2R3
|
||||
04071f80 R4R5R6R7
|
||||
04071f84 R8R90000
|
||||
|
||||
04071F94 SaSbScSd
|
||||
04071f98 SeSfSgSh
|
||||
04071f9C SiSjSkSl
|
||||
04071fA0 SmSnSoSp
|
||||
04071fA4 SqSrSsSt
|
||||
04071fA8 SuSvSwSx
|
||||
04071fAC SySzS0S1
|
||||
04071fB0 S2S3S4S5
|
||||
04071fB4 S6S7S8S9
|
||||
|
||||
02071FC6 0000TaTb
|
||||
04071fC8 TcTdTeTf
|
||||
04071fCC TgThTiTj
|
||||
04071fD0 TkTlTmTn
|
||||
04071fD4 ToTpTqTr
|
||||
04071fD8 TsTtTuTv
|
||||
04071fDC TwTxTyTz
|
||||
04071fE0 T0T1T2T3
|
||||
04071fE4 T4T5T6T7
|
||||
04071fE8 T8T90000
|
||||
|
||||
04071Ff8 UaUbUcUd
|
||||
04071ffc UeUfUgUh
|
||||
04072000 UiUjUkUl
|
||||
04072004 UmUnUoUp
|
||||
04072008 UqUrUsUt
|
||||
0407200c UuUvUwUx
|
||||
04072010 UyUzU0U1
|
||||
04072014 U2U3U4U5
|
||||
04072018 U6U7U8U9
|
||||
|
||||
0207202A 0000VaVb
|
||||
0407202C VcVdVeVf
|
||||
04072030 VgVhViVj
|
||||
04072034 VkVlVmVn
|
||||
04072038 VoVpVqVr
|
||||
0407203C VsVtVuVv
|
||||
04072040 VwVxVyVz
|
||||
04072044 V0V1V2V3
|
||||
04072048 V4V5V6V7
|
||||
0407204C V8V90000
|
||||
|
||||
0407205C WaWbWcWd
|
||||
04072060 WeWfWgWh
|
||||
04072064 WiWjWkWl
|
||||
04072068 WmWnWoWp
|
||||
0407206C WqWrWsWt
|
||||
04072070 WuWvWwWx
|
||||
04072074 WyWzW0W1
|
||||
04072078 W2W3W4W5
|
||||
0407207C W6W7W8W9
|
||||
|
||||
0207208E 0000XaXb
|
||||
04072090 XcXdXeXf
|
||||
04072094 XgXhXiXj
|
||||
04072098 XkXlXmXn
|
||||
0407209C XoXpXqXr
|
||||
040720A0 XsXtXuXv
|
||||
040720A4 XwXxXyXz
|
||||
040720A8 X0X1X2X3
|
||||
040720AC X4X5X6X7
|
||||
040720B0 X8X90000
|
||||
|
||||
040720C0 YaYbYcYd
|
||||
040720C4 YeYfYgYh
|
||||
040720C8 YiYjYkYl
|
||||
040720CC YmYnYoYp
|
||||
040720D0 YqYrYsYt
|
||||
040720D4 YuYvYwYx
|
||||
040720D8 YyYzY0Y1
|
||||
040720DC Y2Y3Y4Y5
|
||||
040720E0 Y6Y7Y8Y9
|
||||
|
||||
020720F2 0000ZaZb
|
||||
040720F4 ZcZdZeZf
|
||||
040720F8 ZgZhZiZj
|
||||
04072100 ZkZlZmZn
|
||||
04072104 ZoZpZqZr
|
||||
04072108 ZsZtZuZv
|
||||
0407210C ZwZxZyZz
|
||||
04072110 Z0Z1Z2Z3
|
||||
04072114 Z4Z5Z6Z7
|
||||
04072118 Z8Z90000
|
||||
|
||||
Shop A-1: Early Game Shop for players with less than 30 Coins.
|
||||
Shop B-1: Midgame Shop for 1st place player w/ less than 30 Coins.
|
||||
Shop C-1: Midgame Shop for all other players w/ less than 30 Coins.
|
||||
Shop D-1: Late Game Shop for 1st place player w/ less than 30 Coins.
|
||||
Shop E-1: Late Game Shop for all other players w/ less than 30 Coins.
|
||||
|
||||
Shop A-2: Early Game Shop.
|
||||
Shop B-2: Midgame Shop for 1st place player.
|
||||
Shop C-2: Midgame Shop for all other players.
|
||||
Shop D-2: Late Game Shop for 1st place player.
|
||||
Shop E-2: Late Game Shop for all other players.
|
||||
|
||||
|
||||
Qa = Mini Mushroom Odds on Shop A-1
|
||||
Qb = Mega Mushroom Odds on Shop A-1
|
||||
Qc = Super Mini Mushroom Odds on Shop A-1
|
||||
Qd = Super Mega Mushroom Odds on Shop A-1
|
||||
Qe = MiniMega Hammer Odds on Shop A-1
|
||||
Qf = Warp Pipe Odds on Shop A-1
|
||||
Qg = Swap Card Odds on Shop A-1
|
||||
Qh = Sparky Sticker Odds on Shop A-1
|
||||
Qi = Gaddlight Odds on Shop A-1
|
||||
Qj = Chomp Call Odds on Shop A-1
|
||||
Qk = Bowser Suit Odds on Shop A-1
|
||||
Ql = Boo's Crystal Ball Odds on Shop A-1
|
||||
Qm = Magic Lamp Odds on Shop A-1
|
||||
Qn = Item Bag Odds on Shop A-1
|
||||
Qo = Bowser Phone Odds on Shop A-1
|
||||
Qp = Mushroom Odds on Shop A-1
|
||||
Qq = Golden Mushroom Odds on Shop A-1
|
||||
Qr = Hidden Block Card Odds on Shop A-1
|
||||
Qs = Cellular Shopper Odds on Shop A-1
|
||||
Qt = Barter Box Odds on Shop A-1
|
||||
Qu = Super Warp Pipe Odds on Shop A-1
|
||||
Qv = Chance Time Charm Odds on Shop A-1
|
||||
Qw = Wacky Watch Odds on Shop A-1
|
||||
Qx = Plunder Chest Odds on Shop A-1
|
||||
Qy = Gaddbrush Odds on Shop A-1
|
||||
Qz = Skeleton Key Odds on Shop A-1
|
||||
Q0 = Warp Block Odds on Shop A-1
|
||||
Q1 = Fly Guy Odds on Shop A-1
|
||||
Q2 = Plus Block Odds on Shop A-1
|
||||
Q3 = Minus Block Odds on Shop A-1
|
||||
Q4 = Speed Block Odds on Shop A-1
|
||||
Q5 = Slow Block Odds on Shop A-1
|
||||
Q6 = Poison Shroom Odds on Shop A-1
|
||||
Q7 = Triple Poison Shroom Odds on Shop A-1
|
||||
Q8 = Double Dip odds on Shop A-1
|
||||
Q9 = Reverse Mushroom Odds on Shop A-1
|
||||
|
||||
Ra = Mini Mushroom Odds on Shop B-1
|
||||
Rb = Mega Mushroom Odds on Shop B-1
|
||||
Rc = Super Mini Mushroom Odds on Shop B-1
|
||||
Rd = Super Mega Mushroom Odds on Shop B-1
|
||||
Re = MiniMega Hammer Odds on Shop B-1
|
||||
Rf = Warp Pipe Odds on Shop B-1
|
||||
Rg = Swap Card Odds on Shop B-1
|
||||
Rh = Sparky Sticker Odds on Shop B-1
|
||||
Ri = Gaddlight Odds on Shop B-1
|
||||
Rj = Chomp Call Odds on Shop B-1
|
||||
Rk = Bowser Suit Odds on Shop B-1
|
||||
Rl = Boo's Crystal Ball Odds on Shop B-1
|
||||
Rm = Magic Lamp Odds on Shop B-1
|
||||
Rn = Item Bag Odds on Shop B-1
|
||||
Ro = Bowser Phone Odds on Shop B-1
|
||||
Rp = Mushroom Odds on Shop B-1
|
||||
Rq = Golden Mushroom Odds on Shop B-1
|
||||
Rr = Hidden Block Card Odds on Shop B-1
|
||||
Rs = Cellular Shopper Odds on Shop B-1
|
||||
Rt = Barter Box Odds on Shop B-1
|
||||
Ru = Super Warp Pipe Odds on Shop B-1
|
||||
Rv = Chance Time Charm Odds on Shop B-1
|
||||
Rw = Wacky Watch Odds on Shop B-1
|
||||
Rx = Plunder Chest Odds on Shop B-1
|
||||
Ry = Gaddbrush Odds on Shop B-1
|
||||
Rz = Skeleton Key Odds on Shop B-1
|
||||
R0 = Warp Block Odds on Shop B-1
|
||||
R1 = Fly Guy Odds on Shop B-1
|
||||
R2 = Plus Block Odds on Shop B-1
|
||||
R3 = Minus Block Odds on Shop B-1
|
||||
R4 = Speed Block Odds on Shop B-1
|
||||
R5 = Slow Block Odds on Shop B-1
|
||||
R6 = Poison Shroom Odds on Shop B-1
|
||||
R7 = Triple Poison Shroom Odds on Shop B-1
|
||||
R8 = Double Dip odds on Shop B-1
|
||||
R9 = Reverse Mushroom Odds on Shop B-1
|
||||
|
||||
Sa = Mini Mushroom Odds on Shop C-1
|
||||
Sb = Mega Mushroom Odds on Shop C-1
|
||||
Sc = Super Mini Mushroom Odds on Shop C-1
|
||||
Sd = Super Mega Mushroom Odds on Shop C-1
|
||||
Se = MiniMega Hammer Odds on Shop C-1
|
||||
Sf = Warp Pipe Odds on Shop C-1
|
||||
Sg = Swap Card Odds on Shop C-1
|
||||
Sh = Sparky Sticker Odds on Shop C-1
|
||||
Si = Gaddlight Odds on Shop C-1
|
||||
Sj = Chomp Call Odds on Shop C-1
|
||||
Sk = Bowser Suit Odds on Shop C-1
|
||||
Sl = Boo's Crystal Ball Odds on Shop C-1
|
||||
Sm = Magic Lamp Odds on Shop C-1
|
||||
Sn = Item Bag Odds on Shop C-1
|
||||
So = Bowser Phone Odds on Shop C-1
|
||||
Sp = Mushroom Odds on Shop C-1
|
||||
Sq = Golden Mushroom Odds on Shop C-1
|
||||
Sr = Hidden Block Card Odds on Shop C-1
|
||||
Ss = Cellular Shopper Odds on Shop C-1
|
||||
St = Barter Box Odds on Shop C-1
|
||||
Su = Super Warp Pipe Odds on Shop C-1
|
||||
Sv = Chance Time Charm Odds on Shop C-1
|
||||
Sw = Wacky Watch Odds on Shop C-1
|
||||
Sx = Plunder Chest Odds on Shop C-1
|
||||
Sy = Gaddbrush Odds on Shop C-1
|
||||
Sz = Skeleton Key Odds on Shop C-1
|
||||
S0 = Warp Block Odds on Shop C-1
|
||||
S1 = Fly Guy Odds on Shop C-1
|
||||
S2 = Plus Block Odds on Shop C-1
|
||||
S3 = Minus Block Odds on Shop C-1
|
||||
S4 = Speed Block Odds on Shop C-1
|
||||
S5 = Slow Block Odds on Shop C-1
|
||||
S6 = Poison Shroom Odds on Shop C-1
|
||||
S7 = Triple Poison Shroom Odds on Shop C-1
|
||||
S8 = Double Dip odds on Shop C-1
|
||||
S9 = Reverse Mushroom Odds on Shop C-1
|
||||
|
||||
|
||||
Ta = Mini Mushroom Odds on Shop D-1
|
||||
Tb = Mega Mushroom Odds on Shop D-1
|
||||
Tc = Super Mini Mushroom Odds on Shop D-1
|
||||
Td = Super Mega Mushroom Odds on Shop D-1
|
||||
Te = MiniMega Hammer Odds on Shop D-1
|
||||
Tf = Warp Pipe Odds on Shop D-1
|
||||
Tg = Swap Card Odds on Shop D-1
|
||||
Th = Sparky Sticker Odds on Shop D-1
|
||||
Ti = Gaddlight Odds on Shop D-1
|
||||
Tj = Chomp Call Odds on Shop D-1
|
||||
Tk = Bowser Suit Odds on Shop D-1
|
||||
Tl = Boo's Crystal Ball Odds on Shop D-1
|
||||
Tm = Magic Lamp Odds on Shop D-1
|
||||
Tn = Item Bag Odds on Shop D-1
|
||||
To = Bowser Phone Odds on Shop D-1
|
||||
Tp = Mushroom Odds on Shop D-1
|
||||
Tq = Golden Mushroom Odds on Shop D-1
|
||||
Tr = Hidden Block Card Odds on Shop D-1
|
||||
Ts = Cellular Shopper Odds on Shop D-1
|
||||
Tt = Barter Box Odds on Shop D-1
|
||||
Tu = Super Warp Pipe Odds on Shop D-1
|
||||
Tv = Chance Time Charm Odds on Shop D-1
|
||||
Tw = Wacky Watch Odds on Shop D-1
|
||||
Tx = Plunder Chest Odds on Shop D-1
|
||||
Ty = Gaddbrush Odds on Shop D-1
|
||||
Tz = Skeleton Key Odds on Shop D-1
|
||||
T0 = Warp Block Odds on Shop D-1
|
||||
T1 = Fly Guy Odds on Shop D-1
|
||||
T2 = Plus Block Odds on Shop D-1
|
||||
T3 = Minus Block Odds on Shop D-1
|
||||
T4 = Speed Block Odds on Shop D-1
|
||||
T5 = Slow Block Odds on Shop D-1
|
||||
T6 = Poison Shroom Odds on Shop D-1
|
||||
T7 = Triple Poison Shroom Odds on Shop D-1
|
||||
T8 = Double Dip odds on Shop D-1
|
||||
T9 = Reverse Mushroom Odds on Shop D-1
|
||||
|
||||
Ua = Mini Mushroom Odds on Shop E-1
|
||||
Ub = Mega Mushroom Odds on Shop E-1
|
||||
Uc = Super Mini Mushroom Odds on Shop E-1
|
||||
Ud = Super Mega Mushroom Odds on Shop E-1
|
||||
Ue = MiniMega Hammer Odds on Shop E-1
|
||||
Uf = Warp Pipe Odds on Shop E-1
|
||||
Ug = Swap Card Odds on Shop E-1
|
||||
Uh = Sparky Sticker Odds on Shop E-1
|
||||
Ui = Gaddlight Odds on Shop E-1
|
||||
Uj = Chomp Call Odds on Shop E-1
|
||||
Uk = Bowser Suit Odds on Shop E-1
|
||||
Ul = Boo's Crystal Ball Odds on Shop E-1
|
||||
Um = Magic Lamp Odds on Shop E-1
|
||||
Un = Item Bag Odds on Shop E-1
|
||||
Uo = Bowser Phone Odds on Shop E-1
|
||||
Up = Mushroom Odds on Shop E-1
|
||||
Uq = Golden Mushroom Odds on Shop E-1
|
||||
Ur = Hidden Block Card Odds on Shop E-1
|
||||
Us = Cellular Shopper Odds on Shop E-1
|
||||
Ut = Barter Box Odds on Shop E-1
|
||||
Uu = Super Warp Pipe Odds on Shop E-1
|
||||
Uv = Chance Time Charm Odds on Shop E-1
|
||||
Uw = Wacky Watch Odds on Shop E-1
|
||||
Ux = Plunder Chest Odds on Shop E-1
|
||||
Uy = Gaddbrush Odds on Shop E-1
|
||||
Uz = Skeleton Key Odds on Shop E-1
|
||||
U0 = Warp Block Odds on Shop E-1
|
||||
U1 = Fly Guy Odds on Shop E-1
|
||||
U2 = Plus Block Odds on Shop E-1
|
||||
U3 = Minus Block Odds on Shop E-1
|
||||
U4 = Speed Block Odds on Shop E-1
|
||||
U5 = Slow Block Odds on Shop E-1
|
||||
U6 = Poison Shroom Odds on Shop E-1
|
||||
U7 = Triple Poison Shroom Odds on Shop E-1
|
||||
U8 = Double Dip odds on Shop E-1
|
||||
U9 = Reverse Mushroom Odds on Shop E-1
|
||||
|
||||
Va = Mini Mushroom Odds on Shop A-2
|
||||
Vb = Mega Mushroom Odds on Shop A-2
|
||||
Vc = Super Mini Mushroom Odds on Shop A-2
|
||||
Vd = Super Mega Mushroom Odds on Shop A-2
|
||||
Ve = MiniMega Hammer Odds on Shop A-2
|
||||
Vf = Warp Pipe Odds on Shop A-2
|
||||
Vg = Swap Card Odds on Shop A-2
|
||||
Vh = Sparky Sticker Odds on Shop A-2
|
||||
Vi = Gaddlight Odds on Shop A-2
|
||||
Vj = Chomp Call Odds on Shop A-2
|
||||
Vk = Bowser Suit Odds on Shop A-2
|
||||
Vl = Boo's Crystal Ball Odds on Shop A-2
|
||||
Vm = Magic Lamp Odds on Shop A-2
|
||||
Vn = Item Bag Odds on Shop A-2
|
||||
Vo = Bowser Phone Odds on Shop A-2
|
||||
Vp = Mushroom Odds on Shop A-2
|
||||
Vq = Golden Mushroom Odds on Shop A-2
|
||||
Vr = Hidden Block Card Odds on Shop A-2
|
||||
Vs = Cellular Shopper Odds on Shop A-2
|
||||
Vt = Barter Box Odds on Shop A-2
|
||||
Vu = Super Warp Pipe Odds on Shop A-2
|
||||
Vv = Chance Time Charm Odds on Shop A-2
|
||||
Vw = Wacky Watch Odds on Shop A-2
|
||||
Vx = Plunder Chest Odds on Shop A-2
|
||||
Vy = Gaddbrush Odds on Shop A-2
|
||||
Vz = Skeleton Key Odds on Shop A-2
|
||||
V0 = Warp Block Odds on Shop A-2
|
||||
V1 = Fly Guy Odds on Shop A-2
|
||||
V2 = Plus Block Odds on Shop A-2
|
||||
V3 = Minus Block Odds on Shop A-2
|
||||
V4 = Speed Block Odds on Shop A-2
|
||||
V5 = Slow Block Odds on Shop A-2
|
||||
V6 = Poison Shroom Odds on Shop A-2
|
||||
V7 = Triple Poison Shroom Odds on Shop A-2
|
||||
V8 = Double Dip odds on Shop A-2
|
||||
V9 = Reverse Mushroom Odds on Shop A-2
|
||||
|
||||
Wa = Mini Mushroom Odds on Shop B-2
|
||||
Wb = Mega Mushroom Odds on Shop B-2
|
||||
Wc = Super Mini Mushroom Odds on Shop B-2
|
||||
Wd = Super Mega Mushroom Odds on Shop B-2
|
||||
We = MiniMega Hammer Odds on Shop B-2
|
||||
Wf = Warp Pipe Odds on Shop B-2
|
||||
Wg = Swap Card Odds on Shop B-2
|
||||
Wh = Sparky Sticker Odds on Shop B-2
|
||||
Wi = Gaddlight Odds on Shop B-2
|
||||
Wj = Chomp Call Odds on Shop B-2
|
||||
Wk = Bowser Suit Odds on Shop B-2
|
||||
Wl = Boo's Crystal Ball Odds on Shop B-2
|
||||
Wm = Magic Lamp Odds on Shop B-2
|
||||
Wn = Item Bag Odds on Shop B-2
|
||||
Wo = Bowser Phone Odds on Shop B-2
|
||||
Wp = Mushroom Odds on Shop B-2
|
||||
Wq = Golden Mushroom Odds on Shop B-2
|
||||
Wr = Hidden Block Card Odds on Shop B-2
|
||||
Ws = Cellular Shopper Odds on Shop B-2
|
||||
Wt = Barter Box Odds on Shop B-2
|
||||
Wu = Super Warp Pipe Odds on Shop B-2
|
||||
Wv = Chance Time Charm Odds on Shop B-2
|
||||
Ww = Wacky Watch Odds on Shop B-2
|
||||
Wx = Plunder Chest Odds on Shop B-2
|
||||
Wy = Gaddbrush Odds on Shop B-2
|
||||
Wz = Skeleton Key Odds on Shop B-2
|
||||
W0 = Warp Block Odds on Shop B-2
|
||||
W1 = Fly Guy Odds on Shop B-2
|
||||
W2 = Plus Block Odds on Shop B-2
|
||||
W3 = Minus Block Odds on Shop B-2
|
||||
W4 = Speed Block Odds on Shop B-2
|
||||
W5 = Slow Block Odds on Shop B-2
|
||||
W6 = Poison Shroom Odds on Shop B-2
|
||||
W7 = Triple Poison Shroom Odds on Shop B-2
|
||||
W8 = Double Dip odds on Shop B-2
|
||||
W9 = Reverse Mushroom Odds on Shop B-2
|
||||
|
||||
Xa = Mini Mushroom Odds on Shop C-2
|
||||
Xb = Mega Mushroom Odds on Shop C-2
|
||||
Xc = Super Mini Mushroom Odds on Shop C-2
|
||||
Xd = Super Mega Mushroom Odds on Shop C-2
|
||||
Xe = MiniMega Hammer Odds on Shop C-2
|
||||
Xf = Warp Pipe Odds on Shop C-2
|
||||
Xg = Swap Card Odds on Shop C-2
|
||||
Xh = Sparky Sticker Odds on Shop C-2
|
||||
Xi = Gaddlight Odds on Shop C-2
|
||||
Xj = Chomp Call Odds on Shop C-2
|
||||
Xk = Bowser Suit Odds on Shop C-2
|
||||
Xl = Boo's Crystal Ball Odds on Shop C-2
|
||||
Xm = Magic Lamp Odds on Shop C-2
|
||||
Xn = Item Bag Odds on Shop C-2
|
||||
Oo = Bowser Phone Odds on Shop C-2
|
||||
Xp = Mushroom Odds on Shop C-2
|
||||
Xq = Golden Mushroom Odds on Shop C-2
|
||||
Xr = Hidden Block Card Odds on Shop C-2
|
||||
Xs = Cellular Shopper Odds on Shop C-2
|
||||
Xt = Barter Box Odds on Shop C-2
|
||||
Xu = Super Warp Pipe Odds on Shop C-2
|
||||
Xv = Chance Time Charm Odds on Shop C-2
|
||||
Xw = Wacky Watch Odds on Shop C-2
|
||||
Xx = Plunder Chest Odds on Shop C-2
|
||||
Xy = Gaddbrush Odds on Shop C-2
|
||||
Xz = Skeleton Key Odds on Shop C-2
|
||||
X0 = Warp Block Odds on Shop C-2
|
||||
X1 = Fly Guy Odds on Shop C-2
|
||||
X2 = Plus Block Odds on Shop C-2
|
||||
X3 = Minus Block Odds on Shop C-2
|
||||
X4 = Speed Block Odds on Shop C-2
|
||||
X5 = Slow Block Odds on Shop C-2
|
||||
X6 = Poison Shroom Odds on Shop C-2
|
||||
X7 = Triple Poison Shroom Odds on Shop C-2
|
||||
X8 = Double Dip odds on Shop C-2
|
||||
X9 = Reverse Mushroom Odds on Shop C-2
|
||||
|
||||
Ya = Mini Mushroom Odds on Shop D-2
|
||||
Yb = Mega Mushroom Odds on Shop D-2
|
||||
Yc = Super Mini Mushroom Odds on Shop D-2
|
||||
Yd = Super Mega Mushroom Odds on Shop D-2
|
||||
Ye = MiniMega Hammer Odds on Shop D-2
|
||||
Yf = Warp Pipe Odds on Shop D-2
|
||||
Yg = Swap Card Odds on Shop D-2
|
||||
Yh = Sparky Sticker Odds on Shop D-2
|
||||
Yi = Gaddlight Odds on Shop D-2
|
||||
Yj = Chomp Call Odds on Shop D-2
|
||||
Yk = Bowser Suit Odds on Shop D-2
|
||||
Yl = Boo's Crystal Ball Odds on Shop D-2
|
||||
Ym = Magic Lamp Odds on Shop D-2
|
||||
Yn = Item Bag Odds on Shop D-2
|
||||
Oo = Bowser Phone Odds on Shop D-2
|
||||
Yp = Mushroom Odds on Shop D-2
|
||||
Yq = Golden Mushroom Odds on Shop D-2
|
||||
Yr = Hidden Block Card Odds on Shop D-2
|
||||
Ys = Cellular Shopper Odds on Shop D-2
|
||||
Yt = Barter Box Odds on Shop D-2
|
||||
Yu = Super Warp Pipe Odds on Shop D-2
|
||||
Yv = Chance Time Charm Odds on Shop D-2
|
||||
Yw = Wacky Watch Odds on Shop D-2
|
||||
Yx = Plunder Chest Odds on Shop D-2
|
||||
Yy = Gaddbrush Odds on Shop D-2
|
||||
Yz = Skeleton Key Odds on Shop D-2
|
||||
Y0 = Warp Block Odds on Shop D-2
|
||||
Y1 = Fly Guy Odds on Shop D-2
|
||||
Y2 = Plus Block Odds on Shop D-2
|
||||
Y3 = Minus Block Odds on Shop D-2
|
||||
Y4 = Speed Block Odds on Shop D-2
|
||||
Y5 = Slow Block Odds on Shop D-2
|
||||
Y6 = Poison Shroom Odds on Shop D-2
|
||||
Y7 = Triple Poison Shroom Odds on Shop D-2
|
||||
Y8 = Double Dip odds on Shop D-2
|
||||
Y9 = Reverse Mushroom Odds on Shop D-2
|
||||
|
||||
Za = Mini Mushroom Odds on Shop E-2
|
||||
Zb = Mega Mushroom Odds on Shop E-2
|
||||
Zc = Super Mini Mushroom Odds on Shop E-2
|
||||
Zd = Super Mega Mushroom Odds on Shop E-2
|
||||
Ze = MiniMega Hammer Odds on Shop E-2
|
||||
Zf = Warp Pipe Odds on Shop E-2
|
||||
Zg = Swap Card Odds on Shop E-2
|
||||
Zh = Sparky Sticker Odds on Shop E-2
|
||||
Zi = Gaddlight Odds on Shop E-2
|
||||
Zj = Chomp Call Odds on Shop E-2
|
||||
Zk = Bowser Suit Odds on Shop E-2
|
||||
Zl = Boo's Crystal Ball Odds on Shop E-2
|
||||
Zm = Magic Lamp Odds on Shop E-2
|
||||
Zn = Item Bag Odds on Shop E-2
|
||||
Oo = Bowser Phone Odds on Shop E-2
|
||||
Zp = Mushroom Odds on Shop E-2
|
||||
Zq = Golden Mushroom Odds on Shop E-2
|
||||
Zr = Hidden Block Card Odds on Shop E-2
|
||||
Zs = Cellular Shopper Odds on Shop E-2
|
||||
Zt = Barter Box Odds on Shop E-2
|
||||
Zu = Super Warp Pipe Odds on Shop E-2
|
||||
Zv = Chance Time Charm Odds on Shop E-2
|
||||
Zw = Wacky Watch Odds on Shop E-2
|
||||
Zx = Plunder Chest Odds on Shop E-2
|
||||
Zy = Gaddbrush Odds on Shop E-2
|
||||
Zz = Skeleton Key Odds on Shop E-2
|
||||
Z0 = Warp Block Odds on Shop E-2
|
||||
Z1 = Fly Guy Odds on Shop E-2
|
||||
Z2 = Plus Block Odds on Shop E-2
|
||||
Z3 = Minus Block Odds on Shop E-2
|
||||
Z4 = Speed Block Odds on Shop E-2
|
||||
Z5 = Slow Block Odds on Shop E-2
|
||||
Z6 = Poison Shroom Odds on Shop E-2
|
||||
Z7 = Triple Poison Shroom Odds on Shop E-2
|
||||
Z8 = Double Dip odds on Shop E-2
|
||||
Z9 = Reverse Mushroom Odds on Shop E-2
|
|
@ -0,0 +1,323 @@
|
|||
Original Code by Rain. Use this Gecko Code to allow all items to appear on Item Spaces, not only Mega and Mini Mushrooms! This version adds all the custom items into the item pool as well as some rules for Rare Items and Item Bags.
|
||||
|
||||
Rare Items (Hidden Block Card) can only show up when there's a certain amount of turns left, regardless of their odds.
|
||||
|
||||
Item Bags can only show up if you have 0-1 items, and if you don't already have one.
|
||||
|
||||
C2083878 00000053
|
||||
4800009D 60000000
|
||||
00Aw0000 00Bw0001
|
||||
00Cw0002 00Dw0003
|
||||
00Ew0004 00Fw0005
|
||||
00Gw0006 00Hw0007
|
||||
00Iw0008 00Jw0009
|
||||
00Kw000A 00Lw000B
|
||||
00Mw000C 00Nw000D
|
||||
00Ow000E 00Pw000F
|
||||
00Qw0010 00Rw0011
|
||||
00Sw0012 00Tw0013
|
||||
00Uw0014 00Vw0015
|
||||
00Xw0016 00Yw0017
|
||||
00Zw0018 00Ax0019
|
||||
00Bx001A 00Cx001B
|
||||
00Dx001C 00Ex001D
|
||||
00Fx001E 00Gx001F
|
||||
00Hx0020 00Ix0021
|
||||
00Jx0022 00Kx0023
|
||||
00000000 7CE802A6
|
||||
38E70004 3DE08018
|
||||
61EFFCF8 88AF000A
|
||||
1CA50030 3DC08018
|
||||
61CEFC38 7DCE2A14
|
||||
38600000 38800000
|
||||
2C030090 418200A0
|
||||
2C030034 40820028
|
||||
88AE0006 2C0500FF
|
||||
40820080 88AE0005
|
||||
2C05000D 41820074
|
||||
88AE0006 2C05000D
|
||||
41820068 3A0000Ra
|
||||
2C030044 41820038
|
||||
3A0000Rb 2C03004C
|
||||
4182002C 3A0000Rc
|
||||
2C030050 41820020
|
||||
3A0000Rd 2C030054
|
||||
41820014 3A0000Re
|
||||
2C030058 41820008
|
||||
48000020 2C100000
|
||||
40820018 88AF0004
|
||||
8A0F0005 7E058050
|
||||
2C1000TT 4080000C
|
||||
7CA71A2E 7C842A14
|
||||
3A000000 38630004
|
||||
4BFFFF60 3CA08005
|
||||
60A5FB40 7CA903A6
|
||||
7C832378 4E800421
|
||||
38800000 38A00000
|
||||
2C050090 418200B0
|
||||
2C050034 40820028
|
||||
88CE0006 2C0600FF
|
||||
40820090 88CE0005
|
||||
2C06000D 41820084
|
||||
88CE0006 2C06000D
|
||||
41820078 3A0000Ra
|
||||
2C050044 41820038
|
||||
3A0000Rb 2C05004C
|
||||
4182002C 3A0000Rc
|
||||
2C050050 41820020
|
||||
3A0000Rd 2C050054
|
||||
41820014 3A0000Re
|
||||
2C050058 41820008
|
||||
48000020 2C100000
|
||||
40820018 88CF0004
|
||||
8A0F0005 7E068050
|
||||
2C1000TT 4080001C
|
||||
3A000000 7CC72A2E
|
||||
7C661850 2C030000
|
||||
40A00008 48000010
|
||||
38840001 38A50004
|
||||
4BFFFF50 1C840004
|
||||
38840002 7C87222E
|
||||
3CA0817F 60A5FFF0
|
||||
90850000 2C040008
|
||||
41800018 38840001
|
||||
2C04000F 4180000C
|
||||
1C840002 38840019
|
||||
3CA00007 60A5006D
|
||||
7C642A14 38800000
|
||||
38A00000 39C00000
|
||||
39E00000 3A000000
|
||||
60000000 00000000
|
||||
C2083028 000000B4
|
||||
480004D1 0B596F75
|
||||
10676F74 1061101E
|
||||
054D696E 69104D75
|
||||
7368726F 6F6D1E08
|
||||
85FF000B 596F7510
|
||||
676F7410 61101E05
|
||||
4D656761 104D7573
|
||||
68726F6F 6D1E0885
|
||||
FF000B59 6F751067
|
||||
6F741061 101E0553
|
||||
75706572 104D696E
|
||||
69104D75 7368726F
|
||||
6F6D1E08 85FF000B
|
||||
596F7510 676F7410
|
||||
61101E05 53757065
|
||||
72104D65 6761104D
|
||||
75736872 6F6F6D1E
|
||||
0885FF00 0B596F75
|
||||
10676F74 1061101E
|
||||
054D696E 69104D65
|
||||
67611048 616D6D65
|
||||
721E0885 FF000B59
|
||||
6F751067 6F741061
|
||||
101E0557 61727010
|
||||
50697065 1E0885FF
|
||||
000B596F 7510676F
|
||||
74106110 1E055377
|
||||
61701043 6172641E
|
||||
0885FF00 0B596F75
|
||||
10676F74 1061101E
|
||||
05537061 726B7910
|
||||
53746963 6B65721E
|
||||
0885FF00 0B596F75
|
||||
10676F74 1061101E
|
||||
05476164 646C6967
|
||||
68741E08 85FF000B
|
||||
596F7510 676F7410
|
||||
61101E05 43686F6D
|
||||
70104361 6C6C1E08
|
||||
85FF000B 596F7510
|
||||
676F7410 61101E05
|
||||
426F7773 65721053
|
||||
7569741E 0885FF00
|
||||
0B596F75 10676F74
|
||||
1061101E 04437279
|
||||
7374616C 1042616C
|
||||
6C1E0885 FF000B59
|
||||
6F751067 6F741061
|
||||
101E074D 61676963
|
||||
104C616D 701E0885
|
||||
FF000B59 6F751067
|
||||
6F741061 6E101E07
|
||||
4974656D 10426167
|
||||
1E0885FF 000B596F
|
||||
7510676F 74106110
|
||||
1E05426F 77736572
|
||||
1050686F 6E651E08
|
||||
85FF000B 596F7510
|
||||
676F7410 61101E05
|
||||
4D757368 726F6F6D
|
||||
1E0885FF 000B596F
|
||||
7510676F 74106110
|
||||
1E07476F 6C64656E
|
||||
104D7573 68726F6F
|
||||
6D1E0885 FF000B57
|
||||
6F77C210 596F7510
|
||||
676F7410 61101E07
|
||||
48696464 656E1042
|
||||
6C6F636B 10436172
|
||||
641E08C2 0A41101E
|
||||
07766572 79107261
|
||||
72651069 74656DC2
|
||||
C2C2FF00 0B596F75
|
||||
10676F74 1061101E
|
||||
0543656C 6C756C61
|
||||
72105368 6F707065
|
||||
721E0885 FF000B57
|
||||
6F77C210 596F7510
|
||||
676F7410 61101E07
|
||||
10426172 74657210
|
||||
426F781E 08C20A41
|
||||
101E0776 65727910
|
||||
72617265 10697465
|
||||
6DC2C2C2 85FF000B
|
||||
576F77C2 10596F75
|
||||
10676F74 1061101E
|
||||
07537570 65721057
|
||||
61727010 50697065
|
||||
1E08C20A 41101E07
|
||||
76657279 10726172
|
||||
65106974 656DC2C2
|
||||
C2FF000B 576F77C2
|
||||
10596F75 10676F74
|
||||
1061101E 07436861
|
||||
6E636510 43686172
|
||||
6D1E08C2 0A41101E
|
||||
07766572 79107261
|
||||
72651069 74656DC2
|
||||
C2C2FF00 0B576F77
|
||||
C210596F 7510676F
|
||||
74106110 1E075761
|
||||
636B7910 57617463
|
||||
681E08C2 0A41101E
|
||||
07766572 79107261
|
||||
72651069 74656DC2
|
||||
C2C2FF00 0B596F75
|
||||
10676F74 1061101E
|
||||
05506C75 6E646572
|
||||
10436865 73741E08
|
||||
85FF000B 596F7510
|
||||
676F7410 61101E04
|
||||
47616464 62727573
|
||||
681E0885 FF000B59
|
||||
6F751067 6F741061
|
||||
101E0753 6B656C65
|
||||
746F6E10 4B65791E
|
||||
0885FF00 0B596F75
|
||||
10676F74 1061101E
|
||||
05576172 7010426C
|
||||
6F636B1E 0885FF00
|
||||
0B596F75 10676F74
|
||||
1061101E 03466C79
|
||||
10477579 1E0885FF
|
||||
000B596F 7510676F
|
||||
74106110 1E02506C
|
||||
75731042 6C6F636B
|
||||
1E0885FF 000B596F
|
||||
7510676F 74106110
|
||||
1E034D69 6E757310
|
||||
426C6F63 6B1E0885
|
||||
FF000B59 6F751067
|
||||
6F741061 101E0553
|
||||
70656564 10426C6F
|
||||
636B1E08 85FF000B
|
||||
596F7510 676F7410
|
||||
61101E07 536C6F77
|
||||
10426C6F 636B1E08
|
||||
85FF000B 596F7510
|
||||
676F7410 61101E04
|
||||
506F6973 6F6E104D
|
||||
75736872 6F6F6D1E
|
||||
0885FF00 0B596F75
|
||||
10676F74 1061101E
|
||||
04506F69 736F6E10
|
||||
5368726F 6F6D1042
|
||||
756E6368 1E0885FF
|
||||
000B596F 7510676F
|
||||
74106110 1E05446F
|
||||
75626C65 10446970
|
||||
1E0885FF 000B596F
|
||||
7510676F 74106110
|
||||
1E055265 76657273
|
||||
65104D75 7368726F
|
||||
6F6D1E08 85FF0000
|
||||
7C6802A6 3C80817F
|
||||
6084FFF0 80840000
|
||||
38A00000 38C00000
|
||||
7CE518AE 2C070000
|
||||
40A20020 7C062000
|
||||
41820020 7C632A14
|
||||
38630001 38C60001
|
||||
38A00000 4BFFFFDC
|
||||
38A50001 4BFFFFD4
|
||||
7C6F1B78 2C040011
|
||||
41820028 2C040013
|
||||
41820020 2C040014
|
||||
41820018 2C040015
|
||||
41820010 2C040016
|
||||
41820008 48000048
|
||||
3C608007 60631034
|
||||
7C6903A6 38600001
|
||||
38800001 38A001F4
|
||||
4E800421 3C608000
|
||||
6063CF0C 7C6903A6
|
||||
38600014 4E800421
|
||||
3C608003 606332E0
|
||||
7C6903A6 3860000A
|
||||
4E800421 7DE47B78
|
||||
38600000 39E00000
|
||||
38A00000 00000000
|
||||
C2083CF0 00000002
|
||||
3C80817F 6084FFF0
|
||||
80840000 00000000
|
||||
|
||||
Values to fill the code with:
|
||||
ITEM ODDS:
|
||||
Aw = Mini Mushroom odds
|
||||
Bw = Mega Mushroom odds
|
||||
Cw = Super Mini Mushroom odds
|
||||
Dw = Super Mega Mushroom odds
|
||||
Ew = MiniMega Hammer odds
|
||||
Fw = Warp Pipe odds
|
||||
Gw = Swap Card odds
|
||||
Hw = Sparky Sticker odds
|
||||
Iw = Gaddlight odds
|
||||
Jw = Chomp Call odds
|
||||
Kw = Bowser Suit odds
|
||||
Lw = Boo Crystal Ball odds
|
||||
Mw = Magic Lamp odds
|
||||
Nw = Item Bag odds (Only taken into account if you don't have one already and your inventory doesn't fill when getting it)
|
||||
Ow = Bowser Phone odds
|
||||
Pw = Mushroom odds
|
||||
Qw = Golden Mushroom odds
|
||||
Rw = Hidden Block Card odds (RARE: Only taken into account when there's a certain amount of turns left)
|
||||
Sw = Cellular Shopper odds
|
||||
Tw = Barter Box odds (RARE: Only taken into account when there's a certain amount of turns left)
|
||||
Uw = Super Warp Pipe odds (RARE: Only taken into account when there's a certain amount of turns left)
|
||||
Vw = Chance Time Charm Odds (RARE: Only taken into account when there's a certain amount of turns left)
|
||||
Xw = Wacky Watch Odds (RARE: Only taken into account when there's a certain amount of turns left)
|
||||
Yw = Plunder Chest Odds
|
||||
Zw = Gaddbrush Odds
|
||||
Ax = Skeleton Key Odds
|
||||
Bx = Fly Guy Odds
|
||||
Cx = Warp Block Odds
|
||||
Dx = Plus Block Odds
|
||||
Ex = Minus Block Odds
|
||||
Fx = Speed Block Odds
|
||||
Gx = Slow Block Odds
|
||||
Hx = Poison Shroom Odds
|
||||
Ix = Poison Shroom Bunch Odds
|
||||
Jx = Double Dip Odds
|
||||
Kx = Reverse Shroom Odds
|
||||
|
||||
RARE ITEM TURNS:
|
||||
TT = Minimum amount of turns remaining for Item Spaces to start giving out Rare Items. Both must be the same value. (If it's 0A, for example, Rare Item odds will be taken into account on the last 10 turns)
|
||||
|
||||
RARITY TOGGLES (Two of each - replace identical ones with the same value):
|
||||
Ra = Hidden Block Card Rarity Toggle (00 = Rare, 01 = Common)
|
||||
Rb = Barter Box Rarity Toggle (00 = Rare, 01 = Common)
|
||||
Rc = Super Warp Pipe Rarity Toggle (00 = Rare, 01 = Common)
|
||||
Rd = Chance Time Charm Rarity Toggle (00 = Rare, 01 = Common)
|
||||
Re = Wacky Watch Rarity Toggle (00 = Rare, 01 = Common)
|
|
@ -0,0 +1,277 @@
|
|||
Random Items from Item Space Gecko Code - MP4DX Default Preset:
|
||||
|
||||
-Similar odds for most non-Rare Items.
|
||||
-No Mini Mushroom!
|
||||
-Odds for item bag are roughly 37.5% of all non Rare Item odds
|
||||
-Rare Items can appear on the last 10 turns.
|
||||
|
||||
This preset aims for a MP2/MP3/MP4 mix experience, including all existent items. The All-around preset.
|
||||
|
||||
C2083878 00000053
|
||||
4800009D 60000000
|
||||
00000000 00050001
|
||||
00050002 00050003
|
||||
00050004 00050005
|
||||
00050006 00050007
|
||||
00050008 00050009
|
||||
0005000A 0005000B
|
||||
0005000C 0057000D
|
||||
0005000E 0007000F
|
||||
00080010 00070011
|
||||
00050012 00070013
|
||||
00070014 00070015
|
||||
00050016 00050017
|
||||
00050018 00050019
|
||||
0005001A 0005001B
|
||||
0005001C 0005001D
|
||||
0005001E 0005001F
|
||||
00050020 00050021
|
||||
00050022 00050023
|
||||
00000000 7CE802A6
|
||||
38E70004 3DE08018
|
||||
61EFFCF8 88AF000A
|
||||
1CA50030 3DC08018
|
||||
61CEFC38 7DCE2A14
|
||||
38600000 38800000
|
||||
2C030090 418200A0
|
||||
2C030034 40820028
|
||||
88AE0006 2C0500FF
|
||||
40820080 88AE0005
|
||||
2C05000D 41820074
|
||||
88AE0006 2C05000D
|
||||
41820068 3A000000
|
||||
2C030044 41820038
|
||||
3A000000 2C03004C
|
||||
4182002C 3A000000
|
||||
2C030050 41820020
|
||||
3A000000 2C030054
|
||||
41820014 3A000000
|
||||
2C030058 41820008
|
||||
48000020 2C100000
|
||||
40820018 88AF0004
|
||||
8A0F0005 7E058050
|
||||
2C10000A 4080000C
|
||||
7CA71A2E 7C842A14
|
||||
3A000000 38630004
|
||||
4BFFFF60 3CA08005
|
||||
60A5FB40 7CA903A6
|
||||
7C832378 4E800421
|
||||
38800000 38A00000
|
||||
2C050090 418200B0
|
||||
2C050034 40820028
|
||||
88CE0006 2C0600FF
|
||||
40820090 88CE0005
|
||||
2C06000D 41820084
|
||||
88CE0006 2C06000D
|
||||
41820078 3A000000
|
||||
2C050044 41820038
|
||||
3A000000 2C05004C
|
||||
4182002C 3A000000
|
||||
2C050050 41820020
|
||||
3A000000 2C050054
|
||||
41820014 3A000000
|
||||
2C050058 41820008
|
||||
48000020 2C100000
|
||||
40820018 88CF0004
|
||||
8A0F0005 7E068050
|
||||
2C10000A 4080001C
|
||||
3A000000 7CC72A2E
|
||||
7C661850 2C030000
|
||||
40A00008 48000010
|
||||
38840001 38A50004
|
||||
4BFFFF50 1C840004
|
||||
38840002 7C87222E
|
||||
3CA0817F 60A5FFF0
|
||||
90850000 2C040008
|
||||
41800018 38840001
|
||||
2C04000F 4180000C
|
||||
1C840002 38840019
|
||||
3CA00007 60A5006D
|
||||
7C642A14 38800000
|
||||
38A00000 39C00000
|
||||
39E00000 3A000000
|
||||
60000000 00000000
|
||||
C2083028 000000B4
|
||||
480004D1 0B596F75
|
||||
10676F74 1061101E
|
||||
054D696E 69104D75
|
||||
7368726F 6F6D1E08
|
||||
85FF000B 596F7510
|
||||
676F7410 61101E05
|
||||
4D656761 104D7573
|
||||
68726F6F 6D1E0885
|
||||
FF000B59 6F751067
|
||||
6F741061 101E0553
|
||||
75706572 104D696E
|
||||
69104D75 7368726F
|
||||
6F6D1E08 85FF000B
|
||||
596F7510 676F7410
|
||||
61101E05 53757065
|
||||
72104D65 6761104D
|
||||
75736872 6F6F6D1E
|
||||
0885FF00 0B596F75
|
||||
10676F74 1061101E
|
||||
054D696E 69104D65
|
||||
67611048 616D6D65
|
||||
721E0885 FF000B59
|
||||
6F751067 6F741061
|
||||
101E0557 61727010
|
||||
50697065 1E0885FF
|
||||
000B596F 7510676F
|
||||
74106110 1E055377
|
||||
61701043 6172641E
|
||||
0885FF00 0B596F75
|
||||
10676F74 1061101E
|
||||
05537061 726B7910
|
||||
53746963 6B65721E
|
||||
0885FF00 0B596F75
|
||||
10676F74 1061101E
|
||||
05476164 646C6967
|
||||
68741E08 85FF000B
|
||||
596F7510 676F7410
|
||||
61101E05 43686F6D
|
||||
70104361 6C6C1E08
|
||||
85FF000B 596F7510
|
||||
676F7410 61101E05
|
||||
426F7773 65721053
|
||||
7569741E 0885FF00
|
||||
0B596F75 10676F74
|
||||
1061101E 04437279
|
||||
7374616C 1042616C
|
||||
6C1E0885 FF000B59
|
||||
6F751067 6F741061
|
||||
101E074D 61676963
|
||||
104C616D 701E0885
|
||||
FF000B59 6F751067
|
||||
6F741061 6E101E07
|
||||
4974656D 10426167
|
||||
1E0885FF 000B596F
|
||||
7510676F 74106110
|
||||
1E05426F 77736572
|
||||
1050686F 6E651E08
|
||||
85FF000B 596F7510
|
||||
676F7410 61101E05
|
||||
4D757368 726F6F6D
|
||||
1E0885FF 000B596F
|
||||
7510676F 74106110
|
||||
1E07476F 6C64656E
|
||||
104D7573 68726F6F
|
||||
6D1E0885 FF000B57
|
||||
6F77C210 596F7510
|
||||
676F7410 61101E07
|
||||
48696464 656E1042
|
||||
6C6F636B 10436172
|
||||
641E08C2 0A41101E
|
||||
07766572 79107261
|
||||
72651069 74656DC2
|
||||
C2C2FF00 0B596F75
|
||||
10676F74 1061101E
|
||||
0543656C 6C756C61
|
||||
72105368 6F707065
|
||||
721E0885 FF000B57
|
||||
6F77C210 596F7510
|
||||
676F7410 61101E07
|
||||
10426172 74657210
|
||||
426F781E 08C20A41
|
||||
101E0776 65727910
|
||||
72617265 10697465
|
||||
6DC2C2C2 85FF000B
|
||||
576F77C2 10596F75
|
||||
10676F74 1061101E
|
||||
07537570 65721057
|
||||
61727010 50697065
|
||||
1E08C20A 41101E07
|
||||
76657279 10726172
|
||||
65106974 656DC2C2
|
||||
C2FF000B 576F77C2
|
||||
10596F75 10676F74
|
||||
1061101E 07436861
|
||||
6E636510 43686172
|
||||
6D1E08C2 0A41101E
|
||||
07766572 79107261
|
||||
72651069 74656DC2
|
||||
C2C2FF00 0B576F77
|
||||
C210596F 7510676F
|
||||
74106110 1E075761
|
||||
636B7910 57617463
|
||||
681E08C2 0A41101E
|
||||
07766572 79107261
|
||||
72651069 74656DC2
|
||||
C2C2FF00 0B596F75
|
||||
10676F74 1061101E
|
||||
05506C75 6E646572
|
||||
10436865 73741E08
|
||||
85FF000B 596F7510
|
||||
676F7410 61101E04
|
||||
47616464 62727573
|
||||
681E0885 FF000B59
|
||||
6F751067 6F741061
|
||||
101E0753 6B656C65
|
||||
746F6E10 4B65791E
|
||||
0885FF00 0B596F75
|
||||
10676F74 1061101E
|
||||
05576172 7010426C
|
||||
6F636B1E 0885FF00
|
||||
0B596F75 10676F74
|
||||
1061101E 03466C79
|
||||
10477579 1E0885FF
|
||||
000B596F 7510676F
|
||||
74106110 1E02506C
|
||||
75731042 6C6F636B
|
||||
1E0885FF 000B596F
|
||||
7510676F 74106110
|
||||
1E034D69 6E757310
|
||||
426C6F63 6B1E0885
|
||||
FF000B59 6F751067
|
||||
6F741061 101E0553
|
||||
70656564 10426C6F
|
||||
636B1E08 85FF000B
|
||||
596F7510 676F7410
|
||||
61101E07 536C6F77
|
||||
10426C6F 636B1E08
|
||||
85FF000B 596F7510
|
||||
676F7410 61101E04
|
||||
506F6973 6F6E104D
|
||||
75736872 6F6F6D1E
|
||||
0885FF00 0B596F75
|
||||
10676F74 1061101E
|
||||
04506F69 736F6E10
|
||||
5368726F 6F6D1042
|
||||
756E6368 1E0885FF
|
||||
000B596F 7510676F
|
||||
74106110 1E05446F
|
||||
75626C65 10446970
|
||||
1E0885FF 000B596F
|
||||
7510676F 74106110
|
||||
1E055265 76657273
|
||||
65104D75 7368726F
|
||||
6F6D1E08 85FF0000
|
||||
7C6802A6 3C80817F
|
||||
6084FFF0 80840000
|
||||
38A00000 38C00000
|
||||
7CE518AE 2C070000
|
||||
40A20020 7C062000
|
||||
41820020 7C632A14
|
||||
38630001 38C60001
|
||||
38A00000 4BFFFFDC
|
||||
38A50001 4BFFFFD4
|
||||
7C6F1B78 2C040011
|
||||
41820028 2C040013
|
||||
41820020 2C040014
|
||||
41820018 2C040015
|
||||
41820010 2C040016
|
||||
41820008 48000048
|
||||
3C608007 60631034
|
||||
7C6903A6 38600001
|
||||
38800001 38A001F4
|
||||
4E800421 3C608000
|
||||
6063CF0C 7C6903A6
|
||||
38600014 4E800421
|
||||
3C608003 606332E0
|
||||
7C6903A6 3860000A
|
||||
4E800421 7DE47B78
|
||||
38600000 39E00000
|
||||
38A00000 00000000
|
||||
C2083CF0 00000002
|
||||
3C80817F 6084FFF0
|
||||
80840000 00000000
|
|
@ -0,0 +1,115 @@
|
|||
@echo off
|
||||
|
||||
title Mario Party 4 - DX Patcher
|
||||
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
echo Mario Party 4 - DX Patcher!
|
||||
echo How do you wish to export your game.
|
||||
echo.
|
||||
echo 1: RVZ (Recommended for Dolphin)
|
||||
echo 2: ISO (Recommended for SwissGC)
|
||||
echo 3: Exit Patcher
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
|
||||
choice /c 123 > NUL
|
||||
if errorlevel 3 exit
|
||||
if errorlevel 2 set PATCHER=ISO
|
||||
if errorlevel 1 set PATCHER=RVZ
|
||||
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
echo Setting up patcher!
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
|
||||
rmdir /s /q tmp
|
||||
|
||||
set "iso_files="
|
||||
for %%F in ("%~dp0*.iso") do (
|
||||
set "iso_files=!iso_files! !%%~F!"
|
||||
)
|
||||
for %%F in ("%~dp0*.rvz") do (
|
||||
set "iso_files=!iso_files! !%%~F!"
|
||||
)
|
||||
|
||||
if not defined iso_files (
|
||||
cls
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
echo No ISO or RVZ files found in the same directory as the script.
|
||||
echo Place the Mario Party 6 (USA^) ISO or RVZ in the script's directory and run it again.
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
echo.
|
||||
echo Press any key to exit...
|
||||
pause
|
||||
exit /b 0
|
||||
)
|
||||
|
||||
cls
|
||||
mkdir tmp > NUL
|
||||
for %%F in ("%~dp0*.rvz") do (
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
echo Converting RVZ to ISO! This is needed to patch the game...
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
"tools/dolphintool" convert -i "%%~F" -f "iso" -o "tmp/tmp.iso"
|
||||
|
||||
cls
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
echo Extracting Gamespace! This may take awhile depending on computer speed...
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
"tools/pyisotools" "tmp/tmp.iso" E "--dest=tmp/"
|
||||
|
||||
cls
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
echo Copying mod data!
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
xcopy "store" "tmp\root\" /s /y /e
|
||||
|
||||
cls
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
echo Rebuilding! This may take awhile depending on computer speed...
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
"tools/pyisotools" tmp/root/ B "--dest=../../game.iso"
|
||||
|
||||
rmdir /s /q tmp
|
||||
)
|
||||
|
||||
for %%F in ("%~dp0*.iso") do (
|
||||
cls
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
echo Extracting Gamespace! This may take awhile depending on computer speed...
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
"tools/pyisotools" "%%~F" E "--dest=tmp/"
|
||||
|
||||
cls
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
echo Copying mod data!
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
xcopy "store" "tmp\root\" /s /y /e
|
||||
|
||||
cls
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
echo Rebuilding! This may take awhile depending on computer speed...
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
"tools/pyisotools" tmp/root/ B "--dest=../../game.iso"
|
||||
|
||||
rmdir /s /q tmp
|
||||
)
|
||||
|
||||
if "%PATCHER%"=="RVZ" (
|
||||
cls
|
||||
"tools/dolphintool" convert -i "game.iso" -o "Mario Party 4 (USA) [DX].rvz" -f "rvz" -b "131072" -c "zstd" -l "5"
|
||||
del "game.iso"
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
echo Success! Your game is located in "Mario Party 4 (USA) [DX].rvz"
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
)
|
||||
|
||||
if "%PATCHER%"=="ISO" (
|
||||
cls
|
||||
move "game.iso" "Mario Party 4 (USA) [DX].iso"
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
echo Success! Your game is located in "Mario Party 4 (USA) [DX].iso"
|
||||
echo = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
|
||||
)
|
||||
echo.
|
||||
echo Press any key to exit...
|
||||
pause > NUL
|
||||
exit /b 0
|
|
@ -0,0 +1,5 @@
|
|||
Place the Mario Party 4 (USA) ISO / RVZ in the script's directory and run the patch script to patch it.
|
||||
|
||||
This patch will convert your game to one with custom items for Mario Party 4 DX.
|
||||
|
||||
Last updated Oct 6, 2024
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 2.3 MiB |
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 2.5 MiB |
Binary file not shown.
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue