mist: hookup another step on way to rocket

also fix issue with clipping on pointer
This commit is contained in:
Vince Weaver 2020-03-14 01:20:01 -04:00
parent 3c1a521c0a
commit 51307a5f72
7 changed files with 7 additions and 2 deletions

View File

@ -48,7 +48,8 @@ mist_graphics.inc: \
green_house_w.lzsa green_house_e.lzsa \
green_steps1_n.lzsa green_steps1_s.lzsa \
gen_door_closed_n.lzsa gen_door_open_n.lzsa gen_door_s.lzsa \
green_steps6_n.lzsa green_steps6_w.lzsa
green_steps6_n.lzsa green_steps6_w.lzsa \
pad_n.lzsa pad_e.lzsa
echo "m_link_book_lzsa: .incbin \"m_link_book.lzsa\"" > mist_graphics.inc
echo "dock_n_lzsa: .incbin \"dock_n.lzsa\"" >> mist_graphics.inc
echo "dock_s_lzsa: .incbin \"dock_s.lzsa\"" >> mist_graphics.inc
@ -130,6 +131,8 @@ mist_graphics.inc: \
echo "gen_door_s_lzsa: .incbin \"gen_door_s.lzsa\"" >> mist_graphics.inc
echo "green_steps6_n_lzsa: .incbin \"green_steps6_n.lzsa\"" >> mist_graphics.inc
echo "green_steps6_w_lzsa: .incbin \"green_steps6_w.lzsa\"" >> mist_graphics.inc
echo "pad_n_lzsa: .incbin \"pad_n.lzsa\"" >> mist_graphics.inc
echo "pad_e_lzsa: .incbin \"pad_e.lzsa\"" >> mist_graphics.inc
%.gr: %.png

View File

@ -79,3 +79,5 @@ gen_door_open_n_lzsa: .incbin "gen_door_open_n.lzsa"
gen_door_s_lzsa: .incbin "gen_door_s.lzsa"
green_steps6_n_lzsa: .incbin "green_steps6_n.lzsa"
green_steps6_w_lzsa: .incbin "green_steps6_w.lzsa"
pad_n_lzsa: .incbin "pad_n.lzsa"
pad_e_lzsa: .incbin "pad_e.lzsa"

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 922 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -135,7 +135,7 @@ no_split:
bit FULLGR
; also change sprite cutoff
ldx #40
ldx #48
stx psc_smc1+1
stx psc_smc2+1