summaryrefslogtreecommitdiff
path: root/engine/battle
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2016-03-22 00:10:23 -0600
committerIIMarckus <iimarckus@gmail.com>2016-03-22 00:10:23 -0600
commit3fd678769231b76c17e4aab2f306892bd6988dc8 (patch)
tree362b426beaceb3747906caf25d1413cf44e9071a /engine/battle
parent6057f285ad1a930315d1a45fa3d1aa08efe6801d (diff)
Clean up more Yellow ifdefs.
Diffstat (limited to 'engine/battle')
-rwxr-xr-xengine/battle/animations.asm3
-rwxr-xr-xengine/battle/core.asm4
2 files changed, 0 insertions, 7 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
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index ac808a34..fce78717 100755
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -2982,11 +2982,7 @@ PrintMenuItem: ; 3d4b6 (f:54b6)
jp Delay3
DisabledText: ; 3d555 (f:5555)
-IF DEF(_YELLOW)
- db "Disabled!@"
-ELSE
db "disabled!@"
-ENDC
TypeText: ; 3d55f (f:555f)
db "TYPE@"