Add some more enties
This commit is contained in:
parent
50a3c588ba
commit
330508fffa
5 changed files with 7 additions and 3 deletions
BIN
assets/sprites/mightyena.png
Normal file
BIN
assets/sprites/mightyena.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
assets/sprites/poochyena.png
Normal file
BIN
assets/sprites/poochyena.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
|
@ -1,7 +1,7 @@
|
|||
import 'dart:io';
|
||||
|
||||
class Constants {
|
||||
static const VERSION = "1.0.032425+0239";
|
||||
static const VERSION = "1.0.032525+0335";
|
||||
|
||||
static bool get isMobile => Platform.isAndroid || Platform.isIOS;
|
||||
}
|
||||
|
|
|
@ -1276,7 +1276,9 @@ enum Pokemon {
|
|||
[Type.Water, Type.Ground],
|
||||
null,
|
||||
previousPokemon: 259,
|
||||
);
|
||||
),
|
||||
Poochyena(261, Generation.Three, [Type.Dark], SingleEvolution(262, 18)),
|
||||
Mightyena(262, Generation.Three, [Type.Dark], null, previousPokemon: 261);
|
||||
|
||||
final int id;
|
||||
final String properName;
|
||||
|
|
|
@ -16,7 +16,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev
|
|||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
# In Windows, build-name is used as the major, minor, and patch parts
|
||||
# of the product and file versions while build-number is used as the build suffix.
|
||||
version: 1.0.032425+0239
|
||||
version: 1.0.032525+0335
|
||||
|
||||
environment:
|
||||
sdk: ^3.7.0
|
||||
|
@ -357,6 +357,8 @@ flutter:
|
|||
- assets/sprites/mudkip.png
|
||||
- assets/sprites/marshtomp.png
|
||||
- assets/sprites/swampert.png
|
||||
- assets/sprites/poochyena.png
|
||||
- assets/sprites/mightyena.png
|
||||
|
||||
# An image asset can refer to one or more resolution-specific "variants", see
|
||||
# https://flutter.dev/to/resolution-aware-images
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue