mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2025-02-08 03:30:35 +00:00
.
This commit is contained in:
parent
b01733d893
commit
0ba17a1df6
@ -64,7 +64,7 @@ ParseKeyValueText
|
|||||||
cmp #$0D ; found CR before '=', ignore key and start over (also handles blank lines)
|
cmp #$0D ; found CR before '=', ignore key and start over (also handles blank lines)
|
||||||
beq .newKey
|
beq .newKey
|
||||||
cmp #$5B ; '[' ends the parsing
|
cmp #$5B ; '[' ends the parsing
|
||||||
beq .done
|
beq .parseKeyValueDone
|
||||||
sta gKey,x
|
sta gKey,x
|
||||||
inx
|
inx
|
||||||
bpl .gatherKey
|
bpl .gatherKey
|
||||||
@ -113,4 +113,5 @@ IncAndGetChar
|
|||||||
bne +
|
bne +
|
||||||
inc $FF
|
inc $FF
|
||||||
+ lda ($FE),y
|
+ lda ($FE),y
|
||||||
.done rts
|
.parseKeyValueDone
|
||||||
|
rts
|
||||||
|
Loading…
x
Reference in New Issue
Block a user