summaryrefslogtreecommitdiff
path: root/engine/battle/b.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/b.asm')
-rwxr-xr-xengine/battle/b.asm18
1 files changed, 0 insertions, 18 deletions
diff --git a/engine/battle/b.asm b/engine/battle/b.asm
deleted file mode 100755
index 17f0bd5b..00000000
--- a/engine/battle/b.asm
+++ /dev/null
@@ -1,18 +0,0 @@
-DisplayEffectiveness: ; 2fb7b (b:7b7b)
- ld a, [wDamageMultipliers]
- and a, $7F
- cp a, $0A
- ret z
- ld hl, SuperEffectiveText
- jr nc, .done
- ld hl, NotVeryEffectiveText
-.done
- jp PrintText
-
-SuperEffectiveText: ; 2fb8e (b:7b8e)
- TX_FAR _SuperEffectiveText
- db "@"
-
-NotVeryEffectiveText: ; 2fb93 (b:7b93)
- TX_FAR _NotVeryEffectiveText
- db "@"