summaryrefslogtreecommitdiff
path: root/wram.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2013-04-29 21:19:42 -0400
committeryenatch <yenatch@gmail.com>2013-04-30 02:04:32 -0400
commit3f07cd95f7459e4e0515a60d34b47b91db2d2117 (patch)
treea0d494ab5e5da8a05b7c2b653d1d6961866f8e3c /wram.asm
parentef946c51add1330a3b4aa19a86628e2dc5ace011 (diff)
GetItemAttr and related fns
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 713b16393..de76fe74f 100644
--- a/wram.asm
+++ b/wram.asm
@@ -918,7 +918,12 @@ VramState: ; d0ed
; flickers when climbing waterfall
ds 1
- ds 26
+ ds 24
+
+CurItem: ; d106
+ ds 1
+
+ ds 1
CurPartySpecies: ; d108
ds 1