summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2013-05-23 17:12:47 -0600
committerIIMarckus <iimarckus@gmail.com>2013-05-23 17:12:47 -0600
commitb433cbd4b0ae83c63f4b2ff27440c97123aa6fbb (patch)
tree5354bd7f50330f8a3bd9dd7f62bd372e8e58ad98 /wram.asm
parent7d458509d3571de65472dedf4fc308bd2e387dc0 (diff)
Better comments for the Game Freak room.
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: