mirror of https://github.com/pret/pokecrystal.git
Adding 0 is pointless in CheckMimicUsed
This commit is contained in:
parent
401aa383e2
commit
ffbca4d5f3
|
@ -1108,7 +1108,8 @@ CheckMimicUsed:
|
|||
call GetBattleVar
|
||||
cp MIMIC
|
||||
jr z, .mimic
|
||||
;
|
||||
|
||||
; pointless addition
|
||||
ld b, 0
|
||||
add hl, bc
|
||||
ld a, [hl]
|
||||
|
|
Loading…
Reference in New Issue