You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
x is the standard temp variable
This commit is contained in:
@@ -407,11 +407,11 @@ ValidateBTParty: ; 170394
|
|||||||
ld c, l
|
ld c, l
|
||||||
ld a, [hl]
|
ld a, [hl]
|
||||||
and a
|
and a
|
||||||
idx = $ff
|
x = $ff
|
||||||
rept ($ff +- NUM_POKEMON)
|
rept ($ff +- NUM_POKEMON)
|
||||||
jr z, .invalid
|
jr z, .invalid
|
||||||
cp idx
|
cp x
|
||||||
idx = idx +- 1
|
x = x +- 1
|
||||||
endr
|
endr
|
||||||
jr nz, .valid
|
jr nz, .valid
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user