mirror of
https://github.com/pret/pokered.git
synced 2026-08-25 02:44:46 -05:00
This commit is contained in:
@@ -6681,7 +6681,7 @@ BattleRandom:
|
||||
add hl, bc
|
||||
inc a
|
||||
ld [wLinkBattleRandomNumberListIndex], a
|
||||
cp 9
|
||||
cp SERIAL_RNS_LENGTH - 1
|
||||
ld a, [hl]
|
||||
pop bc
|
||||
pop hl
|
||||
@@ -6704,7 +6704,7 @@ ENDC
|
||||
ld [wLinkBattleRandomNumberListIndex], a
|
||||
|
||||
ld hl, wLinkBattleRandomNumberList
|
||||
ld b, 9
|
||||
ld b, SERIAL_RNS_LENGTH - 1
|
||||
.loop
|
||||
ld a, [hl]
|
||||
ld c, a
|
||||
|
||||
Reference in New Issue
Block a user