mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2025-01-19 09:31:39 +00:00
.
This commit is contained in:
parent
73dff5ae40
commit
26ca136cd6
@ -81,7 +81,8 @@ SetStartupPath
|
||||
; in: A/Y contains address of length-prefixed string to copy
|
||||
; X contains length of null-terminated string -- if > length of source,
|
||||
; remaining buffer will be padded with spaces (#$A0)
|
||||
; out: all registers and flags clobbered
|
||||
; out: X preserved
|
||||
; all other registers and flags clobbered
|
||||
; $00/$01 clobbered
|
||||
;------------------------------------------------------------------------------
|
||||
!zone {
|
||||
|
@ -167,10 +167,10 @@ paintInfoView
|
||||
bra multiPrintWhereYouAre
|
||||
|
||||
multiPrint
|
||||
stx .printLineLength+1
|
||||
stz .htab+1
|
||||
stz .vtab+1
|
||||
multiPrintWhereYouAre
|
||||
stx .printLineLength+1
|
||||
+STAY $00
|
||||
.printLoop
|
||||
lda ($00)
|
||||
|
Loading…
x
Reference in New Issue
Block a user