mirror of
https://github.com/a2-4am/passport.git
synced 2025-01-12 07:29:43 +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
|
;track 0, find the region with replaced page
|
||||||
|
|
||||||
.reread1
|
.reread1
|
||||||
lda #s_construct
|
|
||||||
jsr PrintByID
|
|
||||||
ldy #8
|
ldy #8
|
||||||
jsr SearchTrack
|
jsr SearchTrack
|
||||||
!byte $20,$5D,$B6 ;JSR $B65D
|
!byte $20,$5D,$B6 ;JSR $B65D
|
||||||
@ -149,6 +147,8 @@ _optimum
|
|||||||
adc #BASEPAGE
|
adc #BASEPAGE
|
||||||
sta .patch1+2
|
sta .patch1+2
|
||||||
sta .patch2+2
|
sta .patch2+2
|
||||||
|
lda #s_construct
|
||||||
|
jsr PrintByID
|
||||||
|
|
||||||
;convert address to track/sector
|
;convert address to track/sector
|
||||||
|
|
||||||
|
@ -194,7 +194,7 @@ StringTable
|
|||||||
; can be set directly before calling PrintByID.
|
; can be set directly before calling PrintByID.
|
||||||
;
|
;
|
||||||
.header
|
.header
|
||||||
!text "Passport by 4am 2017-02-13",00
|
!text "Passport by 4am 2017-02-14",00
|
||||||
.mainmenu
|
.mainmenu
|
||||||
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
!text "________________________________________",$8D,$8D,$8D,$8D,$8D,$8D,$8D
|
||||||
!text " "
|
!text " "
|
||||||
|
Loading…
x
Reference in New Issue
Block a user