aboutsummaryrefslogtreecommitdiffstats
path: root/engine/items/tms.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2015-02-13 14:50:56 -0800
committeryenatch <yenatch@gmail.com>2015-02-13 14:50:56 -0800
commitb65c6e815643a1cbce8c7c3cd48fc9881bb56d01 (patch)
tree151a1d0eda1b28d497f4ee8340141bd6f94c1fef /engine/items/tms.asm
parentrename hJoyHeldLast -> hJoyLast (diff)
parentRename some labels (diff)
downloadpokeyellow-b65c6e815643a1cbce8c7c3cd48fc9881bb56d01.tar.gz
pokeyellow-b65c6e815643a1cbce8c7c3cd48fc9881bb56d01.tar.xz
pokeyellow-b65c6e815643a1cbce8c7c3cd48fc9881bb56d01.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'engine/items/tms.asm')
-rwxr-xr-xengine/items/tms.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/items/tms.asm b/engine/items/tms.asm
index ef427860..511aab5b 100755
--- a/engine/items/tms.asm
+++ b/engine/items/tms.asm
@@ -1,11 +1,11 @@
-; tests if mon [wcf91] can learn move [wd0e0]
+; tests if mon [wcf91] can learn move [wMoveNum]
CanLearnTM: ; 1373e (4:773e)
ld a, [wcf91]
ld [wd0b5], a
call GetMonHeader
ld hl, W_MONHLEARNSET
push hl
- ld a, [wd0e0]
+ ld a, [wMoveNum]
ld b, a
ld c, $0
ld hl, TechnicalMachines