riven: wrong attempt to try to add the missind outside scene

still 1k short
This commit is contained in:
Vince Weaver 2024-06-15 23:50:41 -04:00
parent 1130778db2
commit 68be3f6f7c
2 changed files with 24 additions and 2 deletions

View File

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

View File

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