diff options
author | yenatch <yenatch@gmail.com> | 2013-08-30 00:07:51 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-08-30 00:07:51 -0400 |
commit | 320142fdda96d153d0fbb4d6de68aecdd50609dc (patch) | |
tree | dac65ca9d0c1066827eb0ea06e5d5c378e3bc9df /wram.asm | |
parent | 2f169fd2f9859ec3bcaacc26dc132c9b29e561cd (diff) |
PCItems in wram
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |