Review correction to src/data/pokemon/item_effects.h
This commit is contained in:
parent
91c92e9c04
commit
db37c4f25c
1 changed files with 0 additions and 2 deletions
|
@ -382,8 +382,6 @@ const u8 gItemEffect_XSpecialAttack[8] = {
|
||||||
const u8 gItemEffect_XSpecialDefense[8] = {
|
const u8 gItemEffect_XSpecialDefense[8] = {
|
||||||
#ifdef BATTLE_ENGINE
|
#ifdef BATTLE_ENGINE
|
||||||
[1] = ITEM1_X_SPDEF,
|
[1] = ITEM1_X_SPDEF,
|
||||||
#else
|
|
||||||
[2] = 1,
|
|
||||||
#endif
|
#endif
|
||||||
[5] = ITEM5_FRIENDSHIP_LOW | ITEM5_FRIENDSHIP_MID,
|
[5] = ITEM5_FRIENDSHIP_LOW | ITEM5_FRIENDSHIP_MID,
|
||||||
[6] = 1,
|
[6] = 1,
|
||||||
|
|
Loading…
Reference in a new issue