You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Tile constant makes more sense as negative
This commit is contained in:
@@ -918,7 +918,7 @@ IntroScene19:
|
|||||||
ldh [rSVBK], a
|
ldh [rSVBK], a
|
||||||
xor a
|
xor a
|
||||||
ldh [hSCX], a
|
ldh [hSCX], a
|
||||||
ld a, 27 * TILE_WIDTH
|
ld a, -5 * TILE_WIDTH
|
||||||
ldh [hSCY], a
|
ldh [hSCY], a
|
||||||
ld a, 7
|
ld a, 7
|
||||||
ldh [hWX], a
|
ldh [hWX], a
|
||||||
|
Reference in New Issue
Block a user