diff options
| author | YamaArashi <shadow962@live.com> | 2015-02-08 00:17:03 -0800 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2015-02-08 00:17:03 -0800 |
| commit | 1347023128e141dc4cfc71ee6bc689f909e96919 (patch) | |
| tree | e9b5e0db057f8e912f479f7421144091458b2456 /engine/items/tms.asm | |
| parent | fixed hp bar wram label and misc (diff) | |
| download | pokeyellow-1347023128e141dc4cfc71ee6bc689f909e96919.tar.gz pokeyellow-1347023128e141dc4cfc71ee6bc689f909e96919.tar.xz pokeyellow-1347023128e141dc4cfc71ee6bc689f909e96919.zip | |
move-related things
Diffstat (limited to 'engine/items/tms.asm')
| -rwxr-xr-x | engine/items/tms.asm | 4 |
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 |
