Guest User

Untitled

a guest
Dec 12th, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. void gotoXY(unsigned x, unsigned y)
  2. {
  3. unsigned cursor = 0;
  4. if (y != 0)
  5. cursor = x + y * 0x40; //move shit to x + 0x28 - 0x0F
  6. else
  7. cursor = x; //move shit to x
  8. }
Add Comment
Please, Sign In to add comment