mirror of
https://github.com/a2-4am/passport.git
synced 2024-12-24 02:30:08 +00:00
place string more appropriately
This commit is contained in:
parent
cfc91104ae
commit
4aae56c74c
@ -138,8 +138,6 @@ _optimum
|
||||
;track 0, find the region with replaced page
|
||||
|
||||
.reread1
|
||||
lda #s_construct
|
||||
jsr PrintByID
|
||||
ldy #8
|
||||
jsr SearchTrack
|
||||
!byte $20,$5D,$B6 ;JSR $B65D
|
||||
@ -149,6 +147,8 @@ _optimum
|
||||
adc #BASEPAGE
|
||||
sta .patch1+2
|
||||
sta .patch2+2
|
||||
lda #s_construct
|
||||
jsr PrintByID
|
||||
|
||||
;convert address to track/sector
|
||||
|
||||
|
@ -194,7 +194,7 @@ StringTable
|
||||
; can be set directly before calling PrintByID.
|
||||
;
|
||||
.header
|
||||
!text "Passport by 4am 2017-02-13",00
|
||||
!text "Passport by 4am 2017-02-14",00
|
||||
.mainmenu
|
||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||
!text " "
|
||||
|
Loading…
Reference in New Issue
Block a user