Advertisement
merrp

(0x611 ACE) Obtain Fast Clone Species (0x288A)

Jan 17th, 2021 (edited)
3,869
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. This code for 0x611 allows an easy way to obtain a fast clone pokemon without EV training or single corruption.
  2.  
  3. Before running it, place a DOTS clone (any EVs, items, etc) in Box 10 Slot 19. It will become species 0x288A.
  4.  
  5.  
  6. ### 0x611 Change DOTS to 0x288A (Fast Clone)
  7. - Place DOTS in Box 10 Slot 19
  8. - DOTS must not have evolved or been corrupted
  9. - 0x288A xor 0x0084 xor 0x9746 = 0xBF48
  10. - species diff is 0x288A - 0x12A (Seedot) = 0x2760
  11. ```
  12. box_01: (4CUn♂Ggm) @ replace ♂ with ‘ on console
  13. sbc r11,pc,0x2940 E2CFBDA5 @ r11=&checksum-21
  14. ldrh r12,[r11+21] E1DBC1B5 @ r12=checksum
  15. box_02: ( ?”0S?n )
  16. B2AC00FF
  17. adc r12,0x2840 E2ACCDA1
  18. box_03: (?”kFRn )
  19. B2ACFF00
  20. sbc r12,0xDF E2CCC0DF @ r12=checksum + 0x2760
  21. box_04: (E♂GQm ) @ replace ♂ with ‘ on console
  22. BFFF0000
  23. strh r12,[r11+21] E1CBC1B5 @ store checksum
  24. FF000000
  25. box_05: (BR…oXU?n)
  26. mov r12,0xBC00 E3B0CCBC
  27. adc r12,0x348 E2ACCFD2 @ r12=0x288A xor PID xor TID
  28. box_06: ( ?”♂HQm ) @ replace ♂ with ‘ on console
  29. B2AC00FF
  30. strh r12,[r11+37] E1CBC2B5 @ store species
  31. box_07: (?”VGEn )
  32. B2ACFF00
  33. adc r12,pc,0x34 E2BFC1D0 @ r12=&Box14Name
  34. box_08: (Em…lo ) @ lowercase L
  35. BFFF0000
  36. mvn r11,0xe1 E3E0B0E1 @ r11=ffffff1e
  37. FF000000
  38. box_09: (y♀Qom”Qo)
  39. bic r11,0xed>>12 E3CBB6ED @ r11=f12fff1e
  40. bic r11,0xe1>>4 E3CBB2E1 @ r11=BX r0
  41. box_10: ( ?” …?q )
  42. B2AC00FF
  43. str r11,[r12] E5ACB000 @ store BX r0
  44. box_11: (?”hT-n )
  45. B2ACFF00
  46. adc r12,lr,DC0 E2AECEDC @ r12=080077A7
  47. box_12: (EYN?n )
  48. BFFF0000
  49. adc r12,D30000 E2ACC8D3 @ r12=8D377A7
  50. FF000000
  51. box_13: (FNRob ?n)
  52. bic r12,C00000 E3CCC8C0 @ r12=81377A7
  53. bic r0,r12,D6 E2AC00D6 @ r0=SetCB2WhiteOut
  54. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement