Skip to content

Commit

Permalink
fix(*): fix BG3 priority
Browse files Browse the repository at this point in the history
  • Loading branch information
alekmaul committed Apr 14, 2024
1 parent 4e48784 commit 41b1f22
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified snes-examples/graphics/Backgrounds/Mode1BG3HighPriority/BG1.bmp
Binary file not shown.
Binary file modified snes-examples/graphics/Backgrounds/Mode1BG3HighPriority/BG2.bmp
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ BG2.pic: BG2.bmp

BG3.pic: BG3.bmp
@echo convert bitmap ... $(notdir $@)
$(GFXCONV) -s 8 -o 4 -u 16 -e 0 -p -t bmp -m -i $<
$(GFXCONV) -s 8 -o 4 -u 16 -e 0 -p -g -t bmp -m -i $<

bitmaps : BG1.pic BG2.pic BG3.pic

0 comments on commit 41b1f22

Please sign in to comment.