diff options
Diffstat (limited to 'engine/learn.asm')
-rwxr-xr-x | engine/learn.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/learn.asm b/engine/learn.asm index cafbe6f43..260d50052 100755 --- a/engine/learn.asm +++ b/engine/learn.asm @@ -57,7 +57,7 @@ LearnMove: ; 6508 pop hl .learn - ld a, [wd262] + ld a, [wPutativeTMHMMove] ld [hl], a ld bc, MON_PP - MON_MOVES add hl, bc |