mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-07 21:30:39 +00:00
mist: nibel: try to make hand crop on viewer
This commit is contained in:
parent
cec3baa987
commit
bb2fa543e2
@ -149,7 +149,7 @@ location7:
|
||||
.byte $ff ; west exit
|
||||
.byte DIRECTION_N ; north exit_dir
|
||||
.byte $ff ; south exit_dir
|
||||
.byte DIRECTION_E ; east exit_dir
|
||||
.byte DIRECTION_E|DIRECTION_SPLIT ; east exit_dir
|
||||
.byte $ff ; west exit_dir
|
||||
.word blue_house_n_lzsa ; north bg
|
||||
.word blue_house_s_lzsa ; south bg
|
||||
|
@ -106,6 +106,10 @@ projector_button:
|
||||
; mixed text and graphics
|
||||
bit TEXTGR
|
||||
|
||||
; lda DIRECTION
|
||||
; ora #DIRECTION_SPLIT
|
||||
; sta DIRECTION
|
||||
|
||||
lda #$8
|
||||
sta DRAW_PAGE
|
||||
|
||||
|
@ -16,7 +16,7 @@
|
||||
; MARKER_SWITCHES = $87
|
||||
.byte $2
|
||||
; CLOCK_HOUR = $88
|
||||
.byte $40
|
||||
.byte $8
|
||||
; CLOCK_MINUTE = $89
|
||||
|
||||
.byte $00 ; TREE_FURNACE_ON = $8A
|
||||
|
Loading…
x
Reference in New Issue
Block a user