diff options
author | Fyreire <77066742+FieryMewtwo@users.noreply.github.com> | 2022-01-04 16:04:35 -0500 |
---|---|---|
committer | Fyreire <77066742+FieryMewtwo@users.noreply.github.com> | 2022-01-04 16:04:35 -0500 |
commit | fb427c902897a97860049bf3bf045a84075ccb87 (patch) | |
tree | fdfdd3b2d54860a68132f48b5e5fdcdfaa706c08 | |
parent | c9a90ffd09daa8d0989dacac0bb262f7bdf08ede (diff) |
Making things more accurate for newer pokeemerald
-rw-r--r-- | Update-Sitrus-Berry's-effect-to-Gen-4-standard.md | 2 |
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; ``` |