Advertisement
SciresM

wc6 struct

Aug 2nd, 2014
683
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.77 KB | None | 0 0
  1. 0x?? OT Gender
  2. 00 - Male
  3. 01 - Female
  4. 03 - Recipient's Gender
  5.  
  6. Gift Data
  7.  
  8. Offset Description
  9. 0x00-0x01 Card ID
  10. 0x02-0x44+ Card Title
  11. 0x4C-0x4F Date Card Received
  12. Decimal YYYYMMDD
  13. 0x50 Card Location
  14. 0x51 Card Type [Color]
  15. 00 - Pokémon [Blue]
  16. 01 - (Key) Item [Yellow]
  17. 0x52 Gift Status: Used / Unused
  18. 00 - Repeatable gift
  19. 01 - Unused
  20. 03 - Used
  21. 0x53-0x?? Unknown
  22. 0x66 0xFF (End region?)
  23. 0x68-0x69 TID / [Item]
  24. 0x6A-0x6B SID
  25. 0x6C Pokemon Met in Game (00 for OT's)
  26. 0x70-0x73 Encryption Constant
  27. Unset = 00000000
  28. 0x70-0x71 [Item Quantity]
  29. 0x74-0x75 Ribbons
  30.  
  31. -- Primary Ribbons
  32. Needs research
  33.  
  34. -- Secondary Ribbons
  35.  
  36.  
  37. 0x76 PokéBall
  38. 0x77 Unused/Unknown
  39. 0x78-0x79 Held Item
  40. 0x7A-0x7B Move ID #1
  41. 0x7C-0x7D Move ID #2
  42. 0x7E-0x7F Move ID #3
  43. 0x80-0x81 Move ID #4
  44. 0x82-0x83 PokéDex Number
  45. 0x84 Form No.
  46. 0x85 Language
  47. 00 for Game Received In
  48.  
  49. 0x86-0x9D Pokémon Nickname
  50. If no nickname, all 00.
  51. 0x9E-0x9F Null terminators
  52.  
  53. 0xA0 Nature
  54. FF - Unset
  55.  
  56. 0xA1 Pokémon Gender
  57. 00 - Male
  58. 01 - Female
  59. 02 - Random
  60.  
  61. 0xA2 Pokémon Ability
  62. 00 - Ability 1
  63. 01 - Ability 2
  64. 02 - Dream World Ability
  65. 03 - RND(Abil1, Abil2)
  66. 04 - RND(Abil1, Abil2, AbilDW)
  67.  
  68. 0xA3 Shiny Toggle
  69. 00 - Not Shiny
  70. 01 - Allow Shiny
  71. 02 - Generate Shiny PID
  72. 03 - Also Not Shiny
  73. Shows Shiny Pokemon on Card
  74. 0xA4-0xA5 Egg Met Location
  75. 0xA6-0xA7 Met Location of Pokémon
  76. 0xA8 Level - unused(?)
  77. 0xA9-0xAE Contest Stats
  78. Last byte is Sheen
  79.  
  80. 0xAF-0xB4 IVs
  81. FFs for unset IVs
  82. FE for priority
  83. 0xB5 Flawless IVs to force
  84. 0xB6-0xCD OT Name
  85. 0xCE-0xCF Null Terminators
  86.  
  87. 0xD0 Level(random if set to 0)
  88. 0xD1 Egg Flag
  89. 00 - Is Not Egg
  90. 01 - Is Egg
  91. 0xD2-0xD3 Unknown
  92. 0xD4-0xD7 If pokemon, magic "EE6B2802", else 00
  93. 0xD8-0xD9 Egg Move 1
  94. 0xDA-0xDB Egg Move 2
  95. 0xDC-0xDD Egg Move 3
  96. 0xDE-0xDF Egg Move 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement