shave some bytes

This commit is contained in:
4am 2021-04-12 17:41:08 -04:00
parent 3f99d8f14c
commit 29679e0ed9

View File

@ -29,11 +29,10 @@ precheck_sectors
; FatalError, which does not return.
;-------------------------------
PreCheckT00
lda #$00
sta gTrack
ldy #$00
sty gTrack
@precheck_loop
lda precheck_sectors,y
lda precheck_sectors, y
bmi +
sta gSector
jsr IgnoreAddressChecksum