diff options
Diffstat (limited to 'data/baseStats/meowth.asm')
-rwxr-xr-x | data/baseStats/meowth.asm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/data/baseStats/meowth.asm b/data/baseStats/meowth.asm new file mode 100755 index 00000000..89ccdf2f --- /dev/null +++ b/data/baseStats/meowth.asm @@ -0,0 +1,29 @@ +MeowthBaseStats: ; 38972 (e:4972) +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 +db $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 +db %10100000 +db %10001111 +db %10001000 +db %11000001 +db %11000010 +db %00001000 +db %00000010 +db 0 ; padding |