From d91a8399a6cfe7927de2cfdff00f59f2a51ce9f5 Mon Sep 17 00:00:00 2001 From: Vince Weaver Date: Tue, 7 Jul 2020 17:07:53 -0400 Subject: [PATCH] mist: can now turn north at clock --- mist/graphics_mist/Makefile | 3 ++- mist/graphics_mist/clock_n.png | Bin 0 -> 1054 bytes mist/graphics_mist/mist_graphics.inc | 1 + mist/leveldata_mist.inc | 14 +++++++------- 4 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 mist/graphics_mist/clock_n.png diff --git a/mist/graphics_mist/Makefile b/mist/graphics_mist/Makefile index ff408e6e..b0a5d7e1 100644 --- a/mist/graphics_mist/Makefile +++ b/mist/graphics_mist/Makefile @@ -22,7 +22,7 @@ mist_graphics.inc: \ step_land3_w.lzsa step_land3_e.lzsa \ step_top_e.lzsa step_top_w.lzsa step_top_n.lzsa step_top_s.lzsa \ pool_s.lzsa \ - clock_e.lzsa clock_s.lzsa clock_bridge.lzsa \ + clock_e.lzsa clock_n.lzsa clock_s.lzsa clock_bridge.lzsa \ spaceship_far_e.lzsa spaceship_far_n.lzsa \ tree2_n.lzsa \ tree5_n.lzsa tree5_e.lzsa tree5_s.lzsa \ @@ -76,6 +76,7 @@ mist_graphics.inc: \ echo "step_top_s_lzsa: .incbin \"step_top_s.lzsa\"" >> mist_graphics.inc echo "pool_s_lzsa: .incbin \"pool_s.lzsa\"" >> mist_graphics.inc echo "clock_s_lzsa: .incbin \"clock_s.lzsa\"" >> mist_graphics.inc + echo "clock_n_lzsa: .incbin \"clock_n.lzsa\"" >> mist_graphics.inc echo "clock_e_lzsa: .incbin \"clock_e.lzsa\"" >> mist_graphics.inc echo "clock_bridge_lzsa: .incbin \"clock_bridge.lzsa\"" >> mist_graphics.inc echo "spaceship_far_n_lzsa: .incbin \"spaceship_far_n.lzsa\"" >> mist_graphics.inc diff --git a/mist/graphics_mist/clock_n.png b/mist/graphics_mist/clock_n.png new file mode 100644 index 0000000000000000000000000000000000000000..99393ed04d113e679a87b1dc680d302f51495caf GIT binary patch literal 1054 zcmV+(1mXLMP)EX>4Tx04R}tkv&MmKp2MKrb=|SA=K|AdY~{EMrcRQt%yL_XzO)F2=L`>;4>lYTjZ%KqQ`JhG`RT5KnK~ z2Iqa^2rJ1d@j3ChNf#u3R-^Y&AJOP5wz?I(iR~x|0C+YRJ z7Ci#`w}Ff6wx;X>mpj1FlOdb3D+Or@g#z$?M&FbJ25*7hHLq{2bDTZ^8R}K)1~@nb z#)_1^?(^=R&c6Ly)9T+3H#2gN!oSYQT z{m{ezU~&WhYCN5to&TWF6!kpN-Hmep(EtDc0001;kA{E%000SaNLh0L02Fip02N>X zmRIYN00007bV*G`2jm9_6$2PdTD_A1000?uMObu0Z*6U5Zgc=ca%Ew3Wn>_CX>@2H zM@dakSAh-}0005WNklym>Y3?gk%Q90AY%k-w@1O0lwok5!On9HEDx9A2q>)`u$Q4e+xc}7Jj?KB3pq=d zS09v-&ojIQp4Sl7dmzK_@(zRGy5g140>eG9ouP0kh49`2%f^0k`j#2WP@t6Ltn1Lf z9ELLlC^^>OhXp7X?F=zhA#r7(T%!fW*ul>SAkH4t&OB+(5PxI916&pb?QMgv=%;k6 zO_{k0h?{lL*H8iGBphhtFvt^@8E|(@*~bq0CJ$=eWY~8%zF^)2P=DXHH1JSvg2;?P zsi8jUTN!#VQ4D~*Y%Di@#(i$z+b~!Dqxalp(7JOCc@6f#WA~+8S;G;KwsXt@%)fj! zzXR;8u5%9Q5ZGU?EzlshgB=C)jhj#TxEL2euF{{uyzJM& YU)oJ^hi!pP>Hq)$07*qoM6N<$f{G;QR{#J2 literal 0 HcmV?d00001 diff --git a/mist/graphics_mist/mist_graphics.inc b/mist/graphics_mist/mist_graphics.inc index 13bf9a24..670085a0 100644 --- a/mist/graphics_mist/mist_graphics.inc +++ b/mist/graphics_mist/mist_graphics.inc @@ -27,6 +27,7 @@ step_top_n_lzsa: .incbin "step_top_n.lzsa" step_top_s_lzsa: .incbin "step_top_s.lzsa" pool_s_lzsa: .incbin "pool_s.lzsa" clock_s_lzsa: .incbin "clock_s.lzsa" +clock_n_lzsa: .incbin "clock_n.lzsa" clock_e_lzsa: .incbin "clock_e.lzsa" clock_bridge_lzsa: .incbin "clock_bridge.lzsa" spaceship_far_n_lzsa: .incbin "spaceship_far_n.lzsa" diff --git a/mist/leveldata_mist.inc b/mist/leveldata_mist.inc index 174bb552..f015dc21 100644 --- a/mist/leveldata_mist.inc +++ b/mist/leveldata_mist.inc @@ -229,19 +229,19 @@ location10: ; MIST_CLOCK -- clock location11: - .byte $ff ; north exit + .byte MIST_TREE_CORRIDOR_5 ; north exit .byte MIST_CLOCK_PUZZLE ; south exit .byte $ff ; east exit .byte $ff ; west exit - .byte $ff ; north exit_dir + .byte DIRECTION_N ; north exit_dir .byte DIRECTION_S ; south exit_dir .byte $ff ; east exit_dir .byte $ff ; west exit_dir - .word $0000 ; north bg + .word clock_n_lzsa ; north bg .word clock_s_lzsa ; south bg .word clock_e_lzsa ; east bg .word $0000 ; west bg - .byte BG_SOUTH|BG_EAST + .byte BG_SOUTH|BG_EAST|BG_NORTH .byte DIRECTION_E ; special exit .byte 5,30 ; special x .byte 2,46 ; special y @@ -415,7 +415,7 @@ location20: ; MIST_CLOCK_PUZZLE -- clock puzzle location21: - .byte MIST_TREE_CORRIDOR_4 ; north exit + .byte MIST_TREE_CORRIDOR_5 ; north exit .byte $ff ; south exit .byte $ff ; east exit .byte $ff ; west exit @@ -423,7 +423,7 @@ location21: .byte $ff ; south exit_dir .byte $ff ; east exit_dir .byte $ff ; west exit_dir - .word tree5_n_lzsa ; north bg + .word clock_n_lzsa ; north bg .word clock_puzzle_s_lzsa ; south bg .word $0000 ; east bg .word $0000 ; west bg @@ -435,7 +435,7 @@ location21: ; MIST_CLOCK_ISLAND -- clock island location22: - .byte MIST_TREE_CORRIDOR_5 ; north exit + .byte MIST_CLOCK ; north exit .byte MIST_CLOCK_INSIDE ; south exit .byte $ff ; east exit .byte $ff ; west exit