diff options
author | IIMarckus <iimarckus@gmail.com> | 2014-10-22 23:30:09 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2014-10-22 23:30:09 -0600 |
commit | ba1a56d05c3b9796f1695b0ef3e5ae6906dc2e86 (patch) | |
tree | 61b654e17a5b1b354d182ef4e7095a0321bbaa0b /engine/battle/animations.asm | |
parent | d0bb99ec893c3880a8b606e7680bcdbaee71a46d (diff) |
Fix typo introduced in last commit.
Diffstat (limited to 'engine/battle/animations.asm')
-rwxr-xr-x | engine/battle/animations.asm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |