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 +++ 1 file changed, 3 insertions(+) (limited to 'engine/battle/animations.asm') 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 -- cgit v1.2.3