From d0bb99ec893c3880a8b606e7680bcdbaee71a46d Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Tue, 21 Oct 2014 01:31:34 -0600 Subject: Add Yellow’s slot machine graphics. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/slot_machine.asm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'engine/slot_machine.asm') diff --git a/engine/slot_machine.asm b/engine/slot_machine.asm index 5b72c8b1..a8b978f8 100755 --- a/engine/slot_machine.asm +++ b/engine/slot_machine.asm @@ -868,3 +868,6 @@ ENDC IF DEF(_BLUE) INCBIN "gfx/blue/slotmachine1.2bpp" ENDC +IF DEF(_YELLOW) + INCBIN "gfx/yellow/slotmachine1.2bpp" +ENDC -- cgit v1.3.1-sl0p