summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorMarcus Huderle <huderlem@gmail.com>2015-09-20 15:55:41 -0700
committerMarcus Huderle <huderlem@gmail.com>2015-09-20 15:55:41 -0700
commitdec68d287789eaae3b2ab5b7d79e0699a8a474bd (patch)
tree9cb74b5774305f2a15b2d2ab7ec9df9ba925f1fb /wram.asm
parent307dbd535d1149f2f3b86de8b18d81878d6abb21 (diff)
Dump and label various pokedex-related things.
Diffstat (limited to 'wram.asm')
-rwxr-xr-xwram.asm11
1 files changed, 10 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 27eb459..ce39b34 100755
--- a/wram.asm
+++ b/wram.asm
@@ -464,7 +464,16 @@ wKeyConfigUpperTilt:: ; 0xd952
wKeyConfigMenu:: ; 0xd954
ds 2
- ds 12
+ ds 3
+
+wCurPokedexIndex:: ; 0xd959
+; Stores the mon index of which pokemon the cursor is on in the Pokedex screen.
+ ds 1
+wPokedexOffset:: ; 0xd95a
+; Stores the number of pokedex entries that are above the current displayed pokemon entries.
+ ds 1
+
+ ds 7
wPokedexFlags:: ; 0xd962
; Each pokemon is represented by one byte in the normal Pokedex order