diff options
author | libjet <libj3t@gmail.com> | 2020-02-18 16:37:51 +0000 |
---|---|---|
committer | libjet <libj3t@gmail.com> | 2020-02-18 16:37:51 +0000 |
commit | 76b10c0a49ee07470a326804588217b1c7b9b59b (patch) | |
tree | fe2ca6a78b39d24b85cb8762f360a00d7a79aca2 /items | |
parent | 0a998a5dde8c419eca48a3b2519209f1b3b80733 (diff) |
Add copy_name.asm
Diffstat (limited to 'items')
-rwxr-xr-x | items/item_effects.asm | 4 |
1 files changed, 2 insertions, 2 deletions
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 |