diff options
Diffstat (limited to 'data/baseStats/dragonair.asm')
-rwxr-xr-x | data/baseStats/dragonair.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/dragonair.asm b/data/baseStats/dragonair.asm new file mode 100755 index 00000000..92380dce --- /dev/null +++ b/data/baseStats/dragonair.asm @@ -0,0 +1,29 @@ +DragonairBaseStats: ; 393f2 (e:53f2) +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 +db $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 +db %11100000 +db %00111111 +db %11001000 +db %11000001 +db %11100011 +db %00011000 +db %00010010 +db 0 ; padding |