diff options
author | yenatch <yenatch@gmail.com> | 2013-04-29 21:19:42 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-04-30 02:04:32 -0400 |
commit | 3f07cd95f7459e4e0515a60d34b47b91db2d2117 (patch) | |
tree | a0d494ab5e5da8a05b7c2b653d1d6961866f8e3c /wram.asm | |
parent | ef946c51add1330a3b4aa19a86628e2dc5ace011 (diff) |
GetItemAttr and related fns
Diffstat (limited to 'wram.asm')
-rw-r--r-- | wram.asm | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |