diff options
author | mid-kid <esteve.varela@gmail.com> | 2019-06-04 13:31:22 +0200 |
---|---|---|
committer | mid-kid <esteve.varela@gmail.com> | 2019-06-04 13:31:22 +0200 |
commit | b6277408a09b24cecd9d982cce8ff98251752f93 (patch) | |
tree | 1f2215f57078ac9f1ab72c87143d216046e6b4b5 /data | |
parent | 309079524bd5d28883ad7aa707007673180103ae (diff) |
Misc fixes
Diffstat (limited to 'data')
-rw-r--r-- | data/text/battle.asm | 3 | ||||
-rw-r--r-- | data/text/common_2.asm | 2 |
2 files changed, 2 insertions, 3 deletions
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 "<TARGET>" 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." |