mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
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
Block a user