summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFyreire <77066742+FieryMewtwo@users.noreply.github.com>2022-01-04 16:04:35 -0500
committerFyreire <77066742+FieryMewtwo@users.noreply.github.com>2022-01-04 16:04:35 -0500
commitfb427c902897a97860049bf3bf045a84075ccb87 (patch)
treefdfdd3b2d54860a68132f48b5e5fdcdfaa706c08
parentc9a90ffd09daa8d0989dacac0bb262f7bdf08ede (diff)
Making things more accurate for newer pokeemerald
-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;
```