diff options
author | IIMarckus <iimarckus@gmail.com> | 2013-05-21 17:03:31 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2013-05-21 17:03:31 -0600 |
commit | 56d0175ad89c9c242c8945355ab1cf5675c4c3a5 (patch) | |
tree | 730e0edc1ddeb6b90bb6814677cf924872dd5068 /wram.asm | |
parent | fdc1609f2a658b26599a9191bfbe99095248b6fc (diff) |
Add Prof. Oak's PC.
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -918,8 +918,10 @@ StringBuffer2: ; d086 ds 19 StringBuffer3: ; d099 ds 19 +StringBuffer4: ; d0ac + ds 19 - ds 40 + ds 21 CurBattleMon: ; d0d4 ds 1 @@ -1811,8 +1813,10 @@ PartyMon6Nickname: ; de78 SECTION "Pokedex",BSS[$de99] PokedexSeen: ; de99 ds 32 +EndPokedexSeen: PokedexCaught: ; deb9 ds 32 +EndPokedexCaught: UnownDex: ; ded9 ds 26 UnlockedUnowns: ; def3 |