From ba1a56d05c3b9796f1695b0ef3e5ae6906dc2e86 Mon Sep 17 00:00:00 2001 From: IIMarckus Date: Wed, 22 Oct 2014 23:30:09 -0600 Subject: Fix typo introduced in last commit. --- engine/battle/animations.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index addcd8d6..9c15a98d 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -373,7 +373,7 @@ ENDC IF DEF(_BLUE) INCBIN "gfx/blue/slotmachine2.2bpp" ENDC -INF DEF(_YELLOW) +IF DEF(_YELLOW) INCBIN "gfx/yellow/slotmachine2.2bpp" ENDC -- cgit v1.2.3