riven_hgr: missed some changes

This commit is contained in:
Vince Weaver 2024-05-17 01:34:06 -04:00
parent aa3a7c1a82
commit 08019b6e31
2 changed files with 5 additions and 2 deletions

View File

@ -27,11 +27,11 @@ location0:
; RIVEN_MAGSTEPS3 -- maglev steps top
location1:
.byte RIVEN_MAGSTEPS3 ; north exit
.byte LOAD_MAGLEV<<4|RIVEN_LOOKIN ; north exit
.byte RIVEN_MAGSTEPS2 ; south exit
.byte $ff ; east exit
.byte $ff ; west exit
.byte DIRECTION_N ; north exit_dir
.byte DIRECTION_W ; north exit_dir
.byte DIRECTION_S ; south exit_dir
.byte $ff ; east exit_dir
.byte $ff ; west exit_dir

View File

@ -197,6 +197,7 @@ filenames:
.word dome_filename
.word projector_filename
.word magsteps_filename
.word maglev_filename
title_filename:
.byte "TITLE",0
@ -206,6 +207,8 @@ projector_filename:
.byte "LEVEL_PROJECTOR",0
magsteps_filename:
.byte "LEVEL_MAGSTEPS",0
maglev_filename:
.byte "LEVEL_MAGLEV",0
;===================================================
;===================================================