Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Gold NSC with Quilava:
- - Box 14 : p 5 'm v 2
- - Quilava moves :
- - with Cut : Cut, Leer, Fury Cutter, Ember
- - without Cut : Ember, Leer, Fury Cutter, Tackle
- - Every other technical detail is the same :)
- - The route is obviously different, but you'll figure one out.
- Tackle in slot 4 jumps to $D921 (terminator of box 11): you could rename box 12 instead if you have a Cut s1ave
- Ember in slot 4 jumps to $D934 (1st char of box 14)
- #####
- Croconaw setup
- Boxes
- 1. é d 2 é D 9 'v 7
- 2. é [ 'd H . 9
- 3. é h 'd H é g 'd
- 4. é H 'd 'v é é & 2
- 5. H é ] 'd ] é é 4
- 6. 'l 'l 'l 'l 'd
- 14. p p p p 5 'm v 2
- 01:daba wPartyMon4Species SBC A # Croconaw
- 01:dabb wPartyMon4Item XOR L # Berry
- 01:dabc wPartyMon4Moves LD A, [BC] # Scratch
- DEC HL # Leer
- JP NC, ? # Fury Cutter
- 0x37 # Water Gun
- wPartyMon4ID 0xD9 # Top of LID
- 0xDE # Bottom of LID
- #####
- Available moves for Quilava :
- Tackle
- Leer
- Smokescreen
- Ember
- (Quick Attack)
- Mud Slap
- Swift
- Headbutt
- Fire Punch
- Fury Cutter
- Cut (RRCA - no effect if it follows Berry)
- NATURAL MOVE ORDER DOESN'T WORK
- Quilava SBC H
- Berry XOR L
- Tackle LD HL, ?
- Leer eaten
- Fury Cutter eaten <= issue !
- Ember
- CUT-LESS SETUP
- Quilava SBC H
- Berry XOR L
- Ember INC [HL] (1/256 to break stuff unless [HL] != 0xFF always)
- Leer DEC HL
- Fury Cutter JP NC, ?
- Tackle 0x21
- 0xD9 (terminator of box 11)
- CUT SETUP
- Quilava SBC H
- Berry XOR L
- Cut RRCA
- Leer DEC HL
- Fury Cutter JP NC, ?
- Ember 0x34
- 0xD9 (1st char of box 14)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement