mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-01 01:06:33 +00:00
peasant: populate title bar when climbing
This commit is contained in:
parent
6c97b614bd
commit
80cfab95db
@ -549,6 +549,24 @@ col_copy_loop:
|
||||
|
||||
bit PAGE2
|
||||
|
||||
;===================
|
||||
; put peasant text
|
||||
|
||||
lda #<peasant_text
|
||||
sta OUTL
|
||||
lda #>peasant_text
|
||||
sta OUTH
|
||||
|
||||
jsr hgr_put_string
|
||||
|
||||
;===================
|
||||
; put score
|
||||
|
||||
jsr print_score
|
||||
|
||||
|
||||
|
||||
|
||||
rts
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user