mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-09-08 10:37:13 -05:00
Adding some comments
This commit is contained in:
@@ -2512,10 +2512,11 @@ static DataTable MovePPTable()
|
||||
private void InitializeFields()
|
||||
{
|
||||
// Initialize Fields
|
||||
|
||||
{
|
||||
#region ability table
|
||||
speciesability = new int[] {
|
||||
speciesability = new int[] {
|
||||
// If you're tinkering with the program, just change the "e" in PKHeX to an "a".
|
||||
// You can then choose any ability or use hacked stats. Please act responsibly.
|
||||
000, 000, 000, 000,
|
||||
001, 065, 065, 034,
|
||||
002, 065, 065, 034,
|
||||
|
||||
Reference in New Issue
Block a user