summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-08-30 00:07:51 -0400
committeryenatch <yenatch@gmail.com>2013-08-30 00:07:51 -0400
commit320142fdda96d153d0fbb4d6de68aecdd50609dc (patch)
treedac65ca9d0c1066827eb0ea06e5d5c378e3bc9df /wram.asm
parent2f169fd2f9859ec3bcaacc26dc132c9b29e561cd (diff)
PCItems in wram
Diffstat (limited to 'wram.asm')
-rw-r--r--wram.asm7
1 files changed, 6 insertions, 1 deletions
diff --git a/wram.asm b/wram.asm
index 74927ca7c..e4ffd2fdb 100644
--- a/wram.asm
+++ b/wram.asm
@@ -1742,7 +1742,12 @@ NumBalls: ; d8d7
Balls: ; d8d8
ds 25
BallsEnd
-
+
+PCItems: ; d8f1
+ ds 101
+PCItemsEnd
+
+
SECTION "overworld",WRAMX[$d95b],BANK[1]
WhichRegisteredItem: ; d95b
REGISTERED_POCKET EQU %11000000