summaryrefslogtreecommitdiff
path: root/common.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2012-01-20 20:59:55 -0700
committerIIMarckus <iimarckus@gmail.com>2012-01-20 20:59:55 -0700
commit27f13ecc9a120d8fdd9f8b4bdb574e5cebc6b2e2 (patch)
treeb9307279308d61ae82fd0fb9670606d635e139fa /common.asm
parent1cf26c32c23a44b040b0377fcdc35055235d3884 (diff)
Slight comment improvement (PP restore when healing).
hg-commit-id: df69d6aa600f
Diffstat (limited to 'common.asm')
-rw-r--r--common.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/common.asm b/common.asm
index dfebfb6f..04b3a9f5 100644
--- a/common.asm
+++ b/common.asm
@@ -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