From b6277408a09b24cecd9d982cce8ff98251752f93 Mon Sep 17 00:00:00 2001 From: mid-kid Date: Tue, 4 Jun 2019 13:31:22 +0200 Subject: Misc fixes --- data/text/battle.asm | 3 +-- data/text/common_2.asm | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/text/battle.asm b/data/text/battle.asm index 56a1cb8e1..722c3e289 100644 --- a/data/text/battle.asm +++ b/data/text/battle.asm @@ -414,9 +414,8 @@ BecameConfusedText: text "" line "became confused!" prompt -; ItemHealedConfusion -BattleText_ItemHealedConfusion: ; ItemHealedConfusion +BattleText_ItemHealedConfusion: text "A @" text_ram wStringBuffer1 text " rid" diff --git a/data/text/common_2.asm b/data/text/common_2.asm index 6e2d21800..29f5dc0bb 100644 --- a/data/text/common_2.asm +++ b/data/text/common_2.asm @@ -815,7 +815,7 @@ UnknownText_0x1c0df3:: UnknownText_0x1c0e24:: text "It's @" - text_ram wBreedMon1 + text_ram wBreedMon1Nick text_start line "that was left with" cont "the DAY-CARE MAN." -- cgit v1.2.3