Expand jp table too

6754645a5f
This commit is contained in:
Kurt 2021-04-12 19:14:23 -07:00
parent 6754645a5f
commit c56ba76601

View file

@ -181,6 +181,9 @@ namespace PKHeX.Core
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', // D
'', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '0', // E
':', 'Ä', 'Ö', 'Ü', 'ä', 'ö', 'ü', // F
// Make the total length 256 so that any byte access is always within the array
Terminator, Terminator, Terminator, Terminator, Terminator, Terminator, Terminator, Terminator, Terminator
};
}
}
}