You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Adding 0 is pointless in CheckMimicUsed
This commit is contained in:
@@ -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]
|
||||||
|
Reference in New Issue
Block a user