mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-24 23:57:12 -05:00
Add support for Project M
This commit is contained in:
parent
d8caf74653
commit
86a19e4a16
|
|
@ -98,10 +98,6 @@ public sealed class ItemStorage9ZA : IItemStorage
|
|||
public static ReadOnlySpan<ushort> Unreleased =>
|
||||
[
|
||||
0005, // Safari Ball (Season 3 Ranked Reward)
|
||||
|
||||
0662, // Mewtwonite X
|
||||
0663, // Mewtwonite Y
|
||||
|
||||
0851, // Beast Ball
|
||||
];
|
||||
|
||||
|
|
@ -164,6 +160,7 @@ public static InventoryType GetInventoryPouch(ushort itemIndex)
|
|||
Blastoise when form == 1 => 0661,
|
||||
Mewtwo when form == 1 => 0662, // X
|
||||
Mewtwo when form == 2 => 0663, // Y
|
||||
Blaziken when form == 1 => 0664,
|
||||
Medicham when form == 1 => 0665,
|
||||
Houndoom when form == 1 => 0666,
|
||||
Aggron when form == 1 => 0667,
|
||||
|
|
@ -183,6 +180,10 @@ public static InventoryType GetInventoryPouch(ushort itemIndex)
|
|||
Mawile when form == 1 => 0681,
|
||||
Manectric when form == 1 => 0682,
|
||||
Garchomp when form == 1 => 0683,
|
||||
Latias when form == 1 => 0684,
|
||||
Latios when form == 1 => 0685,
|
||||
Swampert when form == 1 => 0752,
|
||||
Sceptile when form == 1 => 0753,
|
||||
Sableye when form == 1 => 0754,
|
||||
Altaria when form == 1 => 0755,
|
||||
Gallade when form == 1 => 0756,
|
||||
|
|
|
|||
|
|
@ -73,7 +73,7 @@ internal static class Encounters9a
|
|||
new(0707,0,40,128) { Location = 00235, Gender = 0, Nature = Nature.Timid, Moves = new(583,430,577,319) }, // Klefki (m05_cleffy)
|
||||
|
||||
// Side Missions EX
|
||||
// new(0150,0,70,128) { Location = 00234, FlawlessIVCount = 3, Moves = new(094,396,427,133) }, // Mewtwo (sub_120_mewtwo)
|
||||
new(0150,0,70,128) { Location = 00234, FlawlessIVCount = 3, Moves = new(094,396,427,133) }, // Mewtwo (sub_120_mewtwo)
|
||||
new(0703,0,66,128) { Location = 00063, FlawlessIVCount = 3, Moves = new(444,430,605,157) }, // Carbink (sub_119_melecie_01)
|
||||
new(0703,0,66,128) { Location = 00063, FlawlessIVCount = 3, Moves = new(444,446,408,605) }, // Carbink (sub_119_melecie_02)
|
||||
new(0719,0,70,128) { Location = 00063, FlawlessIVCount = 3, Moves = new(591,585,446,577) }, // Diancie (sub_119_diancie)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user