mirror of
https://github.com/a2-4am/pitch-dark.git
synced 2025-02-08 03:30:35 +00:00
brand only once, fix z4 interpreter bug
cursor position wasn't reset, leading to hanging indent after custom prompt
This commit is contained in:
parent
26d3d39ba2
commit
309422b358
Binary file not shown.
Binary file not shown.
@ -457,6 +457,10 @@ call80 jsr $c300
|
||||
rts
|
||||
|
||||
brand jsr $dbda
|
||||
lda #$da
|
||||
sta $ddf0
|
||||
lda #$db
|
||||
sta $ddf1
|
||||
lda #$17
|
||||
sta $25
|
||||
lda #0
|
||||
|
@ -452,6 +452,10 @@ call80 jsr $c300
|
||||
rts
|
||||
|
||||
brand jsr $db5b
|
||||
lda #$5b
|
||||
sta $ddb6
|
||||
lda #$db
|
||||
sta $ddb7
|
||||
lda #$17
|
||||
sta $25
|
||||
lda #0
|
||||
|
Loading…
x
Reference in New Issue
Block a user