diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-17 16:11:39 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-10-17 16:11:39 -0400 |
commit | 35874024438c0a716ad3de8896207f02db56e7d1 (patch) | |
tree | 89687c9ebd659bc2fe3b861a0a0063dd350220e0 /engine/items/items.asm | |
parent | b59953dab1f782ff0dd08b57207bb29b9f4f4a67 (diff) |
More bank3 documentation
Also misc. documentation in bank3c and bank3f
Diffstat (limited to 'engine/items/items.asm')
-rwxr-xr-x | engine/items/items.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/items/items.asm b/engine/items/items.asm index 25c50b4f..533da448 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -709,7 +709,7 @@ ItemUseEvoStone: ; d7d0 (3:57d0) ret Func_d85d: ; d85d (3:585d) - ld hl, Pointer_f1e5 + ld hl, Pointer_3b1e5 ld a, [wLoadedMon] dec a ld c, a |