mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
move-related things
This commit is contained in:
parent
72bbaed99f
commit
1347023128
10 changed files with 58 additions and 50 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue