summaryrefslogtreecommitdiff
path: root/engine/items
diff options
context:
space:
mode:
authordannye <corrnondacqb@yahoo.com>2016-08-12 13:41:52 -0500
committerdannye <corrnondacqb@yahoo.com>2016-08-12 13:41:52 -0500
commit3feff214d6ce2e3c6b4ae504c50bcdf09b47eac9 (patch)
treeb5c62e6af4cac0ee4a2031da318750241131b313 /engine/items
parentaa1e3eac34137d88d6bc1df4fac6f32ceab404b6 (diff)
Remove redundant index conversionpokedex-order
Diffstat (limited to 'engine/items')
-rwxr-xr-xengine/items/items.asm1
1 files changed, 0 insertions, 1 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm
index f8873a6e..4806b7dd 100755
--- a/engine/items/items.asm
+++ b/engine/items/items.asm
@@ -518,7 +518,6 @@ ItemUseBall:
call PrintText
; Add the caught Pokémon to the Pokédex.
- predef IndexToPokedex
ld a,[wd11e]
dec a
ld c,a