diff options
Diffstat (limited to 'data/text/common_1.asm')
-rw-r--r-- | data/text/common_1.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/data/text/common_1.asm b/data/text/common_1.asm index c99f7eb29..97e4b0249 100644 --- a/data/text/common_1.asm +++ b/data/text/common_1.asm @@ -41,7 +41,7 @@ UnknownText_0x1bc0a2:: text_from_ram wStringBuffer1 text_start line "recovered @" - deciram wd1f3, 2, 3 + deciram wCurHPAnimDeltaHP, 2, 3 text "HP!" done @@ -1155,7 +1155,7 @@ Text_BreedingIsNotPossible:: UnknownText_0x1bd0d8:: text "The compatibility" line "is @" - deciram wd265, 1, 3 + deciram wDeciramBuffer, 1, 3 text "." cont "Should they breed?" done |