mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
Merge pull request #234 from Akatsuki-py/fix_comment
Fix comment from Y pos to X pos
This commit is contained in:
commit
dcff1305fe
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue