mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-04-25 16:35:02 -05:00
Fix Ogerpon-5 and Ogerpon-6 ability text
This commit is contained in:
parent
5c1d165f2d
commit
ed6674791a
|
|
@ -190,8 +190,8 @@ private void Sanitize()
|
|||
abilitylist[(int)Core.Ability.AsOneG] += $" ({specieslist[(int)Core.Species.Spectrier]})";
|
||||
// De-duplicate the Ogerpon ability names
|
||||
abilitylist[(int)Core.Ability.EmbodyAspect0] += $" ({forms[FormConverter.MaskTeal]})";
|
||||
abilitylist[(int)Core.Ability.EmbodyAspect1] += $" ({forms[FormConverter.MaskWellspring]})";
|
||||
abilitylist[(int)Core.Ability.EmbodyAspect2] += $" ({forms[FormConverter.MaskHearthflame]})";
|
||||
abilitylist[(int)Core.Ability.EmbodyAspect1] += $" ({forms[FormConverter.MaskHearthflame]})";
|
||||
abilitylist[(int)Core.Ability.EmbodyAspect2] += $" ({forms[FormConverter.MaskWellspring]})";
|
||||
abilitylist[(int)Core.Ability.EmbodyAspect3] += $" ({forms[FormConverter.MaskCornerstone]})";
|
||||
|
||||
// Replace the Egg Name with ---; egg name already stored to eggname
|
||||
|
|
|
|||
|
|
@ -109,7 +109,7 @@ public static class PlayerFashionUnlock9
|
|||
8000, 8001, 8002, 8003, 8004, 8005, 8006, 8007, 8008, 8009, 8010, 8011, 8012, 8013, 8014, 8015, 8016, 8017, 8018,
|
||||
8019, 8020, 8021, 8022, 8023, 8024, 8025, 8026, 8027, 8028, 8029, 8030, 8031, 8032, 8033, 8034, 8035, 8036, 8037,
|
||||
8038, 8039, 8040, 8041, 8042, 8043, 8044, 8045, 8046, 8047, 8048, 8049, 8050, 8051, 8052, 8053, 8054, 8055, 8056,
|
||||
8057, 8058, 8059, 8060, 8061, 8062, 8063, 8064, 8065, 8066, 8067, // DOUBLE CHECK 63 64
|
||||
8057, 8058, 8059, 8060, 8061, 8062, 8063, 8064, 8065, 8066, 8067,
|
||||
};
|
||||
|
||||
public static int Add(SCBlockAccessor acc, uint key, ReadOnlySpan<ushort> add)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user