mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-17 03:30:28 +00:00
riven: add missing paths near cart
This commit is contained in:
parent
b88cecc997
commit
1797dc6216
@ -83,11 +83,15 @@ T 1 = QLOAD 1762 bytes 8S = 0T8S (2048) 300B free
|
||||
T 1.5 = TITLE 1531 bytes 8S = 0T8S (2048) 500B free
|
||||
T 2 = CART 23280 bytes = 7T0S (28672) 5k free
|
||||
T 9 = BRIDGE 18609 bytes = 7T0S (28672) 10k free
|
||||
T 16 = LOGGED 11169 bytes = 6T0S (24576) 13k free
|
||||
T 22 = LOGGED2 9191 bytes = 5T0S (20480)
|
||||
T 16 = LOGGED 17570 bytes = 6T0S (24576) 7k free
|
||||
T 22 = LOGGED2 17584 bytes = 5T0S (20480) 3k free
|
||||
T 27 = MOVIE_CART32275 bytes 128S = 8T0S (32768)500B free
|
||||
|
||||
|
||||
graphics notes:
|
||||
in dark areas, use the shadow tool at 80 or so?
|
||||
|
||||
in bright areas, pumping contrast up to 30 - 40 can help?
|
||||
|
||||
|
||||
disk40: 80/67 in tunnel
|
||||
|
@ -18,7 +18,7 @@ sector_array:
|
||||
|
||||
length_array:
|
||||
.byte 8, 96,84, 96 ; TITLE, CART, BRIDGE,LOGGED
|
||||
.byte 64,0,0,0
|
||||
.byte 80,0,0,0
|
||||
|
||||
; disk 41
|
||||
|
||||
|
@ -6,10 +6,13 @@ PNG_TO_HGR = ../../../../utils/hgr-utils/png2hgr
|
||||
all: logged_graphics.inc
|
||||
|
||||
logged_graphics.inc: \
|
||||
logged_w.hgr.zx02 \
|
||||
logged2_w.hgr.zx02
|
||||
logged_w.hgr.zx02 logged_e.hgr.zx02 \
|
||||
logged2_w.hgr.zx02 logged2_e.hgr.zx02
|
||||
echo "logged_w_zx02: .incbin \"logged_w.hgr.zx02\"" > logged_graphics.inc
|
||||
echo "logged_e_zx02: .incbin \"logged_e.hgr.zx02\"" >> logged_graphics.inc
|
||||
echo "logged2_w_zx02: .incbin \"logged2_w.hgr.zx02\"" >> logged_graphics.inc
|
||||
echo "logged2_e_zx02: .incbin \"logged2_e.hgr.zx02\"" >> logged_graphics.inc
|
||||
|
||||
|
||||
####
|
||||
|
||||
|
BIN
games/riven_hgr/disk43_files/graphics_logged/logged2_e.png
Normal file
BIN
games/riven_hgr/disk43_files/graphics_logged/logged2_e.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
BIN
games/riven_hgr/disk43_files/graphics_logged/logged_e.png
Normal file
BIN
games/riven_hgr/disk43_files/graphics_logged/logged_e.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.4 KiB |
@ -6,10 +6,13 @@ PNG_TO_HGR = ../../../../utils/hgr-utils/png2hgr
|
||||
all: logged2_graphics.inc
|
||||
|
||||
logged2_graphics.inc: \
|
||||
logged3_w.hgr.zx02 \
|
||||
logged4_w.hgr.zx02
|
||||
logged3_w.hgr.zx02 logged3_e.hgr.zx02 \
|
||||
logged4_w.hgr.zx02 logged4_e.hgr.zx02
|
||||
echo "logged3_w_zx02: .incbin \"logged3_w.hgr.zx02\"" > logged2_graphics.inc
|
||||
echo "logged3_e_zx02: .incbin \"logged3_e.hgr.zx02\"" >> logged2_graphics.inc
|
||||
echo "logged4_w_zx02: .incbin \"logged4_w.hgr.zx02\"" >> logged2_graphics.inc
|
||||
echo "logged4_e_zx02: .incbin \"logged4_e.hgr.zx02\"" >> logged2_graphics.inc
|
||||
|
||||
|
||||
####
|
||||
|
||||
|
BIN
games/riven_hgr/disk43_files/graphics_logged2/logged3_e.png
Normal file
BIN
games/riven_hgr/disk43_files/graphics_logged2/logged3_e.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
games/riven_hgr/disk43_files/graphics_logged2/logged4_e.png
Normal file
BIN
games/riven_hgr/disk43_files/graphics_logged2/logged4_e.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.6 KiB |
@ -8,7 +8,7 @@ locations:
|
||||
; RIVEN_OUTSIDE_CART -- just outside cart
|
||||
location0:
|
||||
.byte RIVEN_IN_CART ; north exit
|
||||
.byte LOAD_BRIDGE<<4|RIVEN_FAR_BRIDGE ; south exit
|
||||
.byte LOAD_LOGGED2<<4|RIVEN_LOGGED4 ; south exit
|
||||
.byte $ff ; east exit
|
||||
.byte $ff ; west exit
|
||||
.byte DIRECTION_E ; north exit_dir
|
||||
|
@ -17,9 +17,9 @@ location0:
|
||||
.byte DIRECTION_W ; west exit_dir
|
||||
.word $0000 ; north bg
|
||||
.word $0000 ; south bg
|
||||
.word $0000 ; east bg
|
||||
.word logged_e_zx02 ; east bg
|
||||
.word logged_w_zx02 ; west bg
|
||||
.byte BG_WEST ; bgs
|
||||
.byte BG_EAST|BG_WEST ; bgs
|
||||
.byte $ff ; special exit
|
||||
|
||||
; RIVEN_LOGGED2 -- second logged area
|
||||
@ -34,9 +34,9 @@ location1:
|
||||
.byte DIRECTION_W ; west exit_dir
|
||||
.word $0000 ; north bg
|
||||
.word $0000 ; south bg
|
||||
.word $0000 ; east bg
|
||||
.word logged2_e_zx02 ; east bg
|
||||
.word logged2_w_zx02 ; west bg
|
||||
.byte BG_WEST ; bgs
|
||||
.byte BG_EAST|BG_WEST ; bgs
|
||||
.byte $ff ; special exit
|
||||
|
||||
|
||||
|
@ -17,16 +17,16 @@ location0:
|
||||
.byte DIRECTION_W ; west exit_dir
|
||||
.word $0000 ; north bg
|
||||
.word $0000 ; south bg
|
||||
.word $0000 ; east bg
|
||||
.word logged3_e_zx02 ; east bg
|
||||
.word logged3_w_zx02 ; west bg
|
||||
.byte BG_WEST ; bgs
|
||||
.byte BG_EAST|BG_WEST ; bgs
|
||||
.byte $ff ; special exit
|
||||
|
||||
; RIVEN_LOGGED4 -- fourth logged area
|
||||
location1:
|
||||
.byte $FF ; north exit
|
||||
.byte $ff ; south exit
|
||||
.byte $ff ; east exit
|
||||
.byte RIVEN_LOGGED3 ; east exit
|
||||
.byte LOAD_CART<<4|RIVEN_OUTSIDE_CART ; west exit
|
||||
.byte $ff ; north exit_dir
|
||||
.byte $ff ; south exit_dir
|
||||
@ -34,7 +34,7 @@ location1:
|
||||
.byte DIRECTION_W ; west exit_dir
|
||||
.word $0000 ; north bg
|
||||
.word $0000 ; south bg
|
||||
.word $0000 ; east bg
|
||||
.word logged4_e_zx02 ; east bg
|
||||
.word logged4_w_zx02 ; west bg
|
||||
.byte BG_WEST ; bgs
|
||||
.byte BG_EAST|BG_WEST ; bgs
|
||||
.byte $ff ; special exit
|
||||
|
Loading…
x
Reference in New Issue
Block a user