mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Slight comment improvement (PP restore when healing).
hg-commit-id: df69d6aa600f
This commit is contained in:
parent
1cf26c32c2
commit
27f13ecc9a
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue