pokecrystal/stats/pokedex/entries/062.asm

13 lines
260 B
NASM
Raw Normal View History

2013-02-06 00:29:20 +00:00
; PoliwrathPokedexEntry: ; 0x183066
2014-03-06 05:46:01 +00:00
db "TADPOLE@" ; species name
2013-02-06 00:29:20 +00:00
dw 403, 1190; height, width
2014-03-06 05:46:01 +00:00
db "It can use its"
next "well-developed"
next "arms and legs to@"
db "run on the surface"
next "of the water for a"
next "split second.@"
2013-02-06 00:29:20 +00:00
; 0x1830d5