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