Advertisement
ProClifo

Untitled

Jun 20th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. #dynamic 0xF00000
  2. #freespace 0xFF
  3. #org @start
  4. checkflag 0x864
  5. if 0x1 goto @check
  6. end
  7.  
  8. #org @check
  9. checkflag 0x11
  10. if 0x0 goto @cry
  11.  
  12. #org @cry
  13. cry 0xF5 0x1
  14. setflag 0x11
  15. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement