shithub: pokered

Download patch

ref: 77df64ba9c5dff5dcafad6545eefa6cd614c66b3
parent: e770ee77cebcb56facf2b011dfd011435dc16f46
author: Rangi <remy.oukaour+rangi42@gmail.com>
date: Sat Jun 27 13:22:33 EDT 2020

Fix the slot machine tilemap, and adjust the slot graphics

--- a/Makefile
+++ b/Makefile
@@ -95,6 +95,9 @@
 
 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 files a/gfx/slots/blue_slots_1.png b/gfx/slots/blue_slots_1.png differ
binary files a/gfx/slots/red_slots_1.png b/gfx/slots/red_slots_1.png differ
binary files a/gfx/slots/slots.tilemap b/gfx/slots/slots.tilemap differ