diff options
author | YamaArashi <shadow962@live.com> | 2015-08-29 17:15:05 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2015-08-29 17:15:05 -0700 |
commit | b6a7e5e9cf20e7924f6cf427c66e9aeb42fa77f3 (patch) | |
tree | af1bac71243d59c9479898fa0c86ba37d742aacf /engine/items/items.asm | |
parent | 1a987d1e1ab96ca9553d4253c72858057332a03a (diff) |
documented flags and misc. fixes
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 f0666587..e8fe55f4 100755 --- a/engine/items/items.asm +++ b/engine/items/items.asm @@ -1421,7 +1421,7 @@ ItemUseCardKey: ; e022 (3:6022) xor a ld [wUnusedD71F],a call GetTileAndCoordsInFrontOfPlayer - ld a,[GetTileAndCoordsInFrontOfPlayer] ; $4586 + ld a,[GetTileAndCoordsInFrontOfPlayer] cp a,$18 jr nz,.next0 ld hl,CardKeyTable1 |