pokecrystal/stats/pokedex/entries/099.asm

13 lines
255 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; KinglerPokedexEntry: ; 0x1b8e45
2014-03-06 05:46:01 +00:00
db "PINCER@" ; species name
2013-02-06 00:29:20 +00:00
dw 403, 1320; height, width
2014-03-06 05:46:01 +00:00
db "Its oversized claw"
next "is very powerful,"
next "but when it's not@"
db "in battle, the"
next "claw just gets in"
next "the way.@"
2013-02-06 00:29:20 +00:00
; 0x1b8eb0