mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-02 15:45:58 +00:00
1.05 of wolf's dx mod
This commit is contained in:
parent
03f7ec4e99
commit
6b93998de5
11 changed files with 658 additions and 986 deletions
|
@ -1,8 +1,7 @@
|
|||
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.
|
||||
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.
|
||||
Unlike the odds code for vanilla, this one allows you to use values as large or as small as you want, no limitations and no need to calculate percentages! You're not even limited to include a minimum amount of items, if very few items are enabled, repeats will be allowed in the shop!
|
||||
|
||||
NTSC:
|
||||
04071f30 QaQbQcQd
|
||||
04071f34 QeQfQgQh
|
||||
04071f38 QiQjQkQl
|
||||
|
@ -97,397 +96,390 @@ NTSC:
|
|||
040720DC Y2Y3Y4Y5
|
||||
040720E0 Y6Y7Y8Y9
|
||||
|
||||
020720F2 0000ZaZb
|
||||
040720F4 ZcZdZeZf
|
||||
040720F8 ZgZhZiZj
|
||||
04072100 ZkZlZmZn
|
||||
04072104 ZoZpZqZr
|
||||
04072108 ZsZtZuZv
|
||||
0407210C ZwZxZyZz
|
||||
04072110 Z0Z1Z2Z3
|
||||
04072114 Z4Z5Z6Z7
|
||||
04072118 Z8Z90000
|
||||
000720F2 000000Za
|
||||
000720F3 000000Zb
|
||||
000720F4 000000Zc
|
||||
|
||||
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.
|
||||
MAIN SHOP ODDS:
|
||||
Qa = Mini Mushroom Odds Early Game
|
||||
Qb = Mega Mushroom Odds Early Game
|
||||
Qc = Super Mini Mushroom Odds Early Game
|
||||
Qd = Super Mega Mushroom Odds Early Game
|
||||
Qe = MiniMega Hammer Odds Early Game
|
||||
Qf = Warp Pipe Odds Early Game
|
||||
Qg = Swap Card Odds Early Game
|
||||
Qh = Sparky Sticker Odds Early Game
|
||||
Qi = Gaddlight Odds Early Game
|
||||
Qj = Chomp Call Odds Early Game
|
||||
Qk = Bowser Suit Odds Early Game
|
||||
Ql = Boo's Crystal Ball Odds Early Game
|
||||
Qm = Magic Lamp Odds Early Game
|
||||
Qn = Item Bag Odds Early Game
|
||||
Qo = Bowser Phone Odds Early Game
|
||||
Qp = Mushroom Odds Early Game
|
||||
Qq = Golden Mushroom Odds Early Game
|
||||
Qr = Hidden Block Card Odds Early Game
|
||||
Qs = Cellular Shopper Odds Early Game
|
||||
Qt = Barter Box Odds Early Game
|
||||
Qu = Super Warp Pipe Odds Early Game
|
||||
Qv = Chance Time Charm Odds Early Game
|
||||
Qw = Wacky Watch Odds Early Game
|
||||
Qx = Plunder Chest Odds Early Game
|
||||
Qy = Gaddbrush Odds Early Game
|
||||
Qz = Skeleton Key Odds Early Game
|
||||
Q0 = Warp Block Odds Early Game
|
||||
Q1 = Fly Guy Odds Early Game
|
||||
Q2 = Plus Block Odds Early Game
|
||||
Q3 = Minus Block Odds Early Game
|
||||
Q4 = Speed Block Odds Early Game
|
||||
Q5 = Slow Block Odds Early Game
|
||||
Q6 = Poison Shroom Odds Early Game
|
||||
Q7 = Triple Poison Shroom Odds Early Game
|
||||
Q8 = Double Dip odds Early Game
|
||||
Q9 = Reverse Mushroom Odds Early Game
|
||||
|
||||
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.
|
||||
Ra = Mini Mushroom Odds 1ST Place Midgame
|
||||
Rb = Mega Mushroom Odds 1ST Place Midgame
|
||||
Rc = Super Mini Mushroom Odds 1ST Place Midgame
|
||||
Rd = Super Mega Mushroom Odds 1ST Place Midgame
|
||||
Re = MiniMega Hammer Odds 1ST Place Midgame
|
||||
Rf = Warp Pipe Odds 1ST Place Midgame
|
||||
Rg = Swap Card Odds 1ST Place Midgame
|
||||
Rh = Sparky Sticker Odds 1ST Place Midgame
|
||||
Ri = Gaddlight Odds 1ST Place Midgame
|
||||
Rj = Chomp Call Odds 1ST Place Midgame
|
||||
Rk = Bowser Suit Odds 1ST Place Midgame
|
||||
Rl = Boo's Crystal Ball Odds 1ST Place Midgame
|
||||
Rm = Magic Lamp Odds 1ST Place Midgame
|
||||
Rn = Item Bag Odds 1ST Place Midgame
|
||||
Ro = Bowser Phone Odds 1ST Place Midgame
|
||||
Rp = Mushroom Odds 1ST Place Midgame
|
||||
Rq = Golden Mushroom Odds 1ST Place Midgame
|
||||
Rr = Hidden Block Card Odds 1ST Place Midgame
|
||||
Rs = Cellular Shopper Odds 1ST Place Midgame
|
||||
Rt = Barter Box Odds 1ST Place Midgame
|
||||
Ru = Super Warp Pipe Odds 1ST Place Midgame
|
||||
Rv = Chance Time Charm Odds 1ST Place Midgame
|
||||
Rw = Wacky Watch Odds 1ST Place Midgame
|
||||
Rx = Plunder Chest Odds 1ST Place Midgame
|
||||
Ry = Gaddbrush Odds 1ST Place Midgame
|
||||
Rz = Skeleton Key Odds 1ST Place Midgame
|
||||
R0 = Warp Block Odds 1ST Place Midgame
|
||||
R1 = Fly Guy Odds 1ST Place Midgame
|
||||
R2 = Plus Block Odds 1ST Place Midgame
|
||||
R3 = Minus Block Odds 1ST Place Midgame
|
||||
R4 = Speed Block Odds 1ST Place Midgame
|
||||
R5 = Slow Block Odds 1ST Place Midgame
|
||||
R6 = Poison Shroom Odds 1ST Place Midgame
|
||||
R7 = Triple Poison Shroom Odds 1ST Place Midgame
|
||||
R8 = Double Dip odds 1ST Place Midgame
|
||||
R9 = Reverse Mushroom Odds 1ST Place Midgame
|
||||
|
||||
Sa = Mini Mushroom Odds 2ND Place Midgame
|
||||
Sb = Mega Mushroom Odds 2ND Place Midgame
|
||||
Sc = Super Mini Mushroom Odds 2ND Place Midgame
|
||||
Sd = Super Mega Mushroom Odds 2ND Place Midgame
|
||||
Se = MiniMega Hammer Odds 2ND Place Midgame
|
||||
Sf = Warp Pipe Odds 2ND Place Midgame
|
||||
Sg = Swap Card Odds 2ND Place Midgame
|
||||
Sh = Sparky Sticker Odds 2ND Place Midgame
|
||||
Si = Gaddlight Odds 2ND Place Midgame
|
||||
Sj = Chomp Call Odds 2ND Place Midgame
|
||||
Sk = Bowser Suit Odds 2ND Place Midgame
|
||||
Sl = Boo's Crystal Ball Odds 2ND Place Midgame
|
||||
Sm = Magic Lamp Odds 2ND Place Midgame
|
||||
Sn = Item Bag Odds 2ND Place Midgame
|
||||
So = Bowser Phone Odds 2ND Place Midgame
|
||||
Sp = Mushroom Odds 2ND Place Midgame
|
||||
Sq = Golden Mushroom Odds 2ND Place Midgame
|
||||
Sr = Hidden Block Card Odds 2ND Place Midgame
|
||||
Ss = Cellular Shopper Odds 2ND Place Midgame
|
||||
St = Barter Box Odds 2ND Place Midgame
|
||||
Su = Super Warp Pipe Odds 2ND Place Midgame
|
||||
Sv = Chance Time Charm Odds 2ND Place Midgame
|
||||
Sw = Wacky Watch Odds 2ND Place Midgame
|
||||
Sx = Plunder Chest Odds 2ND Place Midgame
|
||||
Sy = Gaddbrush Odds 2ND Place Midgame
|
||||
Sz = Skeleton Key Odds 2ND Place Midgame
|
||||
S0 = Warp Block Odds 2ND Place Midgame
|
||||
S1 = Fly Guy Odds 2ND Place Midgame
|
||||
S2 = Plus Block Odds 2ND Place Midgame
|
||||
S3 = Minus Block Odds 2ND Place Midgame
|
||||
S4 = Speed Block Odds 2ND Place Midgame
|
||||
S5 = Slow Block Odds 2ND Place Midgame
|
||||
S6 = Poison Shroom Odds 2ND Place Midgame
|
||||
S7 = Triple Poison Shroom Odds 2ND Place Midgame
|
||||
S8 = Double Dip odds 2ND Place Midgame
|
||||
S9 = Reverse Mushroom Odds 2ND Place Midgame
|
||||
|
||||
|
||||
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
|
||||
Ta = Mini Mushroom Odds 3RD Place Midgame
|
||||
Tb = Mega Mushroom Odds 3RD Place Midgame
|
||||
Tc = Super Mini Mushroom Odds 3RD Place Midgame
|
||||
Td = Super Mega Mushroom Odds 3RD Place Midgame
|
||||
Te = MiniMega Hammer Odds 3RD Place Midgame
|
||||
Tf = Warp Pipe Odds 3RD Place Midgame
|
||||
Tg = Swap Card Odds 3RD Place Midgame
|
||||
Th = Sparky Sticker Odds 3RD Place Midgame
|
||||
Ti = Gaddlight Odds 3RD Place Midgame
|
||||
Tj = Chomp Call Odds 3RD Place Midgame
|
||||
Tk = Bowser Suit Odds 3RD Place Midgame
|
||||
Tl = Boo's Crystal Ball Odds 3RD Place Midgame
|
||||
Tm = Magic Lamp Odds 3RD Place Midgame
|
||||
Tn = Item Bag Odds 3RD Place Midgame
|
||||
To = Bowser Phone Odds 3RD Place Midgame
|
||||
Tp = Mushroom Odds 3RD Place Midgame
|
||||
Tq = Golden Mushroom Odds 3RD Place Midgame
|
||||
Tr = Hidden Block Card Odds 3RD Place Midgame
|
||||
Ts = Cellular Shopper Odds 3RD Place Midgame
|
||||
Tt = Barter Box Odds 3RD Place Midgame
|
||||
Tu = Super Warp Pipe Odds 3RD Place Midgame
|
||||
Tv = Chance Time Charm Odds 3RD Place Midgame
|
||||
Tw = Wacky Watch Odds 3RD Place Midgame
|
||||
Tx = Plunder Chest Odds 3RD Place Midgame
|
||||
Ty = Gaddbrush Odds 3RD Place Midgame
|
||||
Tz = Skeleton Key Odds 3RD Place Midgame
|
||||
T0 = Warp Block Odds 3RD Place Midgame
|
||||
T1 = Fly Guy Odds 3RD Place Midgame
|
||||
T2 = Plus Block Odds 3RD Place Midgame
|
||||
T3 = Minus Block Odds 3RD Place Midgame
|
||||
T4 = Speed Block Odds 3RD Place Midgame
|
||||
T5 = Slow Block Odds 3RD Place Midgame
|
||||
T6 = Poison Shroom Odds 3RD Place Midgame
|
||||
T7 = Triple Poison Shroom Odds 3RD Place Midgame
|
||||
T8 = Double Dip odds 3RD Place Midgame
|
||||
T9 = Reverse Mushroom Odds 3RD Place Midgame
|
||||
|
||||
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
|
||||
Ua = Mini Mushroom Odds 4TH Place Midgame
|
||||
Ub = Mega Mushroom Odds 4TH Place Midgame
|
||||
Uc = Super Mini Mushroom Odds 4TH Place Midgame
|
||||
Ud = Super Mega Mushroom Odds 4TH Place Midgame
|
||||
Ue = MiniMega Hammer Odds 4TH Place Midgame
|
||||
Uf = Warp Pipe Odds 4TH Place Midgame
|
||||
Ug = Swap Card Odds 4TH Place Midgame
|
||||
Uh = Sparky Sticker Odds 4TH Place Midgame
|
||||
Ui = Gaddlight Odds 4TH Place Midgame
|
||||
Uj = Chomp Call Odds 4TH Place Midgame
|
||||
Uk = Bowser Suit Odds 4TH Place Midgame
|
||||
Ul = Boo's Crystal Ball Odds 4TH Place Midgame
|
||||
Um = Magic Lamp Odds 4TH Place Midgame
|
||||
Un = Item Bag Odds 4TH Place Midgame
|
||||
Uo = Bowser Phone Odds 4TH Place Midgame
|
||||
Up = Mushroom Odds 4TH Place Midgame
|
||||
Uq = Golden Mushroom Odds 4TH Place Midgame
|
||||
Ur = Hidden Block Card Odds 4TH Place Midgame
|
||||
Us = Cellular Shopper Odds 4TH Place Midgame
|
||||
Ut = Barter Box Odds 4TH Place Midgame
|
||||
Uu = Super Warp Pipe Odds 4TH Place Midgame
|
||||
Uv = Chance Time Charm Odds 4TH Place Midgame
|
||||
Uw = Wacky Watch Odds 4TH Place Midgame
|
||||
Ux = Plunder Chest Odds 4TH Place Midgame
|
||||
Uy = Gaddbrush Odds 4TH Place Midgame
|
||||
Uz = Skeleton Key Odds 4TH Place Midgame
|
||||
U0 = Warp Block Odds 4TH Place Midgame
|
||||
U1 = Fly Guy Odds 4TH Place Midgame
|
||||
U2 = Plus Block Odds 4TH Place Midgame
|
||||
U3 = Minus Block Odds 4TH Place Midgame
|
||||
U4 = Speed Block Odds 4TH Place Midgame
|
||||
U5 = Slow Block Odds 4TH Place Midgame
|
||||
U6 = Poison Shroom Odds 4TH Place Midgame
|
||||
U7 = Triple Poison Shroom Odds 4TH Place Midgame
|
||||
U8 = Double Dip odds 4TH Place Midgame
|
||||
U9 = Reverse Mushroom Odds 4TH Place Midgame
|
||||
|
||||
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
|
||||
Va = Mini Mushroom Odds 1ST Place Lategame
|
||||
Vb = Mega Mushroom Odds 1ST Place Lategame
|
||||
Vc = Super Mini Mushroom Odds 1ST Place Lategame
|
||||
Vd = Super Mega Mushroom Odds 1ST Place Lategame
|
||||
Ve = MiniMega Hammer Odds 1ST Place Lategame
|
||||
Vf = Warp Pipe Odds 1ST Place Lategame
|
||||
Vg = Swap Card Odds 1ST Place Lategame
|
||||
Vh = Sparky Sticker Odds 1ST Place Lategame
|
||||
Vi = Gaddlight Odds 1ST Place Lategame
|
||||
Vj = Chomp Call Odds 1ST Place Lategame
|
||||
Vk = Bowser Suit Odds 1ST Place Lategame
|
||||
Vl = Boo's Crystal Ball Odds 1ST Place Lategame
|
||||
Vm = Magic Lamp Odds 1ST Place Lategame
|
||||
Vn = Item Bag Odds 1ST Place Lategame
|
||||
Vo = Bowser Phone Odds 1ST Place Lategame
|
||||
Vp = Mushroom Odds 1ST Place Lategame
|
||||
Vq = Golden Mushroom Odds 1ST Place Lategame
|
||||
Vr = Hidden Block Card Odds 1ST Place Lategame
|
||||
Vs = Cellular Shopper Odds 1ST Place Lategame
|
||||
Vt = Barter Box Odds 1ST Place Lategame
|
||||
Vu = Super Warp Pipe Odds 1ST Place Lategame
|
||||
Vv = Chance Time Charm Odds 1ST Place Lategame
|
||||
Vw = Wacky Watch Odds 1ST Place Lategame
|
||||
Vx = Plunder Chest Odds 1ST Place Lategame
|
||||
Vy = Gaddbrush Odds 1ST Place Lategame
|
||||
Vz = Skeleton Key Odds 1ST Place Lategame
|
||||
V0 = Warp Block Odds 1ST Place Lategame
|
||||
V1 = Fly Guy Odds 1ST Place Lategame
|
||||
V2 = Plus Block Odds 1ST Place Lategame
|
||||
V3 = Minus Block Odds 1ST Place Lategame
|
||||
V4 = Speed Block Odds 1ST Place Lategame
|
||||
V5 = Slow Block Odds 1ST Place Lategame
|
||||
V6 = Poison Shroom Odds 1ST Place Lategame
|
||||
V7 = Triple Poison Shroom Odds 1ST Place Lategame
|
||||
V8 = Double Dip odds 1ST Place Lategame
|
||||
V9 = Reverse Mushroom Odds 1ST Place Lategame
|
||||
|
||||
Wa = Mini Mushroom Odds 2ND Place Lategame
|
||||
Wb = Mega Mushroom Odds 2ND Place Lategame
|
||||
Wc = Super Mini Mushroom Odds 2ND Place Lategame
|
||||
Wd = Super Mega Mushroom Odds 2ND Place Lategame
|
||||
We = MiniMega Hammer Odds 2ND Place Lategame
|
||||
Wf = Warp Pipe Odds 2ND Place Lategame
|
||||
Wg = Swap Card Odds 2ND Place Lategame
|
||||
Wh = Sparky Sticker Odds 2ND Place Lategame
|
||||
Wi = Gaddlight Odds 2ND Place Lategame
|
||||
Wj = Chomp Call Odds 2ND Place Lategame
|
||||
Wk = Bowser Suit Odds 2ND Place Lategame
|
||||
Wl = Boo's Crystal Ball Odds 2ND Place Lategame
|
||||
Wm = Magic Lamp Odds 2ND Place Lategame
|
||||
Wn = Item Bag Odds 2ND Place Lategame
|
||||
Wo = Bowser Phone Odds 2ND Place Lategame
|
||||
Wp = Mushroom Odds 2ND Place Lategame
|
||||
Wq = Golden Mushroom Odds 2ND Place Lategame
|
||||
Wr = Hidden Block Card Odds 2ND Place Lategame
|
||||
Ws = Cellular Shopper Odds 2ND Place Lategame
|
||||
Wt = Barter Box Odds 2ND Place Lategame
|
||||
Wu = Super Warp Pipe Odds 2ND Place Lategame
|
||||
Wv = Chance Time Charm Odds 2ND Place Lategame
|
||||
Ww = Wacky Watch Odds 2ND Place Lategame
|
||||
Wx = Plunder Chest Odds 2ND Place Lategame
|
||||
Wy = Gaddbrush Odds 2ND Place Lategame
|
||||
Wz = Skeleton Key Odds 2ND Place Lategame
|
||||
W0 = Warp Block Odds 2ND Place Lategame
|
||||
W1 = Fly Guy Odds 2ND Place Lategame
|
||||
W2 = Plus Block Odds 2ND Place Lategame
|
||||
W3 = Minus Block Odds 2ND Place Lategame
|
||||
W4 = Speed Block Odds 2ND Place Lategame
|
||||
W5 = Slow Block Odds 2ND Place Lategame
|
||||
W6 = Poison Shroom Odds 2ND Place Lategame
|
||||
W7 = Triple Poison Shroom Odds 2ND Place Lategame
|
||||
W8 = Double Dip odds 2ND Place Lategame
|
||||
W9 = Reverse Mushroom Odds 2ND Place Lategame
|
||||
|
||||
Xa = Mini Mushroom Odds 3RD Place Lategame
|
||||
Xb = Mega Mushroom Odds 3RD Place Lategame
|
||||
Xc = Super Mini Mushroom Odds 3RD Place Lategame
|
||||
Xd = Super Mega Mushroom Odds 3RD Place Lategame
|
||||
Xe = MiniMega Hammer Odds 3RD Place Lategame
|
||||
Xf = Warp Pipe Odds 3RD Place Lategame
|
||||
Xg = Swap Card Odds 3RD Place Lategame
|
||||
Xh = Sparky Sticker Odds 3RD Place Lategame
|
||||
Xi = Gaddlight Odds 3RD Place Lategame
|
||||
Xj = Chomp Call Odds 3RD Place Lategame
|
||||
Xk = Bowser Suit Odds 3RD Place Lategame
|
||||
Xl = Boo's Crystal Ball Odds 3RD Place Lategame
|
||||
Xm = Magic Lamp Odds 3RD Place Lategame
|
||||
Xn = Item Bag Odds 3RD Place Lategame
|
||||
Oo = Bowser Phone Odds 3RD Place Lategame
|
||||
Xp = Mushroom Odds 3RD Place Lategame
|
||||
Xq = Golden Mushroom Odds 3RD Place Lategame
|
||||
Xr = Hidden Block Card Odds 3RD Place Lategame
|
||||
Xs = Cellular Shopper Odds 3RD Place Lategame
|
||||
Xt = Barter Box Odds 3RD Place Lategame
|
||||
Xu = Super Warp Pipe Odds 3RD Place Lategame
|
||||
Xv = Chance Time Charm Odds 3RD Place Lategame
|
||||
Xw = Wacky Watch Odds 3RD Place Lategame
|
||||
Xx = Plunder Chest Odds 3RD Place Lategame
|
||||
Xy = Gaddbrush Odds 3RD Place Lategame
|
||||
Xz = Skeleton Key Odds 3RD Place Lategame
|
||||
X0 = Warp Block Odds 3RD Place Lategame
|
||||
X1 = Fly Guy Odds 3RD Place Lategame
|
||||
X2 = Plus Block Odds 3RD Place Lategame
|
||||
X3 = Minus Block Odds 3RD Place Lategame
|
||||
X4 = Speed Block Odds 3RD Place Lategame
|
||||
X5 = Slow Block Odds 3RD Place Lategame
|
||||
X6 = Poison Shroom Odds 3RD Place Lategame
|
||||
X7 = Triple Poison Shroom Odds 3RD Place Lategame
|
||||
X8 = Double Dip odds 3RD Place Lategame
|
||||
X9 = Reverse Mushroom Odds 3RD Place Lategame
|
||||
|
||||
Ya = Mini Mushroom Odds 4TH Place Lategame
|
||||
Yb = Mega Mushroom Odds 4TH Place Lategame
|
||||
Yc = Super Mini Mushroom Odds 4TH Place Lategame
|
||||
Yd = Super Mega Mushroom Odds 4TH Place Lategame
|
||||
Ye = MiniMega Hammer Odds 4TH Place Lategame
|
||||
Yf = Warp Pipe Odds 4TH Place Lategame
|
||||
Yg = Swap Card Odds 4TH Place Lategame
|
||||
Yh = Sparky Sticker Odds 4TH Place Lategame
|
||||
Yi = Gaddlight Odds 4TH Place Lategame
|
||||
Yj = Chomp Call Odds 4TH Place Lategame
|
||||
Yk = Bowser Suit Odds 4TH Place Lategame
|
||||
Yl = Boo's Crystal Ball Odds 4TH Place Lategame
|
||||
Ym = Magic Lamp Odds 4TH Place Lategame
|
||||
Yn = Item Bag Odds 4TH Place Lategame
|
||||
Oo = Bowser Phone Odds 4TH Place Lategame
|
||||
Yp = Mushroom Odds 4TH Place Lategame
|
||||
Yq = Golden Mushroom Odds 4TH Place Lategame
|
||||
Yr = Hidden Block Card Odds 4TH Place Lategame
|
||||
Ys = Cellular Shopper Odds 4TH Place Lategame
|
||||
Yt = Barter Box Odds 4TH Place Lategame
|
||||
Yu = Super Warp Pipe Odds 4TH Place Lategame
|
||||
Yv = Chance Time Charm Odds 4TH Place Lategame
|
||||
Yw = Wacky Watch Odds 4TH Place Lategame
|
||||
Yx = Plunder Chest Odds 4TH Place Lategame
|
||||
Yy = Gaddbrush Odds 4TH Place Lategame
|
||||
Yz = Skeleton Key Odds 4TH Place Lategame
|
||||
Y0 = Warp Block Odds 4TH Place Lategame
|
||||
Y1 = Fly Guy Odds 4TH Place Lategame
|
||||
Y2 = Plus Block Odds 4TH Place Lategame
|
||||
Y3 = Minus Block Odds 4TH Place Lategame
|
||||
Y4 = Speed Block Odds 4TH Place Lategame
|
||||
Y5 = Slow Block Odds 4TH Place Lategame
|
||||
Y6 = Poison Shroom Odds 4TH Place Lategame
|
||||
Y7 = Triple Poison Shroom Odds 4TH Place Lategame
|
||||
Y8 = Double Dip odds 4TH Place Lategame
|
||||
Y9 = Reverse Mushroom Odds 4TH Place Lategame
|
||||
|
||||
Semi warranted Items (Barring shop odds. One of these items is warranted to appear on each shop visit. Which of the two is chosen at random, each shop visit. The MP4DX defaults for this are Mushroom (0F) and Golden Shroom (10). Use the value FF if you want to disable item semi-warranting):
|
||||
Za = Semi-Warranted Item 1 ID
|
||||
Zb = Semi-Warranted Item 1 ID
|
||||
|
||||
Warranted Item (Barring shop odds. One of these items will ALWAYS appear on the shop no matter what. The MP4DX default is Skeleton Key (19), since it's important for mini pipe accessibility. Use the value FF if you want to disable item warranting):
|
||||
Zc = Warranted item ID
|
||||
|
||||
|
||||
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
|
||||
Item IDs:
|
||||
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
|
||||
|
||||
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,54 @@
|
|||
MP4DX: Item Space Odds Modifier [Wolf, Rain]:
|
||||
02071C42 0000AABB
|
||||
04071C44 CCDDEEFF
|
||||
04071C48 GGHHIIJJ
|
||||
04071C4C KKLLMMNN
|
||||
04071C50 OOPPQQRR
|
||||
04071C54 SSTTUUVV
|
||||
04071C58 WWXXYYZZ
|
||||
04071C5C axbxcxdx
|
||||
04071C60 exfxgxhx
|
||||
04071C64 ixjx0000
|
||||
|
||||
This Gecko Code allows you to customize the item space odds on MP4DX. A higher number makes an specific item more likely to appear while a lower number lowers its chances of showing up.
|
||||
|
||||
Rare Items will not appear on Item Spaces until the Last 10 Turns.
|
||||
|
||||
Values to fill the code with:
|
||||
Item Odds:
|
||||
AA = Mini Mushroom odds
|
||||
BB = Mega Mushroom odds
|
||||
CC = Super Mini Mushroom odds
|
||||
DD = Super Mega Mushroom odds
|
||||
EE = MiniMega Hammer odds
|
||||
FF = Warp Pipe odds
|
||||
GG = Swap Card odds
|
||||
HH = Sparky Sticker odds
|
||||
II = Gaddlight odds
|
||||
JJ = Chomp Call odds
|
||||
KK = Bowser Suit odds
|
||||
LL = Boo Crystal Ball odds
|
||||
MM = Magic Lamp odds
|
||||
NN = "All the items you can carry" odds
|
||||
OO = Bowser Phone odds
|
||||
PP = Mushroom odds
|
||||
QQ = Golden Mushroom odds
|
||||
RR = Hidden Block Card odds
|
||||
SS = Cellular Shopper odds
|
||||
TT = Barter Box odds
|
||||
UU = Super Warp Pipe odds
|
||||
VV = Chance Time Charm Odds
|
||||
WW = Wacky Watch Odds
|
||||
XX = Plunder Chest Odds
|
||||
YY = Gaddbrush Odds
|
||||
ZZ = Skeleton Key Odds
|
||||
ax = Fly Guy Odds
|
||||
bx = Warp Block Odds
|
||||
cx = Plus Block Odds
|
||||
dx = Minus Block Odds
|
||||
ex = Speed Block Odds
|
||||
fx = Slow Block Odds
|
||||
gx = Poison Shroom Odds
|
||||
hx = Poison Shroom Bunch Odds
|
||||
ix = Double Dip Odds
|
||||
jx = Reverse Shroom Odds
|
|
@ -1,323 +0,0 @@
|
|||
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)
|
|
@ -1,277 +0,0 @@
|
|||
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,16 @@
|
|||
MP4DX - Toggle Rare Item Status [Wolf]:
|
||||
00071C67 000000VV
|
||||
04071C68 WWXXYYZZ
|
||||
|
||||
Use this code to make specific rare items become non-rare on Item Spaces. If you make an item non-rare, it can show up even before the Last 10 Turns.
|
||||
|
||||
Variables:
|
||||
VV = Hidden Block Card Rarity
|
||||
WW = Barter Box Rarity
|
||||
XX = Super Warp Pipe Rarity
|
||||
YY = Chance Charm Rarity
|
||||
ZZ = Wacky Watch Rarity
|
||||
|
||||
Possible values:
|
||||
00 = Rare (default)
|
||||
01 = Common
|
|
@ -0,0 +1,57 @@
|
|||
MP4DX - Toggle allowed Items for "All Items you can carry" event [Wolf]:
|
||||
02071C74 0000AABB
|
||||
04071C44 CCDDEEFF
|
||||
04071C48 GGHHIIJJ
|
||||
04071C4C KKLLMMNN
|
||||
04071C50 OOPPQQRR
|
||||
04071C54 SSTTUUVV
|
||||
04071C58 WWXXYYZZ
|
||||
04071C5C axbxcxdx
|
||||
04071C60 exfxgxhx
|
||||
04071C64 ixjx0000
|
||||
|
||||
Allows you to allow or forbid specific items from appearing in the event a player receives multiple items from an Item Space on the same turn.
|
||||
|
||||
Items:
|
||||
AA = Mini Mushroom (Not allowed by default)
|
||||
BB = Mega Mushroom
|
||||
CC = Super Mini Mushroom
|
||||
DD = Super Mega Mushroom
|
||||
EE = MiniMega Hammer
|
||||
FF = Warp Pipe
|
||||
GG = Swap Card
|
||||
HH = Sparky Sticker
|
||||
II = Gaddlight
|
||||
JJ = Chomp Call
|
||||
KK = Bowser Suit
|
||||
LL = Boo Crystal Ball
|
||||
MM = Magic Lamp
|
||||
NN = Item Bag (Not allowed by default)
|
||||
OO = Bowser Phone
|
||||
PP = Mushroom
|
||||
QQ = Golden Mushroom
|
||||
RR = Hidden Block Card (Not allowed by default)
|
||||
SS = Cellular Shopper
|
||||
TT = Barter Box (Not allowed by default)
|
||||
UU = Super Warp Pipe (Not allowed by default)
|
||||
VV = Chance Time Charm (Not allowed by default)
|
||||
WW = Wacky Watch (Not allowed by default)
|
||||
XX = Plunder Chest
|
||||
YY = Gaddbrush (Not allowed by default)
|
||||
ZZ = Skeleton Key
|
||||
ax = Fly Guy (Not allowed by default)
|
||||
bx = Warp Block
|
||||
cx = Plus Block
|
||||
dx = Minus Block
|
||||
ex = Speed Block
|
||||
fx = Slow Block
|
||||
gx = Poison Shroom
|
||||
hx = Poison Shroom Bunch (Not allowed by default)
|
||||
ix = Double Dip (Not allowed by default)
|
||||
jx = Reverse Shroom
|
||||
|
||||
Possible values:
|
||||
00 = Not allowed
|
||||
01 = Allowed
|
||||
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
MP4DX: Item Space Odds Code - MP4DX Default Preset:
|
||||
02071C42 00000005
|
||||
04071C44 05050505
|
||||
04071C48 05050505
|
||||
04071C4C 05050557
|
||||
04071C50 05070A07
|
||||
04071C54 05070707
|
||||
04071C58 05050505
|
||||
04071C5C 05050505
|
||||
04071C60 05050505
|
||||
04071C64 05050000
|
||||
|
||||
The default preset used when there's no Gecko Code activated. All items except Mini Mushroom are in play, and the odds of getting All Items you can carry are roughly 37.5%, when not counting rare items! Meant for matches with high item density, hectic unpredictable fun.
|
|
@ -0,0 +1,25 @@
|
|||
MP4DX: Item Space Odds Code - Purely Random:
|
||||
02071C42 00000101
|
||||
04071C44 01010101
|
||||
04071C48 01010101
|
||||
04071C4C 01010101
|
||||
04071C50 01010101
|
||||
04071C54 01010101
|
||||
04071C58 01010101
|
||||
04071C5C 01010101
|
||||
04071C60 01010101
|
||||
04071C64 01010000
|
||||
02071C74 00000101
|
||||
04071C44 01010101
|
||||
04071C48 01010101
|
||||
04071C4C 01010101
|
||||
04071C50 01010101
|
||||
04071C54 01010101
|
||||
04071C58 01010101
|
||||
04071C5C 01010101
|
||||
04071C60 01010101
|
||||
04071C64 01010000
|
||||
00071C67 00000001
|
||||
04071C68 01010101
|
||||
|
||||
Madness. Every Item has equal odds, and Rare Items can appear anytime.
|
|
@ -0,0 +1,13 @@
|
|||
MP4DX: Item Space Odds Code - MP4DX Single Item Preset:
|
||||
02071C42 00000005
|
||||
04071C44 05050505
|
||||
04071C48 05050505
|
||||
04071C4C 05050500
|
||||
04071C50 05060904
|
||||
04071C54 04040404
|
||||
04071C58 05050505
|
||||
04071C5C 05050505
|
||||
04071C60 05050505
|
||||
04071C64 05050000
|
||||
|
||||
A version of the default MP4DX preset where you can only get a single item per Item Space. A less frantic game, but every item except Mini Mushroom is still a possibility!
|
|
@ -0,0 +1,102 @@
|
|||
MP4 - Item Shop Odds Modifier:
|
||||
The default shop odds for MP4DX. All items except Mini Mushroom and Rare Items are in play. The odds for 1ST and 2ND are always identical. 3RD and 4TH also use identical odds. In the lategame, everyone gets access to a relatively strong item pool, with the only difference being a 2-point odds increase for Magic Lamp for 3RD and 4TH.
|
||||
|
||||
The semi-warranted items are Mushroom and Golden Mushroom. The warranted item is Skeleton Key.
|
||||
|
||||
04071f30 00030302
|
||||
04071f34 05040303
|
||||
04071f38 00040002
|
||||
04071f3C 05050400
|
||||
04071f40 07000500
|
||||
04071f44 00000005
|
||||
04071f48 04000500
|
||||
04071f4C 04050405
|
||||
04071f50 05040005
|
||||
|
||||
02071f62 00000003
|
||||
04071f64 03020504
|
||||
04071f68 03030004
|
||||
04071f6C 00020505
|
||||
04071f70 04000700
|
||||
04071f74 05000000
|
||||
04071f78 00050400
|
||||
04071f7C 05000405
|
||||
04071f80 04050504
|
||||
04071f84 00050000
|
||||
|
||||
04071F94 00030302
|
||||
04071f98 05040303
|
||||
04071f9C 00040002
|
||||
04071fA0 05050400
|
||||
04071fA4 07000500
|
||||
04071fA8 00000005
|
||||
04071fAC 04000500
|
||||
04071fB0 04050405
|
||||
04071fB4 05040005
|
||||
|
||||
02071FC6 00000002
|
||||
04071fC8 03020204
|
||||
04071fCC 03000302
|
||||
04071fD0 0202080A
|
||||
04071fD4 04000700
|
||||
04071fD8 04000000
|
||||
04071fDC 00040200
|
||||
04071fE0 04000404
|
||||
04071fE4 04040504
|
||||
04071fE8 02050000
|
||||
|
||||
04071Ff8 00020302
|
||||
04071ffc 02040300
|
||||
04072000 03020202
|
||||
04072004 080A0400
|
||||
04072008 07000400
|
||||
0407200c 00000004
|
||||
04072010 02000400
|
||||
04072014 04040404
|
||||
04072018 05040205
|
||||
|
||||
0207202A 00000002
|
||||
0407202C 03020204
|
||||
04072030 03000302
|
||||
04072034 0202080A
|
||||
04072038 04000700
|
||||
0407203C 04000000
|
||||
04072040 00040200
|
||||
04072044 04000404
|
||||
04072048 04040504
|
||||
0407204C 02050000
|
||||
|
||||
0407205C 00020302
|
||||
04072060 02040300
|
||||
04072064 03020202
|
||||
04072068 080A0400
|
||||
0407206C 07000400
|
||||
04072070 00000004
|
||||
04072074 02000400
|
||||
04072078 04040404
|
||||
0407207C 05040205
|
||||
|
||||
0207208E 00000002
|
||||
04072090 03020204
|
||||
04072094 03000302
|
||||
04072098 02020A0A
|
||||
0407209C 04000700
|
||||
040720A0 04000000
|
||||
040720A4 00040200
|
||||
040720A8 04000404
|
||||
040720AC 04040504
|
||||
040720B0 02050000
|
||||
|
||||
040720C0 00020302
|
||||
040720C4 02040300
|
||||
040720C8 03020202
|
||||
040720CC 0A0A0400
|
||||
040720D0 07000400
|
||||
040720D4 00000004
|
||||
040720D8 02000400
|
||||
040720DC 04040404
|
||||
040720E0 05040205
|
||||
|
||||
000720F2 0000000F
|
||||
000720F3 00000010
|
||||
000720F4 00000019
|
Binary file not shown.
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Loading…
Add table
Add a link
Reference in a new issue