diff options
author | entrpntr <entrpntr@gmail.com> | 2020-05-07 13:33:05 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-05-07 15:37:15 -0400 |
commit | 41c19e6e7c751ad16e355cc9b5b1604b4199f2e5 (patch) | |
tree | dab222f6f9e0af175530bbbeb33b731667767811 /wram.asm | |
parent | 5cf09844197bdd48aa0ecab2f131ce07f3fe9ade (diff) |
Add majority of remaining unused source files.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -351,7 +351,7 @@ wc605:: ds 1 ; c605 wc606:: ds 1 ; c606 wc607:: ds 1 ; c607 - ds 192 + ds 194 ; unidentifed wc6ca:: ds 1 ; c6ca @@ -371,7 +371,7 @@ wc6d7:: ds 1 ; c6d7 wc6d8:: ds 1 ; c6d8 wc6d9:: ds 1 ; c6d9 wc6da:: ds 1 ; c6da -wc6db:: ds 1 ; c6db +wDexSearchSlowpokeFrame:: db ; c6db wc6dc:: ds 1 ; c6dc wc6dd:: ds 1 ; c6dd wc6de:: ds 1 ; c6de @@ -953,6 +953,12 @@ wTitleScreenTimer:: dw ENDU NEXTU ; ce64 +; pokedex +wPrevDexEntryJumptableIndex:: db +wPrevDexEntryBackup:: +wPokedexStatus:: db + +NEXTU ; ce64 ; pack wPackJumptableIndex:: db wCurPocket:: db |