mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Revert "Fix #511: eliminate "Left shift of negative value" warnings"
This reverts commit aa51dbc61245d5b4949c1872b3d3e915a981ded3.
This commit is contained in:
parent
e01a86fe84
commit
6e91c3a293
@ -4,13 +4,13 @@ MagnetTrain: ; 8cc04
|
|||||||
jr nz, .ToGoldenrod
|
jr nz, .ToGoldenrod
|
||||||
ld a, 1 ; forwards
|
ld a, 1 ; forwards
|
||||||
lb bc, $40, $60
|
lb bc, $40, $60
|
||||||
lb de, ((11 * 8) - (11 * 8 + 4)), -$60
|
lb de, (11 * 8) - (11 * 8 + 4), -$60
|
||||||
jr .continue
|
jr .continue
|
||||||
|
|
||||||
.ToGoldenrod:
|
.ToGoldenrod:
|
||||||
ld a, -1 ; backwards
|
ld a, -1 ; backwards
|
||||||
lb bc, -$40, -$60
|
lb bc, -$40, -$60
|
||||||
lb de, ((11 * 8) + (11 * 8 + 4)), $60
|
lb de, (11 * 8) + (11 * 8 + 4), $60
|
||||||
|
|
||||||
.continue
|
.continue
|
||||||
ld h, a
|
ld h, a
|
||||||
|
Loading…
x
Reference in New Issue
Block a user