Adding 0 is pointless in CheckMimicUsed

This commit is contained in:
Rangi 2020-06-15 08:43:40 -04:00
parent 401aa383e2
commit ffbca4d5f3
1 changed files with 2 additions and 1 deletions

View File

@ -1108,7 +1108,8 @@ CheckMimicUsed:
call GetBattleVar call GetBattleVar
cp MIMIC cp MIMIC
jr z, .mimic jr z, .mimic
;
; pointless addition
ld b, 0 ld b, 0
add hl, bc add hl, bc
ld a, [hl] ld a, [hl]