mirror of
https://github.com/deater/dos33fsprogs.git
synced 2025-02-05 21:34:30 +00:00
fish: work on graphics
This commit is contained in:
parent
61ad203672
commit
d758fc265b
@ -9,6 +9,13 @@
|
||||
.include "zp.inc"
|
||||
.include "hardware.inc"
|
||||
|
||||
; NOTES FROM WIKI
|
||||
; green fish 50 or 100
|
||||
; grey fish 100 points
|
||||
; red fish 400 or 500
|
||||
; bubbles easier to catch?
|
||||
; grey = lures, red green = jigs
|
||||
|
||||
|
||||
; NOTES
|
||||
; page1= $2000-$5fff
|
||||
@ -362,7 +369,8 @@ done_flip:
|
||||
|
||||
|
||||
bg_data:
|
||||
.incbin "graphics/fish_bg.hgr.zx02"
|
||||
; .incbin "graphics/fish_bg.hgr.zx02"
|
||||
.incbin "graphics/boat2_sb.hgr.zx02"
|
||||
|
||||
.include "hgr_tables.s"
|
||||
.include "zx02_optim.s"
|
||||
|
@ -4,7 +4,7 @@ ZX02 = ~/research/6502_compression/zx02.git/build/zx02 -f
|
||||
PNG_TO_HGR = ../../../../utils/hgr-utils/png2hgr
|
||||
HGR_SPRITE = ../../../utils/hgr-utils/hgr_make_sprite
|
||||
|
||||
all: fish_title.hgr.zx02 fish_bg.hgr.zx02
|
||||
all: fish_title.hgr.zx02 fish_bg.hgr.zx02 boat2_sb.hgr.zx02
|
||||
|
||||
# sb_sprites.inc
|
||||
|
||||
@ -25,6 +25,14 @@ fish_bg.hgr.zx02: fish_bg.hgr
|
||||
fish_bg.hgr: fish_bg.png
|
||||
$(PNG_TO_HGR) fish_bg.png > fish_bg.hgr
|
||||
|
||||
####
|
||||
|
||||
boat2_sb.hgr.zx02: boat2_sb.hgr
|
||||
$(ZX02) boat2_sb.hgr boat2_sb.hgr.zx02
|
||||
|
||||
boat2_sb.hgr: boat2_sb.png
|
||||
$(PNG_TO_HGR) boat2_sb.png > boat2_sb.hgr
|
||||
|
||||
|
||||
|
||||
####
|
||||
|
BIN
games/sb/fish/graphics/boat1.png
Normal file
BIN
games/sb/fish/graphics/boat1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
games/sb/fish/graphics/boat2.png
Normal file
BIN
games/sb/fish/graphics/boat2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.8 KiB |
BIN
games/sb/fish/graphics/boat2_sb.png
Normal file
BIN
games/sb/fish/graphics/boat2_sb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.1 KiB |
BIN
games/sb/fish/graphics/boat3.png
Normal file
BIN
games/sb/fish/graphics/boat3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.9 KiB |
Loading…
x
Reference in New Issue
Block a user