mirror of
https://github.com/pret/pokered.git
synced 2026-09-10 10:45:20 -05:00
Fix comment from Y pos to X pos
This commit is contained in:
@@ -702,7 +702,7 @@ GetTileSpriteStandsOn:
|
||||
ld c, a
|
||||
ld b, $0
|
||||
inc l
|
||||
ld a, [hl] ; c1x6: screen Y position
|
||||
ld a, [hl] ; c1x6: screen X position
|
||||
srl a
|
||||
srl a
|
||||
srl a ; screen X tile
|
||||
|
||||
Reference in New Issue
Block a user