peasant: add priority at yellow tree

This commit is contained in:
Vince Weaver 2021-10-07 00:35:17 -04:00
parent cc538fc830
commit cb9b61541d
3 changed files with 13 additions and 5 deletions

View File

@ -1,6 +1,6 @@
TODO:
next:
+ background priority mask not working when at far top of screen
+ ESC SKIPS at top of intro
+ Loading screen is slow when getting names
Print "Loading" message while doing it?
@ -10,7 +10,6 @@ next:
+ update intro to walk closer to edges
+ fix issue where walking stops when you cross to screen w priority
+ move copy to disk2
+ re-do how off edge-of-screen works (have destination for all 4 co-ords?)
+ move drawing to PAGE1 and use PAGE2 for RAM?
This would remove backing store when drawing text boxes?

View File

@ -103,12 +103,13 @@ priority_intro.inc: \
echo "knight_priority_lzsa: .incbin \"knight_priority.lzsa\"" >> priority_intro.inc
priority_peasant1.inc: \
waterfall_priority.lzsa \
todo_priority.lzsa
todo_priority.lzsa \
leaning_tree_priority.lzsa \
waterfall_priority.lzsa
echo "gary_priority_lzsa: .incbin \"todo_priority.lzsa\"" > priority_peasant1.inc
echo "top_prints_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_peasant1.inc
echo "wishing_well_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_peasant1.inc
echo "leaning_tree_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_peasant1.inc
echo "leaning_tree_priority_lzsa: .incbin \"leaning_tree_priority.lzsa\"" >> priority_peasant1.inc
echo "waterfall_priority_lzsa: .incbin \"waterfall_priority.lzsa\"" >> priority_peasant1.inc
@ -352,6 +353,14 @@ lady_cottage_priority.hgr: lady_cottage_priority.png
###
leaning_tree_priority.lzsa: leaning_tree_priority.hgr
$(LZSA) -r -f2 leaning_tree_priority.hgr leaning_tree_priority.lzsa
leaning_tree_priority.hgr: leaning_tree_priority.png
$(PNG2GR) leaning_tree_priority.png leaning_tree_priority.hgr
###
river_priority.lzsa: river_priority.hgr
$(LZSA) -r -f2 river_priority.hgr river_priority.lzsa

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 KiB