Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- SOMEDATA:
- DAT 0
- SOMEOTHERDATA:
- DAT 0
- ORIGIN
- REM # This is at 0 relative to ORIGIN
- ATHIRDDATASET:
- DAT 0, 0
- SET [SOMEDATA], 1 REM # SET [0], 1
- SET [SOMEOTHERDATA], 2 REM # SET [1], 2
- SET [ATHIRDDATASET], 3 REM # SET [0], 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement