Advertisement
_PoY

[Gold] NSC Alt Main Cyndaquil (changes over Totodile)

May 26th, 2025 (edited)
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.84 KB | None | 0 0
  1. Gold NSC with Quilava:
  2. - Box 14 : p 5 'm v 2
  3. - Quilava moves :
  4. - with Cut : Cut, Leer, Fury Cutter, Ember
  5. - without Cut : Ember, Leer, Fury Cutter, Tackle
  6. - Every other technical detail is the same :)
  7. - The route is obviously different, but you'll figure one out.
  8.  
  9.  
  10. Tackle in slot 4 jumps to $D921 (terminator of box 11): you could rename box 12 instead if you have a Cut s1ave
  11. Ember in slot 4 jumps to $D934 (1st char of box 14)
  12.  
  13.  
  14. #####
  15.  
  16. Croconaw setup
  17.  
  18. Boxes
  19. 1. é d 2 é D 9 'v 7
  20. 2. é [ 'd H . 9
  21. 3. é h 'd H é g 'd
  22. 4. é H 'd 'v é é & 2
  23. 5. H é ] 'd ] é é 4
  24. 6. 'l 'l 'l 'l 'd
  25. 14. p p p p 5 'm v 2
  26.  
  27.  
  28.  
  29.  
  30. 01:daba wPartyMon4Species SBC A # Croconaw
  31. 01:dabb wPartyMon4Item XOR L # Berry
  32. 01:dabc wPartyMon4Moves LD A, [BC] # Scratch
  33. DEC HL # Leer
  34. JP NC, ? # Fury Cutter
  35. 0x37 # Water Gun
  36. wPartyMon4ID 0xD9 # Top of LID
  37. 0xDE # Bottom of LID
  38.  
  39. #####
  40.  
  41. Available moves for Quilava :
  42. Tackle
  43. Leer
  44. Smokescreen
  45. Ember
  46. (Quick Attack)
  47. Mud Slap
  48. Swift
  49. Headbutt
  50. Fire Punch
  51. Fury Cutter
  52. Cut (RRCA - no effect if it follows Berry)
  53.  
  54. NATURAL MOVE ORDER DOESN'T WORK
  55. Quilava SBC H
  56. Berry XOR L
  57. Tackle LD HL, ?
  58. Leer eaten
  59. Fury Cutter eaten <= issue !
  60. Ember
  61.  
  62. CUT-LESS SETUP
  63. Quilava SBC H
  64. Berry XOR L
  65. Ember INC [HL] (1/256 to break stuff unless [HL] != 0xFF always)
  66. Leer DEC HL
  67. Fury Cutter JP NC, ?
  68. Tackle 0x21
  69. 0xD9 (terminator of box 11)
  70.  
  71. CUT SETUP
  72. Quilava SBC H
  73. Berry XOR L
  74. Cut RRCA
  75. Leer DEC HL
  76. Fury Cutter JP NC, ?
  77. Ember 0x34
  78. 0xD9 (1st char of box 14)
  79.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement