summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-03-12 21:29:17 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-03-12 21:29:17 -0700
commit19d5947a1d3eb7b6cac12109c8f3902fd6affbd7 (patch)
tree8ccd8693ad32618b3b71ca74544c70e9c90e66ba /wram.asm
parent73604bbbae4bc58d02a4b55d247b9f42f6363365 (diff)
Document routine that counts number of seen/owned pokemon.
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm6
1 files changed, 4 insertions, 2 deletions
diff --git a/wram.asm b/wram.asm
index 65cfb37..95b3626 100755
--- a/wram.asm
+++ b/wram.asm
@@ -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