Advertisement
Guest User

Dragon Ball Z - The Legacy of Goku II / Dev-related strings

a guest
Jul 21st, 2013
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.66 KB | None | 0 0
  1. Dragon Ball Z - The Legacy of Goku II (US, GBA)
  2. Dev-related strings
  3.  
  4. // C++ source filenames
  5. Offset Size
  6. 0x000042F4 0x0000001B K:\Source\CharacterData.cpp
  7. 0x0000A0F4 0x00000036 K:\Source\ByteCodeInterpreter\ByteCodeFunctionList.cpp
  8. 0x0000B148 0x00000036 K:\Source\ByteCodeInterpreter\ByteCodeVariableList.cpp
  9. 0x0000EBDC 0x00000017 K:\Source\AreaEntry.cpp
  10.  
  11. // C++ compiler warnings
  12. Offset Size
  13. 0x0000A12C 0x00000026 CharacterSpecialAttack() is deprecated
  14. 0x0000A714 0x0000001F CharacterFollow() is deprecated
  15. 0x0000A754 0x00000019 ShowImage() is deprecated
  16. 0x0000B180 0x00000016 Unable to set variable
  17. 0x0000EBF4 0x00000013 Unable to find area
  18.  
  19. // C++ error messages
  20. Offset Size
  21. 0x0001F984 0x00000012 Assertion Failure!
  22. 0x0002286C 0x00000010 0123456789ABCDEF
  23. 0x00022884 0x00000010 0123456789abcdef
  24. 0x00022E48 0x00000011 Invalid Operation
  25. 0x00022E60 0x0000000E Divide By Zero
  26. 0x00022E70 0x00000008 Overflow
  27. 0x00022E7C 0x00000009 Underflow
  28. 0x00022E88 0x0000000E Inexact Result
  29. 0x00022E98 0x00000017 : Heap memory corrupted
  30. 0x00022EB0 0x0000000E Unknown signal
  31. 0x007FD50C 0x00000014 Abnormal termination
  32. 0x007FD523 0x00000016 Arithmetic exception:
  33. 0x007FD53A 0x00000013 Illegal instruction
  34. 0x007FD551 0x00000012 Interrupt received
  35. 0x007FD568 0x0000000F Illegal address
  36. 0x007FD57F 0x00000013 Termination request
  37. 0x007FD596 0x0000000E Stack overflow
  38. 0x007FD5AD 0x00000016 Redirect: can't open:
  39. 0x007FD5C4 0x00000012 Out of heap memory
  40. 0x007FD5DB 0x00000015 User-defined signal 1
  41. 0x007FD5F2 0x00000015 User-defined signal 2
  42. 0x007FD609 0x00000016 Pure virtual fn called
  43. 0x007FD620 0x00000015 C++ library exception
  44. 0x007FD638 0x0000000B EEPROM_V122
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement