diff options
author | dannye <corrnondacqb@yahoo.com> | 2016-08-12 13:41:52 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2016-08-12 13:41:52 -0500 |
commit | 3feff214d6ce2e3c6b4ae504c50bcdf09b47eac9 (patch) | |
tree | b5c62e6af4cac0ee4a2031da318750241131b313 /engine/evos_moves.asm | |
parent | aa1e3eac34137d88d6bc1df4fac6f32ceab404b6 (diff) |
Remove redundant index conversionpokedex-order
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-x | engine/evos_moves.asm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm index f50f8081..6fa34585 100755 --- a/engine/evos_moves.asm +++ b/engine/evos_moves.asm @@ -157,8 +157,6 @@ Evolution_PartyMonLoop: ; loop over party mons push af ld a, [wd0b5] ld [wd11e], a - predef IndexToPokedex - ld a, [wd11e] dec a ld hl, BaseStats ld bc, MonBaseStatsEnd - MonBaseStats @@ -213,7 +211,6 @@ Evolution_PartyMonLoop: ; loop over party mons ld a, [wIsInBattle] and a call z, Evolution_ReloadTilesetTilePatterns - predef IndexToPokedex ld a, [wd11e] dec a ld c, a |