summaryrefslogtreecommitdiff
path: root/engine/pack.asm
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@gmail.com>2015-12-18 20:07:09 -0500
committerPikalaxALT <PikalaxALT@gmail.com>2015-12-18 20:07:09 -0500
commit3d36f1a83711f117274c56f3ddb285d81a869bb3 (patch)
tree112183d9ad058507897393f7d489eafe6a53927a /engine/pack.asm
parentd644406f61983be78339a0e9f366e8d34c209c6c (diff)
Events and some WRAM cleanup
Diffstat (limited to 'engine/pack.asm')
-rw-r--r--engine/pack.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/pack.asm b/engine/pack.asm
index 3168b817a..9ed139f51 100644
--- a/engine/pack.asm
+++ b/engine/pack.asm
@@ -633,7 +633,7 @@ GiveItem: ; 103fd
push af
call GetCurNick
ld hl, StringBuffer1
- ld de, wd050_MonNick
+ ld de, wMonOrItemNameBuffer
ld bc, PKMN_NAME_LENGTH
call CopyBytes
call TryGiveItemToPartymon