From d0bb99ec893c3880a8b606e7680bcdbaee71a46d Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Tue, 21 Oct 2014 01:31:34 -0600 Subject: =?UTF-8?q?Add=20Yellow=E2=80=99s=20slot=20machine=20graphics.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- engine/battle/animations.asm | 3 +++ engine/slot_machine.asm | 3 +++ gfx/yellow/slotmachine1.png | Bin 0 -> 470 bytes gfx/yellow/slotmachine2.png | Bin 0 -> 379 bytes 4 files changed, 6 insertions(+) create mode 100644 gfx/yellow/slotmachine1.png create mode 100644 gfx/yellow/slotmachine2.png diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index 0e5c025f..addcd8d6 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -373,6 +373,9 @@ ENDC IF DEF(_BLUE) INCBIN "gfx/blue/slotmachine2.2bpp" ENDC +INF DEF(_YELLOW) + INCBIN "gfx/yellow/slotmachine2.2bpp" +ENDC MoveAnimation: ; 78d5e (1e:4d5e) push hl 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 diff --git a/gfx/yellow/slotmachine1.png b/gfx/yellow/slotmachine1.png new file mode 100644 index 00000000..335ce97c Binary files /dev/null and b/gfx/yellow/slotmachine1.png differ diff --git a/gfx/yellow/slotmachine2.png b/gfx/yellow/slotmachine2.png new file mode 100644 index 00000000..b4bdf8a8 Binary files /dev/null and b/gfx/yellow/slotmachine2.png differ -- cgit v1.2.3