mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-01 05:31:52 +00:00
riven: missing file
This commit is contained in:
parent
748942b164
commit
a388475779
24
games/riven_hgr/disk40_files/leveldata_outside.inc
Normal file
24
games/riven_hgr/disk40_files/leveldata_outside.inc
Normal file
@ -0,0 +1,24 @@
|
||||
;===============================================
|
||||
; level data for Jungle Outside
|
||||
;===============================================
|
||||
|
||||
locations:
|
||||
.word location0
|
||||
|
||||
|
||||
; RIVEN_JUNGLE_OUTSIDE -- just outside the maglev
|
||||
location0:
|
||||
.byte LOAD_MAGLEV<<4|RIVEN_LOOKIN ; north exit
|
||||
.byte $FF ; south exit
|
||||
.byte $FF ; east exit
|
||||
.byte $E0|0 ; change disk, exit 0 ; west exit
|
||||
.byte DIRECTION_W ; north exit_dir
|
||||
.byte $ff ; south exit_dir
|
||||
.byte $ff ; east exit_dir
|
||||
.byte $ff ; west exit_dir
|
||||
.word outside_n_zx02 ; north bg
|
||||
.word $0000 ; south bg
|
||||
.word $0000 ; east bg
|
||||
.word outside_w_zx02 ; west bg
|
||||
.byte BG_WEST|BG_NORTH
|
||||
.byte $ff ; special exit
|
Loading…
Reference in New Issue
Block a user