Advertisement
Doesnt

populatemovepools

Oct 24th, 2014
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. with open('mons.txt', 'r') as file :
  2. offset = 0xC70000
  3. print "#org 0x72bff4"
  4. for i in range(780) :
  5. print "#raw pointer " + hex(offset)
  6. offset = offset + 0x40
  7.  
  8. print " "
  9. print " "
  10. print " "
  11. print " "
  12.  
  13. offset = 0xC70000
  14. for i in range(780) :
  15. print " // " + file.readline()
  16. print " "
  17. print "#org " + hex(offset)
  18. print "#raw word ATK_POUND"
  19. print "#raw byte 1"
  20. for i in range(19) :
  21. print "#raw word ATK_SWAGGER"
  22. print "#raw byte 240"
  23. print " "
  24. print " "
  25. print " "
  26. offset = offset + 0x40
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement