Skip to content

Commit 776846d

Browse files
authored
1 parent ada0757 commit 776846d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ async function masterfile() {
142142
pokemon.temp_evolutions || {}
143143
)) {
144144
if (evo.attack && evo.defense && evo.stamina)
145-
pushEntry(evo, ['Unset', 'Mega', 'Mega X', 'Mega Y'][id])
145+
pushEntry(evo, ['Unset', 'Mega', 'Mega X', 'Mega Y', 'Primal'][id])
146146
}
147147
}
148148
fs.writeFileSync('./pokedex.js', `pokedex=[${pokedex.join(',')}]`)

0 commit comments

Comments
 (0)