From 3f07cd95f7459e4e0515a60d34b47b91db2d2117 Mon Sep 17 00:00:00 2001 From: yenatch Date: Mon, 29 Apr 2013 21:19:42 -0400 Subject: GetItemAttr and related fns --- wram.asm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'wram.asm') 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 -- cgit v1.2.3