finish refactoring

This commit is contained in:
zontreck 2025-06-02 00:53:49 -07:00
parent e5537cbe41
commit 1972421ef2

View file

@ -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],
),
];