Advertisement
bibou261

AR Codes to fetch and modify the Feebas seed in D/P/Pl

Jun 8th, 2012
695
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. Code to fetch the Feebas seed / Code pour récupérer la "seed" à Barpau (L+A) :
  2.  
  3. Pokémon D/P :
  4. 94000130 FDFE0000
  5. BXXXXXXX 00000000
  6. D9000000 0001289C
  7. D6000000 001201C0
  8. D2000000 00000000
  9.  
  10. Pokémon Pl :
  11. 94000130 FDFE0000
  12. BXXXXXXX 00000000
  13. D9000000 00005678
  14. D6000000 00111D10
  15. D2000000 00000000
  16.  
  17. Code to modify the Feebas seed / Code pour modifier la "seed" à Barpau (L+A) :
  18.  
  19. Pokémon D/P :
  20. 94000130 FDFE0000
  21. BXXXXXXX 00000000
  22. D9000000 001201C0
  23. D6000000 0001289C
  24. D2000000 00000000
  25.  
  26. Pokémon Pl :
  27. 94000130 FDFE0000
  28. BXXXXXXX 00000000
  29. D9000000 00111D10
  30. D6000000 00005678
  31. D2000000 00000000
  32.  
  33.  
  34. Remplacer XXXXXXX par / Replace XXXXXXX by :
  35.  
  36. Pokémon D/P :
  37.  
  38. FR : 21C4EA8
  39. USA : 21C4D28
  40. DE : 21C4E68
  41. IT : 21C4E08
  42. SP : 21C4EC8
  43. JAP : 21C6588
  44.  
  45. Pokémon Pl :
  46.  
  47. FR : 2101F20
  48. USA : 2101D40
  49. DE : 2101EE0
  50. IT : 2101EA0
  51. SP : 2101F40
  52. JAP : 2101140
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement