Advertisement
Guest User

Untitled

a guest
Nov 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1.     /* get the current y coordinate */
  2.     int y = sprite->attribute0 & 0xff;
  3.  
  4.     /* get the current x coordinate */
  5.     int x = sprite->attribute1 & 0x1ff;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement