Advertisement
ProClifo

Untitled

Aug 25th, 2015
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. #freespace 0xFF
  2. #dynamic 0xF00000
  3.  
  4. #org @start
  5. checkflag 0x346
  6. if 0x1 call @hide_chikorita
  7. checkflag 0x32B
  8. if 0x1 call @hide_cyndaquil
  9. checkflag 0x32C
  10. if 0x1 call @hide_totodile
  11. call 0x8271ED7
  12. call 0x82720AD
  13. compare 0x40D3 0x6
  14. if 0x4 goto 0x81F9CF7
  15. compare 0x40D3 0x4
  16. if 0x4 goto 0x81F9CF3
  17. compare 0x40D3 0x3
  18. if 0x1 goto 0x81F9CCD
  19. end
  20.  
  21. #org @hide_chikorita
  22. spritebehave 0x6 0x7C
  23. return
  24.  
  25. #org @hide_cyndaquil
  26. spritebehave 0x4 0x7C
  27. return
  28.  
  29. #org @hide_totodile
  30. spritebehave 0x5 0x7C
  31. return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement