Advertisement
Torchickens

Emerald trade Pokémon subst. order and Pomeg glitch changes

Apr 9th, 2016
332
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. Source: http://forums.glitchcity.info/index.php/topic,6868.msg195231.html#msg195231
  2.  
  3. Seedot - PID of 0x00000084 (132) - Trade for Ralts at Rustboro
  4. Plusle - PID of 0x0000006F (111) - Trade for Volbeat at Fortree
  5. Horsea - PID of 0x0000007F (127) - Trade for Bagon on Pacifidlog
  6. Meowth - PID of 0x0000008B (139) - Trade for Skitty at Battle Frontier
  7.  
  8. Initial substructure orders:
  9.  
  10. Seedot: 12 (EGAM)
  11. Plusle: 15 (EAMG)
  12. Horsea: 7 (AGME)
  13. Meowth: 19 (MGEA)
  14.  
  15. Notes (Source: Metarkrai)
  16.  
  17. The 0x05 and 0x40 corruptions can only hit the leftmost byte of PID/TID.
  18. The 0x05 corruption will always yeild a Bad Egg because the checksum will change by a multiple of 0x0A00 (between 0 and 12 times that value), and none of these values are a multiple of 0x1 0000.
  19. Whereas for the 0x40 corruption, the checksum changes by a multiple of 0x8000 (between 0 and 12 times that value). Thus, if the multiple is even, the checksum change will be a multiple of 0x1 0000 and won't change anything.
  20.  
  21. All possible changes for Seedot:
  22.  
  23. Bit 0 and 2 -> ON:
  24.  
  25. 0x05000084 (set bit 0 and 2 of byte 4) - New mod = 20 (MAGE)
  26.  
  27. Bit 6 -> ON:
  28.  
  29. 0x40000084 (set bit 6 of byte 4) - New mod = 4 (GMAE)
  30. 0x00400084 (set bit 6 of byte 3) - New mod = 4 (GMAE)
  31. 0x00004084 (set bit 6 of byte 2) - New mod = 4 (GMAE)
  32. 0x00000084 (set bit 6 of byte 1) - No change
  33.  
  34. All possible changes for Plusle:
  35.  
  36. Bit 0 and 2 -> ON:
  37.  
  38. 0x0500006F (set bit 0 and 2 of byte 4) - New mod = 23 (MEAG)
  39.  
  40. Bit 6 -> ON:
  41.  
  42. 0x4000006F (set bit 6 of byte 4) - New mod = 7 (AGME)
  43. 0x0040006F (set bit 6 of byte 3) - New mod = 7 (AGME)
  44. 0x0000406F (set bit 6 of byte 2) - New mod = 7 (AGME)
  45. 0x0000006F (set bit 6 of byte 1) - No change
  46.  
  47.  
  48. All possible changes for Horsea:
  49.  
  50. Bit 0 and 2 -> ON:
  51.  
  52. 0x0500007F (set bit 0 and 2 of byte 4) - New mod = 15 (EAMG)
  53.  
  54. Bit 6 -> ON:
  55.  
  56. 0x4000007F (set bit 6 of byte 4) - New mod = 23 (MEAG)
  57. 0x0040007F (set bit 6 of byte 3) - New mod = 23 (MEAG)
  58. 0x0000407F (set bit 6 of byte 2) - New mod = 23 (MEAG)
  59. 0x0000007F (set bit 6 of byte 1) - No change
  60.  
  61. All possible changes for Meowth:
  62.  
  63. Bit 0 and 2 -> ON:
  64.  
  65. 0x0500008B (set bit 0 and 2 of byte 4) - New mod = 3 (GEMA)
  66.  
  67. Bit 6 -> ON:
  68.  
  69. 0x4000008B (set bit 6 of byte 4) - New mod = 11 (AMEG)
  70. 0x0040008B (set bit 6 of byte 3) - New mod = 11 (AMEG)
  71. 0x0000408B (set bit 6 of byte 2) - New mod = 11 (AMEG)
  72. 0x0000008B (set bit 6 of byte 1) - No change
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement