diff options
author | IIMarckus <iimarckus@gmail.com> | 2016-03-22 00:10:23 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2016-03-22 00:10:23 -0600 |
commit | 3fd678769231b76c17e4aab2f306892bd6988dc8 (patch) | |
tree | 362b426beaceb3747906caf25d1413cf44e9071a /engine/battle/animations.asm | |
parent | 6057f285ad1a930315d1a45fa3d1aa08efe6801d (diff) |
Clean up more Yellow ifdefs.
Diffstat (limited to 'engine/battle/animations.asm')
-rwxr-xr-x | engine/battle/animations.asm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engine/battle/animations.asm b/engine/battle/animations.asm index 31b490f3..be8d2b18 100755 --- a/engine/battle/animations.asm +++ b/engine/battle/animations.asm @@ -373,9 +373,6 @@ ENDC IF DEF(_BLUE) INCBIN "gfx/blue/slotmachine2.2bpp" ENDC -IF DEF(_YELLOW) - INCBIN "gfx/yellow/slotmachine2.2bpp" -ENDC MoveAnimation: ; 78d5e (1e:4d5e) push hl |