diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-18 20:07:09 -0500 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-12-18 20:07:09 -0500 |
commit | 3d36f1a83711f117274c56f3ddb285d81a869bb3 (patch) | |
tree | 112183d9ad058507897393f7d489eafe6a53927a /battle | |
parent | d644406f61983be78339a0e9f366e8d34c209c6c (diff) |
Events and some WRAM cleanup
Diffstat (limited to 'battle')
-rw-r--r-- | battle/ai/items.asm | 2 | ||||
-rw-r--r-- | battle/core.asm | 2 |
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 |