mist: meche: add a few more locations

This commit is contained in:
Vince Weaver 2020-03-20 00:34:13 -04:00
parent 58eb9d84ff
commit f627c855d4
7 changed files with 29 additions and 2 deletions

View File

@ -124,6 +124,8 @@ MECHE_ENTRANCE = 4
MECHE_FORT_VIEW = 5
MECHE_BRIDGE2 = 6
MECHE_FORT_DOOR = 7
MECHE_FORT_ENTRY = 8
; Selena Age

View File

@ -16,7 +16,8 @@ meche_graphics.inc: \
meche_book_closed.lzsa meche_book_open.lzsa \
fort_view_n.lzsa fort_view_s.lzsa \
bridge2_n.lzsa bridge2_s.lzsa bridge2_e.lzsa bridge2_w.lzsa \
fort_door_n.lzsa
fort_door_n.lzsa \
fort_entry_n.lzsa fort_entry_s.lzsa fort_entry_e.lzsa
echo "departure_e_lzsa: .incbin \"departure_e.lzsa\"" > meche_graphics.inc
echo "arrival_w_lzsa: .incbin \"arrival_w.lzsa\"" >> meche_graphics.inc
echo "entrance_e_lzsa: .incbin \"entrance_e.lzsa\"" >> meche_graphics.inc
@ -32,6 +33,9 @@ meche_graphics.inc: \
echo "bridge2_e_lzsa: .incbin \"bridge2_e.lzsa\"" >> meche_graphics.inc
echo "bridge2_w_lzsa: .incbin \"bridge2_w.lzsa\"" >> meche_graphics.inc
echo "fort_door_n_lzsa: .incbin \"fort_door_n.lzsa\"" >> meche_graphics.inc
echo "fort_entry_n_lzsa: .incbin \"fort_entry_n.lzsa\"" >> meche_graphics.inc
echo "fort_entry_s_lzsa: .incbin \"fort_entry_s.lzsa\"" >> meche_graphics.inc
echo "fort_entry_e_lzsa: .incbin \"fort_entry_e.lzsa\"" >> meche_graphics.inc
%.gr: %.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 842 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 814 B

View File

@ -13,3 +13,6 @@ bridge2_s_lzsa: .incbin "bridge2_s.lzsa"
bridge2_e_lzsa: .incbin "bridge2_e.lzsa"
bridge2_w_lzsa: .incbin "bridge2_w.lzsa"
fort_door_n_lzsa: .incbin "fort_door_n.lzsa"
fort_entry_n_lzsa: .incbin "fort_entry_n.lzsa"
fort_entry_s_lzsa: .incbin "fort_entry_s.lzsa"
fort_entry_e_lzsa: .incbin "fort_entry_e.lzsa"

View File

@ -6,6 +6,7 @@
locations:
.word location0, location1, location2, location3
.word location4, location5, location6, location7
.word location8
; MECHE_INSIDE_GEAR -- Inside gear on Mist
location0:
@ -134,7 +135,7 @@ location6:
; MECHE_FORT_DOOR -- fort door
location7:
.byte $ff ; north exit
.byte MECHE_FORT_ENTRY ; north exit
.byte MECHE_BRIDGE2 ; south exit
.byte $ff ; east exit
.byte $ff ; west exit
@ -149,3 +150,20 @@ location7:
.byte BG_NORTH
.byte $ff ; special exit
; MECHE_FORT_ENTRY -- fort entryway
location8:
.byte $ff ; north exit
.byte MECHE_BRIDGE2 ; south exit
.byte $ff ; east exit
.byte $ff ; west exit
.byte DIRECTION_N ; north exit_dir
.byte DIRECTION_S ; south exit_dir
.byte $ff ; east exit_dir
.byte $ff ; west exit_dir
.word fort_entry_n_lzsa ; north bg
.word fort_entry_s_lzsa ; south bg
.word fort_entry_e_lzsa ; east bg
.word $0000 ; west bg
.byte BG_NORTH|BG_SOUTH|BG_EAST
.byte $ff ; special exit