diff options
author | entrpntr <entrpntr@gmail.com> | 2020-04-07 12:23:05 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-04-07 12:30:35 -0400 |
commit | a8d30a0d2d8830f05669b88b23c558cc116d3bea (patch) | |
tree | dcad5c2b3563639b64943ae33432c5ec7e8f0f27 /data | |
parent | 07a5cc60d0c3e37699ad5e45366cb9b093d6b7e7 (diff) |
Add engine/battle/ai/items.asm.
Diffstat (limited to 'data')
-rwxr-xr-x | data/text/common_1.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/text/common_1.asm b/data/text/common_1.asm index 7cebc41e..a4bb9ca4 100755 --- a/data/text/common_1.asm +++ b/data/text/common_1.asm @@ -31,7 +31,7 @@ UnknownText_0x1bc0a2:: text_ram wStringBuffer1 text_start line "recovered @" - text_decimal wLinkBuffer, 2, 3 + text_decimal wCurHPAnimDeltaHP, 2, 3 text "HP!" done @@ -149,7 +149,7 @@ UnknownText_0x1bc37a:: text ", is it?" done -Text_EnemyWithdrew:: +_EnemyWithdrewText:: text "<ENEMY>" line "withdrew" cont "@" @@ -157,7 +157,7 @@ Text_EnemyWithdrew:: text "!" prompt -Text_EnemyUsedOn:: +_EnemyUsedOnText:: text "<ENEMY>" line "used @" text_ram wMonOrItemNameBuffer |