From 76b10c0a49ee07470a326804588217b1c7b9b59b Mon Sep 17 00:00:00 2001 From: libjet Date: Tue, 18 Feb 2020 16:37:51 +0000 Subject: Add copy_name.asm --- items/item_effects.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'items') diff --git a/items/item_effects.asm b/items/item_effects.asm index 7689720b..3d17cc63 100755 --- a/items/item_effects.asm +++ b/items/item_effects.asm @@ -2,7 +2,7 @@ DoItemEffect_:: ; e7a6 (3:67a6) ld a, [wd002] ld [wd151], a call GetItemName - call Function317b + call CopyName1 ld a, $1 ld [wFieldMoveSucceeded], a ld a, [wd002] @@ -2184,7 +2184,7 @@ PPUp: ; f606 (3:7606) ld a, [hl] ld [wd151], a call GetMoveName - call Function317b + call CopyName1 pop hl ld a, [wceed] cp PP_UP -- cgit v1.2.3