Skip to content

Commit fd4e653

Browse files
SnowPhoenixAlMcKinlay
authored andcommitted
Remove redundant gender indicators (#37)
1 parent 4fa2906 commit fd4e653

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

data/alternate_forms_gen6.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,8 @@ formes[670] = ['Red', 'Yellow', 'Orange', 'Blue', 'White', 'Eternal'];
136136

137137
formes[676] = [null, 'Heart', 'Star', 'Diamond', 'Debutante', 'Matron', 'Dandy', 'La Reine', 'Kabuki', 'Pharaoh'];
138138

139+
formes[678] = [null, null];
140+
139141
formes[681] = ['Shield', 'Blade'];
140142

141143
[710, 711].forEach(i => {

data/alternate_forms_gen7.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ formes[658] = [null, null, 'Ash'];
130130

131131
formes[670] = ['Red', 'Yellow', 'Orange', 'Blue', 'White', 'Eternal'];
132132
formes[676] = [null, 'Heart', 'Star', 'Diamond', 'Debutante', 'Matron', 'Dandy', 'La Reine', 'Kabuki', 'Pharaoh'];
133-
formes[678] = ['Male', 'Female'];
133+
formes[678] = [null, null];
134134
formes[681] = ['Shield', 'Blade'];
135135

136136
[710, 711].forEach(i => {

0 commit comments

Comments
 (0)