mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-01-22 19:31:58 +00:00
mist: hookup another step on way to rocket
also fix issue with clipping on pointer
This commit is contained in:
parent
3c1a521c0a
commit
51307a5f72
@ -48,7 +48,8 @@ mist_graphics.inc: \
|
|||||||
green_house_w.lzsa green_house_e.lzsa \
|
green_house_w.lzsa green_house_e.lzsa \
|
||||||
green_steps1_n.lzsa green_steps1_s.lzsa \
|
green_steps1_n.lzsa green_steps1_s.lzsa \
|
||||||
gen_door_closed_n.lzsa gen_door_open_n.lzsa gen_door_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 "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_n_lzsa: .incbin \"dock_n.lzsa\"" >> mist_graphics.inc
|
||||||
echo "dock_s_lzsa: .incbin \"dock_s.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 "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_n_lzsa: .incbin \"green_steps6_n.lzsa\"" >> mist_graphics.inc
|
||||||
echo "green_steps6_w_lzsa: .incbin \"green_steps6_w.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
|
%.gr: %.png
|
||||||
|
@ -79,3 +79,5 @@ gen_door_open_n_lzsa: .incbin "gen_door_open_n.lzsa"
|
|||||||
gen_door_s_lzsa: .incbin "gen_door_s.lzsa"
|
gen_door_s_lzsa: .incbin "gen_door_s.lzsa"
|
||||||
green_steps6_n_lzsa: .incbin "green_steps6_n.lzsa"
|
green_steps6_n_lzsa: .incbin "green_steps6_n.lzsa"
|
||||||
green_steps6_w_lzsa: .incbin "green_steps6_w.lzsa"
|
green_steps6_w_lzsa: .incbin "green_steps6_w.lzsa"
|
||||||
|
pad_n_lzsa: .incbin "pad_n.lzsa"
|
||||||
|
pad_e_lzsa: .incbin "pad_e.lzsa"
|
||||||
|
BIN
mist/graphics_island/pad_e.png
Normal file
BIN
mist/graphics_island/pad_e.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
mist/graphics_island/pad_n.png
Normal file
BIN
mist/graphics_island/pad_n.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.0 KiB |
BIN
mist/graphics_selena/spaceship_inside_e.png
Normal file
BIN
mist/graphics_selena/spaceship_inside_e.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 922 B |
BIN
mist/graphics_selena/spaceship_inside_mist_n.png
Normal file
BIN
mist/graphics_selena/spaceship_inside_mist_n.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 11 KiB |
@ -135,7 +135,7 @@ no_split:
|
|||||||
bit FULLGR
|
bit FULLGR
|
||||||
|
|
||||||
; also change sprite cutoff
|
; also change sprite cutoff
|
||||||
ldx #40
|
ldx #48
|
||||||
stx psc_smc1+1
|
stx psc_smc1+1
|
||||||
stx psc_smc2+1
|
stx psc_smc2+1
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user