diff options
author | Marcus Huderle <huderlem@gmail.com> | 2015-09-20 15:55:41 -0700 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2015-09-20 15:55:41 -0700 |
commit | dec68d287789eaae3b2ab5b7d79e0699a8a474bd (patch) | |
tree | 9cb74b5774305f2a15b2d2ab7ec9df9ba925f1fb /wram.asm | |
parent | 307dbd535d1149f2f3b86de8b18d81878d6abb21 (diff) |
Dump and label various pokedex-related things.
Diffstat (limited to 'wram.asm')
-rwxr-xr-x | wram.asm | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 |