From f32f63a3f0bc01a71aa0126147cfcc5eb007a100 Mon Sep 17 00:00:00 2001 From: Alumn <39522426+Alumn2000@users.noreply.github.com> Date: Thu, 10 Oct 2019 19:02:11 +0200 Subject: [PATCH] Fix grassy terrain battle text (#1381) --- data/text-afd.js | 1 + data/text.js | 1 + 2 files changed, 2 insertions(+) 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!",