forked from JustRegularLuna/rpp-backup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrades.asm
executable file
·14 lines (12 loc) · 883 Bytes
/
trades.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
TradeMons:
; givemonster, getmonster, textstring, nickname (11 bytes), 14 bytes total
db NIDORINO, NIDORINA, 0,"Terry@@@@@@" ; Route 11 - Can find in wild
db ABRA, SNEASEL, 0,"Shadow@@@@@" ; Route 2 - Only place to find!
db PIKACHU, TOGEPI, 1,"Shelly@@@@@" ; Pewter Museum - Only place to find!
db ONIX, CHARMANDER,0,"Flare@@@@@@" ; Route 5 - Only place (if not starter)
db POLIWAG, SQUIRTLE, 2,"Crusher@@@@" ; Vermillion City - Only place (if not starter)
db SLOWBRO, LICKITUNG, 0,"Marc@@@@@@@" ; Route 18 - Can find in wild
db ODDISH, BULBASAUR, 1,"Fiona@@@@@@" ; Cerulean City - Only place (if not starter)
db HAUNTER, MISDREAVUS,1,"Doris@@@@@@" ; Cinnabar Island - Can find in wild
db VENONAT, TANGELA, 2,"Crinkles@@@" ; Cinnabar Island - Can find in wild
db GROWLITHE, HOUNDOUR, 2,"Spot@@@@@@@" ; Cinnabar Island - Can find in wild