mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-04 02:21:43 +13:00
Merge branch 'master' of https://github.com/pret/pokered
This commit is contained in:
commit
e8dd755e18
3702 changed files with 163333 additions and 159040 deletions
3628
data/animations.asm
3628
data/animations.asm
File diff suppressed because it is too large
Load diff
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_ABRA ; pokedex id
|
||||
db 25 ; base hp
|
||||
db 20 ; base attack
|
||||
db 15 ; base defense
|
||||
db 90 ; base speed
|
||||
db 105 ; base special
|
||||
db PSYCHIC ; species type 1
|
||||
db PSYCHIC ; species type 2
|
||||
db 200 ; catch rate
|
||||
db 73 ; base exp yield
|
||||
INCBIN "pic/bmon/abra.pic",0,1 ; 55, sprite dimensions
|
||||
dw AbraPicFront
|
||||
dw AbraPicBack
|
||||
; attacks known at lvl 0
|
||||
db TELEPORT
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 29,30,31,32
|
||||
tmlearn 33,34,35,40
|
||||
tmlearn 44,45,46
|
||||
tmlearn 49,50,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_AERODACTYL ; pokedex id
|
||||
db 80 ; base hp
|
||||
db 105 ; base attack
|
||||
db 65 ; base defense
|
||||
db 130 ; base speed
|
||||
db 60 ; base special
|
||||
db ROCK ; species type 1
|
||||
db FLYING ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 202 ; base exp yield
|
||||
INCBIN "pic/bmon/aerodactyl.pic",0,1 ; 77, sprite dimensions
|
||||
dw AerodactylPicFront
|
||||
dw AerodactylPicBack
|
||||
; attacks known at lvl 0
|
||||
db WING_ATTACK
|
||||
db AGILITY
|
||||
db 0
|
||||
db 0
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 2,4,6
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20,23
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34,38,39
|
||||
tmlearn 43,44
|
||||
tmlearn 50,52
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_ALAKAZAM ; pokedex id
|
||||
db 55 ; base hp
|
||||
db 50 ; base attack
|
||||
db 45 ; base defense
|
||||
db 120 ; base speed
|
||||
db 135 ; base special
|
||||
db PSYCHIC ; species type 1
|
||||
db PSYCHIC ; species type 2
|
||||
db 50 ; catch rate
|
||||
db 186 ; base exp yield
|
||||
INCBIN "pic/bmon/alakazam.pic",0,1 ; 77, sprite dimensions
|
||||
dw AlakazamPicFront
|
||||
dw AlakazamPicBack
|
||||
; attacks known at lvl 0
|
||||
db TELEPORT
|
||||
db CONFUSION
|
||||
db DISABLE
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 28,29,30,31,32
|
||||
tmlearn 33,34,35,40
|
||||
tmlearn 44,45,46
|
||||
tmlearn 49,50,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_ARBOK ; pokedex id
|
||||
db 60 ; base hp
|
||||
db 85 ; base attack
|
||||
db 69 ; base defense
|
||||
db 80 ; base speed
|
||||
db 65 ; base special
|
||||
db POISON ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 90 ; catch rate
|
||||
db 147 ; base exp yield
|
||||
INCBIN "pic/bmon/arbok.pic",0,1 ; 77, sprite dimensions
|
||||
dw ArbokPicFront
|
||||
dw ArbokPicBack
|
||||
; attacks known at lvl 0
|
||||
db WRAP
|
||||
db LEER
|
||||
db POISON_STING
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20,21
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 34,40
|
||||
tmlearn 44,48
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_ARCANINE ; pokedex id
|
||||
db 90 ; base hp
|
||||
db 110 ; base attack
|
||||
db 80 ; base defense
|
||||
db 95 ; base speed
|
||||
db 80 ; base special
|
||||
db FIRE ; species type 1
|
||||
db FIRE ; species type 2
|
||||
db 75 ; catch rate
|
||||
db 213 ; base exp yield
|
||||
INCBIN "pic/bmon/arcanine.pic",0,1 ; 77, sprite dimensions
|
||||
dw ArcaninePicFront
|
||||
dw ArcaninePicBack
|
||||
; attacks known at lvl 0
|
||||
db ROAR
|
||||
db EMBER
|
||||
db LEER
|
||||
db TAKE_DOWN
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20,23
|
||||
tmlearn 28,30,31,32
|
||||
tmlearn 33,34,38,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_ARTICUNO ; pokedex id
|
||||
db 90 ; base hp
|
||||
db 85 ; base attack
|
||||
db 100 ; base defense
|
||||
db 85 ; base speed
|
||||
db 125 ; base special
|
||||
db ICE ; species type 1
|
||||
db FLYING ; species type 2
|
||||
db 3 ; catch rate
|
||||
db 215 ; base exp yield
|
||||
INCBIN "pic/bmon/articuno.pic",0,1 ; 77, sprite dimensions
|
||||
dw ArticunoPicFront
|
||||
dw ArticunoPicBack
|
||||
; attacks known at lvl 0
|
||||
db PECK
|
||||
db ICE_BEAM
|
||||
db 0
|
||||
db 0
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 2,4,6
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34,39
|
||||
tmlearn 43,44
|
||||
tmlearn 50,52
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_BEEDRILL ; pokedex id
|
||||
db 65 ; base hp
|
||||
db 80 ; base attack
|
||||
db 40 ; base defense
|
||||
db 75 ; base speed
|
||||
db 45 ; base special
|
||||
db BUG ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 159 ; base exp yield
|
||||
INCBIN "pic/bmon/beedrill.pic",0,1 ; 77, sprite dimensions
|
||||
dw BeedrillPicFront
|
||||
dw BeedrillPicBack
|
||||
; attacks known at lvl 0
|
||||
db FURY_ATTACK
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 3,6
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20,21
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50,51
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_BELLSPROUT ; pokedex id
|
||||
db 50 ; base hp
|
||||
db 75 ; base attack
|
||||
db 35 ; base defense
|
||||
db 40 ; base speed
|
||||
db 70 ; base special
|
||||
db GRASS ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 255 ; catch rate
|
||||
db 84 ; base exp yield
|
||||
INCBIN "pic/bmon/bellsprout.pic",0,1 ; 55, sprite dimensions
|
||||
dw BellsproutPicFront
|
||||
dw BellsproutPicBack
|
||||
; attacks known at lvl 0
|
||||
db VINE_WHIP
|
||||
db GROWTH
|
||||
db 0
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 3,6
|
||||
tmlearn 9,10
|
||||
tmlearn 20,21,22
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34
|
||||
tmlearn 44
|
||||
tmlearn 50,51
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_BLASTOISE ; pokedex id
|
||||
db 79 ; base hp
|
||||
db 83 ; base attack
|
||||
db 100 ; base defense
|
||||
db 78 ; base speed
|
||||
db 85 ; base special
|
||||
db WATER ; species type 1
|
||||
db WATER ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 210 ; base exp yield
|
||||
INCBIN "pic/bmon/blastoise.pic",0,1 ; 77, sprite dimensions
|
||||
dw BlastoisePicFront
|
||||
dw BlastoisePicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db TAIL_WHIP
|
||||
db BUBBLE
|
||||
db WATER_GUN
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 33,34,40
|
||||
tmlearn 44
|
||||
tmlearn 50,53,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,30 +0,0 @@
|
|||
MonBaseStats:
|
||||
db DEX_BULBASAUR ; pokedex id
|
||||
db 45 ; base hp
|
||||
db 49 ; base attack
|
||||
db 49 ; base defense
|
||||
db 45 ; base speed
|
||||
db 65 ; base special
|
||||
db GRASS ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 64 ; base exp yield
|
||||
INCBIN "pic/bmon/bulbasaur.pic",0,1 ; 55, sprite dimensions
|
||||
dw BulbasaurPicFront
|
||||
dw BulbasaurPicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db GROWL
|
||||
db 0
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 3,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 20,21,22
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34
|
||||
tmlearn 44
|
||||
tmlearn 50,51
|
||||
db 0 ; padding
|
||||
MonBaseStatsEnd:
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_BUTTERFREE ; pokedex id
|
||||
db 60 ; base hp
|
||||
db 45 ; base attack
|
||||
db 50 ; base defense
|
||||
db 70 ; base speed
|
||||
db 80 ; base special
|
||||
db BUG ; species type 1
|
||||
db FLYING ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 160 ; base exp yield
|
||||
INCBIN "pic/bmon/butterfree.pic",0,1 ; 77, sprite dimensions
|
||||
dw ButterfreePicFront
|
||||
dw ButterfreePicBack
|
||||
; attacks known at lvl 0
|
||||
db CONFUSION
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 2,4,6
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20,21,22
|
||||
tmlearn 29,30,31,32
|
||||
tmlearn 33,34,39
|
||||
tmlearn 44,46
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_CATERPIE ; pokedex id
|
||||
db 45 ; base hp
|
||||
db 30 ; base attack
|
||||
db 35 ; base defense
|
||||
db 45 ; base speed
|
||||
db 20 ; base special
|
||||
db BUG ; species type 1
|
||||
db BUG ; species type 2
|
||||
db 255 ; catch rate
|
||||
db 53 ; base exp yield
|
||||
INCBIN "pic/bmon/caterpie.pic",0,1 ; 55, sprite dimensions
|
||||
dw CaterpiePicFront
|
||||
dw CaterpiePicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db STRING_SHOT
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_CHANSEY ; pokedex id
|
||||
db 250 ; base hp
|
||||
db 5 ; base attack
|
||||
db 5 ; base defense
|
||||
db 50 ; base speed
|
||||
db 105 ; base special
|
||||
db NORMAL ; species type 1
|
||||
db NORMAL ; species type 2
|
||||
db 30 ; catch rate
|
||||
db 255 ; base exp yield
|
||||
INCBIN "pic/bmon/chansey.pic",0,1 ; 66, sprite dimensions
|
||||
dw ChanseyPicFront
|
||||
dw ChanseyPicBack
|
||||
; attacks known at lvl 0
|
||||
db POUND
|
||||
db DOUBLESLAP
|
||||
db 0
|
||||
db 0
|
||||
db 4 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 17,18,19,20,22,24
|
||||
tmlearn 25,29,30,31,32
|
||||
tmlearn 33,34,35,37,38,40
|
||||
tmlearn 41,44,45,46
|
||||
tmlearn 49,50,54,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_CHARIZARD ; pokedex id
|
||||
db 78 ; base hp
|
||||
db 84 ; base attack
|
||||
db 78 ; base defense
|
||||
db 100 ; base speed
|
||||
db 85 ; base special
|
||||
db FIRE ; species type 1
|
||||
db FLYING ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 209 ; base exp yield
|
||||
INCBIN "pic/bmon/charizard.pic",0,1 ; 77, sprite dimensions
|
||||
dw CharizardPicFront
|
||||
dw CharizardPicBack
|
||||
; attacks known at lvl 0
|
||||
db SCRATCH
|
||||
db GROWL
|
||||
db EMBER
|
||||
db LEER
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,3,5,6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 17,18,19,20,23
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 33,34,38,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50,51,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_CHARMANDER ; pokedex id
|
||||
db 39 ; base hp
|
||||
db 52 ; base attack
|
||||
db 43 ; base defense
|
||||
db 65 ; base speed
|
||||
db 50 ; base special
|
||||
db FIRE ; species type 1
|
||||
db FIRE ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 65 ; base exp yield
|
||||
INCBIN "pic/bmon/charmander.pic",0,1 ; 55, sprite dimensions
|
||||
dw CharmanderPicFront
|
||||
dw CharmanderPicBack
|
||||
; attacks known at lvl 0
|
||||
db SCRATCH
|
||||
db GROWL
|
||||
db 0
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,3,5,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 17,18,19,20,23
|
||||
tmlearn 28,31,32
|
||||
tmlearn 33,34,38,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50,51,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_CHARMELEON ; pokedex id
|
||||
db 58 ; base hp
|
||||
db 64 ; base attack
|
||||
db 58 ; base defense
|
||||
db 80 ; base speed
|
||||
db 65 ; base special
|
||||
db FIRE ; species type 1
|
||||
db FIRE ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 142 ; base exp yield
|
||||
INCBIN "pic/bmon/charmeleon.pic",0,1 ; 66, sprite dimensions
|
||||
dw CharmeleonPicFront
|
||||
dw CharmeleonPicBack
|
||||
; attacks known at lvl 0
|
||||
db SCRATCH
|
||||
db GROWL
|
||||
db EMBER
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,3,5,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 17,18,19,20,23
|
||||
tmlearn 28,31,32
|
||||
tmlearn 33,34,38,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50,51,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_CLEFABLE ; pokedex id
|
||||
db 95 ; base hp
|
||||
db 70 ; base attack
|
||||
db 73 ; base defense
|
||||
db 60 ; base speed
|
||||
db 85 ; base special
|
||||
db NORMAL ; species type 1
|
||||
db NORMAL ; species type 2
|
||||
db 25 ; catch rate
|
||||
db 129 ; base exp yield
|
||||
INCBIN "pic/bmon/clefable.pic",0,1 ; 66, sprite dimensions
|
||||
dw ClefablePicFront
|
||||
dw ClefablePicBack
|
||||
; attacks known at lvl 0
|
||||
db SING
|
||||
db DOUBLESLAP
|
||||
db MINIMIZE
|
||||
db METRONOME
|
||||
db 4 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 17,18,19,20,22,24
|
||||
tmlearn 25,29,30,31,32
|
||||
tmlearn 33,34,35,38,40
|
||||
tmlearn 44,45,46
|
||||
tmlearn 49,50,54,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_CLEFAIRY ; pokedex id
|
||||
db 70 ; base hp
|
||||
db 45 ; base attack
|
||||
db 48 ; base defense
|
||||
db 35 ; base speed
|
||||
db 60 ; base special
|
||||
db NORMAL ; species type 1
|
||||
db NORMAL ; species type 2
|
||||
db 150 ; catch rate
|
||||
db 68 ; base exp yield
|
||||
INCBIN "pic/bmon/clefairy.pic",0,1 ; 55, sprite dimensions
|
||||
dw ClefairyPicFront
|
||||
dw ClefairyPicBack
|
||||
; attacks known at lvl 0
|
||||
db POUND
|
||||
db GROWL
|
||||
db 0
|
||||
db 0
|
||||
db 4 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,11,12,13,14
|
||||
tmlearn 17,18,19,20,22,24
|
||||
tmlearn 25,29,30,31,32
|
||||
tmlearn 33,34,35,38,40
|
||||
tmlearn 44,45,46
|
||||
tmlearn 49,50,54,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_CLOYSTER ; pokedex id
|
||||
db 50 ; base hp
|
||||
db 95 ; base attack
|
||||
db 180 ; base defense
|
||||
db 70 ; base speed
|
||||
db 85 ; base special
|
||||
db WATER ; species type 1
|
||||
db ICE ; species type 2
|
||||
db 60 ; catch rate
|
||||
db 203 ; base exp yield
|
||||
INCBIN "pic/bmon/cloyster.pic",0,1 ; 77, sprite dimensions
|
||||
dw CloysterPicFront
|
||||
dw CloysterPicBack
|
||||
; attacks known at lvl 0
|
||||
db WITHDRAW
|
||||
db SUPERSONIC
|
||||
db CLAMP
|
||||
db AURORA_BEAM
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 20
|
||||
tmlearn 30,31,32
|
||||
tmlearn 33,34,36,39
|
||||
tmlearn 44,47
|
||||
tmlearn 49,50,53
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_CUBONE ; pokedex id
|
||||
db 50 ; base hp
|
||||
db 50 ; base attack
|
||||
db 95 ; base defense
|
||||
db 35 ; base speed
|
||||
db 40 ; base special
|
||||
db GROUND ; species type 1
|
||||
db GROUND ; species type 2
|
||||
db 190 ; catch rate
|
||||
db 87 ; base exp yield
|
||||
INCBIN "pic/bmon/cubone.pic",0,1 ; 55, sprite dimensions
|
||||
dw CubonePicFront
|
||||
dw CubonePicBack
|
||||
; attacks known at lvl 0
|
||||
db BONE_CLUB
|
||||
db GROWL
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,11,12,13,14
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 34,38,40
|
||||
tmlearn 44
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_DEWGONG ; pokedex id
|
||||
db 90 ; base hp
|
||||
db 70 ; base attack
|
||||
db 80 ; base defense
|
||||
db 70 ; base speed
|
||||
db 95 ; base special
|
||||
db WATER ; species type 1
|
||||
db ICE ; species type 2
|
||||
db 75 ; catch rate
|
||||
db 176 ; base exp yield
|
||||
INCBIN "pic/bmon/dewgong.pic",0,1 ; 66, sprite dimensions
|
||||
dw DewgongPicFront
|
||||
dw DewgongPicBack
|
||||
; attacks known at lvl 0
|
||||
db HEADBUTT
|
||||
db GROWL
|
||||
db AURORA_BEAM
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,7,8
|
||||
tmlearn 9,10,11,12,13,14,15,16
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 34,40
|
||||
tmlearn 44
|
||||
tmlearn 50,53,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_DIGLETT ; pokedex id
|
||||
db 10 ; base hp
|
||||
db 55 ; base attack
|
||||
db 25 ; base defense
|
||||
db 95 ; base speed
|
||||
db 45 ; base special
|
||||
db GROUND ; species type 1
|
||||
db GROUND ; species type 2
|
||||
db 255 ; catch rate
|
||||
db 81 ; base exp yield
|
||||
INCBIN "pic/bmon/diglett.pic",0,1 ; 55, sprite dimensions
|
||||
dw DiglettPicFront
|
||||
dw DiglettPicBack
|
||||
; attacks known at lvl 0
|
||||
db SCRATCH
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 20
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 34
|
||||
tmlearn 44,48
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_DITTO ; pokedex id
|
||||
db 48 ; base hp
|
||||
db 48 ; base attack
|
||||
db 48 ; base defense
|
||||
db 48 ; base speed
|
||||
db 48 ; base special
|
||||
db NORMAL ; species type 1
|
||||
db NORMAL ; species type 2
|
||||
db 35 ; catch rate
|
||||
db 61 ; base exp yield
|
||||
INCBIN "pic/bmon/ditto.pic",0,1 ; 55, sprite dimensions
|
||||
dw DittoPicFront
|
||||
dw DittoPicBack
|
||||
; attacks known at lvl 0
|
||||
db TRANSFORM
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_DODRIO ; pokedex id
|
||||
db 60 ; base hp
|
||||
db 110 ; base attack
|
||||
db 70 ; base defense
|
||||
db 100 ; base speed
|
||||
db 60 ; base special
|
||||
db NORMAL ; species type 1
|
||||
db FLYING ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 158 ; base exp yield
|
||||
INCBIN "pic/bmon/dodrio.pic",0,1 ; 77, sprite dimensions
|
||||
dw DodrioPicFront
|
||||
dw DodrioPicBack
|
||||
; attacks known at lvl 0
|
||||
db PECK
|
||||
db GROWL
|
||||
db FURY_ATTACK
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 4,6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34,40
|
||||
tmlearn 43,44
|
||||
tmlearn 49,50,52
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_DODUO ; pokedex id
|
||||
db 35 ; base hp
|
||||
db 85 ; base attack
|
||||
db 45 ; base defense
|
||||
db 75 ; base speed
|
||||
db 35 ; base special
|
||||
db NORMAL ; species type 1
|
||||
db FLYING ; species type 2
|
||||
db 190 ; catch rate
|
||||
db 96 ; base exp yield
|
||||
INCBIN "pic/bmon/doduo.pic",0,1 ; 55, sprite dimensions
|
||||
dw DoduoPicFront
|
||||
dw DoduoPicBack
|
||||
; attacks known at lvl 0
|
||||
db PECK
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 4,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34,40
|
||||
tmlearn 43,44
|
||||
tmlearn 49,50,52
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_DRAGONAIR ; pokedex id
|
||||
db 61 ; base hp
|
||||
db 84 ; base attack
|
||||
db 65 ; base defense
|
||||
db 70 ; base speed
|
||||
db 70 ; base special
|
||||
db DRAGON ; species type 1
|
||||
db DRAGON ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 144 ; base exp yield
|
||||
INCBIN "pic/bmon/dragonair.pic",0,1 ; 66, sprite dimensions
|
||||
dw DragonairPicFront
|
||||
dw DragonairPicBack
|
||||
; attacks known at lvl 0
|
||||
db WRAP
|
||||
db LEER
|
||||
db THUNDER_WAVE
|
||||
db 0
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,7,8
|
||||
tmlearn 9,10,11,12,13,14
|
||||
tmlearn 20,23,24
|
||||
tmlearn 25,31,32
|
||||
tmlearn 33,34,38,39,40
|
||||
tmlearn 44,45
|
||||
tmlearn 50,53
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_DRAGONITE ; pokedex id
|
||||
db 91 ; base hp
|
||||
db 134 ; base attack
|
||||
db 95 ; base defense
|
||||
db 80 ; base speed
|
||||
db 100 ; base special
|
||||
db DRAGON ; species type 1
|
||||
db FLYING ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 218 ; base exp yield
|
||||
INCBIN "pic/bmon/dragonite.pic",0,1 ; 77, sprite dimensions
|
||||
dw DragonitePicFront
|
||||
dw DragonitePicBack
|
||||
; attacks known at lvl 0
|
||||
db WRAP
|
||||
db LEER
|
||||
db THUNDER_WAVE
|
||||
db AGILITY
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 2,6,7,8
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 20,23,24
|
||||
tmlearn 25,31,32
|
||||
tmlearn 33,34,38,39,40
|
||||
tmlearn 44,45
|
||||
tmlearn 50,53,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_DRATINI ; pokedex id
|
||||
db 41 ; base hp
|
||||
db 64 ; base attack
|
||||
db 45 ; base defense
|
||||
db 50 ; base speed
|
||||
db 50 ; base special
|
||||
db DRAGON ; species type 1
|
||||
db DRAGON ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 67 ; base exp yield
|
||||
INCBIN "pic/bmon/dratini.pic",0,1 ; 55, sprite dimensions
|
||||
dw DratiniPicFront
|
||||
dw DratiniPicBack
|
||||
; attacks known at lvl 0
|
||||
db WRAP
|
||||
db LEER
|
||||
db 0
|
||||
db 0
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10,11,12,13,14
|
||||
tmlearn 20,23,24
|
||||
tmlearn 25,31,32
|
||||
tmlearn 33,34,38,39,40
|
||||
tmlearn 44,45
|
||||
tmlearn 50,53
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_DROWZEE ; pokedex id
|
||||
db 60 ; base hp
|
||||
db 48 ; base attack
|
||||
db 45 ; base defense
|
||||
db 42 ; base speed
|
||||
db 90 ; base special
|
||||
db PSYCHIC ; species type 1
|
||||
db PSYCHIC ; species type 2
|
||||
db 190 ; catch rate
|
||||
db 102 ; base exp yield
|
||||
INCBIN "pic/bmon/drowzee.pic",0,1 ; 66, sprite dimensions
|
||||
dw DrowzeePicFront
|
||||
dw DrowzeePicBack
|
||||
; attacks known at lvl 0
|
||||
db POUND
|
||||
db HYPNOSIS
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 29,30,31,32
|
||||
tmlearn 33,34,35,40
|
||||
tmlearn 42,44,45,46
|
||||
tmlearn 49,50,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_DUGTRIO ; pokedex id
|
||||
db 35 ; base hp
|
||||
db 80 ; base attack
|
||||
db 50 ; base defense
|
||||
db 120 ; base speed
|
||||
db 70 ; base special
|
||||
db GROUND ; species type 1
|
||||
db GROUND ; species type 2
|
||||
db 50 ; catch rate
|
||||
db 153 ; base exp yield
|
||||
INCBIN "pic/bmon/dugtrio.pic",0,1 ; 66, sprite dimensions
|
||||
dw DugtrioPicFront
|
||||
dw DugtrioPicBack
|
||||
; attacks known at lvl 0
|
||||
db SCRATCH
|
||||
db GROWL
|
||||
db DIG
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 34
|
||||
tmlearn 44,48
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_EEVEE ; pokedex id
|
||||
db 55 ; base hp
|
||||
db 55 ; base attack
|
||||
db 50 ; base defense
|
||||
db 55 ; base speed
|
||||
db 65 ; base special
|
||||
db NORMAL ; species type 1
|
||||
db NORMAL ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 92 ; base exp yield
|
||||
INCBIN "pic/bmon/eevee.pic",0,1 ; 55, sprite dimensions
|
||||
dw EeveePicFront
|
||||
dw EeveePicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db SAND_ATTACK
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_EKANS ; pokedex id
|
||||
db 35 ; base hp
|
||||
db 60 ; base attack
|
||||
db 44 ; base defense
|
||||
db 55 ; base speed
|
||||
db 40 ; base special
|
||||
db POISON ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 255 ; catch rate
|
||||
db 62 ; base exp yield
|
||||
INCBIN "pic/bmon/ekans.pic",0,1 ; 55, sprite dimensions
|
||||
dw EkansPicFront
|
||||
dw EkansPicBack
|
||||
; attacks known at lvl 0
|
||||
db WRAP
|
||||
db LEER
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 20,21
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 34,40
|
||||
tmlearn 44,48
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_ELECTABUZZ ; pokedex id
|
||||
db 65 ; base hp
|
||||
db 83 ; base attack
|
||||
db 57 ; base defense
|
||||
db 105 ; base speed
|
||||
db 85 ; base special
|
||||
db ELECTRIC ; species type 1
|
||||
db ELECTRIC ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 156 ; base exp yield
|
||||
INCBIN "pic/bmon/electabuzz.pic",0,1 ; 66, sprite dimensions
|
||||
dw ElectabuzzPicFront
|
||||
dw ElectabuzzPicBack
|
||||
; attacks known at lvl 0
|
||||
db QUICK_ATTACK
|
||||
db LEER
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 17,18,19,20,24
|
||||
tmlearn 25,29,30,31,32
|
||||
tmlearn 33,34,35,39,40
|
||||
tmlearn 44,45,46
|
||||
tmlearn 50,54,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_ELECTRODE ; pokedex id
|
||||
db 60 ; base hp
|
||||
db 50 ; base attack
|
||||
db 70 ; base defense
|
||||
db 140 ; base speed
|
||||
db 80 ; base special
|
||||
db ELECTRIC ; species type 1
|
||||
db ELECTRIC ; species type 2
|
||||
db 60 ; catch rate
|
||||
db 150 ; base exp yield
|
||||
INCBIN "pic/bmon/electrode.pic",0,1 ; 55, sprite dimensions
|
||||
dw ElectrodePicFront
|
||||
dw ElectrodePicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db SCREECH
|
||||
db SONICBOOM
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6
|
||||
tmlearn 9,15
|
||||
tmlearn 20,24
|
||||
tmlearn 25,30,31,32
|
||||
tmlearn 33,34,36,39,40
|
||||
tmlearn 44,45,47
|
||||
tmlearn 50,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_EXEGGCUTE ; pokedex id
|
||||
db 60 ; base hp
|
||||
db 40 ; base attack
|
||||
db 80 ; base defense
|
||||
db 40 ; base speed
|
||||
db 60 ; base special
|
||||
db GRASS ; species type 1
|
||||
db PSYCHIC ; species type 2
|
||||
db 90 ; catch rate
|
||||
db 98 ; base exp yield
|
||||
INCBIN "pic/bmon/exeggcute.pic",0,1 ; 77, sprite dimensions
|
||||
dw ExeggcutePicFront
|
||||
dw ExeggcutePicBack
|
||||
; attacks known at lvl 0
|
||||
db BARRAGE
|
||||
db HYPNOSIS
|
||||
db 0
|
||||
db 0
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6
|
||||
tmlearn 9,10
|
||||
tmlearn 20
|
||||
tmlearn 29,30,31,32
|
||||
tmlearn 33,34,36,37
|
||||
tmlearn 44,46,47
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_EXEGGUTOR ; pokedex id
|
||||
db 95 ; base hp
|
||||
db 95 ; base attack
|
||||
db 85 ; base defense
|
||||
db 55 ; base speed
|
||||
db 125 ; base special
|
||||
db GRASS ; species type 1
|
||||
db PSYCHIC ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 212 ; base exp yield
|
||||
INCBIN "pic/bmon/exeggutor.pic",0,1 ; 77, sprite dimensions
|
||||
dw ExeggutorPicFront
|
||||
dw ExeggutorPicBack
|
||||
; attacks known at lvl 0
|
||||
db BARRAGE
|
||||
db HYPNOSIS
|
||||
db 0
|
||||
db 0
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20,21,22
|
||||
tmlearn 29,30,31,32
|
||||
tmlearn 33,34,36,37
|
||||
tmlearn 44,46,47
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_FARFETCHD ; pokedex id
|
||||
db 52 ; base hp
|
||||
db 65 ; base attack
|
||||
db 55 ; base defense
|
||||
db 60 ; base speed
|
||||
db 58 ; base special
|
||||
db NORMAL ; species type 1
|
||||
db FLYING ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 94 ; base exp yield
|
||||
INCBIN "pic/bmon/farfetchd.pic",0,1 ; 66, sprite dimensions
|
||||
dw FarfetchdPicFront
|
||||
dw FarfetchdPicBack
|
||||
; attacks known at lvl 0
|
||||
db PECK
|
||||
db SAND_ATTACK
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 2,3,4,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50,51,52
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_FEAROW ; pokedex id
|
||||
db 65 ; base hp
|
||||
db 90 ; base attack
|
||||
db 65 ; base defense
|
||||
db 100 ; base speed
|
||||
db 61 ; base special
|
||||
db NORMAL ; species type 1
|
||||
db FLYING ; species type 2
|
||||
db 90 ; catch rate
|
||||
db 162 ; base exp yield
|
||||
INCBIN "pic/bmon/fearow.pic",0,1 ; 77, sprite dimensions
|
||||
dw FearowPicFront
|
||||
dw FearowPicBack
|
||||
; attacks known at lvl 0
|
||||
db PECK
|
||||
db GROWL
|
||||
db LEER
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 2,4,6
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 34,39
|
||||
tmlearn 43,44
|
||||
tmlearn 50,52
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_FLAREON ; pokedex id
|
||||
db 65 ; base hp
|
||||
db 130 ; base attack
|
||||
db 60 ; base defense
|
||||
db 65 ; base speed
|
||||
db 110 ; base special
|
||||
db FIRE ; species type 1
|
||||
db FIRE ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 198 ; base exp yield
|
||||
INCBIN "pic/bmon/flareon.pic",0,1 ; 66, sprite dimensions
|
||||
dw FlareonPicFront
|
||||
dw FlareonPicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db SAND_ATTACK
|
||||
db QUICK_ATTACK
|
||||
db EMBER
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34,38,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_GASTLY ; pokedex id
|
||||
db 30 ; base hp
|
||||
db 35 ; base attack
|
||||
db 30 ; base defense
|
||||
db 80 ; base speed
|
||||
db 100 ; base special
|
||||
db GHOST ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 190 ; catch rate
|
||||
db 95 ; base exp yield
|
||||
INCBIN "pic/bmon/gastly.pic",0,1 ; 77, sprite dimensions
|
||||
dw GastlyPicFront
|
||||
dw GastlyPicBack
|
||||
; attacks known at lvl 0
|
||||
db LICK
|
||||
db CONFUSE_RAY
|
||||
db NIGHT_SHADE
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6
|
||||
tmlearn 0
|
||||
tmlearn 20,21,24
|
||||
tmlearn 25,29,31,32
|
||||
tmlearn 34,36
|
||||
tmlearn 42,44,46,47
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_GENGAR ; pokedex id
|
||||
db 60 ; base hp
|
||||
db 65 ; base attack
|
||||
db 60 ; base defense
|
||||
db 110 ; base speed
|
||||
db 130 ; base special
|
||||
db GHOST ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 190 ; base exp yield
|
||||
INCBIN "pic/bmon/gengar.pic",0,1 ; 66, sprite dimensions
|
||||
dw GengarPicFront
|
||||
dw GengarPicBack
|
||||
; attacks known at lvl 0
|
||||
db LICK
|
||||
db CONFUSE_RAY
|
||||
db NIGHT_SHADE
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 17,18,19,20,21,24
|
||||
tmlearn 25,29,31,32
|
||||
tmlearn 34,35,36,40
|
||||
tmlearn 42,44,46,47
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_GEODUDE ; pokedex id
|
||||
db 40 ; base hp
|
||||
db 80 ; base attack
|
||||
db 100 ; base defense
|
||||
db 20 ; base speed
|
||||
db 30 ; base special
|
||||
db ROCK ; species type 1
|
||||
db GROUND ; species type 2
|
||||
db 255 ; catch rate
|
||||
db 86 ; base exp yield
|
||||
INCBIN "pic/bmon/geodude.pic",0,1 ; 55, sprite dimensions
|
||||
dw GeodudePicFront
|
||||
dw GeodudePicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 34,35,36,38
|
||||
tmlearn 44,47,48
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_GLOOM ; pokedex id
|
||||
db 60 ; base hp
|
||||
db 65 ; base attack
|
||||
db 70 ; base defense
|
||||
db 40 ; base speed
|
||||
db 85 ; base special
|
||||
db GRASS ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 120 ; catch rate
|
||||
db 132 ; base exp yield
|
||||
INCBIN "pic/bmon/gloom.pic",0,1 ; 66, sprite dimensions
|
||||
dw GloomPicFront
|
||||
dw GloomPicBack
|
||||
; attacks known at lvl 0
|
||||
db ABSORB
|
||||
db POISONPOWDER
|
||||
db STUN_SPORE
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 3,6
|
||||
tmlearn 9,10
|
||||
tmlearn 20,21,22
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34
|
||||
tmlearn 44
|
||||
tmlearn 50,51
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_GOLBAT ; pokedex id
|
||||
db 75 ; base hp
|
||||
db 80 ; base attack
|
||||
db 70 ; base defense
|
||||
db 90 ; base speed
|
||||
db 75 ; base special
|
||||
db POISON ; species type 1
|
||||
db FLYING ; species type 2
|
||||
db 90 ; catch rate
|
||||
db 171 ; base exp yield
|
||||
INCBIN "pic/bmon/golbat.pic",0,1 ; 77, sprite dimensions
|
||||
dw GolbatPicFront
|
||||
dw GolbatPicBack
|
||||
; attacks known at lvl 0
|
||||
db LEECH_LIFE
|
||||
db SCREECH
|
||||
db BITE
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 2,4,6
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20,21
|
||||
tmlearn 31,32
|
||||
tmlearn 34,39
|
||||
tmlearn 44
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_GOLDEEN ; pokedex id
|
||||
db 45 ; base hp
|
||||
db 67 ; base attack
|
||||
db 60 ; base defense
|
||||
db 63 ; base speed
|
||||
db 50 ; base special
|
||||
db WATER ; species type 1
|
||||
db WATER ; species type 2
|
||||
db 225 ; catch rate
|
||||
db 111 ; base exp yield
|
||||
INCBIN "pic/bmon/goldeen.pic",0,1 ; 66, sprite dimensions
|
||||
dw GoldeenPicFront
|
||||
dw GoldeenPicBack
|
||||
; attacks known at lvl 0
|
||||
db PECK
|
||||
db TAIL_WHIP
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,7
|
||||
tmlearn 9,10,11,12,13,14
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 34,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50,53
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_GOLDUCK ; pokedex id
|
||||
db 80 ; base hp
|
||||
db 82 ; base attack
|
||||
db 78 ; base defense
|
||||
db 85 ; base speed
|
||||
db 80 ; base special
|
||||
db WATER ; species type 1
|
||||
db WATER ; species type 2
|
||||
db 75 ; catch rate
|
||||
db 174 ; base exp yield
|
||||
INCBIN "pic/bmon/golduck.pic",0,1 ; 77, sprite dimensions
|
||||
dw GolduckPicFront
|
||||
dw GolduckPicBack
|
||||
; attacks known at lvl 0
|
||||
db SCRATCH
|
||||
db TAIL_WHIP
|
||||
db DISABLE
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,11,12,13,14,15,16
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 28,31,32
|
||||
tmlearn 34,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50,53,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_GOLEM ; pokedex id
|
||||
db 80 ; base hp
|
||||
db 110 ; base attack
|
||||
db 130 ; base defense
|
||||
db 45 ; base speed
|
||||
db 55 ; base special
|
||||
db ROCK ; species type 1
|
||||
db GROUND ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 177 ; base exp yield
|
||||
INCBIN "pic/bmon/golem.pic",0,1 ; 66, sprite dimensions
|
||||
dw GolemPicFront
|
||||
dw GolemPicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db DEFENSE_CURL
|
||||
db 0
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 34,35,36,38
|
||||
tmlearn 44,47,48
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_GRAVELER ; pokedex id
|
||||
db 55 ; base hp
|
||||
db 95 ; base attack
|
||||
db 115 ; base defense
|
||||
db 35 ; base speed
|
||||
db 45 ; base special
|
||||
db ROCK ; species type 1
|
||||
db GROUND ; species type 2
|
||||
db 120 ; catch rate
|
||||
db 134 ; base exp yield
|
||||
INCBIN "pic/bmon/graveler.pic",0,1 ; 66, sprite dimensions
|
||||
dw GravelerPicFront
|
||||
dw GravelerPicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db DEFENSE_CURL
|
||||
db 0
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 34,35,36,38
|
||||
tmlearn 44,47,48
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_GRIMER ; pokedex id
|
||||
db 80 ; base hp
|
||||
db 80 ; base attack
|
||||
db 50 ; base defense
|
||||
db 25 ; base speed
|
||||
db 40 ; base special
|
||||
db POISON ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 190 ; catch rate
|
||||
db 90 ; base exp yield
|
||||
INCBIN "pic/bmon/grimer.pic",0,1 ; 55, sprite dimensions
|
||||
dw GrimerPicFront
|
||||
dw GrimerPicBack
|
||||
; attacks known at lvl 0
|
||||
db POUND
|
||||
db DISABLE
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 0
|
||||
tmlearn 20,21,24
|
||||
tmlearn 25,31,32
|
||||
tmlearn 34,36,38
|
||||
tmlearn 44,47
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_GROWLITHE ; pokedex id
|
||||
db 55 ; base hp
|
||||
db 70 ; base attack
|
||||
db 45 ; base defense
|
||||
db 60 ; base speed
|
||||
db 50 ; base special
|
||||
db FIRE ; species type 1
|
||||
db FIRE ; species type 2
|
||||
db 190 ; catch rate
|
||||
db 91 ; base exp yield
|
||||
INCBIN "pic/bmon/growlithe.pic",0,1 ; 55, sprite dimensions
|
||||
dw GrowlithePicFront
|
||||
dw GrowlithePicBack
|
||||
; attacks known at lvl 0
|
||||
db BITE
|
||||
db ROAR
|
||||
db 0
|
||||
db 0
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 20,23
|
||||
tmlearn 28,31,32
|
||||
tmlearn 33,34,38,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_GYARADOS ; pokedex id
|
||||
db 95 ; base hp
|
||||
db 125 ; base attack
|
||||
db 79 ; base defense
|
||||
db 81 ; base speed
|
||||
db 100 ; base special
|
||||
db WATER ; species type 1
|
||||
db FLYING ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 214 ; base exp yield
|
||||
INCBIN "pic/bmon/gyarados.pic",0,1 ; 77, sprite dimensions
|
||||
dw GyaradosPicFront
|
||||
dw GyaradosPicBack
|
||||
; attacks known at lvl 0
|
||||
db BITE
|
||||
db DRAGON_RAGE
|
||||
db LEER
|
||||
db HYDRO_PUMP
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 20,23,24
|
||||
tmlearn 25,31,32
|
||||
tmlearn 33,34,38,40
|
||||
tmlearn 44
|
||||
tmlearn 50,53,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_HAUNTER ; pokedex id
|
||||
db 45 ; base hp
|
||||
db 50 ; base attack
|
||||
db 45 ; base defense
|
||||
db 95 ; base speed
|
||||
db 115 ; base special
|
||||
db GHOST ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 90 ; catch rate
|
||||
db 126 ; base exp yield
|
||||
INCBIN "pic/bmon/haunter.pic",0,1 ; 66, sprite dimensions
|
||||
dw HaunterPicFront
|
||||
dw HaunterPicBack
|
||||
; attacks known at lvl 0
|
||||
db LICK
|
||||
db CONFUSE_RAY
|
||||
db NIGHT_SHADE
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6
|
||||
tmlearn 0
|
||||
tmlearn 20,21,24
|
||||
tmlearn 25,29,31,32
|
||||
tmlearn 34,36
|
||||
tmlearn 42,44,46,47
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_HITMONCHAN ; pokedex id
|
||||
db 50 ; base hp
|
||||
db 105 ; base attack
|
||||
db 79 ; base defense
|
||||
db 76 ; base speed
|
||||
db 35 ; base special
|
||||
db FIGHTING ; species type 1
|
||||
db FIGHTING ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 140 ; base exp yield
|
||||
INCBIN "pic/bmon/hitmonchan.pic",0,1 ; 66, sprite dimensions
|
||||
dw HitmonchanPicFront
|
||||
dw HitmonchanPicBack
|
||||
; attacks known at lvl 0
|
||||
db COMET_PUNCH
|
||||
db AGILITY
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 31,32
|
||||
tmlearn 34,35,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_HITMONLEE ; pokedex id
|
||||
db 50 ; base hp
|
||||
db 120 ; base attack
|
||||
db 53 ; base defense
|
||||
db 87 ; base speed
|
||||
db 35 ; base special
|
||||
db FIGHTING ; species type 1
|
||||
db FIGHTING ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 139 ; base exp yield
|
||||
INCBIN "pic/bmon/hitmonlee.pic",0,1 ; 77, sprite dimensions
|
||||
dw HitmonleePicFront
|
||||
dw HitmonleePicBack
|
||||
; attacks known at lvl 0
|
||||
db DOUBLE_KICK
|
||||
db MEDITATE
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 31,32
|
||||
tmlearn 34,35,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_HORSEA ; pokedex id
|
||||
db 30 ; base hp
|
||||
db 40 ; base attack
|
||||
db 70 ; base defense
|
||||
db 60 ; base speed
|
||||
db 70 ; base special
|
||||
db WATER ; species type 1
|
||||
db WATER ; species type 2
|
||||
db 225 ; catch rate
|
||||
db 83 ; base exp yield
|
||||
INCBIN "pic/bmon/horsea.pic",0,1 ; 55, sprite dimensions
|
||||
dw HorseaPicFront
|
||||
dw HorseaPicBack
|
||||
; attacks known at lvl 0
|
||||
db BUBBLE
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6
|
||||
tmlearn 9,10,11,12,13,14
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 34,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50,53
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_HYPNO ; pokedex id
|
||||
db 85 ; base hp
|
||||
db 73 ; base attack
|
||||
db 70 ; base defense
|
||||
db 67 ; base speed
|
||||
db 115 ; base special
|
||||
db PSYCHIC ; species type 1
|
||||
db PSYCHIC ; species type 2
|
||||
db 75 ; catch rate
|
||||
db 165 ; base exp yield
|
||||
INCBIN "pic/bmon/hypno.pic",0,1 ; 77, sprite dimensions
|
||||
dw HypnoPicFront
|
||||
dw HypnoPicBack
|
||||
; attacks known at lvl 0
|
||||
db POUND
|
||||
db HYPNOSIS
|
||||
db DISABLE
|
||||
db CONFUSION
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 29,30,31,32
|
||||
tmlearn 33,34,35,40
|
||||
tmlearn 42,44,45,46
|
||||
tmlearn 49,50,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_IVYSAUR ; pokedex id
|
||||
db 60 ; base hp
|
||||
db 62 ; base attack
|
||||
db 63 ; base defense
|
||||
db 60 ; base speed
|
||||
db 80 ; base special
|
||||
db GRASS ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 141 ; base exp yield
|
||||
INCBIN "pic/bmon/ivysaur.pic",0,1 ; 66, sprite dimensions
|
||||
dw IvysaurPicFront
|
||||
dw IvysaurPicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db GROWL
|
||||
db LEECH_SEED
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 3,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 20,21,22
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34
|
||||
tmlearn 44
|
||||
tmlearn 50,51
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_JIGGLYPUFF ; pokedex id
|
||||
db 115 ; base hp
|
||||
db 45 ; base attack
|
||||
db 20 ; base defense
|
||||
db 20 ; base speed
|
||||
db 25 ; base special
|
||||
db NORMAL ; species type 1
|
||||
db NORMAL ; species type 2
|
||||
db 170 ; catch rate
|
||||
db 76 ; base exp yield
|
||||
INCBIN "pic/bmon/jigglypuff.pic",0,1 ; 55, sprite dimensions
|
||||
dw JigglypuffPicFront
|
||||
dw JigglypuffPicBack
|
||||
; attacks known at lvl 0
|
||||
db SING
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 4 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,11,12,13,14
|
||||
tmlearn 17,18,19,20,22,24
|
||||
tmlearn 25,29,30,31,32
|
||||
tmlearn 33,34,38,40
|
||||
tmlearn 44,45,46
|
||||
tmlearn 49,50,54,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_JOLTEON ; pokedex id
|
||||
db 65 ; base hp
|
||||
db 65 ; base attack
|
||||
db 60 ; base defense
|
||||
db 130 ; base speed
|
||||
db 110 ; base special
|
||||
db ELECTRIC ; species type 1
|
||||
db ELECTRIC ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 197 ; base exp yield
|
||||
INCBIN "pic/bmon/jolteon.pic",0,1 ; 66, sprite dimensions
|
||||
dw JolteonPicFront
|
||||
dw JolteonPicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db SAND_ATTACK
|
||||
db QUICK_ATTACK
|
||||
db THUNDERSHOCK
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20,24
|
||||
tmlearn 25,31,32
|
||||
tmlearn 33,34,39,40
|
||||
tmlearn 44,45
|
||||
tmlearn 50,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_JYNX ; pokedex id
|
||||
db 65 ; base hp
|
||||
db 50 ; base attack
|
||||
db 35 ; base defense
|
||||
db 95 ; base speed
|
||||
db 95 ; base special
|
||||
db ICE ; species type 1
|
||||
db PSYCHIC ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 137 ; base exp yield
|
||||
INCBIN "pic/bmon/jynx.pic",0,1 ; 66, sprite dimensions
|
||||
dw JynxPicFront
|
||||
dw JynxPicBack
|
||||
; attacks known at lvl 0
|
||||
db POUND
|
||||
db LOVELY_KISS
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 29,30,31,32
|
||||
tmlearn 33,34,35,40
|
||||
tmlearn 44,46
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_KABUTO ; pokedex id
|
||||
db 30 ; base hp
|
||||
db 80 ; base attack
|
||||
db 90 ; base defense
|
||||
db 55 ; base speed
|
||||
db 45 ; base special
|
||||
db ROCK ; species type 1
|
||||
db WATER ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 119 ; base exp yield
|
||||
INCBIN "pic/bmon/kabuto.pic",0,1 ; 55, sprite dimensions
|
||||
dw KabutoPicFront
|
||||
dw KabutoPicBack
|
||||
; attacks known at lvl 0
|
||||
db SCRATCH
|
||||
db HARDEN
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10,11,12,13,14
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34
|
||||
tmlearn 44
|
||||
tmlearn 50,53
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_KABUTOPS ; pokedex id
|
||||
db 60 ; base hp
|
||||
db 115 ; base attack
|
||||
db 105 ; base defense
|
||||
db 80 ; base speed
|
||||
db 70 ; base special
|
||||
db ROCK ; species type 1
|
||||
db WATER ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 201 ; base exp yield
|
||||
INCBIN "pic/bmon/kabutops.pic",0,1 ; 66, sprite dimensions
|
||||
dw KabutopsPicFront
|
||||
dw KabutopsPicBack
|
||||
; attacks known at lvl 0
|
||||
db SCRATCH
|
||||
db HARDEN
|
||||
db ABSORB
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 2,3,5,6,8
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 17,19,20
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34,40
|
||||
tmlearn 44
|
||||
tmlearn 50,53
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_KADABRA ; pokedex id
|
||||
db 40 ; base hp
|
||||
db 35 ; base attack
|
||||
db 30 ; base defense
|
||||
db 105 ; base speed
|
||||
db 120 ; base special
|
||||
db PSYCHIC ; species type 1
|
||||
db PSYCHIC ; species type 2
|
||||
db 100 ; catch rate
|
||||
db 145 ; base exp yield
|
||||
INCBIN "pic/bmon/kadabra.pic",0,1 ; 66, sprite dimensions
|
||||
dw KadabraPicFront
|
||||
dw KadabraPicBack
|
||||
; attacks known at lvl 0
|
||||
db TELEPORT
|
||||
db CONFUSION
|
||||
db DISABLE
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 28,29,30,31,32
|
||||
tmlearn 33,34,35,40
|
||||
tmlearn 44,45,46
|
||||
tmlearn 49,50,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_KAKUNA ; pokedex id
|
||||
db 45 ; base hp
|
||||
db 25 ; base attack
|
||||
db 50 ; base defense
|
||||
db 35 ; base speed
|
||||
db 25 ; base special
|
||||
db BUG ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 120 ; catch rate
|
||||
db 71 ; base exp yield
|
||||
INCBIN "pic/bmon/kakuna.pic",0,1 ; 55, sprite dimensions
|
||||
dw KakunaPicFront
|
||||
dw KakunaPicBack
|
||||
; attacks known at lvl 0
|
||||
db HARDEN
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_KANGASKHAN ; pokedex id
|
||||
db 105 ; base hp
|
||||
db 95 ; base attack
|
||||
db 80 ; base defense
|
||||
db 90 ; base speed
|
||||
db 40 ; base special
|
||||
db NORMAL ; species type 1
|
||||
db NORMAL ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 175 ; base exp yield
|
||||
INCBIN "pic/bmon/kangaskhan.pic",0,1 ; 77, sprite dimensions
|
||||
dw KangaskhanPicFront
|
||||
dw KangaskhanPicBack
|
||||
; attacks known at lvl 0
|
||||
db COMET_PUNCH
|
||||
db RAGE
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 17,18,19,20,24
|
||||
tmlearn 25,26,27,31,32
|
||||
tmlearn 34,38,40
|
||||
tmlearn 44,48
|
||||
tmlearn 50,53,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_KINGLER ; pokedex id
|
||||
db 55 ; base hp
|
||||
db 130 ; base attack
|
||||
db 115 ; base defense
|
||||
db 75 ; base speed
|
||||
db 50 ; base special
|
||||
db WATER ; species type 1
|
||||
db WATER ; species type 2
|
||||
db 60 ; catch rate
|
||||
db 206 ; base exp yield
|
||||
INCBIN "pic/bmon/kingler.pic",0,1 ; 77, sprite dimensions
|
||||
dw KinglerPicFront
|
||||
dw KinglerPicBack
|
||||
; attacks known at lvl 0
|
||||
db BUBBLE
|
||||
db LEER
|
||||
db VICEGRIP
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 3,6,8
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 34
|
||||
tmlearn 44
|
||||
tmlearn 50,51,53,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_KOFFING ; pokedex id
|
||||
db 40 ; base hp
|
||||
db 65 ; base attack
|
||||
db 95 ; base defense
|
||||
db 35 ; base speed
|
||||
db 60 ; base special
|
||||
db POISON ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 190 ; catch rate
|
||||
db 114 ; base exp yield
|
||||
INCBIN "pic/bmon/koffing.pic",0,1 ; 66, sprite dimensions
|
||||
dw KoffingPicFront
|
||||
dw KoffingPicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db SMOG
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6
|
||||
tmlearn 0
|
||||
tmlearn 20,24
|
||||
tmlearn 25,31,32
|
||||
tmlearn 34,36,38
|
||||
tmlearn 44,47
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_KRABBY ; pokedex id
|
||||
db 30 ; base hp
|
||||
db 105 ; base attack
|
||||
db 90 ; base defense
|
||||
db 50 ; base speed
|
||||
db 25 ; base special
|
||||
db WATER ; species type 1
|
||||
db WATER ; species type 2
|
||||
db 225 ; catch rate
|
||||
db 115 ; base exp yield
|
||||
INCBIN "pic/bmon/krabby.pic",0,1 ; 55, sprite dimensions
|
||||
dw KrabbyPicFront
|
||||
dw KrabbyPicBack
|
||||
; attacks known at lvl 0
|
||||
db BUBBLE
|
||||
db LEER
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 3,6,8
|
||||
tmlearn 9,10,11,12,13,14
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 34
|
||||
tmlearn 44
|
||||
tmlearn 50,51,53,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_LAPRAS ; pokedex id
|
||||
db 130 ; base hp
|
||||
db 85 ; base attack
|
||||
db 80 ; base defense
|
||||
db 60 ; base speed
|
||||
db 95 ; base special
|
||||
db WATER ; species type 1
|
||||
db ICE ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 219 ; base exp yield
|
||||
INCBIN "pic/bmon/lapras.pic",0,1 ; 77, sprite dimensions
|
||||
dw LaprasPicFront
|
||||
dw LaprasPicBack
|
||||
; attacks known at lvl 0
|
||||
db WATER_GUN
|
||||
db GROWL
|
||||
db 0
|
||||
db 0
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,7,8
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 20,22,23,24
|
||||
tmlearn 25,29,31,32
|
||||
tmlearn 33,34,40
|
||||
tmlearn 44,46
|
||||
tmlearn 50,53,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_LICKITUNG ; pokedex id
|
||||
db 90 ; base hp
|
||||
db 55 ; base attack
|
||||
db 75 ; base defense
|
||||
db 30 ; base speed
|
||||
db 60 ; base special
|
||||
db NORMAL ; species type 1
|
||||
db NORMAL ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 127 ; base exp yield
|
||||
INCBIN "pic/bmon/lickitung.pic",0,1 ; 77, sprite dimensions
|
||||
dw LickitungPicFront
|
||||
dw LickitungPicBack
|
||||
; attacks known at lvl 0
|
||||
db WRAP
|
||||
db SUPERSONIC
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,3,5,6,8
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 17,18,19,20,24
|
||||
tmlearn 25,26,27,31,32
|
||||
tmlearn 34,38,40
|
||||
tmlearn 44
|
||||
tmlearn 50,51,53,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_MACHAMP ; pokedex id
|
||||
db 90 ; base hp
|
||||
db 130 ; base attack
|
||||
db 80 ; base defense
|
||||
db 55 ; base speed
|
||||
db 65 ; base special
|
||||
db FIGHTING ; species type 1
|
||||
db FIGHTING ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 193 ; base exp yield
|
||||
INCBIN "pic/bmon/machamp.pic",0,1 ; 77, sprite dimensions
|
||||
dw MachampPicFront
|
||||
dw MachampPicBack
|
||||
; attacks known at lvl 0
|
||||
db KARATE_CHOP
|
||||
db LOW_KICK
|
||||
db LEER
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 34,35,38,40
|
||||
tmlearn 44,48
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_MACHOKE ; pokedex id
|
||||
db 80 ; base hp
|
||||
db 100 ; base attack
|
||||
db 70 ; base defense
|
||||
db 45 ; base speed
|
||||
db 50 ; base special
|
||||
db FIGHTING ; species type 1
|
||||
db FIGHTING ; species type 2
|
||||
db 90 ; catch rate
|
||||
db 146 ; base exp yield
|
||||
INCBIN "pic/bmon/machoke.pic",0,1 ; 77, sprite dimensions
|
||||
dw MachokePicFront
|
||||
dw MachokePicBack
|
||||
; attacks known at lvl 0
|
||||
db KARATE_CHOP
|
||||
db LOW_KICK
|
||||
db LEER
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 34,35,38,40
|
||||
tmlearn 44,48
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_MACHOP ; pokedex id
|
||||
db 70 ; base hp
|
||||
db 80 ; base attack
|
||||
db 50 ; base defense
|
||||
db 35 ; base speed
|
||||
db 35 ; base special
|
||||
db FIGHTING ; species type 1
|
||||
db FIGHTING ; species type 2
|
||||
db 180 ; catch rate
|
||||
db 88 ; base exp yield
|
||||
INCBIN "pic/bmon/machop.pic",0,1 ; 55, sprite dimensions
|
||||
dw MachopPicFront
|
||||
dw MachopPicBack
|
||||
; attacks known at lvl 0
|
||||
db KARATE_CHOP
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 34,35,38,40
|
||||
tmlearn 44,48
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_MAGIKARP ; pokedex id
|
||||
db 20 ; base hp
|
||||
db 10 ; base attack
|
||||
db 55 ; base defense
|
||||
db 80 ; base speed
|
||||
db 20 ; base special
|
||||
db WATER ; species type 1
|
||||
db WATER ; species type 2
|
||||
db 255 ; catch rate
|
||||
db 20 ; base exp yield
|
||||
INCBIN "pic/bmon/magikarp.pic",0,1 ; 66, sprite dimensions
|
||||
dw MagikarpPicFront
|
||||
dw MagikarpPicBack
|
||||
; attacks known at lvl 0
|
||||
db SPLASH
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_MAGMAR ; pokedex id
|
||||
db 65 ; base hp
|
||||
db 95 ; base attack
|
||||
db 57 ; base defense
|
||||
db 93 ; base speed
|
||||
db 85 ; base special
|
||||
db FIRE ; species type 1
|
||||
db FIRE ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 167 ; base exp yield
|
||||
INCBIN "pic/bmon/magmar.pic",0,1 ; 66, sprite dimensions
|
||||
dw MagmarPicFront
|
||||
dw MagmarPicBack
|
||||
; attacks known at lvl 0
|
||||
db EMBER
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 29,30,31,32
|
||||
tmlearn 34,35,38,40
|
||||
tmlearn 44,46
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_MAGNEMITE ; pokedex id
|
||||
db 25 ; base hp
|
||||
db 35 ; base attack
|
||||
db 70 ; base defense
|
||||
db 45 ; base speed
|
||||
db 95 ; base special
|
||||
db ELECTRIC ; species type 1
|
||||
db ELECTRIC ; species type 2
|
||||
db 190 ; catch rate
|
||||
db 89 ; base exp yield
|
||||
INCBIN "pic/bmon/magnemite.pic",0,1 ; 55, sprite dimensions
|
||||
dw MagnemitePicFront
|
||||
dw MagnemitePicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6
|
||||
tmlearn 9,10
|
||||
tmlearn 20,24
|
||||
tmlearn 25,30,31,32
|
||||
tmlearn 33,34,39
|
||||
tmlearn 44,45
|
||||
tmlearn 50,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_MAGNETON ; pokedex id
|
||||
db 50 ; base hp
|
||||
db 60 ; base attack
|
||||
db 95 ; base defense
|
||||
db 70 ; base speed
|
||||
db 120 ; base special
|
||||
db ELECTRIC ; species type 1
|
||||
db ELECTRIC ; species type 2
|
||||
db 60 ; catch rate
|
||||
db 161 ; base exp yield
|
||||
INCBIN "pic/bmon/magneton.pic",0,1 ; 66, sprite dimensions
|
||||
dw MagnetonPicFront
|
||||
dw MagnetonPicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db SONICBOOM
|
||||
db THUNDERSHOCK
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20,24
|
||||
tmlearn 25,30,31,32
|
||||
tmlearn 33,34,39
|
||||
tmlearn 44,45
|
||||
tmlearn 50,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_MANKEY ; pokedex id
|
||||
db 40 ; base hp
|
||||
db 80 ; base attack
|
||||
db 35 ; base defense
|
||||
db 70 ; base speed
|
||||
db 35 ; base special
|
||||
db FIGHTING ; species type 1
|
||||
db FIGHTING ; species type 2
|
||||
db 190 ; catch rate
|
||||
db 74 ; base exp yield
|
||||
INCBIN "pic/bmon/mankey.pic",0,1 ; 55, sprite dimensions
|
||||
dw MankeyPicFront
|
||||
dw MankeyPicBack
|
||||
; attacks known at lvl 0
|
||||
db SCRATCH
|
||||
db LEER
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,16
|
||||
tmlearn 17,18,19,20,24
|
||||
tmlearn 25,28,31,32
|
||||
tmlearn 34,35,39,40
|
||||
tmlearn 44,48
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_MAROWAK ; pokedex id
|
||||
db 60 ; base hp
|
||||
db 80 ; base attack
|
||||
db 110 ; base defense
|
||||
db 45 ; base speed
|
||||
db 50 ; base special
|
||||
db GROUND ; species type 1
|
||||
db GROUND ; species type 2
|
||||
db 75 ; catch rate
|
||||
db 124 ; base exp yield
|
||||
INCBIN "pic/bmon/marowak.pic",0,1 ; 66, sprite dimensions
|
||||
dw MarowakPicFront
|
||||
dw MarowakPicBack
|
||||
; attacks known at lvl 0
|
||||
db BONE_CLUB
|
||||
db GROWL
|
||||
db LEER
|
||||
db FOCUS_ENERGY
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 17,18,19,20
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 34,38,40
|
||||
tmlearn 44
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_MEOWTH ; pokedex id
|
||||
db 40 ; base hp
|
||||
db 45 ; base attack
|
||||
db 35 ; base defense
|
||||
db 90 ; base speed
|
||||
db 40 ; base special
|
||||
db NORMAL ; species type 1
|
||||
db NORMAL ; species type 2
|
||||
db 255 ; catch rate
|
||||
db 69 ; base exp yield
|
||||
INCBIN "pic/bmon/meowth.pic",0,1 ; 55, sprite dimensions
|
||||
dw MeowthPicFront
|
||||
dw MeowthPicBack
|
||||
; attacks known at lvl 0
|
||||
db SCRATCH
|
||||
db GROWL
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10,11,12,16
|
||||
tmlearn 20,24
|
||||
tmlearn 25,31,32
|
||||
tmlearn 34,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_METAPOD ; pokedex id
|
||||
db 50 ; base hp
|
||||
db 20 ; base attack
|
||||
db 55 ; base defense
|
||||
db 30 ; base speed
|
||||
db 25 ; base special
|
||||
db BUG ; species type 1
|
||||
db BUG ; species type 2
|
||||
db 120 ; catch rate
|
||||
db 72 ; base exp yield
|
||||
INCBIN "pic/bmon/metapod.pic",0,1 ; 55, sprite dimensions
|
||||
dw MetapodPicFront
|
||||
dw MetapodPicBack
|
||||
; attacks known at lvl 0
|
||||
db HARDEN
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
tmlearn 0
|
||||
db 0 ; padding
|
||||
|
|
@ -1,29 +0,0 @@
|
|||
MewBaseStats:
|
||||
db DEX_MEW ; pokedex id
|
||||
db 100 ; base hp
|
||||
db 100 ; base attack
|
||||
db 100 ; base defense
|
||||
db 100 ; base speed
|
||||
db 100 ; base special
|
||||
db PSYCHIC ; species type 1
|
||||
db PSYCHIC ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 64 ; base exp yield
|
||||
INCBIN "pic/bmon/mew.pic",0,1 ; 55, sprite dimensions
|
||||
dw MewPicFront
|
||||
dw MewPicBack
|
||||
; attacks known at lvl 0
|
||||
db POUND
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,2,3,4,5,6,7,8
|
||||
tmlearn 9,10,11,12,13,14,15,16
|
||||
tmlearn 17,18,19,20,21,22,23,24
|
||||
tmlearn 25,26,27,28,29,30,31,32
|
||||
tmlearn 33,34,35,36,37,38,39,40
|
||||
tmlearn 41,42,43,44,45,46,47,48
|
||||
tmlearn 49,50,51,52,53,54,55,56
|
||||
db %11111111 ; usually spacing
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_MEWTWO ; pokedex id
|
||||
db 106 ; base hp
|
||||
db 110 ; base attack
|
||||
db 90 ; base defense
|
||||
db 130 ; base speed
|
||||
db 154 ; base special
|
||||
db PSYCHIC ; species type 1
|
||||
db PSYCHIC ; species type 2
|
||||
db 3 ; catch rate
|
||||
db 220 ; base exp yield
|
||||
INCBIN "pic/bmon/mewtwo.pic",0,1 ; 77, sprite dimensions
|
||||
dw MewtwoPicFront
|
||||
dw MewtwoPicBack
|
||||
; attacks known at lvl 0
|
||||
db CONFUSION
|
||||
db DISABLE
|
||||
db SWIFT
|
||||
db PSYCHIC_M
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,11,12,13,14,15,16
|
||||
tmlearn 17,18,19,20,22,24
|
||||
tmlearn 25,29,30,31,32
|
||||
tmlearn 33,34,35,36,38,40
|
||||
tmlearn 44,45,46
|
||||
tmlearn 49,50,54,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_MOLTRES ; pokedex id
|
||||
db 90 ; base hp
|
||||
db 100 ; base attack
|
||||
db 90 ; base defense
|
||||
db 90 ; base speed
|
||||
db 125 ; base special
|
||||
db FIRE ; species type 1
|
||||
db FLYING ; species type 2
|
||||
db 3 ; catch rate
|
||||
db 217 ; base exp yield
|
||||
INCBIN "pic/bmon/moltres.pic",0,1 ; 77, sprite dimensions
|
||||
dw MoltresPicFront
|
||||
dw MoltresPicBack
|
||||
; attacks known at lvl 0
|
||||
db PECK
|
||||
db FIRE_SPIN
|
||||
db 0
|
||||
db 0
|
||||
db 5 ; growth rate
|
||||
; learnset
|
||||
tmlearn 2,4,6
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34,38,39
|
||||
tmlearn 43,44
|
||||
tmlearn 50,52
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_MR_MIME ; pokedex id
|
||||
db 40 ; base hp
|
||||
db 45 ; base attack
|
||||
db 65 ; base defense
|
||||
db 90 ; base speed
|
||||
db 100 ; base special
|
||||
db PSYCHIC ; species type 1
|
||||
db PSYCHIC ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 136 ; base exp yield
|
||||
INCBIN "pic/bmon/mr.mime.pic",0,1 ; 66, sprite dimensions
|
||||
dw MrMimePicFront
|
||||
dw MrMimePicBack
|
||||
; attacks known at lvl 0
|
||||
db CONFUSION
|
||||
db BARRIER
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 17,18,19,20,22,24
|
||||
tmlearn 25,29,30,31,32
|
||||
tmlearn 33,34,35,40
|
||||
tmlearn 44,45,46
|
||||
tmlearn 50,55
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_MUK ; pokedex id
|
||||
db 105 ; base hp
|
||||
db 105 ; base attack
|
||||
db 75 ; base defense
|
||||
db 50 ; base speed
|
||||
db 65 ; base special
|
||||
db POISON ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 75 ; catch rate
|
||||
db 157 ; base exp yield
|
||||
INCBIN "pic/bmon/muk.pic",0,1 ; 77, sprite dimensions
|
||||
dw MukPicFront
|
||||
dw MukPicBack
|
||||
; attacks known at lvl 0
|
||||
db POUND
|
||||
db DISABLE
|
||||
db POISON_GAS
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 15
|
||||
tmlearn 20,21,24
|
||||
tmlearn 25,31,32
|
||||
tmlearn 34,36,38
|
||||
tmlearn 44,47
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_NIDOKING ; pokedex id
|
||||
db 81 ; base hp
|
||||
db 92 ; base attack
|
||||
db 77 ; base defense
|
||||
db 85 ; base speed
|
||||
db 75 ; base special
|
||||
db POISON ; species type 1
|
||||
db GROUND ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 195 ; base exp yield
|
||||
INCBIN "pic/bmon/nidoking.pic",0,1 ; 77, sprite dimensions
|
||||
dw NidokingPicFront
|
||||
dw NidokingPicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db HORN_ATTACK
|
||||
db POISON_STING
|
||||
db THRASH
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,7,8
|
||||
tmlearn 9,10,11,12,13,14,15,16
|
||||
tmlearn 17,18,19,20,24
|
||||
tmlearn 25,26,27,31,32
|
||||
tmlearn 33,34,38,40
|
||||
tmlearn 44,48
|
||||
tmlearn 50,53,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_NIDOQUEEN ; pokedex id
|
||||
db 90 ; base hp
|
||||
db 82 ; base attack
|
||||
db 87 ; base defense
|
||||
db 76 ; base speed
|
||||
db 75 ; base special
|
||||
db POISON ; species type 1
|
||||
db GROUND ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 194 ; base exp yield
|
||||
INCBIN "pic/bmon/nidoqueen.pic",0,1 ; 77, sprite dimensions
|
||||
dw NidoqueenPicFront
|
||||
dw NidoqueenPicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db SCRATCH
|
||||
db TAIL_WHIP
|
||||
db BODY_SLAM
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 1,5,6,7,8
|
||||
tmlearn 9,10,11,12,13,14,15,16
|
||||
tmlearn 17,18,19,20,24
|
||||
tmlearn 25,26,27,31,32
|
||||
tmlearn 33,34,38,40
|
||||
tmlearn 44,48
|
||||
tmlearn 50,53,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_NIDORAN_F ; pokedex id
|
||||
db 55 ; base hp
|
||||
db 47 ; base attack
|
||||
db 52 ; base defense
|
||||
db 41 ; base speed
|
||||
db 40 ; base special
|
||||
db POISON ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 235 ; catch rate
|
||||
db 59 ; base exp yield
|
||||
INCBIN "pic/bmon/nidoranf.pic",0,1 ; 55, sprite dimensions
|
||||
dw NidoranFPicFront
|
||||
dw NidoranFPicBack
|
||||
; attacks known at lvl 0
|
||||
db GROWL
|
||||
db TACKLE
|
||||
db 0
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10,14
|
||||
tmlearn 20,24
|
||||
tmlearn 25,31,32
|
||||
tmlearn 33,34,40
|
||||
tmlearn 44
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_NIDORAN_M ; pokedex id
|
||||
db 46 ; base hp
|
||||
db 57 ; base attack
|
||||
db 40 ; base defense
|
||||
db 50 ; base speed
|
||||
db 40 ; base special
|
||||
db POISON ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 235 ; catch rate
|
||||
db 60 ; base exp yield
|
||||
INCBIN "pic/bmon/nidoranm.pic",0,1 ; 55, sprite dimensions
|
||||
dw NidoranMPicFront
|
||||
dw NidoranMPicBack
|
||||
; attacks known at lvl 0
|
||||
db LEER
|
||||
db TACKLE
|
||||
db 0
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,7,8
|
||||
tmlearn 9,10,14
|
||||
tmlearn 20,24
|
||||
tmlearn 25,31,32
|
||||
tmlearn 33,34,40
|
||||
tmlearn 44
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_NIDORINA ; pokedex id
|
||||
db 70 ; base hp
|
||||
db 62 ; base attack
|
||||
db 67 ; base defense
|
||||
db 56 ; base speed
|
||||
db 55 ; base special
|
||||
db POISON ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 120 ; catch rate
|
||||
db 117 ; base exp yield
|
||||
INCBIN "pic/bmon/nidorina.pic",0,1 ; 66, sprite dimensions
|
||||
dw NidorinaPicFront
|
||||
dw NidorinaPicBack
|
||||
; attacks known at lvl 0
|
||||
db GROWL
|
||||
db TACKLE
|
||||
db SCRATCH
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,7,8
|
||||
tmlearn 9,10,11,12,13,14
|
||||
tmlearn 20,24
|
||||
tmlearn 25,31,32
|
||||
tmlearn 33,34,40
|
||||
tmlearn 44
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_NIDORINO ; pokedex id
|
||||
db 61 ; base hp
|
||||
db 72 ; base attack
|
||||
db 57 ; base defense
|
||||
db 65 ; base speed
|
||||
db 55 ; base special
|
||||
db POISON ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 120 ; catch rate
|
||||
db 118 ; base exp yield
|
||||
INCBIN "pic/bmon/nidorino.pic",0,1 ; 66, sprite dimensions
|
||||
dw NidorinoPicFront
|
||||
dw NidorinoPicBack
|
||||
; attacks known at lvl 0
|
||||
db LEER
|
||||
db TACKLE
|
||||
db HORN_ATTACK
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,7,8
|
||||
tmlearn 9,10,11,12,13,14
|
||||
tmlearn 20,24
|
||||
tmlearn 25,31,32
|
||||
tmlearn 33,34,40
|
||||
tmlearn 44
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_NINETALES ; pokedex id
|
||||
db 73 ; base hp
|
||||
db 76 ; base attack
|
||||
db 75 ; base defense
|
||||
db 100 ; base speed
|
||||
db 100 ; base special
|
||||
db FIRE ; species type 1
|
||||
db FIRE ; species type 2
|
||||
db 75 ; catch rate
|
||||
db 178 ; base exp yield
|
||||
INCBIN "pic/bmon/ninetales.pic",0,1 ; 77, sprite dimensions
|
||||
dw NinetalesPicFront
|
||||
dw NinetalesPicBack
|
||||
; attacks known at lvl 0
|
||||
db EMBER
|
||||
db TAIL_WHIP
|
||||
db QUICK_ATTACK
|
||||
db ROAR
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20
|
||||
tmlearn 28,31,32
|
||||
tmlearn 33,34,38,39,40
|
||||
tmlearn 44
|
||||
tmlearn 50
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_ODDISH ; pokedex id
|
||||
db 45 ; base hp
|
||||
db 50 ; base attack
|
||||
db 55 ; base defense
|
||||
db 30 ; base speed
|
||||
db 75 ; base special
|
||||
db GRASS ; species type 1
|
||||
db POISON ; species type 2
|
||||
db 255 ; catch rate
|
||||
db 78 ; base exp yield
|
||||
INCBIN "pic/bmon/oddish.pic",0,1 ; 55, sprite dimensions
|
||||
dw OddishPicFront
|
||||
dw OddishPicBack
|
||||
; attacks known at lvl 0
|
||||
db ABSORB
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 3 ; growth rate
|
||||
; learnset
|
||||
tmlearn 3,6
|
||||
tmlearn 9,10
|
||||
tmlearn 20,21,22
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34
|
||||
tmlearn 44
|
||||
tmlearn 50,51
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_OMANYTE ; pokedex id
|
||||
db 35 ; base hp
|
||||
db 40 ; base attack
|
||||
db 100 ; base defense
|
||||
db 35 ; base speed
|
||||
db 90 ; base special
|
||||
db ROCK ; species type 1
|
||||
db WATER ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 120 ; base exp yield
|
||||
INCBIN "pic/bmon/omanyte.pic",0,1 ; 55, sprite dimensions
|
||||
dw OmanytePicFront
|
||||
dw OmanytePicBack
|
||||
; attacks known at lvl 0
|
||||
db WATER_GUN
|
||||
db WITHDRAW
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10,11,12,13,14
|
||||
tmlearn 20
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34
|
||||
tmlearn 44
|
||||
tmlearn 50,53
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_OMASTAR ; pokedex id
|
||||
db 70 ; base hp
|
||||
db 60 ; base attack
|
||||
db 125 ; base defense
|
||||
db 55 ; base speed
|
||||
db 115 ; base special
|
||||
db ROCK ; species type 1
|
||||
db WATER ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 199 ; base exp yield
|
||||
INCBIN "pic/bmon/omastar.pic",0,1 ; 66, sprite dimensions
|
||||
dw OmastarPicFront
|
||||
dw OmastarPicBack
|
||||
; attacks known at lvl 0
|
||||
db WATER_GUN
|
||||
db WITHDRAW
|
||||
db HORN_ATTACK
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,7,8
|
||||
tmlearn 9,10,11,12,13,14,15
|
||||
tmlearn 17,19,20
|
||||
tmlearn 31,32
|
||||
tmlearn 33,34,40
|
||||
tmlearn 44
|
||||
tmlearn 50,53
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_ONIX ; pokedex id
|
||||
db 35 ; base hp
|
||||
db 45 ; base attack
|
||||
db 160 ; base defense
|
||||
db 70 ; base speed
|
||||
db 30 ; base special
|
||||
db ROCK ; species type 1
|
||||
db GROUND ; species type 2
|
||||
db 45 ; catch rate
|
||||
db 108 ; base exp yield
|
||||
INCBIN "pic/bmon/onix.pic",0,1 ; 77, sprite dimensions
|
||||
dw OnixPicFront
|
||||
dw OnixPicBack
|
||||
; attacks known at lvl 0
|
||||
db TACKLE
|
||||
db SCREECH
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 20
|
||||
tmlearn 26,27,28,31,32
|
||||
tmlearn 34,36,40
|
||||
tmlearn 44,47,48
|
||||
tmlearn 50,54
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_PARAS ; pokedex id
|
||||
db 35 ; base hp
|
||||
db 70 ; base attack
|
||||
db 55 ; base defense
|
||||
db 25 ; base speed
|
||||
db 55 ; base special
|
||||
db BUG ; species type 1
|
||||
db GRASS ; species type 2
|
||||
db 190 ; catch rate
|
||||
db 70 ; base exp yield
|
||||
INCBIN "pic/bmon/paras.pic",0,1 ; 55, sprite dimensions
|
||||
dw ParasPicFront
|
||||
dw ParasPicBack
|
||||
; attacks known at lvl 0
|
||||
db SCRATCH
|
||||
db 0
|
||||
db 0
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 3,6,8
|
||||
tmlearn 9,10
|
||||
tmlearn 20,21,22
|
||||
tmlearn 28,31,32
|
||||
tmlearn 33,34,40
|
||||
tmlearn 44
|
||||
tmlearn 50,51
|
||||
db 0 ; padding
|
||||
|
|
@ -1,28 +0,0 @@
|
|||
db DEX_PARASECT ; pokedex id
|
||||
db 60 ; base hp
|
||||
db 95 ; base attack
|
||||
db 80 ; base defense
|
||||
db 30 ; base speed
|
||||
db 80 ; base special
|
||||
db BUG ; species type 1
|
||||
db GRASS ; species type 2
|
||||
db 75 ; catch rate
|
||||
db 128 ; base exp yield
|
||||
INCBIN "pic/bmon/parasect.pic",0,1 ; 77, sprite dimensions
|
||||
dw ParasectPicFront
|
||||
dw ParasectPicBack
|
||||
; attacks known at lvl 0
|
||||
db SCRATCH
|
||||
db STUN_SPORE
|
||||
db LEECH_LIFE
|
||||
db 0
|
||||
db 0 ; growth rate
|
||||
; learnset
|
||||
tmlearn 3,6,8
|
||||
tmlearn 9,10,15
|
||||
tmlearn 20,21,22
|
||||
tmlearn 28,31,32
|
||||
tmlearn 33,34,40
|
||||
tmlearn 44
|
||||
tmlearn 50,51
|
||||
db 0 ; padding
|
||||
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue