diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-29 23:23:57 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-10-29 23:23:57 -0400 |
commit | ba5bc304f959d2387b45b9320808797272cf958a (patch) | |
tree | 76028ce9aed1bcaaa5f700b4785df10c0f504c66 /data/text | |
parent | 7883e8f431a0b8f995c8f581af248b53896e5aa5 (diff) |
Updates to more closely sync with pokegold
Diffstat (limited to 'data/text')
-rw-r--r-- | data/text/battle.asm | 2 | ||||
-rw-r--r-- | data/text/common_1.asm | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/text/battle.asm b/data/text/battle.asm index a9836df4f..fc2e3a1cf 100644 --- a/data/text/battle.asm +++ b/data/text/battle.asm @@ -1085,7 +1085,7 @@ BeatUpAttackText: line "attack!" done -RefusedGiftText: +PresentFailedText: text "<TARGET>" line "refused the gift!" prompt diff --git a/data/text/common_1.asm b/data/text/common_1.asm index a07617e2c..46cf48b40 100644 --- a/data/text/common_1.asm +++ b/data/text/common_1.asm @@ -1664,7 +1664,7 @@ _DayCareManIntroText:: cont "raise a #MON?" done -_DayCareManOddEggText:: +_DayCareManIntroEggText:: text "I'm the DAY-CARE" line "MAN. Do you know" cont "about EGGS?" @@ -1691,7 +1691,7 @@ _DayCareLadyIntroText:: line "#MON for you?" done -_DayCareLadyOddEggText:: +_DayCareLadyIntroEggText:: text "I'm the DAY-CARE" line "LADY. Do you know" cont "about EGGS?" |