mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-03 08:33:18 +00:00
shave some bytes
This commit is contained in:
parent
b9b7d1f118
commit
5c329be886
@ -451,6 +451,7 @@ IN THE SOFTWARE.
|
|||||||
- IMPROVED: patchers/sigcheck.a (fixes
|
- IMPROVED: patchers/sigcheck.a (fixes
|
||||||
Inca, Holy Grail)
|
Inca, Holy Grail)
|
||||||
- IMPROVED: RW18 sector verification
|
- IMPROVED: RW18 sector verification
|
||||||
|
(fixes Toy Shop)
|
||||||
- Detect extra wide tracks anywhere,
|
- Detect extra wide tracks anywhere,
|
||||||
not just on track 6
|
not just on track 6
|
||||||
- Matching updates to the
|
- Matching updates to the
|
||||||
|
@ -83,10 +83,8 @@ PrintByID
|
|||||||
bcc @nosub
|
bcc @nosub
|
||||||
cmp #":"
|
cmp #":"
|
||||||
bcs @nosub
|
bcs @nosub
|
||||||
sec
|
|
||||||
sbc #"0"
|
|
||||||
tax
|
tax
|
||||||
lda gDisplayBytes, x
|
lda gDisplayBytes-$B0, x
|
||||||
@printbyte
|
@printbyte
|
||||||
jsr PrintByte
|
jsr PrintByte
|
||||||
bvc @next ; unconditional branch
|
bvc @next ; unconditional branch
|
||||||
|
@ -373,7 +373,7 @@ StringTableHigh ; must be kept in sync with constants in enid.a
|
|||||||
.passport
|
.passport
|
||||||
!text "Passport ",$00
|
!text "Passport ",$00
|
||||||
.header
|
.header
|
||||||
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2022-07-10",$00
|
!text "@",s_passport,"by 4am@",s_space7,"@",s_space7," 2022-07-12",$00
|
||||||
.bar9
|
.bar9
|
||||||
!text "_________",$00
|
!text "_________",$00
|
||||||
.bar18
|
.bar18
|
||||||
|
Loading…
Reference in New Issue
Block a user