mirror of
https://github.com/Skeli789/Dynamic-Pokemon-Expansion.git
synced 2026-09-08 10:05:49 -05:00
Update species.h
Added Gigantamax form for Low Key Toxtricity due to differing moves/abilities
This commit is contained in:
committed by
GitHub
parent
6ba5ccfed3
commit
56f6aed836
@@ -1245,13 +1245,14 @@
|
||||
#define SPECIES_APPLETUN_GIGA 0x4E1
|
||||
#define SPECIES_SANDACONDA_GIGA 0x4E2
|
||||
#define SPECIES_TOXTRICITY_GIGA 0x4E3
|
||||
#define SPECIES_CENTISKORCH_GIGA 0x4E4
|
||||
#define SPECIES_HATTERENE_GIGA 0x4E5
|
||||
#define SPECIES_GRIMMSNARL_GIGA 0x4E6
|
||||
#define SPECIES_ALCREMIE_GIGA 0x4E7
|
||||
#define SPECIES_COPPERAJAH_GIGA 0x4E8
|
||||
#define SPECIES_DURALUDON_GIGA 0x4E9
|
||||
#define SPECIES_URSHIFU_SINGLE_GIGA 0x4EA
|
||||
#define SPECIES_URSHIFU_RAPID_GIGA 0x4EB
|
||||
#define SPECIES_TOXTRICITY_LOW_KEY_GIGA 0x4E4
|
||||
#define SPECIES_CENTISKORCH_GIGA 0x4E5
|
||||
#define SPECIES_HATTERENE_GIGA 0x4E6
|
||||
#define SPECIES_GRIMMSNARL_GIGA 0x4E7
|
||||
#define SPECIES_ALCREMIE_GIGA 0x4E8
|
||||
#define SPECIES_COPPERAJAH_GIGA 0x4E9
|
||||
#define SPECIES_DURALUDON_GIGA 0x4EA
|
||||
#define SPECIES_URSHIFU_SINGLE_GIGA 0x4EB
|
||||
#define SPECIES_URSHIFU_RAPID_GIGA 0x4EC
|
||||
|
||||
#define NUM_SPECIES (SPECIES_URSHIFU_RAPID_GIGA + 1)
|
||||
|
||||
Reference in New Issue
Block a user