summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-04-26 16:00:50 -0400
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-04-26 16:00:50 -0400
commit3f70c5fc1b496232bbcbc4b71082c3c07d6367f3 (patch)
treec051cf002899cbc1ead7346f1e76c3013be42e3d
parent22eb324fefdff68723a12c3765cfabf6b1ab7c00 (diff)
Update save.asm
-rwxr-xr-xengine/save.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/save.asm b/engine/save.asm
index eddfbb51..93b70be4 100755
--- a/engine/save.asm
+++ b/engine/save.asm
@@ -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