Advertisement
Guest User

Untitled

a guest
Jan 29th, 2020
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. #dynamic 0xB80000
  2.  
  3. #org @start
  4. lock
  5. checkitem 0x15D 0x1
  6. compare 0x800D 0x1
  7. if 0x1 goto @finder
  8. setvar 0x4000 0x1
  9. release
  10. end
  11.  
  12. #org @finder
  13. checkflag 0x20F
  14. if 0x1 goto @end
  15. checksound
  16. cry 0x38 0x0
  17. applymovement 0xFF @pm1
  18. waitmovement 0x0
  19. waitcry
  20. setvar 0x4000 0x1
  21. release
  22. end
  23.  
  24. #org @end
  25. setvar 0x4000 0x1
  26. release
  27. end
  28.  
  29. #org @pm1
  30. #raw 0x62
  31. #raw 0xFE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement