fix horrible bug on two-pass down test, ht: anthony

This commit is contained in:
Dagen Brock 2021-03-23 10:33:10 -05:00
parent 41e3d52aba
commit 8ab37e4264
1 changed files with 2 additions and 1 deletions

View File

@ -1091,7 +1091,8 @@ TestAdvanceLocation lda TestDirection
:dn lda TestSize16Bit
beq :dn8
:dn16 cpx #0
:dn16 dex
cpx #0
beq :hitBankBoundry
dex ;
cpx #0