Advertisement
Comatose-1990

ORIGIN Example

May 10th, 2014
3,897
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. SOMEDATA:
  2. DAT 0
  3.  
  4. SOMEOTHERDATA:
  5. DAT 0
  6.  
  7. ORIGIN
  8.  
  9. REM # This is at 0 relative to ORIGIN
  10. ATHIRDDATASET:
  11. DAT 0, 0
  12.  
  13. SET [SOMEDATA], 1        REM # SET [0], 1
  14. SET [SOMEOTHERDATA], 2   REM # SET [1], 2
  15. SET [ATHIRDDATASET], 3   REM # SET [0], 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement