Advertisement
ProClifo

Suicune Cry

Jul 4th, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. #include stdpoke.rbh
  2. #freespace 0xFF
  3. #dynamic 0xF00000
  4.  
  5. #org @start
  6. checkflag 0x864
  7. if 0x1 call @check214
  8. release
  9. end
  10.  
  11. #org @check214
  12. checkflag 0x214
  13. if 0x0 call @check11
  14. return
  15.  
  16. #org @check11
  17. checkflag 0x11
  18. if 0x0 call @cry
  19. return
  20.  
  21. #org @cry
  22. cry PKMN_SUICUNE 0x1
  23. setflag 0x11
  24. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement