summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Update-Sitrus-Berry's-effect-to-Gen-4-standard.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Update-Sitrus-Berry's-effect-to-Gen-4-standard.md b/Update-Sitrus-Berry's-effect-to-Gen-4-standard.md
index e998ed3..f39f8b7 100644
--- a/Update-Sitrus-Berry's-effect-to-Gen-4-standard.md
+++ b/Update-Sitrus-Berry's-effect-to-Gen-4-standard.md
@@ -107,7 +107,7 @@ You're going to want to add another case directly below this case. Copy paste th
gBattleMoveDamage = gBattleMons[battlerId].maxHP - gBattleMons[battlerId].hp;
gBattleMoveDamage *= -1;
BattleScriptExecute(BattleScript_ItemHealHP_RemoveItem);
- effect = 4;
+ effect = ITEM_HP_CHANGE;
}
break;
```