summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm4
1 files changed, 4 insertions, 0 deletions
diff --git a/wram.asm b/wram.asm
new file mode 100644
index 00000000..fc5a5755
--- /dev/null
+++ b/wram.asm
@@ -0,0 +1,4 @@
+SECTION "pokedex",BSS[$d2f7]
+WPokedexOwned:
+ ds (150 / 8) + 1
+WPokedexOwnedEnd: