Advertisement
Guest User

Last Ranker armips script

a guest
Jun 22nd, 2016
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. .psp
  2. .open "EBOOT.BIN", 0x8804000
  3. .headersize 0x8803F40
  4.  
  5. .org 0x8865DC0 ;subtitle-type
  6. li a0, 0x30
  7. .org 0x8839758 ;text box-type
  8. li a0, 0x30
  9. .org 0x886F6D8 ;dialogue bubble-type
  10. li a0, 0x30
  11.  
  12. //Training Mission Box
  13. .org 0x08844430
  14. li a3, 0x30
  15. .org 0x08844468
  16. li a3, 0x30
  17. .org 0x088444A0
  18. li a3, 0x30
  19. .org 0x088444D8
  20. li a3, 0x30
  21. .org 0x08844510
  22. li a3, 0x30
  23. .org 0x08844548
  24. li a3, 0x30
  25. .org 0x08844580
  26. li a3, 0x30
  27. .org 0x08830240
  28. li a3, 0x30
  29.  
  30. .org 0x088EA5B0 ;length (bottom of menu screen)
  31. li a3, 0x38
  32. .org 0x088EA578 ;length (skill description)
  33. li a3, 0x20
  34. .org 0x088E0304 ;length (weapon description)
  35. li a3, 0x20
  36. .close
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement