diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-03-12 21:29:17 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-03-12 21:29:17 -0700 |
commit | 19d5947a1d3eb7b6cac12109c8f3902fd6affbd7 (patch) | |
tree | 8ccd8693ad32618b3b71ca74544c70e9c90e66ba /wram.asm | |
parent | 73604bbbae4bc58d02a4b55d247b9f42f6363365 (diff) |
Document routine that counts number of seen/owned pokemon.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -119,8 +119,10 @@ wPokedexFlags:: ; 0xd962 ; byte == 1: mon has been seen ; byte >= 2: mon has been captured ds 151 - - ds 4 ; TODO: these change when byte in wPokedexFlags change +wNumPokemonSeen:: ; 0xd9f9 + ds 2 +wNumPokemonOwned:: ; 0xd9fb + ds 2 wRedHighScores:: ; 0xd9fd wRedHighScore1Points:: ; 0xd9fd |