diff options
author | yenatch <yenatch@gmail.com> | 2013-07-31 19:17:35 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-07-31 19:17:35 -0400 |
commit | 59cb57b9545e1aaba5d45f1a627abf082edea7a9 (patch) | |
tree | 667e9208f078fbc7a02078ca2bb98405e77a998e /wram.asm | |
parent | b275df6974eb030d7d114eb4bfddeff9163311b3 (diff) |
more cleanup
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1705,21 +1705,25 @@ KantoBadges: ; d858 SECTION "Items",BSS[$d859] TMsHMs: ; d859 ds 57 +TMsHMsEnd NumItems: ; d892 ds 1 Items: ; d893 ds 41 +ItemsEnd NumKeyItems: ; d8bc ds 1 KeyItems: ; d8bd ds 26 +KeyItemsEnd NumBalls: ; d8d7 ds 1 Balls: ; d8d8 ds 25 +BallsEnd SECTION "overworld",BSS[$d95b] WhichRegisteredItem: ; d95b |