diff options
author | dannye <corrnondacqb@yahoo.com> | 2015-08-23 23:21:54 -0500 |
---|---|---|
committer | dannye <corrnondacqb@yahoo.com> | 2015-08-23 23:21:54 -0500 |
commit | 9b0b36bf3c57b02552d140f465c97172c71a0085 (patch) | |
tree | dc5c14d14d979ecb7aee0ca92d78541eb15995f6 /engine/evos_moves.asm | |
parent | d9eea7dd660eeb428717f21861ef5f05e1a74418 (diff) |
Remove redundant index conversionpokedex-order
Diffstat (limited to 'engine/evos_moves.asm')
-rwxr-xr-x | engine/evos_moves.asm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/engine/evos_moves.asm b/engine/evos_moves.asm index 056c125e..0e169b58 100755 --- a/engine/evos_moves.asm +++ b/engine/evos_moves.asm @@ -156,9 +156,6 @@ Evolution_PartyMonLoop: ; loop over party mons ld a, [wd11e] push af ld a, [wd0b5] - ld [wd11e], a - predef IndexToPokedex - ld a, [wd11e] dec a ld hl, BaseStats ld bc, MonBaseStatsEnd - MonBaseStats @@ -213,7 +210,6 @@ Evolution_PartyMonLoop: ; loop over party mons ld a, [W_ISINBATTLE] and a call z, Evolution_ReloadTilesetTilePatterns - predef IndexToPokedex ld a, [wd11e] dec a ld c, a |