fish: work on graphics

This commit is contained in:
Vince Weaver 2024-06-06 01:19:31 -04:00
parent 61ad203672
commit d758fc265b
6 changed files with 18 additions and 2 deletions

View File

@ -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"

View File

@ -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
####

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 KiB