mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-01 05:31:52 +00:00
riven: wrong attempt to try to add the missind outside scene
still 1k short
This commit is contained in:
parent
1130778db2
commit
68be3f6f7c
@ -45,11 +45,11 @@ location1:
|
||||
; RIVEN_OVERLOOK - scenic overlook
|
||||
location2:
|
||||
.byte RIVEN_MAGLEV1 ; north exit
|
||||
.byte $FF ; south exit
|
||||
.byte $ff ; south exit
|
||||
.byte $FF ; east exit
|
||||
.byte $ff ; west exit
|
||||
.byte DIRECTION_E ; north exit_dir
|
||||
.byte $FF ; south exit_dir
|
||||
.byte $ff ; south exit_dir
|
||||
.byte $ff ; east exit_dir
|
||||
.byte $ff ; west exit_dir
|
||||
.word overlook_n_zx02 ; north bg
|
||||
@ -59,4 +59,25 @@ location2:
|
||||
.byte BG_NORTH
|
||||
.byte $ff ; special exit
|
||||
|
||||
.if 0
|
||||
|
||||
; if we can free up 1k more to hold the s location
|
||||
|
||||
; RIVEN_OVERLOOK - scenic overlook
|
||||
location2:
|
||||
.byte $FF ; north exit
|
||||
.byte RIVEN_MAGLEV1 ; south exit
|
||||
.byte $FF ; east exit
|
||||
.byte $ff ; west exit
|
||||
.byte $FF ; north exit_dir
|
||||
.byte DIRECTION_W ; south exit_dir
|
||||
.byte $ff ; east exit_dir
|
||||
.byte $ff ; west exit_dir
|
||||
.word overlook_n_zx02 ; north bg
|
||||
.word overlook_s_zx02 ; south bg
|
||||
.word $0000 ; east bg
|
||||
.word $0000 ; west bg
|
||||
.byte BG_NORTH|BG_SOUTH
|
||||
.byte $ff ; special exit
|
||||
|
||||
.endif
|
||||
|
@ -18,6 +18,7 @@ outside_graphics.inc: \
|
||||
echo "magpath_n_zx02: .incbin \"magpath_n.hgr.zx02\"" >> outside_graphics.inc
|
||||
echo "magpath_s_zx02: .incbin \"magpath_s.hgr.zx02\"" >> outside_graphics.inc
|
||||
echo "overlook_n_zx02: .incbin \"overlook_n.hgr.zx02\"" >> outside_graphics.inc
|
||||
# echo "overlook_s_zx02: .incbin \"overlook_n.hgr.zx02\"" >> outside_graphics.inc
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user