Merge pull request #80 from dannye/master

Remove hard-coded wPokedexOwned/wPokedexSeen array size
This commit is contained in:
Daniel Harding 2015-02-20 01:19:55 -05:00
commit d8d0893d94
2 changed files with 2 additions and 2 deletions

View file

@ -194,7 +194,7 @@ HandlePokedexListMenu: ; 40111 (10:4111)
call PlaceString
; find the highest pokedex number among the pokemon the player has seen
ld hl,wPokedexSeenEnd - 1
ld b,153
ld b,(wPokedexSeenEnd - wPokedexSeen) * 8 + 1
.maxSeenPokemonLoop
ld a,[hld]
ld c,8

View file

@ -944,7 +944,7 @@ OaksLabText5: ; 1d248 (7:5248)
bit 6, a
jr nz, .asm_50e81 ; 0x1d24e
ld hl, wPokedexOwned
ld b, $13
ld b, wPokedexOwnedEnd - wPokedexOwned
call CountSetBits
ld a, [wd11e]
cp $2