This commit is contained in:
PikalaxALT
2015-12-17 17:51:32 -05:00
parent 42dd25b3e5
commit fe4ef4e595
17 changed files with 125 additions and 123 deletions

View File

@@ -167,11 +167,11 @@ UseRegisteredItem: ; 133c3
.Overworld ; 13406
call ResetWindow
ld a, 1
ld [wd0ef], a
ld [wUsingItemWithSelect], a
call DoItemEffect
xor a
ld [wd0ef], a
ld a, [wd0ec]
ld [wUsingItemWithSelect], a
ld a, [wItemEffectSucceeded]
cp 1
jr nz, ._cantuse
scf