1
0
mirror of https://github.com/badvision/lawless-legends.git synced 2025-03-12 00:14:50 +00:00

Fix bug with game load.

This commit is contained in:
Martin Haye 2016-06-20 09:10:41 -07:00
parent ec26b8276a
commit 5f945863c8

@ -113,7 +113,7 @@ asm copyHeap // params: dir (0=AuxtoMain, 1=MainToAux)
ldy #0
sty tmp
sty pTmp
ldx #$10
ldx #8 ; FIXME to #$10
- lda (tmp),y
sta (pTmp),y
iny