mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-21 22:31:22 +00:00
shave some bytes
This commit is contained in:
parent
3f99d8f14c
commit
29679e0ed9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user