summaryrefslogtreecommitdiff
path: root/battle
diff options
context:
space:
mode:
Diffstat (limited to 'battle')
-rw-r--r--battle/ai/items.asm2
-rw-r--r--battle/core.asm2
2 files changed, 2 insertions, 2 deletions
diff --git a/battle/ai/items.asm b/battle/ai/items.asm
index 3e7021837..75245dd94 100644
--- a/battle/ai/items.asm
+++ b/battle/ai/items.asm
@@ -866,7 +866,7 @@ PrintText_UsedItemOn: ; 38571
ld [wd265], a
call GetItemName
ld hl, StringBuffer1
- ld de, wd050
+ ld de, wMonOrItemNameBuffer
ld bc, ITEM_NAME_LENGTH
call CopyBytes
ld hl, TextJump_EnemyUsedOn
diff --git a/battle/core.asm b/battle/core.asm
index 373a960bd..bfe53f863 100644
--- a/battle/core.asm
+++ b/battle/core.asm
@@ -8809,7 +8809,7 @@ endr
ld hl, wPayDayMoney + 2
ld de, Money + 2
call AddBattleMoneyToAccount
- ld hl, BattleText_PlayerPickuedUpPayDayMoney
+ ld hl, BattleText_PlayerPickedUpPayDayMoney
call StdBattleTextBox
ld a, [InBattleTowerBattle]
bit 0, a