diff options
author | IIMarckus <iimarckus@gmail.com> | 2012-01-20 20:59:55 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2012-01-20 20:59:55 -0700 |
commit | 27f13ecc9a120d8fdd9f8b4bdb574e5cebc6b2e2 (patch) | |
tree | b9307279308d61ae82fd0fb9670606d635e139fa /common.asm | |
parent | 1cf26c32c23a44b040b0377fcdc35055235d3884 (diff) |
Slight comment improvement (PP restore when healing).
hg-commit-id: df69d6aa600f
Diffstat (limited to 'common.asm')
-rw-r--r-- | common.asm | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -9017,13 +9017,13 @@ HealParty: push hl push de push bc - ld hl, $4000 + ld hl, Moves ld bc, $0006 call AddNTimes ld de, $cd6d - ld a, $e - call FarCopyData - ld a, [$cd72] + ld a, BANK(Moves) + call FarCopyData ; copy move header to memory + ld a, [$cd72] ; get default PP pop bc pop de pop hl |