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 hl
|
||||||
push de
|
push de
|
||||||
push bc
|
push bc
|
||||||
ld hl, $4000
|
ld hl, Moves
|
||||||
ld bc, $0006
|
ld bc, $0006
|
||||||
call AddNTimes
|
call AddNTimes
|
||||||
ld de, $cd6d
|
ld de, $cd6d
|
||||||
ld a, $e
|
ld a, BANK(Moves)
|
||||||
call FarCopyData
|
call FarCopyData ; copy move header to memory
|
||||||
ld a, [$cd72]
|
ld a, [$cd72] ; get default PP
|
||||||
pop bc
|
pop bc
|
||||||
pop de
|
pop de
|
||||||
pop hl
|
pop hl
|
||||||
|
|
Loading…
Reference in a new issue