summaryrefslogtreecommitdiff
path: root/engine/items/items.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2015-02-08 00:17:03 -0800
committerYamaArashi <shadow962@live.com>2015-02-08 00:17:03 -0800
commit1347023128e141dc4cfc71ee6bc689f909e96919 (patch)
treee9b5e0db057f8e912f479f7421144091458b2456 /engine/items/items.asm
parent72bbaed99f725b2b8b0d2653968042ce1625354c (diff)
move-related things
Diffstat (limited to 'engine/items/items.asm')
-rwxr-xr-xengine/items/items.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm
index aaee9403..c9b1aead 100755
--- a/engine/items/items.asm
+++ b/engine/items/items.asm
@@ -2084,7 +2084,7 @@ ItemUseTMHM: ; e479 (3:6479)
ld [wd11e],a
predef TMToMove ; get move ID from TM/HM ID
ld a,[wd11e]
- ld [wd0e0],a
+ ld [wMoveNum],a
call GetMoveName
call CopyStringToCF4B ; copy name to wcf4b
pop af