fix judge name memory trashing bug.

This commit is contained in:
Kelvin Sherlock 2016-10-20 16:13:01 -04:00
parent 706ad3ff3d
commit 12933768f7
1 changed files with 1 additions and 1 deletions

View File

@ -676,7 +676,7 @@ judge_name proc
lda [param_blk_ptr]
cmp #3
bcc @no_syntax
ldy #JudgeNameRecGS
ldy #JudgeNameRecGS.syntax
lda #syntax
sta [param_blk_ptr],y
iny