Prison Bottle and Reveal Glass don't exist yet
This commit is contained in:
parent
f8dfd8f353
commit
3655fe52f3
2 changed files with 9 additions and 9 deletions
|
@ -154,8 +154,8 @@
|
||||||
|
|
||||||
//FORM_ITEM_USE
|
//FORM_ITEM_USE
|
||||||
#define ITEM_GRACIDEA ITEM_NONE
|
#define ITEM_GRACIDEA ITEM_NONE
|
||||||
#define ITEM_REVEAL_GLASS ITEM_NONE
|
// #define ITEM_REVEAL_GLASS ITEM_NONE
|
||||||
#define ITEM_PRISON_BOTTLE ITEM_NONE
|
// #define ITEM_PRISON_BOTTLE ITEM_NONE
|
||||||
#define ITEM_RED_NECTAR ITEM_NONE
|
#define ITEM_RED_NECTAR ITEM_NONE
|
||||||
#define ITEM_YELLOW_NECTAR ITEM_NONE
|
#define ITEM_YELLOW_NECTAR ITEM_NONE
|
||||||
#define ITEM_PINK_NECTAR ITEM_NONE
|
#define ITEM_PINK_NECTAR ITEM_NONE
|
||||||
|
|
|
@ -77,32 +77,32 @@ static const struct FormChange sArceusFormChangeTable[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct FormChange sTornadusFormChangeTable[] = {
|
static const struct FormChange sTornadusFormChangeTable[] = {
|
||||||
{FORM_ITEM_USE, SPECIES_TORNADUS_THERIAN, ITEM_REVEAL_GLASS},
|
// {FORM_ITEM_USE, SPECIES_TORNADUS_THERIAN, ITEM_REVEAL_GLASS},
|
||||||
{FORM_CHANGE_END},
|
{FORM_CHANGE_END},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct FormChange sTornadusTherianFormChangeTable[] = {
|
static const struct FormChange sTornadusTherianFormChangeTable[] = {
|
||||||
{FORM_ITEM_USE, SPECIES_TORNADUS, ITEM_REVEAL_GLASS},
|
// {FORM_ITEM_USE, SPECIES_TORNADUS, ITEM_REVEAL_GLASS},
|
||||||
{FORM_CHANGE_END},
|
{FORM_CHANGE_END},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct FormChange sThundurusFormChangeTable[] = {
|
static const struct FormChange sThundurusFormChangeTable[] = {
|
||||||
{FORM_ITEM_USE, SPECIES_THUNDURUS_THERIAN, ITEM_REVEAL_GLASS},
|
// {FORM_ITEM_USE, SPECIES_THUNDURUS_THERIAN, ITEM_REVEAL_GLASS},
|
||||||
{FORM_CHANGE_END},
|
{FORM_CHANGE_END},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct FormChange sThundurusTherianFormChangeTable[] = {
|
static const struct FormChange sThundurusTherianFormChangeTable[] = {
|
||||||
{FORM_ITEM_USE, SPECIES_THUNDURUS, ITEM_REVEAL_GLASS},
|
// {FORM_ITEM_USE, SPECIES_THUNDURUS, ITEM_REVEAL_GLASS},
|
||||||
{FORM_CHANGE_END},
|
{FORM_CHANGE_END},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct FormChange sLandorusFormChangeTable[] = {
|
static const struct FormChange sLandorusFormChangeTable[] = {
|
||||||
{FORM_ITEM_USE, SPECIES_LANDORUS_THERIAN, ITEM_REVEAL_GLASS},
|
// {FORM_ITEM_USE, SPECIES_LANDORUS_THERIAN, ITEM_REVEAL_GLASS},
|
||||||
{FORM_CHANGE_END},
|
{FORM_CHANGE_END},
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct FormChange sLandorusTherianFormChangeTable[] = {
|
static const struct FormChange sLandorusTherianFormChangeTable[] = {
|
||||||
{FORM_ITEM_USE, SPECIES_LANDORUS, ITEM_REVEAL_GLASS},
|
// {FORM_ITEM_USE, SPECIES_LANDORUS, ITEM_REVEAL_GLASS},
|
||||||
{FORM_CHANGE_END},
|
{FORM_CHANGE_END},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -125,7 +125,7 @@ static const struct FormChange sGenesectFormChangeTable[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct FormChange sHoopaFormChangeTable[] = {
|
static const struct FormChange sHoopaFormChangeTable[] = {
|
||||||
{FORM_ITEM_USE, SPECIES_HOOPA_UNBOUND, ITEM_PRISON_BOTTLE, SPECIES_HOOPA},
|
// {FORM_ITEM_USE, SPECIES_HOOPA_UNBOUND, ITEM_PRISON_BOTTLE, SPECIES_HOOPA},
|
||||||
{FORM_CHANGE_END},
|
{FORM_CHANGE_END},
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue