summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2013-05-21 17:03:31 -0600
committerIIMarckus <iimarckus@gmail.com>2013-05-21 17:03:31 -0600
commit56d0175ad89c9c242c8945355ab1cf5675c4c3a5 (patch)
tree730e0edc1ddeb6b90bb6814677cf924872dd5068 /wram.asm
parentfdc1609f2a658b26599a9191bfbe99095248b6fc (diff)
Add Prof. Oak's PC.
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm6
1 files changed, 5 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 7b8a82abf..653c2ae95 100644
--- a/wram.asm
+++ b/wram.asm
@@ -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