mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2025-01-21 07:31:21 +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)
|
||||
beq .newKey
|
||||
cmp #$5B ; '[' ends the parsing
|
||||
beq .done
|
||||
beq .parseKeyValueDone
|
||||
sta gKey,x
|
||||
inx
|
||||
bpl .gatherKey
|
||||
@ -113,4 +113,5 @@ IncAndGetChar
|
||||
bne +
|
||||
inc $FF
|
||||
+ lda ($FE),y
|
||||
.done rts
|
||||
.parseKeyValueDone
|
||||
rts
|
||||
|
Loading…
x
Reference in New Issue
Block a user