mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-10 08:25:47 -05:00
Fix incorrectly ordered name<->bitindex
names have sinnoh second not first https://projectpokemon.org/home/forums/topic/46377-invalid-invalid-ribbons-record/
This commit is contained in:
@@ -47,8 +47,8 @@ internal static bool[] RibbonBitsOnly(this IRibbonSetCommon4 set)
|
||||
return new bool[3];
|
||||
return new[]
|
||||
{
|
||||
set.RibbonChampionSinnoh,
|
||||
set.RibbonRecord,
|
||||
set.RibbonChampionSinnoh,
|
||||
set.RibbonLegend,
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user