mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-22 04:29:59 +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
|
||||
Inca, Holy Grail)
|
||||
- IMPROVED: RW18 sector verification
|
||||
(fixes Toy Shop)
|
||||
- Detect extra wide tracks anywhere,
|
||||
not just on track 6
|
||||
- Matching updates to the
|
||||
|
@ -83,10 +83,8 @@ PrintByID
|
||||
bcc @nosub
|
||||
cmp #":"
|
||||
bcs @nosub
|
||||
sec
|
||||
sbc #"0"
|
||||
tax
|
||||
lda gDisplayBytes, x
|
||||
lda gDisplayBytes-$B0, x
|
||||
@printbyte
|
||||
jsr PrintByte
|
||||
bvc @next ; unconditional branch
|
||||
|
@ -373,7 +373,7 @@ StringTableHigh ; must be kept in sync with constants in enid.a
|
||||
.passport
|
||||
!text "Passport ",$00
|
||||
.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
|
||||
!text "_________",$00
|
||||
.bar18
|
||||
|
Loading…
Reference in New Issue
Block a user