diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-05-22 00:15:06 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-05-22 00:15:06 -0700 |
commit | dff781c057375b35372391aba01e838d58c9bb2b (patch) | |
tree | 6436a409a815e59bbd44dd2e3e79040bafa541c1 /wram.asm | |
parent | fdc1609f2a658b26599a9191bfbe99095248b6fc (diff) | |
parent | 620cf7a2a7cafd8710d9b0e6446ed9d2a41894b6 (diff) |
Merge pull request #139 from iimarckus/peecee
PC stuff
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 |