mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-09 03:31:05 +00:00
peasant: add a few more priorities
This commit is contained in:
parent
dcf6cfb8e9
commit
b88efc7707
@ -17,6 +17,12 @@ TODO:
|
||||
+ optimize text box sizes
|
||||
+ replace parse_input lookup with a giant jump table
|
||||
|
||||
Border special cases:
|
||||
+ Mountain pass walking to Inn
|
||||
+ Jhonka cave walking to Cottage
|
||||
|
||||
|
||||
|
||||
General:
|
||||
- More frames in peasant sprites
|
||||
- Hook up text parser
|
||||
|
@ -138,12 +138,14 @@ priority_peasant3.inc: \
|
||||
###
|
||||
|
||||
priority_peasant4.inc: \
|
||||
todo_priority.lzsa \
|
||||
empty_hut_priority.lzsa \
|
||||
ned_priority.lzsa \
|
||||
bottom_prints_priority.lzsa \
|
||||
lady_cottage_priority.lzsa \
|
||||
crooked_tree_priority.lzsa
|
||||
echo "empty_hut_priority_lzsa: .incbin \"todo_priority.lzsa\"" > priority_peasant4.inc
|
||||
echo "ned_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_peasant4.inc
|
||||
echo "bottom_prints_priority_lzsa: .incbin \"todo_priority.lzsa\"" >> priority_peasant4.inc
|
||||
echo "empty_hut_priority_lzsa: .incbin \"empty_hut_priority.lzsa\"" > priority_peasant4.inc
|
||||
echo "ned_priority_lzsa: .incbin \"ned_priority.lzsa\"" >> priority_peasant4.inc
|
||||
echo "bottom_prints_priority_lzsa: .incbin \"bottom_prints_priority.lzsa\"" >> priority_peasant4.inc
|
||||
echo "lady_cottage_priority_lzsa: .incbin \"lady_cottage_priority.lzsa\"" >> priority_peasant4.inc
|
||||
echo "crooked_tree_priority_lzsa: .incbin \"crooked_tree_priority.lzsa\"" >> priority_peasant4.inc
|
||||
|
||||
@ -335,6 +337,13 @@ todo.hgr: todo.png
|
||||
###########################################
|
||||
###########################################
|
||||
|
||||
###
|
||||
|
||||
bottom_prints_priority.lzsa: bottom_prints_priority.hgr
|
||||
$(LZSA) -r -f2 bottom_prints_priority.hgr bottom_prints_priority.lzsa
|
||||
|
||||
bottom_prints_priority.hgr: bottom_prints_priority.png
|
||||
$(PNG2GR) bottom_prints_priority.png bottom_prints_priority.hgr
|
||||
|
||||
###
|
||||
|
||||
@ -354,6 +363,14 @@ crooked_tree_priority.hgr: crooked_tree_priority.png
|
||||
|
||||
###
|
||||
|
||||
empty_hut_priority.lzsa: empty_hut_priority.hgr
|
||||
$(LZSA) -r -f2 empty_hut_priority.hgr empty_hut_priority.lzsa
|
||||
|
||||
empty_hut_priority.hgr: empty_hut_priority.png
|
||||
$(PNG2GR) empty_hut_priority.png empty_hut_priority.hgr
|
||||
|
||||
###
|
||||
|
||||
inn_priority.lzsa: inn_priority.hgr
|
||||
$(LZSA) -r -f2 inn_priority.hgr inn_priority.lzsa
|
||||
|
||||
@ -386,6 +403,14 @@ leaning_tree_priority.hgr: leaning_tree_priority.png
|
||||
|
||||
###
|
||||
|
||||
ned_priority.lzsa: ned_priority.hgr
|
||||
$(LZSA) -r -f2 ned_priority.hgr ned_priority.lzsa
|
||||
|
||||
ned_priority.hgr: ned_priority.png
|
||||
$(PNG2GR) ned_priority.png ned_priority.hgr
|
||||
|
||||
###
|
||||
|
||||
river_priority.lzsa: river_priority.hgr
|
||||
$(LZSA) -r -f2 river_priority.hgr river_priority.lzsa
|
||||
|
||||
|
BIN
games/peasant/graphics/bottom_prints_priority.png
Normal file
BIN
games/peasant/graphics/bottom_prints_priority.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 862 B |
BIN
games/peasant/graphics/empty_hut_priority.png
Normal file
BIN
games/peasant/graphics/empty_hut_priority.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 973 B |
BIN
games/peasant/graphics/ned_priority.png
Normal file
BIN
games/peasant/graphics/ned_priority.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 905 B |
Loading…
x
Reference in New Issue
Block a user