Fix the slot machine tilemap, and adjust the slot graphics

This commit is contained in:
Rangi 2020-06-27 17:22:33 -04:00 committed by Rangi
parent e770ee77ce
commit 77df64ba9c
4 changed files with 3 additions and 0 deletions

View file

@ -95,6 +95,9 @@ gfx/intro_credits/red_nidorino_3.2bpp: $(RGBGFX) += -h
gfx/intro_credits/the_end.2bpp: tools/gfx += --interleave --png=$<
gfx/slots/red_slots_1.2bpp: tools/gfx += --trim-whitespace
gfx/slots/blue_slots_1.2bpp: tools/gfx += --trim-whitespace
gfx/tilesets/%.2bpp: tools/gfx += --trim-whitespace
gfx/trade/game_boy.2bpp: tools/gfx += --remove-duplicates

Binary file not shown.

Before

Width:  |  Height:  |  Size: 459 B

After

Width:  |  Height:  |  Size: 469 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 471 B

After

Width:  |  Height:  |  Size: 470 B

Binary file not shown.