Advertisement
Guest User

Call Parent Game Loop [Star / Riidefi]

a guest
Aug 17th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Call Parent Game Loop [Star / Riidefi]
  2.  
  3. This code calls the parent game loop rather than the game specific one. It also enables the profiler provided by the parent game loop.
  4.  
  5. (NTSC-U)
  6. 04008F4C 818C0070
  7. 04238B90 4E800020
  8. 04241860 4800001C
  9. 04241874 48000008
  10. 04241978 48000014
  11.  
  12. (PAL)
  13. 04008F8C 818C0070
  14. 04238F14 4E800020
  15. 0424271C 4800001C
  16. 04242730 48000008
  17. 04242834 48000014
  18.  
  19. (NTSC-J)
  20. 04008EE8 818C0070
  21. 04238E34 4E800020
  22. 0424263C 4800001C
  23. 04242650 48000008
  24. 04242754 48000014
  25.  
  26. (NTSC-K)
  27. 040090DC 818C0070
  28. 04239288 4E800020
  29. 04242A90 4800001C
  30. 04242AA4 48000008
  31. 04242BA8 48000014
  32.  
  33. Code Creators: Star, Riidefi
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement