More work interpreting the sprite engine

This commit is contained in:
PikalaxALT
2015-12-02 13:24:18 -05:00
parent 92a8c491c3
commit be082943ed
17 changed files with 1165 additions and 1023 deletions

View File

@@ -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