mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-11-13 00:34:48 +13:00
Update save.asm
This commit is contained in:
parent
22eb324fef
commit
3f70c5fc1b
|
|
@ -604,7 +604,7 @@ SAVCheckRandomID: ;$7ad1
|
||||||
ld a,[S_SAVEDMAINDATACHECKSUM]
|
ld a,[S_SAVEDMAINDATACHECKSUM]
|
||||||
cp c
|
cp c
|
||||||
jr nz,.next
|
jr nz,.next
|
||||||
ld hl,S_SAVEDPLAYERID
|
ld hl,S_SAVEDMAINDATA + 98 ; player ID
|
||||||
ld a,[hli]
|
ld a,[hli]
|
||||||
ld h,[hl]
|
ld h,[hl]
|
||||||
ld l,a
|
ld l,a
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue