mist: nibel: try to make hand crop on viewer

This commit is contained in:
Vince Weaver 2020-07-27 13:03:47 -04:00
parent cec3baa987
commit bb2fa543e2
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -106,6 +106,10 @@ projector_button:
; mixed text and graphics
bit TEXTGR
; lda DIRECTION
; ora #DIRECTION_SPLIT
; sta DIRECTION
lda #$8
sta DRAW_PAGE

View File

@ -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