finish refactoring
This commit is contained in:
parent
e5537cbe41
commit
1972421ef2
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
import 'package:pokedex/dexMisc.dart';
|
||||
import 'package:pokedex/pokemon.dart';
|
||||
|
||||
class Gen1Locations {
|
||||
Gen1Locations._();
|
||||
|
@ -2934,7 +2933,6 @@ class Gen1DexData {
|
|||
DexEntry(
|
||||
Game.Diamond,
|
||||
"To protect itself from attackers, it curls up into a ball. It lives in arid regions with minimal rainfall.",
|
||||
Generation.Four,
|
||||
additionalGames: [Game.Pearl, Game.Platinum],
|
||||
),
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue