diff options
Diffstat (limited to 'data/baseStats/hitmonlee.asm')
-rwxr-xr-x | data/baseStats/hitmonlee.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/hitmonlee.asm b/data/baseStats/hitmonlee.asm new file mode 100755 index 00000000..11c69508 --- /dev/null +++ b/data/baseStats/hitmonlee.asm @@ -0,0 +1,29 @@ +HitmonleeBaseStats: ; 38f5a (e:4f5a) +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 +db $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 +db %10110001 +db %00000011 +db %00001111 +db %11000000 +db %11000110 +db %00001000 +db %00100010 +db 0 ; padding |