Skip to content

Commit

Permalink
Fix comment from Y pos to X pos
Browse files Browse the repository at this point in the history
  • Loading branch information
akatsuki105 committed Apr 30, 2020
1 parent 5048f24 commit 1682aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/overworld/movement.asm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1682aeb

Please sign in to comment.