diff --git a/data/text-afd.js b/data/text-afd.js index bacb7efb6..398a1dde7 100644 --- a/data/text-afd.js +++ b/data/text-afd.js @@ -305,6 +305,7 @@ exports.BattleTextAFD = { grassyterrain: { start: " Grass grew to cover the battlefield!", end: " The grass disappeared from the battlefield.", + heal: " [POKEMON]'s HP was restored.", }, mistyterrain: { start: " Mist swirls around the battlefield!", diff --git a/data/text.js b/data/text.js index 3244566e5..24587423d 100644 --- a/data/text.js +++ b/data/text.js @@ -308,6 +308,7 @@ exports.BattleText = { grassyterrain: { start: " Grass grew to cover the battlefield!", end: " The grass disappeared from the battlefield.", + heal: " [POKEMON]'s HP was restored.", }, mistyterrain: { start: " Mist swirls around the battlefield!",