From 0ba17a1df640b93d99c49578f3f5e1b63dc988fb Mon Sep 17 00:00:00 2001 From: 4am Date: Wed, 18 Apr 2018 22:12:24 -0400 Subject: [PATCH] . --- src/parse.common.a | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/parse.common.a b/src/parse.common.a index 1d8ab1f..dbd9b3e 100644 --- a/src/parse.common.a +++ b/src/parse.common.a @@ -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