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 /home.asm | |
parent | d9eea7dd660eeb428717f21861ef5f05e1a74418 (diff) |
Remove redundant index conversionpokedex-order
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -275,10 +275,7 @@ LoadFrontSpriteByMonIndex:: ; 1389 (0:1389) ld a, [wd11e] push af ld a, [wcf91] - ld [wd11e], a - predef IndexToPokedex ld hl, wd11e - ld a, [hl] pop bc ld [hl], b and a @@ -580,7 +577,6 @@ GetMonHeader:: ; 1537 (0:1537) jr z,.specialID cp a,MEW jr z,.mew - predef IndexToPokedex ; convert pokemon ID in [wd11e] to pokedex number ld a,[wd11e] dec a ld bc,MonBaseStatsEnd - MonBaseStats |